/*
Theme Name: Bootscore Jay
Theme URI: https://localhost:8080
Author: OpenAI Codex
Description: Mobile-first Bootscore child theme for J Lee Engineering.
Version: 1.0.0
Template: bootscore
Text Domain: bootscore-jay
*/

:root {
  --jay-bg: #ffffff;
  --jay-paper: #ffffff;
  --jay-panel: #ffffff;
  --jay-panel-soft: #f8f7f4;
  --jay-panel-muted: #f2efea;
  --jay-ink: #171b20;
  --jay-ink-soft: #303741;
  --jay-body: #5b616b;
  --jay-line: #ddd8cf;
  --jay-line-strong: #bcb4a9;
  --jay-accent: #6a727c;
  --jay-accent-deep: #202831;
  --jay-shadow: 0 22px 46px rgba(23, 27, 32, 0.03);
}

html {
  scroll-behavior: smooth;
}

html.jay-a11y-large-text,
html[data-jay-access-text="large"] {
  font-size: 112.5%;
}

html.jay-a11y-high-contrast,
html[data-jay-access-contrast="high"] {
  --jay-bg: #ffffff;
  --jay-paper: #ffffff;
  --jay-panel: #ffffff;
  --jay-panel-soft: #f7f7f7;
  --jay-panel-muted: #ededed;
  --jay-ink: #000000;
  --jay-ink-soft: #111111;
  --jay-body: #111111;
  --jay-line: #222222;
  --jay-line-strong: #000000;
  --jay-accent: #111111;
  --jay-accent-deep: #000000;
}

html.jay-a11y-underline-links a {
  text-decoration: underline !important;
}

html.jay-a11y-reduce-motion {
  scroll-behavior: auto;
}

html.jay-a11y-reduce-motion *,
html.jay-a11y-reduce-motion *::before,
html.jay-a11y-reduce-motion *::after {
  animation-duration: 0.01ms !important;
  animation-iteration-count: 1 !important;
  scroll-behavior: auto !important;
  transition-duration: 0.01ms !important;
}

body {
  background: var(--jay-bg);
  color: var(--jay-body);
  font-family: "Avenir Next", "SF Pro Display", "Apple SD Gothic Neo", "Noto Sans KR", "Helvetica Neue", sans-serif;
  font-feature-settings: "ss01" 1;
  letter-spacing: -0.01em;
  line-height: 1.78;
  text-rendering: geometricPrecision;
}

.site {
  background: #fff;
  overflow: clip;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title,
.jay-eyebrow {
  color: var(--jay-ink);
  font-family: "Avenir Next", "SF Pro Display", "Apple SD Gothic Neo", "Noto Sans KR", "Helvetica Neue", sans-serif;
  font-weight: 650;
  letter-spacing: -0.045em;
}

a {
  color: var(--jay-accent-deep);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover,
a:focus {
  color: var(--jay-ink);
}

html.jay-a11y-high-contrast body,
html[data-jay-access-contrast="high"] body,
html.jay-a11y-high-contrast .site,
html[data-jay-access-contrast="high"] .site {
  background: #ffffff;
  color: #111111;
}

html.jay-a11y-high-contrast .site-header,
html[data-jay-access-contrast="high"] .site-header {
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
}

html.jay-a11y-high-contrast .jay-site-footer,
html[data-jay-access-contrast="high"] .jay-site-footer {
  background: #000000;
}

html.jay-a11y-high-contrast :focus-visible,
html[data-jay-access-contrast="high"] :focus-visible {
  outline: 3px solid #000;
  outline-offset: 3px;
}

.site-header {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background: rgba(244, 241, 235, 0.96) !important;
  border-bottom: 0;
  box-shadow: none;
  padding-top: 0;
  position: sticky;
  top: 0;
  transition: background-color 0.28s ease, box-shadow 0.28s ease, backdrop-filter 0.28s ease, -webkit-backdrop-filter 0.28s ease;
  z-index: 1040;
}

.site-header .navbar {
  padding: 0;
}

.site-header .container {
  align-items: center;
  background: transparent;
  border-left: 0;
  border-right: 0;
  box-shadow: none;
  flex-wrap: nowrap;
  padding: 0 1.1rem;
  transition: padding 0.28s ease;
}

.navbar-brand {
  align-items: center;
  display: inline-flex;
  flex: 0 1 390px;
  margin-right: 1rem;
  max-width: 390px;
  min-height: 82px;
  padding: 0;
  transition: max-width 0.28s ease, min-height 0.28s ease;
}

.navbar-brand img {
  height: auto;
  max-height: 60px;
  max-width: 100%;
  transition: max-height 0.28s ease, transform 0.28s ease;
  width: auto;
}

#bootscore-navbar {
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.25rem;
  white-space: nowrap;
}

#bootscore-navbar > li {
  align-items: center;
  display: flex;
}

