/*
Theme Name: Magill Locksmiths
Theme URI: https://www.magillocksmiths.com.au
Author: Magill Locksmiths
Description: Premium locksmith website theme for Magill Locksmiths, Adelaide.
Version: 3.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
Text Domain: magill-locksmiths
*/

:root {
  --bg: #f7f6f2;
  --bg-strong: #edf1f4;
  --surface: rgba(255, 255, 255, 0.9);
  --surface-solid: #ffffff;
  --surface-muted: rgba(248, 250, 252, 0.88);
  --surface-dark: #132033;
  --surface-dark-2: #1d2d43;
  --ink: #14202e;
  --ink-soft: #314355;
  --ink-faint: #687586;
  --line: rgba(20, 32, 46, 0.1);
  --line-strong: rgba(20, 32, 46, 0.16);
  --accent: #c99637;
  --accent-strong: #e5bf73;
  --accent-soft: rgba(201, 150, 55, 0.12);
  --danger: #cf5035;
  --danger-strong: #e36a4b;
  --success: #0d7f68;
  --white: #ffffff;
  --font-body: "Manrope", system-ui, sans-serif;
  --font-head: "Space Grotesk", system-ui, sans-serif;
  --shadow-xs: 0 6px 18px rgba(19, 23, 34, 0.06);
  --shadow-sm: 0 16px 40px rgba(19, 23, 34, 0.08);
  --shadow-md: 0 28px 70px rgba(19, 23, 34, 0.12);
  --shadow-lg: 0 40px 100px rgba(19, 23, 34, 0.16);
  --shadow-dark: 0 24px 64px rgba(0, 0, 0, 0.28);
  --r-xs: 10px;
  --r-sm: 16px;
  --r-md: 24px;
  --r-lg: 32px;
  --r-pill: 999px;
  --header-h: 84px;
  --container: 1240px;
  --pad-x: clamp(20px, 3vw, 40px);
  --section-y: clamp(72px, 9vw, 124px);
  --transition: 260ms cubic-bezier(.2, .8, .2, 1);
}

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

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  line-height: 1.7;
  background:
    radial-gradient(circle at top left, rgba(229, 191, 115, 0.12), transparent 28%),
    radial-gradient(circle at bottom right, rgba(19, 32, 51, 0.06), transparent 32%),
    linear-gradient(180deg, #fcfbf8 0%, var(--bg) 42%, #ffffff 100%);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body.has-mobile-nav-open {
  overflow: hidden;
}

body,
.wp-site-blocks,
.entry-content,
.wp-block {
  background-color: transparent !important;
  color: inherit !important;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition), border-color var(--transition), background-color var(--transition), opacity var(--transition), transform var(--transition);
}

a,
a:visited,
a:hover,
a:focus,
a:active {
  text-decoration: none !important;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: var(--font-head);
  line-height: 1.04;
  letter-spacing: -0.04em;
  color: var(--ink);
}

h1 {
  font-size: clamp(2.8rem, 6vw, 5.6rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
}

h3 {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
}

p {
  margin: 0 0 1.2rem;
}

p:last-child {
  margin-bottom: 0;
}

.container {
  width: min(100%, var(--container));
  margin-inline: auto;
  padding-inline: var(--pad-x);
}

.section {
  padding-block: var(--section-y);
}

.section--compact {
  padding-block: clamp(52px, 7vw, 80px);
}

.section-header {
  display: grid;
  gap: 1.25rem;
  margin-bottom: clamp(2.4rem, 5vw, 4rem);
}

.section-header--split {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.85fr);
  align-items: end;
}

.section-title {
  max-width: 12ch;
}

.section-sub {
  max-width: 34rem;
  color: var(--ink-soft);
  font-size: 1.04rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--font-head);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}

.eyebrow::before {
  content: "";
  width: 44px;
  height: 1px;
  background: currentColor;
  opacity: 0.7;
}

.eyebrow--plain::before {
  width: 28px;
}

.eyebrow--light {
  color: rgba(255, 255, 255, 0.72);
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-height: 52px;
  padding: 0.95rem 1.4rem;
  border: 1px solid transparent;
  border-radius: var(--r-pill);
  font-family: var(--font-head);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition), background-color var(--transition), color var(--transition);
}

.btn:hover {
  transform: translateY(-2px);
}

.btn svg {
  flex-shrink: 0;
}

.btn--sm {
  min-height: 44px;
  padding: 0.7rem 1.1rem;
  font-size: 0.86rem;
}

.btn--lg {
  min-height: 58px;
  padding: 1.05rem 1.5rem;
}

.btn-primary {
  color: #17120b;
  background: linear-gradient(135deg, var(--accent-strong), var(--accent));
  box-shadow: 0 14px 36px rgba(201, 150, 55, 0.2);
}

.btn-primary:hover {
  box-shadow: 0 18px 42px rgba(201, 150, 55, 0.26);
}

.btn-secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(20, 32, 46, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.58), 0 12px 28px rgba(20, 32, 46, 0.08);
  backdrop-filter: blur(10px);
}

.btn-secondary:hover {
  background: var(--surface-solid);
}

.btn-dark {
  color: var(--white);
  background: linear-gradient(135deg, #1c2738, #101723);
  box-shadow: var(--shadow-dark);
}

.btn-emergency {
  color: var(--white);
  background: linear-gradient(135deg, var(--danger-strong), var(--danger));
  box-shadow: 0 14px 34px rgba(207, 80, 53, 0.24);
}

.btn-link {
  padding: 0;
  min-height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  box-shadow: none;
}

.btn-link:hover {
  color: var(--accent);
  transform: none;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -100%;
  z-index: 9999;
  padding: 0.85rem 1.1rem;
  border-radius: var(--r-pill);
  background: var(--ink);
  color: var(--white);
}

.skip-link:focus {
  top: 12px;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(211, 155, 53, 0.6);
  outline-offset: 3px;
}

.emergency-banner {
  position: relative;
  z-index: 1100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(90deg, rgba(14, 19, 30, 0.95), rgba(25, 34, 49, 0.95)),
    linear-gradient(90deg, rgba(207, 80, 53, 0.25), rgba(211, 155, 53, 0.16));
  color: rgba(255, 255, 255, 0.82);
}

.emergency-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  min-height: 48px;
  padding-block: 0.65rem;
}