#bootscore-navbar .nav-link {
  border-radius: 0;
  color: var(--jay-body);
  display: flex;
  font-size: 0.71rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-left: 0;
  min-height: 72px;
  padding: 0 0.68rem;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease, min-height 0.28s ease, padding 0.28s ease;
}

#bootscore-navbar .nav-link::after {
  background: var(--jay-ink);
  content: "";
  height: 2px;
  left: 0.8rem;
  opacity: 0;
  position: absolute;
  right: 0.8rem;
  top: calc(100% - 1.2rem);
  transition: opacity 0.2s ease;
}

#bootscore-navbar .nav-link:hover,
#bootscore-navbar .nav-link:focus,
#bootscore-navbar .current-menu-item > .nav-link,
#bootscore-navbar .current_page_item > .nav-link {
  color: var(--jay-ink);
}

#bootscore-navbar .nav-link:hover::after,
#bootscore-navbar .nav-link:focus::after,
#bootscore-navbar .current-menu-item > .nav-link::after,
#bootscore-navbar .current_page_item > .nav-link::after {
  opacity: 1;
}

.header-actions {
  flex: 0 0 auto;
  min-height: 82px;
  transition: min-height 0.28s ease;
}

.nav-toggler,
.header-actions .btn {
  border-color: var(--jay-line-strong);
  border-radius: 0;
  color: var(--jay-ink);
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, min-height 0.28s ease, padding 0.28s ease;
}

.nav-toggler:hover,
.nav-toggler:focus,
.header-actions .btn:hover,
.header-actions .btn:focus {
  background: var(--jay-panel);
  border-color: var(--jay-ink);
  color: var(--jay-ink);
}

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

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

body.jay-header-scrolled .site-header {
  -webkit-backdrop-filter: blur(14px) saturate(145%);
  backdrop-filter: blur(14px) saturate(145%);
  background: rgba(244, 241, 235, 0.72) !important;
  box-shadow: 0 14px 36px rgba(23, 27, 32, 0.1);
}

body.jay-header-scrolled .site-header .container {
  padding-left: 1rem;
  padding-right: 1rem;
}

body.jay-header-scrolled .navbar-brand {
  max-width: 352px;
  min-height: 66px;
}

body.jay-header-scrolled .navbar-brand img {
  max-height: 50px;
}

body.jay-header-scrolled #bootscore-navbar .nav-link {
  min-height: 60px;
}

body.jay-header-scrolled .header-actions {
  min-height: 66px;
}

body.jay-header-scrolled .nav-toggler,
body.jay-header-scrolled .header-actions .btn {
  padding-bottom: 0.45rem;
  padding-top: 0.45rem;
}

.offcanvas {
  background: rgba(23, 27, 32, 0.98);
  color: #eff2f4;
}

.offcanvas .btn-close {
  filter: invert(1);
}

.offcanvas .nav-link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #eff2f4;
  min-height: auto;
  padding: 0.95rem 0;
}

.offcanvas .nav-link:hover,
.offcanvas .nav-link:focus,
.offcanvas .nav-link:active,
.offcanvas .current-menu-item > .nav-link,
.offcanvas .current_page_item > .nav-link {
  color: #ffffff;
}

.offcanvas .dropdown-menu {
  background: transparent;
  border: 0;
  padding: 0.25rem 0 0.5rem;
}

.offcanvas .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #eff2f4;
  padding: 0.8rem 0 0.8rem 1rem;
}