.emergency-banner__status {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-family: var(--font-head);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--danger-strong);
  box-shadow: 0 0 0 6px rgba(227, 106, 75, 0.12);
  animation: pulse-dot 1.8s ease-in-out infinite;
}

.emergency-banner__text {
  flex: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.9rem;
}

.emergency-banner__call {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.85rem;
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, 0.08);
  font-family: var(--font-head);
  font-weight: 700;
  color: var(--white);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1050;
  background: rgba(252, 251, 248, 0.88);
  border-bottom: 1px solid rgba(20, 32, 46, 0.08);
  backdrop-filter: blur(18px) saturate(140%);
  transition: background-color var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.site-header.scrolled {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(20, 32, 46, 0.1);
  box-shadow: 0 12px 30px rgba(20, 32, 46, 0.06);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: var(--header-h);
}

.site-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
  min-width: 0;
}

.site-logo--custom {
  gap: 0;
  flex-shrink: 0;
}

.site-logo--footer .logo-name,
.site-logo--footer .logo-tagline {
  color: inherit;
}

.site-logo-mark {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #1a2435, #25364d);
  color: var(--accent-strong);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 16px 34px rgba(19, 23, 34, 0.16);
  overflow: hidden;
}

.site-logo-mark--image {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  height: clamp(52px, 6vw, 74px);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.site-logo-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-logo--custom .site-logo-image {
  width: auto;
  max-width: min(320px, 30vw);
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.logo-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.logo-name {
  font-family: var(--font-head);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.05;
}

.logo-tagline {
  margin-top: 0.18rem;
  color: var(--ink-faint);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.main-nav {
  flex: 1;
}

.main-nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  list-style: none;
}

.main-nav-list > li {
  position: relative;
}

.main-nav-list > li > a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.8rem 0.95rem;
  border-radius: var(--r-pill);
  font-family: var(--font-head);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.main-nav-list > li > a:hover,
.main-nav-list > li.current-menu-item > a,
.main-nav-list > li.current-menu-ancestor > a {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.84);
}

.main-nav .has-dropdown > a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
}

.nav-dropdown {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  min-width: 230px;
  padding: 0.5rem;
  list-style: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: rgba(16, 23, 35, 0.96);
  box-shadow: var(--shadow-dark);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity var(--transition), transform var(--transition), visibility var(--transition);
}

.has-dropdown:hover > .nav-dropdown,
.has-dropdown:focus-within > .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-dropdown li {
  list-style: none;
}

.nav-dropdown a {
  display: flex;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  font-weight: 600;
}

.nav-dropdown a:hover,
.nav-dropdown .current-menu-item > a {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.header-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.55rem 0.65rem 0.55rem 0.55rem;
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(20, 32, 46, 0.08);
  box-shadow: 0 12px 28px rgba(20, 32, 46, 0.08);
}

.header-chip__icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background: linear-gradient(135deg, #1b283b, #2f4563);
  color: var(--accent-strong);
}

.header-chip__content {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
}

.header-chip__content strong {
  font-family: var(--font-head);
  font-size: 0.9rem;
  line-height: 1;
}

.header-chip__content small {
  color: var(--ink-faint);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.menu-toggle {
  display: none;
  place-items: center;
  gap: 5px;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow-xs);
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 0 auto;
  border-radius: 999px;
  background: var(--ink);
  transition: transform var(--transition), opacity var(--transition);
}

.menu-toggle span + span {
  margin-top: 5px;
}

.menu-toggle.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  width: min(100vw, 420px);
  height: 100vh;
  padding: calc(var(--header-h) + 32px) 24px 32px;
  background:
    radial-gradient(circle at top right, rgba(211, 155, 53, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(18, 26, 40, 0.98), rgba(13, 19, 31, 0.98));
  box-shadow: -24px 0 60px rgba(0, 0, 0, 0.24);
  transform: translateX(100%);
  visibility: hidden;
  transition: transform var(--transition), visibility var(--transition);
}

.mobile-nav.open {
  transform: translateX(0);
  visibility: visible;
}

.mobile-nav__inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  height: 100%;
  overflow-y: auto;
}

.mobile-nav__intro p {
  color: rgba(255, 255, 255, 0.68);
}

.mobile-nav-list,
.mobile-nav .sub-menu {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 0.2rem;
}

.mobile-nav-list > li > a,
.mobile-nav .sub-menu > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.95rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--white);
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.mobile-nav .sub-menu {
  padding-left: 1rem;
}

.mobile-nav .sub-menu > li > a {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.78);
}

.mobile-nav__actions {
  display: grid;
  gap: 0.75rem;
  margin-top: auto;
}

.site-main {
  position: relative;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: min(980px, calc(100vh - 48px));
  padding: clamp(4rem, 8vw, 7.2rem) 0 clamp(5rem, 9vw, 7rem);
  background: linear-gradient(180deg, rgba(9, 13, 20, 0.96), rgba(15, 22, 35, 0.96));
  color: var(--white);
  overflow: hidden;
}

.hero-bg,
.hero-bg-base,
.hero-bg-grid,
.hero-image-layer {
  position: absolute;
  inset: 0;
}

.hero-bg {
  z-index: -1;
}

.hero-bg-base {
  background:
    radial-gradient(circle at 18% 22%, rgba(211, 155, 53, 0.24), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(73, 109, 163, 0.18), transparent 24%),
    radial-gradient(circle at 72% 76%, rgba(211, 155, 53, 0.14), transparent 30%),
    linear-gradient(140deg, #0a111b 0%, #131c2b 50%, #0b131f 100%);
}

.hero-bg-grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at center, black 45%, transparent 90%);
}

.hero-image-layer {
  opacity: 0.16;
  background-size: cover;
  background-position: center;
  mix-blend-mode: screen;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.8;
  animation: drift 10s ease-in-out infinite;
}

.hero-orb-1 {
  top: -120px;
  right: -80px;
  width: 360px;
  height: 360px;
  background: rgba(211, 155, 53, 0.3);
}

.hero-orb-2 {
  bottom: -140px;
  left: -120px;
  width: 420px;
  height: 420px;
  background: rgba(49, 74, 104, 0.34);
  animation-delay: -4s;
}

.hero-orb-3 {
  top: 42%;
  left: 34%;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.08);
  animation-delay: -2s;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.78fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: end;
}

.hero-copy {
  max-width: 40rem;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.55rem 0.9rem;
  border-radius: var(--r-pill);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.76);
  font-family: var(--font-head);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-badge__icon {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: rgba(211, 155, 53, 0.18);
  color: var(--accent-strong);
}

.hero-title {
  margin-top: 1.5rem;
  color: var(--white);
  max-width: 10.8ch;
}

.hero-emphasis {
  color: transparent;
  background: linear-gradient(135deg, #ffffff, var(--accent-strong));
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-sub {
  max-width: 34rem;
  margin-top: 1.2rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.5vw, 1.12rem);
}

.hero-actions {
  margin-top: 2rem;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.hero-proof-item {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.72rem 0.95rem;
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  font-weight: 700;
}

.hero-panel {
  padding: 1.8rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--r-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  box-shadow: var(--shadow-dark);
  backdrop-filter: blur(16px);
}

.hero-panel__header h2 {
  margin-top: 0.5rem;
  color: var(--white);
  font-size: clamp(1.55rem, 2vw, 2rem);
  max-width: 12ch;
}

.hero-panel__kicker {
  color: var(--accent-strong);
  font-family: var(--font-head);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero-panel__list {
  display: grid;
  gap: 1rem;
  margin-top: 1.6rem;
}

.hero-panel__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: start;
  padding: 0.95rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
}

.hero-panel__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 16px;
  background: rgba(211, 155, 53, 0.15);
  color: var(--accent-strong);
}

.hero-panel__item strong {
  display: block;
  color: var(--white);
  font-family: var(--font-head);
  font-size: 0.96rem;
}

.hero-panel__item p {
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.92rem;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.7rem;
}

.hero-metric {
  padding: 1rem 0.9rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
}

.hero-metric strong {
  display: block;
  font-family: var(--font-head);
  font-size: 1.5rem;
  color: var(--white);
}

.hero-metric span {
  display: block;
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.8rem;
  line-height: 1.5;
}

.hero-scroll {
  position: absolute;
  bottom: 1.7rem;
  left: 50%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.42);
  font-family: var(--font-head);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.hero-scroll-line {
  width: 1px;
  height: 48px;
  background: linear-gradient(180deg, rgba(240, 197, 111, 0.8), transparent);
}

.trust-bar {
  position: relative;
  z-index: 5;
  margin-top: clamp(-3rem, -5vw, -4.5rem);
}

.trust-bar-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.tb-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
  padding: 1.2rem 1.25rem;
  border-radius: 26px;
  background: rgba(255, 253, 248, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(16px);
}

.tb-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1c2738, #2d3e55);
  color: var(--accent-strong);
}

.tb-label {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--ink-faint);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tb-item strong {
  font-family: var(--font-head);
  font-size: 0.98rem;
}

.services-section {
  position: relative;
}

.services-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.7fr);
  gap: 1.4rem;
  align-items: start;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 250px;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(242, 246, 249, 0.9)),
    var(--surface-solid);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: auto -30px -40px auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(211, 155, 53, 0.22), transparent 70%);
  pointer-events: none;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}

.service-card__number {
  color: rgba(19, 23, 34, 0.22);
  font-family: var(--font-head);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.service-card__icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-top: 1rem;
  border-radius: 18px;
  background: rgba(19, 23, 34, 0.05);
  color: var(--accent);
}

.service-card__glyph {
  font-size: 1.45rem;
  line-height: 1;
}

.service-card__icon svg,
.page-hero__icon svg,
.service-list-card__icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.service-card h3 {
  margin-top: 1.1rem;
  max-width: 14ch;
}

.service-card p {
  margin-top: 0.8rem;
  color: var(--ink-soft);
  font-size: 0.96rem;
}

.service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 1.2rem;
  font-family: var(--font-head);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
}

.services-sidecard {
  padding: 1.6rem;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(19, 28, 43, 0.96), rgba(24, 36, 52, 0.94));
  color: rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow-dark);
}

.services-sidecard h3 {
  margin-top: 0.8rem;
  color: var(--white);
}

.services-process {
  display: grid;
  gap: 1rem;
  margin: 1.35rem 0 1.6rem;
  list-style: none;
  counter-reset: steps;
}

.services-process li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  align-items: start;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.95rem;
}

.services-process li::before {
  counter-increment: steps;
  content: "0" counter(steps);
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(211, 155, 53, 0.16);
  color: var(--accent-strong);
  font-family: var(--font-head);
  font-weight: 700;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

.about-media {
  position: relative;
}

.about-photo-frame {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  min-height: 540px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(237, 241, 244, 0.96)),
    var(--surface-solid);
  box-shadow: var(--shadow-md);
}