.offcanvas .dropdown-item:hover,
.offcanvas .dropdown-item:focus,
.offcanvas .dropdown-item:active {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.offcanvas .nav-link::after {
  display: none;
}

.btn {
  border-radius: 0;
  font-family: "Avenir Next", "SF Pro Display", "Apple SD Gothic Neo", "Noto Sans KR", "Helvetica Neue", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  padding: 1rem 1.4rem;
  text-transform: uppercase;
}

.btn-primary {
  background: var(--jay-ink);
  border-color: var(--jay-ink);
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
  background: var(--jay-accent-deep);
  border-color: var(--jay-accent-deep);
}

.btn-outline-primary {
  background: transparent;
  border-color: var(--jay-line-strong);
  color: var(--jay-ink);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background: var(--jay-panel-soft);
  border-color: var(--jay-ink);
  color: var(--jay-ink);
}

.btn-light {
  background: var(--jay-ink);
  border-color: var(--jay-ink);
  color: #fff;
}

.btn-light:hover,
.btn-light:focus {
  background: var(--jay-accent-deep);
  border-color: var(--jay-accent-deep);
  color: #fff;
}

.jay-btn-light-outline {
  background: transparent;
  border: 1px solid var(--jay-line-strong);
  color: var(--jay-ink);
}

.jay-btn-light-outline:hover,
.jay-btn-light-outline:focus {
  background: var(--jay-panel-soft);
  border-color: var(--jay-ink);
  color: var(--jay-ink);
}

.jay-frame {
  background: transparent;
  border: 0;
  box-shadow: none;
  position: relative;
}

.jay-hero-panel,
.jay-section-shell,
.jay-page-hero-shell,
.jay-page-shell,
.jay-footer-shell {
  border-top: 0;
}

.bootscore-jay-home {
  overflow: hidden;
}

.jay-hero {
  background: #fff;
  padding: 0 0 1.1rem;
}

.jay-hero .container,
.jay-section .container,
.jay-page-wrap .container,
.jay-site-footer .container {
  position: relative;
  z-index: 1;
}

.jay-hero-panel {
  padding: 0;
}

.jay-hero-slider {
  height: 500px;
  min-height: 500px;
  position: relative;
}

#jayHeroCarousel,
#jayHeroCarousel .carousel-inner,
#jayHeroCarousel .carousel-item,
.jay-hero-slide {
  height: 100%;
}

.jay-hero-slide {
  overflow: hidden;
  position: relative;
}

.jay-hero-slide::after {
  background: linear-gradient(90deg, rgba(17, 20, 25, 0.68) 0%, rgba(17, 20, 25, 0.44) 34%, rgba(17, 20, 25, 0.14) 68%, rgba(17, 20, 25, 0.2) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.jay-hero-slide img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.jay-hero-overlay {
  inset: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  z-index: 3;
}

.jay-hero-overlay > .container {
  align-items: center;
  display: flex;
  height: 100%;
  padding-bottom: 1.35rem;
  padding-top: 1.35rem;
}

.jay-hero-overlay > .container > .row {
  width: 100%;
}

.jay-hero-overlay .btn,
.jay-hero-overlay a {
  pointer-events: auto;
}

.jay-eyebrow,
.jay-section-label,
.jay-note-label,
.jay-summary-label {
  color: var(--jay-accent);
  font-family: "Avenir Next", "SF Pro Display", "Apple SD Gothic Neo", "Noto Sans KR", "Helvetica Neue", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  margin-bottom: 0.85rem;
  text-transform: uppercase;
}

.jay-hero-copy {
  max-width: 35rem;
  padding-top: 0;
  position: relative;
  z-index: 2;
}

.jay-hero-copy .jay-eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.jay-hero-copy .display-4 {
  font-size: clamp(1.8rem, 2.8vw, 2.55rem);
  letter-spacing: -0.055em;
  line-height: 0.94;
  margin-bottom: 0.7rem;
  max-width: none;
  color: #fff;
}

.jay-hero-copy .display-4 span {
  display: block;
  white-space: nowrap;
}

.jay-hero-copy .lead {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.88rem;
  line-height: 1.5;
  margin-bottom: 0;
  max-width: 31rem;
}

.jay-service-line {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.75rem;
  padding-top: 0;
}

.jay-service-line span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.jay-service-line span + span::before {
  color: rgba(255, 255, 255, 0.45);
  content: "/";
  margin-right: 0.85rem;
}

.jay-hero .jay-btn-light-outline {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.32);
  color: #fff;
}

.jay-hero .jay-btn-light-outline:hover,
.jay-hero .jay-btn-light-outline:focus {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.58);
  color: #fff;
}

.jay-hero .btn {
  font-size: 0.68rem;
  padding: 0.72rem 0.95rem;
}

.jay-hero-links {
  backdrop-filter: blur(6px);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin-left: auto;
  max-width: 24rem;
  padding: 0.85rem 1.1rem;
  position: relative;
  z-index: 2;
}

.jay-hero-links p {
  color: var(--jay-accent);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin: 0;
  text-transform: uppercase;
}

.jay-hero-links a {
  color: var(--jay-ink);
  font-size: 0.86rem;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
}

.jay-hero-links a:hover,
.jay-hero-links a:focus {
  color: var(--jay-accent-deep);
}

.jay-hero-slide-caption {
  bottom: auto;
  color: rgba(255, 255, 255, 0.95);
  max-width: 16rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  text-align: left;
  z-index: 2;
}

.jay-hero-slide-caption p {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-bottom: 0.55rem;
  opacity: 0.74;
  text-transform: uppercase;
}

.jay-hero-slide-caption h3 {
  color: #fff;
  font-size: 1rem;
  line-height: 1.16;
  margin-bottom: 0.35rem;
}

.jay-hero-slide-caption span {
  color: rgba(255, 255, 255, 0.78);
  display: block;
  font-size: 0.82rem;
  line-height: 1.45;
}

.jay-hero-indicators {
  bottom: 0.8rem;
  justify-content: flex-start;
  left: 1rem;
  margin: 0;
  right: auto;
  z-index: 4;
}

.jay-hero-indicators [data-bs-target] {
  background: rgba(255, 255, 255, 0.38);
  border: 0;
  height: 2px;
  margin: 0 0.35rem 0 0;
  opacity: 1;
  width: 2.8rem;
}

.jay-hero-indicators .active {
  background: #fff;
}

.jay-hero-control {
  align-items: center;
  bottom: auto;
  justify-content: center;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 2.8rem;
  z-index: 4;
}

.jay-hero-control.carousel-control-prev {
  left: auto;
  right: 3.8rem;
}

.jay-hero-control.carousel-control-next {
  right: 1rem;
}

.jay-hero-control .carousel-control-prev-icon,
.jay-hero-control .carousel-control-next-icon {
  background-color: rgba(255, 255, 255, 0.14);
  background-position: center;
  background-size: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  height: 2.2rem;
  width: 2.2rem;
}

.jay-summary-rail {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0.95rem;
}

.jay-summary-cell {
  background: transparent;
  border-left: 0;
  padding: 0;
}

.jay-summary-copy {
  color: var(--jay-ink-soft);
  line-height: 1.75;
  margin-bottom: 0;
}

.jay-section {
  background: #fff;
  padding: 0 0 1.2rem;
}

.bootscore-jay-home .jay-section .container::before {
  background: rgba(23, 27, 32, 0.09);
  content: "";
  display: block;
  height: 1px;
  margin-bottom: 2.05rem;
  width: 100%;
}

.jay-section-shell {
  padding: clamp(2.25rem, 2.7vw, 3.4rem);
}

.jay-section-heading {
  font-size: clamp(2.1rem, 4vw, 4rem);
  letter-spacing: -0.045em;
  line-height: 0.96;
  margin-bottom: 1rem;
  max-width: 11.5ch;
}

.jay-copy {
  color: var(--jay-ink-soft);
  font-size: 1rem;
  line-height: 1.92;
  max-width: 48rem;
}

.jay-inline-actions {
  margin-top: 2rem;
}

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

.jay-service-card {
  background: transparent;
  border: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  height: 100%;
  min-height: auto;
  padding: 0;
  position: relative;
  transition: opacity 0.2s ease;
}

.jay-service-card:hover,
.jay-service-card:focus-within {
  opacity: 0.8;
}

.jay-service-card span {
  color: var(--jay-accent);
  display: inline-block;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-bottom: 0.55rem;
  text-transform: uppercase;
}

.jay-service-card h3 {
  font-size: 1.24rem;
  line-height: 1.12;
  margin-bottom: 0.4rem;
}

.jay-service-card p {
  color: var(--jay-ink-soft);
  line-height: 1.78;
  margin-bottom: 0;
}

.jay-service-card a {
  margin-top: auto;
  padding-top: 1rem;
}

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

.jay-cert-card {
  background: transparent;
  border: 0;
  display: flex;
  gap: 1rem;
  min-height: auto;
  padding: 0;
}

.jay-cert-card::before {
  color: var(--jay-accent);
  content: "01";
  flex: 0 0 auto;
  font-family: "Avenir Next", "SF Pro Display", "Apple SD Gothic Neo", "Noto Sans KR", "Helvetica Neue", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.3;
  margin-top: 0.15rem;
}

.jay-cert-card:nth-child(2)::before { content: "02"; }
.jay-cert-card:nth-child(3)::before { content: "03"; }
.jay-cert-card:nth-child(4)::before { content: "04"; }
.jay-cert-card:nth-child(5)::before { content: "05"; }
.jay-cert-card:nth-child(6)::before { content: "06"; }
.jay-cert-card:nth-child(7)::before { content: "07"; }
.jay-cert-card:nth-child(8)::before { content: "08"; }
.jay-cert-card:nth-child(9)::before { content: "09"; }
.jay-cert-card:nth-child(10)::before { content: "10"; }
.jay-cert-card:nth-child(11)::before { content: "11"; }
.jay-cert-card:nth-child(12)::before { content: "12"; }

.jay-cert-card p {
  color: var(--jay-ink);
  line-height: 1.78;
  margin-bottom: 0;
}

.jay-cta-shell {
  background: transparent;
}

.jay-page-wrap {
  background: #fff;
  padding: 2rem 0 3rem;
}

.jay-page-hero-shell {
  margin-bottom: 1.15rem;
  padding: 2.55rem;
}

.jay-page-hero-shell .entry-title {
  font-size: clamp(2.35rem, 4vw, 4rem);
  letter-spacing: -0.045em;
  line-height: 0.96;
}

.jay-page-shell {
  padding: 2.2rem;
}

.jay-page-shell .site-main {
  margin: 0 auto;
  max-width: 62rem;
}

.jay-page-shell .post-thumbnail {
  background: transparent;
  border: 0;
  margin-bottom: 2rem;
  padding: 0;
}

.jay-page-shell .wp-post-image,
.jay-page-shell img {
  border-radius: 0 !important;
  display: block;
  height: auto;
  margin-bottom: 1.5rem;
  max-width: 100%;
  width: 100%;
}

.jay-page-shell .entry-content,
.jay-page-shell .entry-content p,
.jay-page-shell .entry-content li {
  color: var(--jay-ink-soft);
  font-size: 1rem;
  line-height: 1.92;
}

.jay-page-shell .entry-content {
  max-width: 56rem;
  margin: 0 auto;
}

.jay-page-shell .entry-content.jay-entry-content-custom {
  max-width: 100%;
}

.jay-page-shell .entry-content > p:first-child {
  color: var(--jay-ink);
  font-size: 1.06rem;
  line-height: 1.82;
  margin-bottom: 1.6rem;
}

.jay-page-shell .entry-content h2,
.jay-page-shell .entry-content h3,
.jay-page-shell .entry-content h4 {
  color: var(--jay-ink);
  font-size: clamp(1.5rem, 2.4vw, 2.2rem);
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
  margin-top: 2.4rem;
}

.jay-page-shell .entry-content hr {
  border: 0;
  border-top: 1px solid rgba(23, 27, 32, 0.1);
  margin: 2.1rem 0;
  opacity: 1;
}

.jay-page-shell .entry-content p > strong:first-child {
  color: var(--jay-ink);
  display: inline-block;
  font-size: 1.08rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  margin-bottom: 0.35rem;
}

.jay-page-shell .entry-content a {
  color: var(--jay-accent-deep);
  text-decoration: none;
}

.jay-page-shell .entry-content a:hover,
.jay-page-shell .entry-content a:focus {
  color: var(--jay-ink);
  text-decoration: underline;
}

.jay-page-shell .entry-content p[style*="text-align: center"] {
  border-top: 1px solid rgba(23, 27, 32, 0.1);
  color: var(--jay-ink);
  font-size: 1.28rem;
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.25;
  margin: 2.35rem 0 1rem;
  padding-top: 1.2rem;
  text-align: left !important;
}

.jay-page-shell .entry-content p[style*="text-align: center"] strong {
  font-weight: inherit;
}

.jay-page-shell .entry-content ul {
  list-style: none;
  margin: 1.1rem 0 2rem;
  padding-left: 0;
}

.jay-page-shell .entry-content li {
  border-top: 1px solid rgba(23, 27, 32, 0.09);
  padding: 0.9rem 0 0 1rem;
  position: relative;
}

.jay-page-shell .entry-content li::before {
  background: var(--jay-accent-deep);
  content: "";
  height: 0.38rem;
  left: 0;
  position: absolute;
  top: 1.45rem;
  width: 0.38rem;
}

.jay-page-shell .entry-content li + li {
  margin-top: 0.2rem;
}

.jay-clients-intro {
  border-bottom: 1px solid rgba(23, 27, 32, 0.08);
  padding-bottom: 1.65rem;
}

.jay-clients-intro-copy {
  max-width: 40rem;
}

.jay-clients-kicker {
  color: var(--jay-accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-bottom: 0.7rem;
  text-transform: uppercase;
}

.jay-clients-intro h2 {
  color: var(--jay-ink);
  font-size: clamp(1.85rem, 3.5vw, 3rem);
  letter-spacing: -0.05em;
  line-height: 1;
  margin-bottom: 0.9rem;
}

.jay-clients-lede {
  color: var(--jay-ink-soft);
  font-size: 0.98rem;
  line-height: 1.86;
  margin-bottom: 0;
}

.jay-clients-directory {
  margin-top: 2rem;
}

.jay-client-group + .jay-client-group {
  margin-top: 2.8rem;
}

.jay-client-group-header {
  border-top: 1px solid rgba(23, 27, 32, 0.1);
  display: block;
  margin-bottom: 0.9rem;
  padding-top: 1rem;
}

.jay-client-group-header h3 {
  color: var(--jay-ink);
  font-size: clamp(1.25rem, 2.3vw, 1.75rem);
  letter-spacing: -0.04em;
  line-height: 1.08;
  margin-bottom: 0.35rem;
}

.jay-client-group-note {
  color: var(--jay-body);
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 0;
  max-width: 34rem;
}

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

.jay-client-card {
  align-items: baseline;
  border-top: 1px solid rgba(23, 27, 32, 0.08);
  display: grid;
  gap: 0.4rem 1rem;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr) auto;
  padding: 1rem 0;
}

.jay-client-card-main {
  min-width: 0;
}

.jay-client-card-label {
  color: var(--jay-body);
  font-size: 0.82rem;
  line-height: 1.55;
  margin-bottom: 0;
  margin-top: 0.22rem;
}

.jay-client-card h4 {
  color: var(--jay-ink);
  font-size: 1.08rem;
  letter-spacing: -0.04em;
  line-height: 1.12;
  margin-bottom: 0;
}

.jay-client-card-meta {
  color: var(--jay-ink-soft);
  font-size: 0.88rem;
  line-height: 1.65;
  margin-bottom: 0;
}

.jay-client-link {
  align-items: center;
  color: var(--jay-body);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
}

.jay-client-link:hover,
.jay-client-link:focus {
  color: var(--jay-ink);
  text-decoration: none;
}

.jay-clients-cta {
  align-items: start;
  background: transparent;
  border-top: 1px solid rgba(23, 27, 32, 0.1);
  display: grid;
  gap: 0.9rem 2rem;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  margin-top: 2.8rem;
  padding: 1.35rem 0 0;
}

.jay-clients-cta h3 {
  color: var(--jay-ink);
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  letter-spacing: -0.04em;
  line-height: 1.16;
  margin-bottom: 0;
  max-width: 24rem;
}

.jay-clients-cta p {
  color: var(--jay-ink-soft);
  margin-bottom: 0;
}

.jay-clients-cta .jay-clients-kicker {
  color: var(--jay-accent);
}

.jay-clients-cta-link {
  color: var(--jay-ink);
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin-top: 0.9rem;
  text-decoration: none;
  text-transform: uppercase;
}

.jay-clients-cta-link:hover,
.jay-clients-cta-link:focus {
  color: var(--jay-accent-deep);
  text-decoration: none;
}

.jay-site-footer {
  background: linear-gradient(180deg, #202831 0%, #171e26 100%);
  color: rgba(255, 255, 255, 0.78);
  padding: 0 0 1.05rem;
}

.jay-footer-shell {
  color: inherit;
  overflow: visible;
  padding: 0;
}

.jay-footer-top {
  align-items: end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: 1rem 2rem;
  grid-template-columns: minmax(0, 1.5fr) minmax(18rem, auto);
  padding: 1.6rem 0 1.15rem;
}

.jay-footer-brand {
  max-width: 50rem;
}

.jay-footer-top h2 {
  color: #fff;
  font-size: clamp(1.12rem, 1.8vw, 1.5rem);
  line-height: 1.22;
  margin-bottom: 0.55rem;
  max-width: 38rem;
}

.jay-footer-intro-copy {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.72;
  margin-bottom: 0;
  max-width: 39rem;
}

.jay-footer-actions {
  align-items: end;
  display: grid;
  gap: 0.8rem;
  justify-items: end;
}

.jay-footer-contact-chip {
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 0.74rem;
  font-weight: 700;
  gap: 0.45rem 0.65rem;
  letter-spacing: 0.16em;
  margin-bottom: 0;
  text-transform: uppercase;
}

.jay-footer-contact-chip a {
  color: #fff;
  letter-spacing: 0.04em;
}

.jay-footer-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: flex-end;
}

.jay-footer-btn-primary,
.jay-footer-btn-secondary {
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  min-height: 46px;
  padding: 0.82rem 1rem;
  text-transform: uppercase;
}

.jay-footer-btn-primary {
  background: #f4efe7;
  border: 1px solid #f4efe7;
  color: var(--jay-ink);
}

.jay-footer-btn-primary:hover,
.jay-footer-btn-primary:focus {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--jay-ink);
}