.about-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-photo-placeholder {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 1rem;
  min-height: 540px;
  padding: 2rem;
  color: var(--ink-faint);
  text-align: center;
}

.about-media-card {
  position: absolute;
  padding: 1rem 1.2rem;
  border-radius: 24px;
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(12px);
}

.about-media-card strong {
  display: block;
  font-family: var(--font-head);
  font-size: 2rem;
  line-height: 1;
}

.about-media-card span {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-media-card--years {
  top: 24px;
  left: 24px;
  background: rgba(255, 255, 255, 0.86);
}

.about-media-card--stats {
  right: 24px;
  bottom: 24px;
  display: grid;
  gap: 0.8rem;
  min-width: 210px;
  background: linear-gradient(135deg, rgba(19, 28, 43, 0.94), rgba(31, 45, 64, 0.9));
  color: var(--white);
}

.about-copy {
  max-width: 40rem;
}

.about-lead,
.about-entry-content {
  color: var(--ink-soft);
  font-size: 1.04rem;
}

.about-signature {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  margin: 1.7rem 0 0.4rem;
  padding: 0.8rem 1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(19, 23, 34, 0.08);
}

.about-signature__avatar {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #202c3e, #344861);
  color: var(--accent-strong);
  font-family: var(--font-head);
  font-weight: 700;
}

.about-signature strong,
.about-signature span {
  display: block;
}

.about-signature span {
  color: var(--ink-faint);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-features {
  display: grid;
  gap: 0.95rem;
  margin: 2rem 0;
}

.about-feature {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.95rem;
  padding: 1rem 1.05rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(19, 23, 34, 0.08);
}

.about-feature__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 16px;
  background: rgba(211, 155, 53, 0.12);
  color: var(--accent);
}

.about-feature h3 {
  font-size: 1rem;
}

.about-feature p {
  margin-top: 0.3rem;
  color: var(--ink-soft);
  font-size: 0.94rem;
}

.about-accreditation {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.95rem;
  padding: 1.05rem 1.15rem;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(19, 28, 43, 0.95), rgba(31, 45, 64, 0.92));
  color: rgba(255, 255, 255, 0.75);
  box-shadow: var(--shadow-dark);
}

.about-accreditation__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 16px;
  background: rgba(211, 155, 53, 0.14);
  color: var(--accent-strong);
}

.about-accreditation strong,
.about-accreditation span {
  display: block;
}

.about-accreditation strong {
  color: var(--white);
}

.about-accreditation span {
  margin-top: 0.3rem;
  font-size: 0.9rem;
}

.stats-section {
  position: relative;
  background:
    radial-gradient(circle at top right, rgba(211, 155, 53, 0.16), transparent 28%),
    linear-gradient(180deg, #111a28 0%, #172232 100%);
  color: rgba(255, 255, 255, 0.78);
}

.stats-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 2rem;
  align-items: center;
}

.stats-copy h2 {
  margin-top: 0.75rem;
  color: var(--white);
  max-width: 12ch;
}

.stats-copy p {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.64);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.stat-item {
  padding: 1.4rem 1.25rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.stat-num {
  display: inline-flex;
  align-items: baseline;
  gap: 0.1rem;
  font-family: var(--font-head);
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--white);
}

.stat-lbl {
  margin-top: 0.45rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.why-card {
  position: relative;
  padding: 1.4rem 1.25rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: var(--shadow-sm);
}

.why-card__index {
  display: inline-flex;
  color: rgba(19, 23, 34, 0.24);
  font-family: var(--font-head);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.why-card__icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-top: 1rem;
  border-radius: 16px;
  background: rgba(211, 155, 53, 0.12);
  color: var(--accent);
}

.why-card h3 {
  margin-top: 1rem;
}

.why-card p {
  margin-top: 0.7rem;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.trust-ribbon {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.trust-ribbon__item {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.75rem 1rem;
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow-xs);
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--ink-soft);
}

.testimonials-section {
  position: relative;
  background:
    radial-gradient(circle at top left, rgba(211, 155, 53, 0.18), transparent 28%),
    linear-gradient(180deg, #111a28 0%, #162235 100%);
  color: rgba(255, 255, 255, 0.78);
}

.testimonials-section .section-title,
.testimonials-section .section-sub {
  color: var(--white);
}

.testimonials-section .section-sub {
  color: rgba(255, 255, 255, 0.64);
}

.testimonials-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.65fr) minmax(0, 1.35fr);
  gap: 1.2rem;
  align-items: start;
}

.rating-badge {
  padding: 1.6rem;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.rating-badge__score {
  display: block;
  font-family: var(--font-head);
  font-size: clamp(3rem, 6vw, 4.8rem);
  color: var(--accent-strong);
  line-height: 1;
}

.rating-badge__stars {
  display: flex;
  gap: 0.35rem;
  margin-top: 0.7rem;
  color: var(--accent-strong);
}

.rating-badge p {
  margin: 1rem 0 1.4rem;
  color: rgba(255, 255, 255, 0.66);
}

.t-slider {
  overflow: hidden;
  padding: 0.15rem;
}

.t-track {
  display: flex;
  transition: transform 420ms cubic-bezier(.2, .8, .2, 1);
  will-change: transform;
}

.t-slide {
  width: 100%;
  flex: 0 0 100%;
}

.t-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 100%;
  padding: 1.9rem;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-dark);
}

.t-quote {
  color: rgba(240, 197, 111, 0.7);
}

.t-stars {
  display: flex;
  gap: 0.35rem;
  color: var(--accent-strong);
}

.t-text {
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.12rem, 1.8vw, 1.35rem);
  line-height: 1.65;
}

.t-author {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-top: auto;
}

.t-avatar {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(240, 197, 111, 0.88), rgba(211, 155, 53, 0.78));
  color: #1b140c;
  font-family: var(--font-head);
  font-weight: 700;
}

.testimonial-author-info strong,
.testimonial-author-info span {
  display: block;
}

.testimonial-author-info strong {
  color: var(--white);
}

.testimonial-author-info span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.88rem;
}

.t-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
}

.t-btn {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
}

.t-dots {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.t-dot {
  width: 10px;
  height: 10px;
  border: 0;
  padding: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  transition: width var(--transition), background-color var(--transition);
}

.t-dot.active {
  width: 30px;
  background: var(--accent-strong);
}

.cta-section {
  position: relative;
}

.cta-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.8fr);
  gap: 1.4rem;
  padding: clamp(1.6rem, 4vw, 2.2rem);
  border-radius: 36px;
  background:
    radial-gradient(circle at top right, rgba(240, 197, 111, 0.18), transparent 28%),
    linear-gradient(135deg, #141d2c, #192537 58%, #101723);
  color: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-dark);
}

.cta-title,
.cta-subtitle,
.cta-copy h2 {
  color: var(--white);
}

.cta-subtitle {
  margin-top: 1rem;
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.68);
}

.cta-areas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.cta-area {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 0.95rem;
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.84rem;
  font-weight: 700;
}

.cta-panel {
  padding: 1.5rem;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.cta-panel__label {
  display: inline-flex;
  color: rgba(255, 255, 255, 0.66);
  font-family: var(--font-head);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cta-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.8rem;
  color: var(--white);
  font-family: var(--font-head);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.cta-points {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.4rem;
  list-style: none;
}

.cta-points li {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.92rem;
  font-weight: 700;
}

.map-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 1rem;
  align-items: stretch;
}

.map-copy {
  padding: 1.6rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: var(--shadow-sm);
}

.map-copy h2 {
  margin-top: 0.8rem;
}

.map-copy p {
  margin-top: 0.9rem;
  color: var(--ink-soft);
}

.map-points {
  display: grid;
  gap: 0.7rem;
  margin-top: 1.4rem;
}

.map-point {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.85rem 1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.62);
  font-weight: 700;
  color: var(--ink);
}

.map-frame {
  overflow: hidden;
  min-height: 460px;
  border-radius: 32px;
  box-shadow: var(--shadow-md);
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(4rem, 7vw, 6.2rem) 0 clamp(3rem, 6vw, 4.8rem);
  background:
    radial-gradient(circle at top left, rgba(240, 197, 111, 0.14), transparent 26%),
    linear-gradient(135deg, #0f1622, #162132 55%, #0f1724);
  color: var(--white);
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(circle at center, black 40%, transparent 95%);
  pointer-events: none;
}

.page-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 46rem;
}

.page-hero__kicker {
  display: inline-flex;
  margin-top: 0.8rem;
  color: var(--accent-strong);
  font-family: var(--font-head);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.page-hero h1 {
  margin-top: 0.8rem;
  color: var(--white);
  max-width: 12ch;
}

.page-desc {
  margin-top: 1rem;
  max-width: 42rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.05rem;
}

.page-hero__icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin-top: 1rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
}

.breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.breadcrumb a {
  color: rgba(255, 255, 255, 0.62);
}

.breadcrumb .sep {
  opacity: 0.4;
}

.breadcrumb .current {
  color: var(--accent-strong);
}

.content-shell {
  padding: clamp(1.5rem, 3vw, 2.2rem);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-sm);
}

.content-shell--compact {
  margin-bottom: 1.2rem;
}

.entry-content {
  color: var(--ink-soft);
  font-size: 1rem;
}

.entry-content .service-intro {
  color: var(--ink);
  font-size: clamp(1.06rem, 1.4vw, 1.16rem);
  line-height: 1.8;
}

.entry-content .service-note {
  margin-top: 1.7rem;
  padding: 1.15rem 1.2rem;
  border: 1px solid rgba(20, 32, 46, 0.08);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(20, 32, 46, 0.03), rgba(201, 150, 55, 0.08));
  box-shadow: var(--shadow-xs);
}

.entry-content .service-note h3 {
  font-size: 1rem;
}

.entry-content > * + * {
  margin-top: 1.15rem;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  color: var(--ink);
}

.entry-content h2 {
  font-size: clamp(1.55rem, 2vw, 2rem);
}

.entry-content ul,
.entry-content ol {
  padding-left: 1.25rem;
}

.entry-content li {
  margin-bottom: 0.6rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 1.2rem;
  align-items: start;
}

.contact-info-panel,
.careers-panel {
  padding: 1.6rem;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(20, 29, 44, 0.98), rgba(25, 36, 52, 0.96));
  color: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-dark);
}

.contact-info-panel h2,
.careers-panel h2 {
  margin-top: 0.75rem;
  color: var(--white);
}

.contact-info-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.ci-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
}

.ci-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--accent-strong);
}

.ci-label {
  display: block;
  color: rgba(255, 255, 255, 0.44);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ci-val {
  margin-top: 0.18rem;
}

.ci-val,
.ci-val a {
  color: var(--white);
  font-weight: 700;
}

.contact-hours {
  margin-top: 1.6rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-hours h3,
.service-hours-card h3 {
  color: var(--white);
  font-size: 1.1rem;
}

.hours-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.72rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.9rem;
}

.contact-hours .hours-row {
  color: rgba(255, 255, 255, 0.7);
}

.contact-hours .hours-row strong {
  color: var(--white);
}

.hours-emergency {
  margin-top: 0.85rem;
  color: rgba(240, 197, 111, 0.88);
  font-weight: 700;
}

.contact-callout {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  margin-top: 1.6rem;
  padding: 1rem;
  border-radius: 22px;
  background: rgba(207, 80, 53, 0.14);
  color: rgba(255, 255, 255, 0.82);
}

.contact-callout strong {
  display: block;
  font-family: var(--font-head);
}

.contact-callout p {
  margin-top: 0.25rem;
  color: rgba(255, 255, 255, 0.64);
}

.contact-form-panel {
  padding: clamp(1.45rem, 3vw, 2rem);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.62);
  box-shadow: var(--shadow-sm);
}