.jay-footer-btn-secondary {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
}

.jay-footer-btn-secondary:hover,
.jay-footer-btn-secondary:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}

.jay-footer-grid {
  display: grid;
  gap: 1.3rem 1.8rem;
  grid-template-columns: 1.1fr 0.85fr 1.15fr 1fr;
  padding: 1.15rem 0 0.95rem;
}

.jay-footer-panel {
  border-right: 0;
  min-height: 100%;
  padding: 0.95rem 0 0;
  position: relative;
}

.jay-footer-panel h3 {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.jay-footer-compact-copy,
.jay-footer-contact-copy {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.7;
  margin-bottom: 0;
}

.jay-footer-detail-list,
.jay-footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.jay-footer-detail-list li {
  color: #fff;
  font-size: 0.92rem;
  line-height: 1.74;
}

.jay-footer-detail-list li + li {
  margin-top: 0.12rem;
}

.jay-footer-list li {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0.55rem 0;
}

.jay-footer-list li:first-child {
  border-top: 0;
  padding-top: 0;
}

.jay-footer-shell a:not(.jay-footer-btn-primary):not(.jay-footer-btn-secondary) {
  color: #fff;
  text-decoration: none;
}

.jay-footer-shell a:not(.jay-footer-btn-primary):not(.jay-footer-btn-secondary):hover,
.jay-footer-shell a:not(.jay-footer-btn-primary):not(.jay-footer-btn-secondary):focus {
  color: rgba(255, 255, 255, 0.74);
}

.jay-footer-scope-list {
  display: grid;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.jay-footer-scope-list li {
  display: grid;
  gap: 0.18rem;
}

.jay-footer-scope-list strong {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 650;
  letter-spacing: -0.02em;
}

.jay-footer-scope-list span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.85rem;
  line-height: 1.6;
}

.jay-footer-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.jay-footer-tag-list li {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 0.45rem 0.58rem;
  text-transform: uppercase;
}

.jay-footer-inline-link {
  color: #fff;
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-top: 0.9rem;
  text-decoration: none;
  text-transform: uppercase;
}

.jay-footer-inline-link:hover,
.jay-footer-inline-link:focus {
  color: rgba(255, 255, 255, 0.74);
}

.jay-footer-meta {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.58);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.84rem;
  gap: 0.5rem 1rem;
  justify-content: space-between;
  margin-top: 0;
  padding: 0.75rem 0 0;
}