.contact-form-panel h2 {
  margin-top: 0.7rem;
}

.form-intro {
  margin-top: 0.85rem;
  color: var(--ink-soft);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.form-group {
  display: grid;
  gap: 0.5rem;
  margin-top: 1rem;
}

.form-group label {
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 800;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(19, 23, 34, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  transition: border-color var(--transition), box-shadow var(--transition), background-color var(--transition);
  appearance: none;
}

.form-group textarea {
  min-height: 150px;
  resize: vertical;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: rgba(211, 155, 53, 0.48);
  box-shadow: 0 0 0 4px rgba(211, 155, 53, 0.12);
  background: var(--white);
}

.form-submit {
  width: 100%;
  margin-top: 1.15rem;
}

.form-note {
  margin-top: 0.95rem;
  color: var(--ink-faint);
  font-size: 0.86rem;
}

.form-message {
  display: none;
  margin-top: 1rem;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  font-size: 0.92rem;
  font-weight: 700;
}

.form-message--success {
  display: block;
  background: rgba(13, 127, 104, 0.12);
  color: var(--success);
  border: 1px solid rgba(13, 127, 104, 0.16);
}

.form-message--error {
  display: block;
  background: rgba(207, 80, 53, 0.1);
  color: #a43a24;
  border: 1px solid rgba(207, 80, 53, 0.14);
}

.field-error {
  border-color: rgba(207, 80, 53, 0.52) !important;
  box-shadow: 0 0 0 4px rgba(207, 80, 53, 0.12) !important;
}

.careers-panel p {
  margin-top: 0.9rem;
  color: rgba(255, 255, 255, 0.68);
}

.careers-benefits {
  display: grid;
  gap: 0.75rem;
  margin: 1.5rem 0;
  list-style: none;
}

.careers-benefits li {
  display: inline-flex;
  gap: 0.65rem;
  align-items: center;
  color: rgba(255, 255, 255, 0.82);
}

.positions-card {
  margin: 1.5rem 0;
  padding: 1.15rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
}

.positions-card h3 {
  color: var(--white);
  margin-bottom: 1rem;
}

.positions-card__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.positions-card__row:last-child {
  border-bottom: 0;
}

.positions-card__title {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--white);
}

.positions-card__icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 14px;
  background: rgba(211, 155, 53, 0.14);
  color: var(--accent-strong);
}

.positions-card__type {
  padding: 0.4rem 0.7rem;
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
}

.terms-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 1.2rem;
  align-items: start;
}

.terms-intro {
  margin-bottom: 1.2rem;
}

.terms-intro h2 {
  margin-top: 0.7rem;
}

.terms-intro p {
  margin-top: 0.9rem;
  color: var(--ink-soft);
}

.terms-cards {
  display: grid;
  gap: 0.9rem;
}

.terms-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  padding: 1.2rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: var(--shadow-xs);
}

.terms-card__index {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(211, 155, 53, 0.12);
  color: var(--accent);
  font-family: var(--font-head);
  font-weight: 700;
}

.terms-card p {
  margin-top: 0.4rem;
  color: var(--ink-soft);
}

.terms-sidebar {
  display: grid;
  gap: 1rem;
}

.terms-sidebar__panel,
.terms-sidebar__card {
  padding: 1.3rem;
  border-radius: 26px;
  box-shadow: var(--shadow-sm);
}

.terms-sidebar__panel {
  background: linear-gradient(135deg, #141d2c, #182537);
  color: rgba(255, 255, 255, 0.78);
}

.terms-sidebar__panel h3 {
  margin-top: 0.8rem;
  color: var(--white);
}

.terms-sidebar__panel p {
  margin: 0.9rem 0 1.2rem;
  color: rgba(255, 255, 255, 0.66);
}

.terms-sidebar__card {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.62);
}

.sidebar-contact-row {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 0.85rem;
  font-weight: 700;
}

.terms-sidebar__hours {
  margin-top: 1rem;
  color: var(--ink-faint);
  font-size: 0.88rem;
}

.team-section .section-header {
  justify-items: center;
  text-align: center;
}

.team-section .section-title {
  max-width: 16ch;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.team-card {
  padding: 1.35rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.62);
  box-shadow: var(--shadow-sm);
  text-align: center;
}

.team-card__avatar {
  display: grid;
  place-items: center;
  width: 104px;
  height: 104px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, #1b283b, #344861);
  color: var(--accent-strong);
  font-family: var(--font-head);
  font-size: 2rem;
}

.team-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-card__role {
  margin-top: 0.35rem;
  color: var(--accent);
  font-family: var(--font-head);
  font-size: 0.9rem;
  font-weight: 700;
}

.team-card__specialty {
  margin-top: 0.6rem;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.team-card__years {
  display: inline-flex;
  margin-top: 0.9rem;
  padding: 0.4rem 0.7rem;
  border-radius: var(--r-pill);
  background: rgba(211, 155, 53, 0.1);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 700;
}

.about-quote {
  margin: 1.6rem 0;
  padding: 1.2rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.62);
  border-left: 3px solid var(--accent);
}

.about-quote p {
  color: var(--ink);
  font-size: 1.02rem;
}

.about-quote footer {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: 1rem;
}

.service-single {
  padding-top: 2rem;
}

.service-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.75fr);
  gap: 1.2rem;
  align-items: start;
}

.service-single-content .content-shell {
  padding: clamp(1.3rem, 3vw, 2rem);
}

.service-media {
  overflow: hidden;
  border-radius: 28px;
  margin-bottom: 1.3rem;
}

.service-media img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
}

.service-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem 1rem;
  margin-top: 1rem;
}

.service-nav__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.service-sidebar {
  position: sticky;
  top: calc(var(--header-h) + 20px);
  display: grid;
  gap: 1rem;
}

.service-cta-card {
  padding: 1.35rem;
  border-radius: 28px;
  background: linear-gradient(135deg, #131c2b, #192638);
  color: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-dark);
}

.service-cta-card__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 18px;
  background: rgba(211, 155, 53, 0.16);
  color: var(--accent-strong);
}

.service-cta-card h2 {
  margin-top: 0.9rem;
  color: var(--white);
  font-size: clamp(1.4rem, 2vw, 1.8rem);
}

.service-cta-card p {
  margin-top: 0.8rem;
  color: rgba(255, 255, 255, 0.66);
}

.service-cta-phone {
  display: inline-flex;
  margin-top: 1rem;
  color: var(--accent-strong);
  font-family: var(--font-head);
  font-size: 1.9rem;
}

.service-cta-actions {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.2rem;
}

.service-hours-card,
.service-list-card {
  padding: 1.25rem;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.62);
  box-shadow: var(--shadow-sm);
}

.service-hours-card .hours-row {
  border-bottom-color: var(--line);
  color: var(--ink-soft);
}

.service-hours-card .hours-row strong {
  color: var(--ink);
}

.service-list-card h3 {
  margin-bottom: 0.8rem;
}

.service-list-card ul {
  list-style: none;
}

.service-list-card li + li {
  margin-top: 0.45rem;
}

.service-list-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.78rem 0.85rem;
  border-radius: 18px;
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 700;
}

.service-list-card a:hover,
.service-list-card a.active {
  background: rgba(211, 155, 53, 0.1);
  color: var(--ink);
}

.service-list-card__label {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
}

.service-list-card__icon {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 10px;
  background: rgba(19, 23, 34, 0.05);
}

.posts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.post-card {
  padding: 1.2rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.62);
  box-shadow: var(--shadow-sm);
}

.post-card__media {
  display: block;
  overflow: hidden;
  margin: -1.2rem -1.2rem 1rem;
  aspect-ratio: 16 / 10;
  border-radius: 28px 28px 22px 22px;
}

.post-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.8rem;
  color: var(--ink-faint);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.post-card h2 {
  margin-top: 0.8rem;
  font-size: 1.3rem;
}

.post-card h2 a:hover {
  color: var(--accent);
}

.post-card p {
  margin-top: 0.75rem;
  color: var(--ink-soft);
}

.site-footer {
  position: relative;
  margin-top: clamp(4rem, 8vw, 6rem);
  background:
    radial-gradient(circle at top right, rgba(211, 155, 53, 0.12), transparent 24%),
    linear-gradient(180deg, #0d1420 0%, #111a28 52%, #0b111a 100%);
  color: rgba(255, 255, 255, 0.72);
}

.footer-top {
  transform: translateY(-48px);
  margin-bottom: -48px;
}

.footer-top-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: clamp(1.4rem, 3vw, 1.9rem);
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(240, 197, 111, 0.15), transparent 26%),
    linear-gradient(135deg, rgba(20, 29, 44, 0.98), rgba(25, 36, 52, 0.96));
  box-shadow: var(--shadow-dark);
}

.footer-top-card__copy h2 {
  margin-top: 0.8rem;
  color: var(--white);
  max-width: 15ch;
}

.footer-top-card__copy p {
  margin-top: 0.9rem;
  color: rgba(255, 255, 255, 0.64);
  max-width: 36rem;
}

.footer-top-card__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.footer-call {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.9rem 1.2rem;
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font-family: var(--font-head);
  font-size: 1.05rem;
}

.footer-main {
  padding: 4.5rem 0 2.4rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) repeat(2, minmax(0, 0.8fr)) minmax(0, 1fr);
  gap: 1.6rem;
}

.footer-desc {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.56);
}

.footer-socials {
  display: flex;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.social-btn {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.74);
}

.social-btn:hover {
  background: rgba(211, 155, 53, 0.16);
  color: var(--accent-strong);
}

.footer-badge {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  margin-top: 1.4rem;
  padding: 0.95rem 1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
}

.footer-badge__icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: rgba(211, 155, 53, 0.14);
  color: var(--accent-strong);
}

.footer-badge strong,
.footer-badge span {
  display: block;
}

.footer-badge strong {
  color: var(--white);
}

.footer-badge span {
  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.88rem;
}

.footer-col h3 {
  color: var(--white);
  font-size: 0.98rem;
}

.footer-links {
  display: grid;
  gap: 0.65rem;
  margin-top: 0.95rem;
  list-style: none;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.92rem;
}

.footer-links a:hover {
  color: var(--accent-strong);
}

.f-contact-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  margin-top: 0.9rem;
}

.f-contact-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 14px;
  background: rgba(211, 155, 53, 0.12);
  color: var(--accent-strong);
}