.jay-footer-meta p {
  margin: 0;
}

.jay-footer-meta__links {
  align-items: center;
  column-gap: 1rem;
  display: inline-flex;
  flex-wrap: wrap;
  row-gap: 0.35rem;
}

.jay-footer__consent-link {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.jay-footer__consent-link:hover,
.jay-footer__consent-link:focus-visible {
  color: #fff;
}

.jay-consent[hidden] {
  display: none !important;
}

.jay-consent {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1055;
  padding: 1rem;
  pointer-events: none;
}

.jay-consent__panel {
  width: min(100%, 74rem);
  margin: 0 auto;
  padding: 1.4rem 1.5rem 1.35rem;
  border: 1px solid rgba(20, 20, 20, 0.12);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 18px 48px rgba(20, 20, 20, 0.14);
  pointer-events: auto;
}

.jay-consent__header {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.jay-consent__eyebrow {
  margin: 0;
  color: var(--jay-body);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.jay-consent__title {
  margin: 0;
  color: var(--jay-ink);
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  font-weight: 650;
  letter-spacing: -0.04em;
  line-height: 1.04;
}

.jay-consent__copy,
.jay-consent__note,
.jay-consent__option p {
  margin: 0;
  color: var(--jay-body);
}

.jay-consent__copy {
  max-width: 58rem;
  margin-top: 0.85rem;
  font-size: 0.95rem;
  line-height: 1.6;
}

.jay-consent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1rem;
}

.jay-consent__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.95rem;
  padding: 0.85rem 1.3rem;
  border: 1px solid rgba(20, 20, 20, 0.22);
  background: #fff;
  color: var(--jay-ink);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.jay-consent__button:hover,
.jay-consent__button:focus-visible {
  border-color: rgba(20, 20, 20, 0.4);
  color: var(--jay-ink);
  transform: translateY(-1px);
}

.jay-consent__button--primary {
  background: #111;
  border-color: #111;
  color: #fff;
}

.jay-consent__button--primary:hover,
.jay-consent__button--primary:focus-visible {
  background: #000;
  border-color: #000;
  color: #fff;
}

.jay-consent__button--ghost {
  background: rgba(255, 255, 255, 0.65);
}

.jay-consent__details {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(20, 20, 20, 0.08);
}

.jay-consent__option {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(20, 20, 20, 0.08);
  background: rgba(250, 248, 244, 0.9);
}

.jay-consent__option strong {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--jay-ink);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jay-consent__option p {
  font-size: 0.88rem;
  line-height: 1.5;
}

.jay-consent__option--toggle {
  cursor: pointer;
}

.jay-consent__option--toggle input {
  flex: 0 0 auto;
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.15rem;
  accent-color: #111;
}

.jay-consent__status {
  flex: 0 0 auto;
  color: var(--jay-body);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.jay-consent__save {
  display: flex;
  justify-content: flex-end;
}

.jay-consent__note {
  margin-top: 0.95rem;
  font-size: 0.78rem;
  line-height: 1.5;
}

.jay-accessibility {
  position: fixed;
  left: 1.4rem;
  bottom: 1.4rem;
  z-index: 1046;
  display: grid;
  justify-items: start;
  gap: 0.65rem;
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.jay-accessibility__panel {
  width: min(18rem, calc(100vw - 2rem));
  padding: 0.95rem;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(17, 17, 17, 0.12);
}

.jay-accessibility__eyebrow {
  margin: 0 0 0.7rem;
  color: var(--jay-body);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.jay-accessibility__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.jay-accessibility__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.7rem 0.95rem;
  border: 1px solid rgba(17, 17, 17, 0.14);
  background: #fff;
  color: var(--jay-ink);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.jay-accessibility__action:hover,
.jay-accessibility__action:focus-visible {
  border-color: rgba(17, 17, 17, 0.3);
  color: var(--jay-ink);
  transform: translateY(-1px);
}

.jay-accessibility__action[aria-pressed="true"] {
  background: #111;
  border-color: #111;
  color: #fff;
}

.jay-accessibility__action--reset {
  background: rgba(250, 248, 243, 0.94);
}

.jay-accessibility__trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 1px solid rgba(17, 17, 17, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--jay-ink);
  box-shadow: 0 14px 30px rgba(17, 17, 17, 0.14);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.jay-accessibility__trigger:hover,
.jay-accessibility__trigger:focus-visible {
  border-color: rgba(17, 17, 17, 0.3);
  color: var(--jay-ink);
  transform: translateY(-1px);
}

.jay-accessibility__trigger-label {
  font-size: 1rem;
  font-weight: 650;
  letter-spacing: -0.02em;
}

.jay-accessibility.is-open .jay-accessibility__trigger {
  background: #111;
  border-color: #111;
  color: #fff;
}

.jay-back-to-top {
  position: fixed;
  right: 1.4rem;
  bottom: 1.4rem;
  z-index: 1045;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.92);
  color: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease, background 180ms ease;
}

.jay-back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.jay-back-to-top:hover,
.jay-back-to-top:focus-visible {
  background: #000;
  color: #fff;
}

.jay-back-to-top__icon {
  display: inline-flex;
  width: 1rem;
  height: 1rem;
}

.jay-back-to-top__icon svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 1199.98px) {
  .jay-hero-links {
    display: none;
  }

  .jay-hero-slide-caption {
    display: none;
  }

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

@media (max-width: 991.98px) {
  .site-header .container {
    border-left: 0;
    border-right: 0;
    padding: 0 0.85rem;
  }

  .navbar-brand {
    flex-basis: auto;
    max-width: 320px;
    min-height: 72px;
  }

  .header-actions {
    min-height: auto;
  }

  .jay-hero {
    padding-top: 0;
  }

  .jay-hero-slider {
    height: 500px;
    min-height: 500px;
  }

  .jay-section-shell,
  .jay-page-hero-shell,
  .jay-page-shell {
    padding: 1.8rem;
  }

  .jay-hero-overlay {
    padding: 0;
  }

  .jay-hero-overlay > .container {
    padding-bottom: 1.55rem;
    padding-top: 1.55rem;
  }

  .jay-summary-rail {
    grid-template-columns: 1fr;
  }

  .jay-summary-cell {
    border-left: 0;
    border-top: 0;
  }

  .jay-link-grid,
  .jay-cert-grid,
  .jay-footer-grid {
    grid-template-columns: 1fr;
  }

  .jay-footer-top {
    grid-template-columns: 1fr;
    padding: 1.4rem 0 1rem;
  }

  .jay-footer-actions {
    justify-items: flex-start;
  }

  .jay-footer-cta-group {
    justify-content: flex-start;
  }

  .jay-footer-panel {
    border-right: 0;
    border-top: 0;
    padding: 0.75rem 0 0;
  }

  .jay-footer-meta {
    padding: 1rem 0 0;
  }

  .jay-client-grid,
  .jay-clients-cta {
    grid-template-columns: 1fr;
  }

  .jay-client-card {
    grid-template-columns: 1fr;
    padding: 0.9rem 0;
  }

  .jay-footer-meta {
    align-items: flex-start;
  }

  .jay-footer-meta__links {
    justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  .site-header .container {
    padding: 0 0.65rem;
  }

  .jay-site-footer .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .jay-consent {
    padding: 0.8rem;
  }

  .jay-consent__panel {
    padding: 1.1rem 1rem;
  }

  .jay-consent__actions {
    width: 100%;
  }

  .jay-consent__button {
    justify-content: center;
    width: 100%;
  }

  .jay-consent__option {
    flex-direction: column;
  }

  .navbar-brand {
    max-width: 250px;
    min-height: 64px;
  }

  .nav-toggler,
  .header-actions .btn {
    padding: 0.5rem 0.75rem;
  }

  .jay-hero-copy .display-4 {
    font-size: 1.7rem;
  }

  .jay-hero-slider {
    height: 500px;
    min-height: 500px;
  }

  .jay-service-line,
  .jay-hero-actions .btn,
  .jay-inline-actions .btn {
    width: 100%;
  }

  .jay-hero-copy .display-4 span {
    white-space: normal;
  }

  .jay-service-line {
    display: none;
  }

  .jay-service-line span + span::before {
    margin-right: 0.55rem;
  }

  .jay-section-shell,
  .jay-page-hero-shell,
  .jay-page-shell {
    padding: 1.35rem;
  }

  .jay-hero-links,
  .jay-hero-slide-caption {
    max-width: none;
  }

  .jay-hero-indicators {
    bottom: 1.15rem;
    left: 1.35rem;
  }

  .jay-hero-control {
    display: none;
  }

  .jay-section-heading {
    font-size: 2rem;
  }

  .jay-footer-actions {
    justify-items: flex-start;
  }

  .jay-footer-contact-chip {
    gap: 0.3rem 0.55rem;
  }

  .jay-footer-cta-group {
    width: 100%;
  }

  .jay-footer-btn-primary,
  .jay-footer-btn-secondary {
    justify-content: center;
    width: 100%;
  }

  .jay-footer-top h2 {
    max-width: none;
  }

  .jay-accessibility {
    left: 1rem;
    bottom: 1rem;
  }

  .jay-accessibility__panel {
    width: min(18rem, calc(100vw - 2rem));
    padding: 0.9rem;
  }

  .jay-accessibility__actions {
    flex-direction: column;
  }

  .jay-accessibility__action {
    width: 100%;
  }

  .jay-back-to-top {
    right: 1rem;
    bottom: 1rem;
  }

}