.f-contact-label {
  display: block;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.f-contact-row a,
.f-contact-row p {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.footer-hours-note {
  color: rgba(240, 197, 111, 0.86) !important;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.82rem;
}

.footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-bottom-links a {
  color: rgba(255, 255, 255, 0.42);
}

.footer-bottom-links a:hover {
  color: var(--accent-strong);
}

.float-call {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 900;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  transition: opacity var(--transition), transform var(--transition), visibility var(--transition);
}

.float-call.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.float-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.75rem 1rem 0.75rem 0.75rem;
  border-radius: var(--r-pill);
  color: var(--white);
  font-family: var(--font-head);
  font-size: 0.85rem;
  font-weight: 700;
  box-shadow: var(--shadow-dark);
}

.float-btn--call {
  background: linear-gradient(135deg, #1c2738, #24354a);
}

.float-btn--emergency {
  background: linear-gradient(135deg, var(--danger-strong), var(--danger));
}

.float-btn-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}

.back-to-top {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 900;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(19, 23, 34, 0.08);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  color: var(--ink);
  box-shadow: var(--shadow-sm);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity var(--transition), transform var(--transition), visibility var(--transition), background-color var(--transition), color var(--transition);
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  background: var(--ink);
  color: var(--white);
}

.error-404 {
  min-height: 72vh;
  display: grid;
  place-items: center;
}

.error-shell {
  max-width: 760px;
  margin-inline: auto;
  padding: clamp(1.8rem, 4vw, 2.8rem);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.64);
  box-shadow: var(--shadow-md);
  text-align: center;
}

.error-num {
  display: block;
  color: rgba(19, 23, 34, 0.12);
  font-family: var(--font-head);
  font-size: clamp(5rem, 16vw, 10rem);
  line-height: 0.9;
}

.error-shell h1 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.error-shell p {
  margin: 1rem auto 0;
  max-width: 42rem;
  color: var(--ink-soft);
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: center;
  margin-top: 1.5rem;
}

.nav-links .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 0 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--ink);
  font-weight: 700;
  box-shadow: var(--shadow-xs);
}

.nav-links .current {
  background: linear-gradient(135deg, var(--accent-strong), var(--accent));
  color: #17120b;
}

.reveal,
.reveal-left,
.reveal-right {
  opacity: 0;
  transition: opacity 640ms cubic-bezier(.2, .8, .2, 1), transform 640ms cubic-bezier(.2, .8, .2, 1);
}

.reveal {
  transform: translateY(24px);
}

.reveal-left {
  transform: translateX(-28px);
}

.reveal-right {
  transform: translateX(28px);
}

.reveal.visible,
.reveal-left.visible,
.reveal-right.visible {
  opacity: 1;
  transform: none;
}

.alignleft {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
}

.alignright {
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.aligncenter {
  display: block;
  margin: 1rem auto;
}

.wp-block-image {
  overflow: hidden;
  border-radius: 24px;
}

.wp-block-group,
.has-global-padding,
.wp-block-group.has-global-padding,
.wp-site-blocks {
  padding-inline: 0 !important;
}

@keyframes drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  33% {
    transform: translate3d(20px, -18px, 0);
  }
  66% {
    transform: translate3d(-18px, 22px, 0);
  }
}

@keyframes pulse-dot {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.75;
    transform: scale(0.85);
  }
}

@media (max-width: 1140px) {
  .section-header--split,
  .hero-grid,
  .services-layout,
  .about-layout,
  .stats-shell,
  .testimonials-layout,
  .cta-shell,
  .map-shell,
  .terms-grid,
  .service-detail-grid {
    grid-template-columns: 1fr;
  }

  .services-sidecard,
  .service-sidebar {
    position: static;
  }

  .team-grid,
  .posts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .main-nav,
  .header-actions {
    display: none;
  }

  .menu-toggle {
    display: inline-grid;
  }

  .trust-bar-row,
  .why-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-grid,
  .form-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  :root {
    --header-h: 72px;
    --section-y: clamp(60px, 10vw, 88px);
  }

  .footer-top-card {
    grid-template-columns: 1fr;
  }

  .emergency-banner__inner,
  .footer-top-card,
  .footer-bottom-inner,
  .service-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .trust-bar {
    margin-top: -1.5rem;
  }

  .trust-bar-row,
  .services-grid,
  .stats-grid,
  .why-grid,
  .team-grid,
  .posts-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-proof,
  .cta-areas,
  .trust-ribbon,
  .footer-top-card__actions,
  .cta-actions,
  .service-nav__links {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-group,
  .hero-actions {
    width: 100%;
  }

  .btn-group .btn,
  .hero-actions .btn,
  .cta-actions .btn,
  .mobile-nav__actions .btn {
    width: 100%;
  }

  .hero-title {
    max-width: 11ch;
  }

  .hero-panel,
  .contact-info-panel,
  .careers-panel,
  .contact-form-panel,
  .terms-sidebar__panel,
  .terms-sidebar__card,
  .service-cta-card,
  .service-hours-card,
  .service-list-card,
  .content-shell,
  .error-shell {
    border-radius: 24px;
  }

  .float-btn span {
    display: none;
  }

  .float-btn {
    justify-content: center;
    width: 52px;
    height: 52px;
    padding: 0;
    border-radius: 50%;
  }

  .float-btn-icon {
    width: 52px;
    height: 52px;
    background: transparent;
  }
}

@media (max-width: 520px) {
  .emergency-banner__status,
  .emergency-banner__text,
  .emergency-banner__call {
    width: 100%;
  }

  .site-logo {
    max-width: calc(100% - 60px);
  }

  .site-logo-mark--image {
    height: clamp(40px, 11vw, 52px);
  }

  .site-logo--custom .site-logo-image {
    max-width: 100%;
  }

  .logo-tagline {
    display: none;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .page-hero h1,
  .section-title,
  .cta-title {
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

  .reveal,
  .reveal-left,
  .reveal-right {
    opacity: 1 !important;
    transform: none !important;
  }
}

body.admin-bar .site-header {
  top: 32px;
}

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