/*
Theme Name: laurel-bay-dso-website (WPConvert)
Theme URI: https://wpconvert.ai
Author: WPConvert.ai
Author URI: https://wpconvert.ai
Description: This theme was automatically generated from your original site design using WPConvert.ai. It preserves your layout, colors, typography, header, footer, and page content, and makes it editable in WordPress.
Version: 2.1.10
Requires at least: 6.0
Tested up to: 6.6
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpconvert
Tags: landing page, responsive, custom header, custom footer
*/

/* External Stylesheets - @import statements MUST come before any CSS rules */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Inter:wght@300..700&display=swap');

/* CSS Variables */
:root {
}

/* Inline Styles */

/* Extracted CSS from page */

/* =====================================================
   Art direction: Dental Support Organization → trusted, institutional, doctor-first
   Palette: Navy primary (#1a2e4a), teal accent (#2a8a8f), gold highlight (#c09a3a) — pulled from Laurel Bay logo
   Typography: Cormorant Garamond display (prestigious, warm serif) + Inter body (clinical clarity)
   Density: spacious editorial — DSO sites need breathing room to feel premium
   ===================================================== */

:root,
[data-theme='light'] {
  --text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  --text-sm: clamp(0.875rem, 0.8rem + 0.35vw, 1rem);
  --text-base: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  --text-lg: clamp(1.125rem, 1rem + 0.75vw, 1.5rem);
  --text-xl: clamp(1.5rem, 1.2rem + 1.25vw, 2.25rem);
  --text-2xl: clamp(2rem, 1.2rem + 2.5vw, 3.5rem);
  --text-3xl: clamp(2.5rem, 1rem + 4vw, 5rem);

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;

  /* Brand colors from Laurel Bay logo */
  --navy: #1a2e4a;
  --navy-dark: #0f1d30;
  --navy-mid: #243d60;
  --teal: #2a8a8f;
  --teal-light: #3da8ae;
  --teal-dark: #1e6b70;
  --gold: #c09a3a;
  --gold-light: #d4b05a;

  --color-bg: #f8f7f4;
  --color-surface: #ffffff;
  --color-surface-2: #f3f1ed;
  --color-surface-offset: #ede9e3;
  --color-divider: #ddd9d3;
  --color-border: oklch(0.3 0.02 250 / 0.12);

  --color-text: #1a1a18;
  --color-text-muted: #5a5855;
  --color-text-faint: #9a9894;
  --color-text-inverse: #f8f7f4;

  --color-primary: var(--navy);
  --color-primary-hover: var(--navy-dark);
  --color-accent: var(--teal);
  --color-accent-hover: var(--teal-dark);
  --color-gold: var(--gold);

  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Inter', 'Helvetica Neue', sans-serif;

  --radius-sm: 0.25rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;
  --radius-xl: 1rem;
  --radius-full: 9999px;

  --transition-fast: 150ms cubic-bezier(0.16, 1, 0.3, 1);
  --transition-interactive: 220ms cubic-bezier(0.16, 1, 0.3, 1);

  --shadow-sm: 0 1px 3px oklch(0.2 0.03 240 / 0.08);
  --shadow-md: 0 4px 16px oklch(0.2 0.03 240 / 0.1);
  --shadow-lg: 0 12px 40px oklch(0.2 0.03 240 / 0.14);

  --content-narrow: 640px;
  --content-default: 980px;
  --content-wide: 1240px;
}

[data-theme='dark'] {
  --color-bg: #0e1520;
  --color-surface: #131d2c;
  --color-surface-2: #172030;
  --color-surface-offset: #1c2638;
  --color-divider: #243040;
  --color-border: oklch(0.8 0.01 220 / 0.1);
  --color-text: #dce3ec;
  --color-text-muted: #7a8fa6;
  --color-text-faint: #4a5f76;
  --color-text-inverse: #0e1520;
  --color-primary: #4a8fc2;
  --color-primary-hover: #6aaad8;
  --color-accent: #3fb8be;
  --color-accent-hover: #5dcfd5;
  --color-gold: #d4b05a;
  --shadow-sm: 0 1px 3px oklch(0 0 0 / 0.3);
  --shadow-md: 0 4px 16px oklch(0 0 0 / 0.4);
  --shadow-lg: 0 12px 40px oklch(0 0 0 / 0.5);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) {
    --color-bg: #0e1520;
    --color-surface: #131d2c;
    --color-surface-2: #172030;
    --color-surface-offset: #1c2638;
    --color-divider: #243040;
    --color-border: oklch(0.8 0.01 220 / 0.1);
    --color-text: #dce3ec;
    --color-text-muted: #7a8fa6;
    --color-text-faint: #4a5f76;
    --color-text-inverse: #0e1520;
    --color-primary: #4a8fc2;
    --color-primary-hover: #6aaad8;
    --color-accent: #3fb8be;
    --color-accent-hover: #5dcfd5;
    --color-gold: #d4b05a;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body {
  min-height: 100dvh;
  font-family: var(--font-body);
  font-size: var(--text-base);
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.65;
}
img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}
ul[role='list'],
ol[role='list'] {
  list-style: none;
}
input,
button,
select,
textarea {
  font: inherit;
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.15;
  text-wrap: balance;
}
p,
li {
  text-wrap: pretty;
}
button {
  cursor: pointer;
  background: none;
  border: none;
}
a {
  color: inherit;
  text-decoration: none;
}
:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 3px;
  border-radius: var(--radius-sm);
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* SKIP LINK */
.skip-link {
  position: absolute;
  transform: translateY(-100%);
  left: var(--space-4);
  top: var(--space-4);
  padding: var(--space-2) var(--space-4);
  background: var(--navy);
  color: #fff;
  border-radius: var(--radius-md);
  font-size: var(--text-sm);
  font-weight: 600;
  z-index: 9999;
}
.skip-link:focus {
  transform: translateY(0);
}

/* ===== UTILITY ===== */
.container {
  max-width: var(--content-wide);
  margin-inline: auto;
  padding-inline: var(--space-6);
}
.container--default {
  max-width: var(--content-default);
  margin-inline: auto;
  padding-inline: var(--space-6);
}
.container--narrow {
  max-width: var(--content-narrow);
  margin-inline: auto;
  padding-inline: var(--space-6);
}
.section {
  padding-block: clamp(var(--space-16), 8vw, var(--space-24));
}
.section--tight {
  padding-block: clamp(var(--space-10), 5vw, var(--space-16));
}
.tag {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-accent);
}
.tag::before {
  content: '';
  display: block;
  width: 24px;
  height: 1.5px;
  background: var(--color-accent);
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-3) var(--space-6);
  font-size: var(--text-sm);
  font-weight: 600;
  border-radius: var(--radius-md);
  transition:
    background var(--transition-interactive),
    color var(--transition-interactive),
    box-shadow var(--transition-interactive),
    transform var(--transition-fast);
  cursor: pointer;
  white-space: nowrap;
  min-height: 44px;
}
.btn:active {
  transform: scale(0.98);
}
.btn-primary {
  background: var(--navy);
  color: #fff;
}
.btn-primary:hover {
  background: var(--navy-dark);
  box-shadow: var(--shadow-md);
}
.btn-accent {
  background: var(--teal);
  color: #fff;
}
.btn-accent:hover {
  background: var(--teal-dark);
  box-shadow: var(--shadow-md);
}
.btn-outline {
  border: 1.5px solid var(--color-border);
  color: var(--color-text);
}
.btn-outline:hover {
  border-color: var(--navy);
  color: var(--navy);
}
.btn-ghost-white {
  color: rgba(255, 255, 255, 0.9);
  border: 1.5px solid rgba(255, 255, 255, 0.35);
}
.btn-ghost-white:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff;
}
.btn-lg {
  padding: var(--space-4) var(--space-8);
  font-size: var(--text-base);
  min-height: 52px;
}

/* ===== NAV ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--color-surface);
  border-bottom: 1px solid var(--color-divider);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  gap: var(--space-8);
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  flex-shrink: 0;
}
.nav-logo img {
  height: 44px;
  width: auto;
}
.nav-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.nav-logo-name {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: -0.01em;
}
.nav-logo-sub {
  font-size: var(--text-xs);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  font-weight: 500;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: var(--space-1);
  list-style: none;
}
.nav-links a {
  padding: var(--space-2) var(--space-3);
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--color-text-muted);
  border-radius: var(--radius-md);
  transition:
    color var(--transition-interactive),
    background var(--transition-interactive);
}
.nav-links a:hover {
  color: var(--navy);
  background: var(--color-surface-2);
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}
.theme-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: var(--radius-full);
  color: var(--color-text-muted);
  transition:
    background var(--transition-interactive),
    color var(--transition-interactive);
}
.theme-toggle:hover {
  background: var(--color-surface-2);
  color: var(--color-text);
}
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: var(--space-2);
}
.hamburger span {
  display: block;
  height: 2px;
  background: var(--color-text);
  border-radius: 2px;
  transition:
    transform 0.25s,
    opacity 0.25s;
}
.hamburger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
}
.hamburger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.mobile-menu {
  display: none;
  flex-direction: column;
  padding: var(--space-4) var(--space-6) var(--space-6);
  border-top: 1px solid var(--color-divider);
  gap: var(--space-1);
}
.mobile-menu.open {
  display: flex;
}
.mobile-menu a {
  padding: var(--space-3) var(--space-4);
  font-size: var(--text-base);
  font-weight: 500;
  color: var(--color-text-muted);
  border-radius: var(--radius-md);
  transition:
    background var(--transition-interactive),
    color var(--transition-interactive);
}
.mobile-menu a:hover {
  background: var(--color-surface-2);
  color: var(--navy);
}
.mobile-menu .mobile-cta {
  margin-top: var(--space-4);
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

/* ===== HERO ===== */
.hero {
  position: relative;
  overflow: hidden;
  background: var(--navy-dark);
  min-height: 88vh;
  display: grid;
}
.hero-bg {
  position: absolute;
  inset: 0;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  opacity: 0.35;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    oklch(0.12 0.06 240 / 0.92) 0%,
    oklch(0.14 0.05 240 / 0.75) 55%,
    oklch(0.16 0.04 240 / 0.45) 100%
  );
}
.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding-block: clamp(var(--space-16), 10vw, var(--space-24));
}
.hero-inner {
  max-width: var(--content-wide);
  margin-inline: auto;
  padding-inline: var(--space-6);
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: var(--space-16);
  align-items: center;
}
.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin-bottom: var(--space-6);
}
.hero-eyebrow-text {
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal-light);
}
.hero-eyebrow-line {
  flex: 1;
  max-width: 48px;
  height: 1px;
  background: var(--teal-light);
  opacity: 0.6;
}
.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 1rem + 5vw, 5.2rem);
  font-weight: 600;
  color: #fff;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin-bottom: var(--space-6);
}
.hero h1 em {
  font-style: italic;
  color: var(--teal-light);
}
.hero-sub {
  font-size: var(--text-lg);
  color: rgba(220, 230, 245, 0.82);
  line-height: 1.65;
  margin-bottom: var(--space-10);
  max-width: 56ch;
  font-weight: 300;
}
.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
}
.hero-stats {
  display: flex;
  gap: var(--space-8);
  margin-top: var(--space-12);
}
.hero-stat {
}
.hero-stat-num {
  font-family: var(--font-display);
  font-size: clamp(2rem, 1.5rem + 1.5vw, 3rem);
  font-weight: 600;
  color: #fff;
  line-height: 1;
}
.hero-stat-label {
  font-size: var(--text-xs);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(220, 230, 245, 0.65);
  margin-top: var(--space-1);
  font-weight: 500;
}

/* HERO APPOINTMENT CARD */
.hero-card {
  background: var(--color-surface);
  border-radius: var(--radius-xl);
  padding: var(--space-8);
  box-shadow:
    var(--shadow-lg),
    0 0 0 1px oklch(0.9 0 0 / 0.06);
}
.hero-card h2 {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 600;
  color: var(--navy);
  margin-bottom: var(--space-2);
}
.hero-card p {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  margin-bottom: var(--space-6);
}
.form-group {
  margin-bottom: var(--space-4);
}
.form-group label {
  display: block;
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-bottom: var(--space-2);
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: var(--space-3) var(--space-4);
  border: 1px solid var(--color-divider);
  border-radius: var(--radius-md);
  background: var(--color-bg);
  font-size: var(--text-sm);
  color: var(--color-text);
  transition:
    border-color var(--transition-interactive),
    box-shadow var(--transition-interactive);
  min-height: 44px;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px oklch(from var(--teal) l c h / 0.15);
  outline: none;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-3);
}
.form-success {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: var(--space-8);
  gap: var(--space-4);
}
.form-success-icon {
  width: 56px;
  height: 56px;
  background: oklch(from var(--teal) l c h / 0.12);
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--teal);
}
.form-success h3 {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 600;
  color: var(--navy);
}
.form-success p {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  max-width: 30ch;
}

/* ===== TRUST BAR ===== */
.trust-bar {
  background: var(--navy);
  padding-block: var(--space-6);
}
.trust-bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(var(--space-8), 4vw, var(--space-16));
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}
.trust-item-num {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 600;
  color: #fff;
}
.trust-item-label {
  font-size: var(--text-xs);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 500;
  line-height: 1.3;
  max-width: 10ch;
}
.trust-divider {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.15);
}

/* ===== MISSION SECTION ===== */
.mission {
  background: var(--color-surface);
}
.mission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(var(--space-12), 6vw, var(--space-20));
  align-items: center;
}
.mission-img {
  border-radius: var(--radius-xl);
  overflow: hidden;
  aspect-ratio: 4/3;
}
.mission-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.mission-img:hover img {
  transform: scale(1.03);
}
.mission-text .tag {
  margin-bottom: var(--space-4);
}
.mission-text h2 {
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  font-weight: 600;
  color: var(--navy);
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin-bottom: var(--space-6);
}
[data-theme='dark'] .mission-text h2 {
  color: var(--color-text);
}
.mission-text p {
  color: var(--color-text-muted);
  line-height: 1.75;
  margin-bottom: var(--space-4);
}
.mission-values {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  margin-top: var(--space-8);
}
.mission-value {
  display: flex;
  align-items: flex-start;
  gap: var(--space-4);
}
.mission-value-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  color: var(--teal);
  margin-top: 2px;
}
.mission-value h4 {
  font-size: var(--text-base);
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: var(--space-1);
}
.mission-value p {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.6;
  margin: 0;
}

/* ===== WHAT WE OFFER (SUPPORT SERVICES) ===== */
.services {
  background: var(--color-bg);
}
.section-header {
  margin-bottom: clamp(var(--space-10), 4vw, var(--space-16));
}
.section-header .tag {
  margin-bottom: var(--space-4);
}
.section-header h2 {
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  font-weight: 600;
  color: var(--navy);
  letter-spacing: -0.02em;
  line-height: 1.12;
}
[data-theme='dark'] .section-header h2 {
  color: var(--color-text);
}
.section-header p {
  font-size: var(--text-lg);
  color: var(--color-text-muted);
  max-width: 62ch;
  margin-top: var(--space-4);
  font-weight: 300;
  line-height: 1.65;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
  gap: var(--space-6);
}
.service-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--space-8);
  transition:
    box-shadow var(--transition-interactive),
    transform var(--transition-interactive);
}
.service-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
}
.service-icon {
  width: 44px;
  height: 44px;
  color: var(--teal);
  margin-bottom: var(--space-5);
}
.service-card h3 {
  font-size: var(--text-lg);
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: var(--space-3);
}
.service-card p {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.7;
}

/* ===== PARTNERSHIP PATHS ===== */
.partnership {
  background: var(--color-surface);
}
.partnership-tabs {
  display: flex;
  gap: var(--space-2);
  margin-bottom: var(--space-10);
  border-bottom: 1px solid var(--color-divider);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1px;
}
.partnership-tab {
  padding: var(--space-3) var(--space-5);
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--color-text-muted);
  border: none;
  background: none;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  white-space: nowrap;
  transition:
    color var(--transition-interactive),
    border-color var(--transition-interactive);
  min-height: 44px;
}
.partnership-tab.active {
  color: var(--navy);
  border-bottom-color: var(--teal);
}
[data-theme='dark'] .partnership-tab.active {
  color: var(--color-accent);
}
.partnership-panel {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: clamp(var(--space-10), 5vw, var(--space-16));
  align-items: center;
}
.partnership-panel.active {
  display: grid;
}
.partnership-panel img {
  border-radius: var(--radius-lg);
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.partnership-content h3 {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 600;
  color: var(--navy);
  margin-bottom: var(--space-4);
  line-height: 1.2;
}
[data-theme='dark'] .partnership-content h3 {
  color: var(--color-text);
}
.partnership-content p {
  color: var(--color-text-muted);
  line-height: 1.75;
  margin-bottom: var(--space-6);
  font-size: var(--text-base);
}
.partnership-checklist {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  margin-bottom: var(--space-8);
}
.partnership-checklist li {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  font-size: var(--text-sm);
  color: var(--color-text);
  line-height: 1.5;
}
.check-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--teal);
  margin-top: 1px;
}

/* ===== SUPPORT PILLARS (HOW WE SUPPORT) ===== */
.pillars {
  background: var(--navy);
  color: #fff;
}
.pillars .section-header h2 {
  color: #fff;
}
.pillars .section-header p {
  color: rgba(220, 230, 245, 0.72);
}
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(260px, 100%), 1fr));
  gap: var(--space-6);
}
.pillar-card {
  background: oklch(1 0 0 / 0.04);
  border: 1px solid oklch(1 0 0 / 0.1);
  border-radius: var(--radius-lg);
  padding: var(--space-8);
  transition: background var(--transition-interactive);
}
.pillar-card:hover {
  background: oklch(1 0 0 / 0.08);
}
.pillar-number {
  font-family: var(--font-display);
  font-size: clamp(3rem, 4vw, 4.5rem);
  font-weight: 600;
  color: oklch(1 0 0 / 0.1);
  line-height: 1;
  margin-bottom: var(--space-4);
}
.pillar-card h3 {
  font-size: var(--text-base);
  font-weight: 700;
  color: #fff;
  margin-bottom: var(--space-3);
  letter-spacing: 0.01em;
}
.pillar-card p {
  font-size: var(--text-sm);
  color: rgba(220, 230, 245, 0.68);
  line-height: 1.7;
}
.pillar-icon {
  color: var(--teal-light);
  margin-bottom: var(--space-4);
  width: 36px;
  height: 36px;
}

/* ===== TESTIMONIALS ===== */
.testimonials {
  background: var(--color-bg);
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(340px, 100%), 1fr));
  gap: var(--space-6);
}
.testimonial-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--space-8);
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
}
.testimonial-stars {
  display: flex;
  gap: var(--space-1);
  color: var(--gold);
}
.testimonial-quote {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  line-height: 1.55;
  color: var(--color-text);
  font-style: italic;
  flex: 1;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: var(--space-4);
}
.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-full);
  background: oklch(from var(--teal) l c h / 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--teal);
  flex-shrink: 0;
}
.testimonial-name {
  font-weight: 600;
  font-size: var(--text-sm);
  color: var(--color-text);
}
.testimonial-role {
  font-size: var(--text-xs);
  color: var(--color-text-muted);
}

/* ===== LEADERSHIP ===== */
.leadership {
  background: var(--color-surface);
}
.leadership-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(280px, 100%), 1fr));
  gap: var(--space-8);
}
.leader-card {
  display: flex;
  flex-direction: column;
}
.leader-photo {
  aspect-ratio: 3/4;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--color-surface-2);
  margin-bottom: var(--space-5);
}
.leader-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.leader-photo-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    var(--color-surface-2) 0%,
    oklch(from var(--teal) l c h / 0.08) 100%
  );
}
.leader-initial {
  font-family: var(--font-display);
  font-size: 4rem;
  font-weight: 600;
  color: oklch(from var(--teal) l c h / 0.4);
}
.leader-name {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 600;
  color: var(--navy);
  margin-bottom: var(--space-1);
}
[data-theme='dark'] .leader-name {
  color: var(--color-text);
}
.leader-title {
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--teal);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: var(--space-3);
}
.leader-bio {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.7;
}

/* ===== CAREERS ===== */
.careers {
  background: var(--color-bg);
}
.careers-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(var(--space-10), 5vw, var(--space-20));
  align-items: start;
}
.careers-text {
  position: sticky;
  top: 6rem;
}
.job-listings {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}
.job-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-6);
  transition:
    box-shadow var(--transition-interactive),
    border-color var(--transition-interactive);
}
.job-card:hover {
  box-shadow: var(--shadow-md);
  border-color: oklch(from var(--teal) l c h / 0.3);
}
.job-card-info h4 {
  font-size: var(--text-base);
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: var(--space-2);
}
.job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}
.job-badge {
  font-size: var(--text-xs);
  padding: var(--space-1) var(--space-3);
  border-radius: var(--radius-full);
  background: var(--color-surface-2);
  color: var(--color-text-muted);
  font-weight: 500;
}
.job-badge.type {
  background: oklch(from var(--teal) l c h / 0.1);
  color: var(--teal);
}
.job-arrow {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: var(--radius-full);
  border: 1px solid var(--color-divider);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-muted);
  transition:
    background var(--transition-interactive),
    border-color var(--transition-interactive),
    color var(--transition-interactive);
}
.job-card:hover .job-arrow {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}

/* ===== CTA BAND ===== */
.cta-band {
  background: var(--teal-dark);
  padding-block: clamp(var(--space-16), 8vw, var(--space-24));
}
.cta-band-inner {
  text-align: center;
  max-width: 720px;
  margin-inline: auto;
  padding-inline: var(--space-6);
}
.cta-band h2 {
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  font-weight: 600;
  color: #fff;
  line-height: 1.12;
  margin-bottom: var(--space-6);
  letter-spacing: -0.02em;
}
.cta-band p {
  font-size: var(--text-lg);
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: var(--space-10);
  font-weight: 300;
  line-height: 1.65;
}
.cta-band-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--space-4);
}

/* ===== NEWS ===== */
.news {
  background: var(--color-surface);
}
.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(320px, 100%), 1fr));
  gap: var(--space-6);
}
.news-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition:
    box-shadow var(--transition-interactive),
    transform var(--transition-interactive);
  background: var(--color-surface);
}
.news-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
}
.news-card-img {
  aspect-ratio: 16/9;
  background: var(--color-surface-2);
  overflow: hidden;
}
.news-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.news-card:hover .news-card-img img {
  transform: scale(1.04);
}
.news-card-body {
  padding: var(--space-6);
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}
.news-cat {
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--teal);
}
.news-card h3 {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: 600;
  color: var(--color-text);
  line-height: 1.3;
  flex: 1;
}
.news-date {
  font-size: var(--text-xs);
  color: var(--color-text-faint);
}
.news-read {
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--teal);
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  margin-top: var(--space-2);
}

/* ===== FOOTER ===== */
.site-footer {
  background: var(--navy-dark);
  color: rgba(255, 255, 255, 0.75);
  padding-block: var(--space-16);
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: var(--space-10);
  margin-bottom: var(--space-12);
}
.footer-brand {
}
.footer-logo {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin-bottom: var(--space-5);
}
.footer-logo img {
  height: 40px;
  filter: brightness(0) invert(1);
  opacity: 0.85;
}
.footer-logo-text {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}
.footer-brand p {
  font-size: var(--text-sm);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.55);
  max-width: 34ch;
}
.footer-col h4 {
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: var(--space-5);
}
.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}
.footer-col ul a {
  font-size: var(--text-sm);
  color: rgba(255, 255, 255, 0.6);
  transition: color var(--transition-fast);
}
.footer-col ul a:hover {
  color: #fff;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: var(--space-8);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--space-4);
}
.footer-bottom p {
  font-size: var(--text-xs);
  color: rgba(255, 255, 255, 0.35);
}
.footer-legal {
  display: flex;
  gap: var(--space-6);
}
.footer-legal a {
  font-size: var(--text-xs);
  color: rgba(255, 255, 255, 0.35);
  transition: color var(--transition-fast);
}
.footer-legal a:hover {
  color: rgba(255, 255, 255, 0.7);
}

/* ===== SCROLL REVEAL ===== */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.visible {
  opacity: 1;
  transform: none;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .hero-inner {
    grid-template-columns: 1fr;
    max-width: 700px;
  }
  .hero-card {
    max-width: 500px;
  }
  .hero-stats {
    gap: var(--space-6);
  }
  .partnership-panel.active {
    grid-template-columns: 1fr;
  }
  .partnership-panel img {
    max-height: 300px;
  }
  .careers-grid {
    grid-template-columns: 1fr;
  }
  .careers-text {
    position: static;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .nav-links,
  .nav-actions .btn {
    display: none;
  }
  .hamburger {
    display: flex;
  }
  .mission-grid {
    grid-template-columns: 1fr;
  }
  .mission-img {
    order: -1;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .hero-stats {
    flex-wrap: wrap;
    gap: var(--space-6);
  }
  .trust-bar-inner {
    gap: var(--space-6);
  }
  .trust-divider {
    display: none;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .hero h1 {
    font-size: clamp(2rem, 8vw, 2.6rem);
  }
  .hero-ctas {
    flex-direction: column;
  }
  .btn-lg {
    width: 100%;
    justify-content: center;
  }
}

/* NAV SCROLL EFFECT */
.site-header.scrolled {
  box-shadow: var(--shadow-md);
}

/* COUNTER ANIMATION */
@keyframes countUp {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.count-animated {
  animation: countUp 0.5s ease both;
}

:root,
[data-theme='light'] {
  --text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  --text-sm: clamp(0.875rem, 0.8rem + 0.35vw, 1rem);
  --text-base: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  --text-lg: clamp(1.125rem, 1rem + 0.75vw, 1.5rem);
  --text-xl: clamp(1.5rem, 1.2rem + 1.25vw, 2.25rem);
  --text-2xl: clamp(2rem, 1.2rem + 2.5vw, 3.5rem);
  --text-3xl: clamp(2.5rem, 1rem + 4vw, 5rem);
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --navy: #1a2e4a;
  --navy-dark: #0f1d30;
  --navy-mid: #243d60;
  --teal: #2a8a8f;
  --teal-light: #3da8ae;
  --teal-dark: #1e6b70;
  --gold: #c09a3a;
  --gold-light: #d4b05a;
  --color-bg: #f8f7f4;
  --color-surface: #ffffff;
  --color-surface-2: #f3f1ed;
  --color-surface-offset: #ede9e3;
  --color-divider: #ddd9d3;
  --color-border: oklch(0.3 0.02 250 / 0.12);
  --color-text: #1a1a18;
  --color-text-muted: #5a5855;
  --color-text-faint: #9a9894;
  --color-text-inverse: #f8f7f4;
  --color-primary: var(--navy);
  --color-primary-hover: var(--navy-dark);
  --color-accent: var(--teal);
  --color-accent-hover: var(--teal-dark);
  --color-gold: var(--gold);
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Inter', 'Helvetica Neue', sans-serif;
  --radius-sm: 0.25rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;
  --radius-xl: 1rem;
  --radius-full: 9999px;
  --transition-fast: 150ms cubic-bezier(0.16, 1, 0.3, 1);
  --transition-interactive: 220ms cubic-bezier(0.16, 1, 0.3, 1);
  --shadow-sm: 0 1px 3px oklch(0.2 0.03 240 / 0.08);
  --shadow-md: 0 4px 16px oklch(0.2 0.03 240 / 0.1);
  --shadow-lg: 0 12px 40px oklch(0.2 0.03 240 / 0.14);
  --content-narrow: 640px;
  --content-default: 980px;
  --content-wide: 1240px;
}
[data-theme='dark'] {
  --color-bg: #0e1520;
  --color-surface: #131d2c;
  --color-surface-2: #172030;
  --color-surface-offset: #1c2638;
  --color-divider: #243040;
  --color-border: oklch(0.8 0.01 220 / 0.1);
  --color-text: #dce3ec;
  --color-text-muted: #7a8fa6;
  --color-text-faint: #4a5f76;
  --color-text-inverse: #0e1520;
  --color-primary: #4a8fc2;
  --color-primary-hover: #6aaad8;
  --color-accent: #3fb8be;
  --color-accent-hover: #5dcfd5;
  --color-gold: #d4b05a;
  --shadow-sm: 0 1px 3px oklch(0 0 0 / 0.3);
  --shadow-md: 0 4px 16px oklch(0 0 0 / 0.4);
  --shadow-lg: 0 12px 40px oklch(0 0 0 / 0.5);
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) {
    --color-bg: #0e1520;
    --color-surface: #131d2c;
    --color-surface-2: #172030;
    --color-surface-offset: #1c2638;
    --color-divider: #243040;
    --color-border: oklch(0.8 0.01 220 / 0.1);
    --color-text: #dce3ec;
    --color-text-muted: #7a8fa6;
    --color-text-faint: #4a5f76;
    --color-text-inverse: #0e1520;
    --color-primary: #4a8fc2;
    --color-primary-hover: #6aaad8;
    --color-accent: #3fb8be;
    --color-accent-hover: #5dcfd5;
    --color-gold: #d4b05a;
  }
}
*,
::before,
::after {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}
body {
  min-height: 100dvh;
  font-family: var(--font-body);
  font-size: var(--text-base);
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.65;
}
img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}
ul[role='list'],
ol[role='list'] {
  list-style: none;
}
input,
button,
select,
textarea {
  font: inherit;
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.15;
  text-wrap: balance;
}
p,
li {
  text-wrap: pretty;
}
button {
  cursor: pointer;
  background: none;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
}
a {
  color: inherit;
  text-decoration: none;
}
:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 3px;
  border-radius: var(--radius-sm);
}
@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
.skip-link {
  position: absolute;
  transform: translateY(-100%);
  left: var(--space-4);
  top: var(--space-4);
  padding: var(--space-2) var(--space-4);
  background: var(--navy);
  color: rgb(255, 255, 255);
  border-radius: var(--radius-md);
  font-size: var(--text-sm);
  font-weight: 600;
  z-index: 9999;
}
.skip-link:focus {
  transform: translateY(0px);
}
.container {
  max-width: var(--content-wide);
  margin-inline: auto;
  padding-inline: var(--space-6);
}
.container--default {
  max-width: var(--content-default);
  margin-inline: auto;
  padding-inline: var(--space-6);
}
.container--narrow {
  max-width: var(--content-narrow);
  margin-inline: auto;
  padding-inline: var(--space-6);
}
.section {
  padding-block: clamp(var(--space-16), 8vw, var(--space-24));
}
.section--tight {
  padding-block: clamp(var(--space-10), 5vw, var(--space-16));
}
.tag {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-accent);
}
.tag::before {
  content: '';
  display: block;
  width: 24px;
  height: 1.5px;
  background: var(--color-accent);
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-3) var(--space-6);
  font-size: var(--text-sm);
  font-weight: 600;
  border-radius: var(--radius-md);
  transition:
    background var(--transition-interactive),
    color var(--transition-interactive),
    box-shadow var(--transition-interactive),
    transform var(--transition-fast);
  cursor: pointer;
  white-space: nowrap;
  min-height: 44px;
}
.btn:active {
  transform: scale(0.98);
}
.btn-primary {
  background: var(--navy);
  color: rgb(255, 255, 255);
}
.btn-primary:hover {
  background: var(--navy-dark);
  box-shadow: var(--shadow-md);
}
.btn-accent {
  background: var(--teal);
  color: rgb(255, 255, 255);
}
.btn-accent:hover {
  background: var(--teal-dark);
  box-shadow: var(--shadow-md);
}
.btn-outline {
  border: 1.5px solid var(--color-border);
  color: var(--color-text);
}
.btn-outline:hover {
  border-color: var(--navy);
  color: var(--navy);
}
.btn-ghost-white {
  color: rgba(255, 255, 255, 0.9);
  border: 1.5px solid rgba(255, 255, 255, 0.35);
}
.btn-ghost-white:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.6);
  color: rgb(255, 255, 255);
}
.btn-lg {
  padding: var(--space-4) var(--space-8);
  font-size: var(--text-base);
  min-height: 52px;
}
.site-header {
  position: sticky;
  top: 0px;
  z-index: 100;
  background: var(--color-surface);
  border-bottom: 1px solid var(--color-divider);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  gap: var(--space-8);
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  flex-shrink: 0;
}
.nav-logo img {
  height: 44px;
  width: auto;
}
.nav-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.nav-logo-name {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: -0.01em;
}
.nav-logo-sub {
  font-size: var(--text-xs);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  font-weight: 500;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: var(--space-1);
  list-style: none;
}
.nav-links a {
  padding: var(--space-2) var(--space-3);
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--color-text-muted);
  border-radius: var(--radius-md);
  transition:
    color var(--transition-interactive),
    background var(--transition-interactive);
}
.nav-links a:hover {
  color: var(--navy);
  background: var(--color-surface-2);
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}
.theme-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: var(--radius-full);
  color: var(--color-text-muted);
  transition:
    background var(--transition-interactive),
    color var(--transition-interactive);
}
.theme-toggle:hover {
  background: var(--color-surface-2);
  color: var(--color-text);
}
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: var(--space-2);
}
.hamburger span {
  display: block;
  height: 2px;
  background: var(--color-text);
  border-radius: 2px;
  transition:
    transform 0.25s,
    opacity 0.25s;
}
.hamburger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
}
.hamburger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.mobile-menu {
  display: none;
  flex-direction: column;
  padding: var(--space-4) var(--space-6) var(--space-6);
  border-top: 1px solid var(--color-divider);
  gap: var(--space-1);
}
.mobile-menu.open {
  display: flex;
}
.mobile-menu a {
  padding: var(--space-3) var(--space-4);
  font-size: var(--text-base);
  font-weight: 500;
  color: var(--color-text-muted);
  border-radius: var(--radius-md);
  transition:
    background var(--transition-interactive),
    color var(--transition-interactive);
}
.mobile-menu a:hover {
  background: var(--color-surface-2);
  color: var(--navy);
}
.mobile-menu .mobile-cta {
  margin-top: var(--space-4);
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}
.hero {
  position: relative;
  overflow: hidden;
  background: var(--navy-dark);
  min-height: 88vh;
  display: grid;
}
.hero-bg {
  position: absolute;
  inset: 0px;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  opacity: 0.35;
}
.hero-overlay {
  position: absolute;
  inset: 0px;
  background: linear-gradient(
    105deg,
    oklch(0.12 0.06 240 / 0.92) 0%,
    oklch(0.14 0.05 240 / 0.75) 55%,
    oklch(0.16 0.04 240 / 0.45) 100%
  );
}
.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding-block: clamp(var(--space-16), 10vw, var(--space-24));
}
.hero-inner {
  max-width: var(--content-wide);
  margin-inline: auto;
  padding-inline: var(--space-6);
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: var(--space-16);
  align-items: center;
}
.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin-bottom: var(--space-6);
}
.hero-eyebrow-text {
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal-light);
}
.hero-eyebrow-line {
  flex: 1 1 0%;
  max-width: 48px;
  height: 1px;
  background: var(--teal-light);
  opacity: 0.6;
}
.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 1rem + 5vw, 5.2rem);
  font-weight: 600;
  color: rgb(255, 255, 255);
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin-bottom: var(--space-6);
}
.hero h1 em {
  font-style: italic;
  color: var(--teal-light);
}
.hero-sub {
  font-size: var(--text-lg);
  color: rgba(220, 230, 245, 0.82);
  line-height: 1.65;
  margin-bottom: var(--space-10);
  max-width: 56ch;
  font-weight: 300;
}
.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
}
.hero-stats {
  display: flex;
  gap: var(--space-8);
  margin-top: var(--space-12);
}
.hero-stat {
}
.hero-stat-num {
  font-family: var(--font-display);
  font-size: clamp(2rem, 1.5rem + 1.5vw, 3rem);
  font-weight: 600;
  color: rgb(255, 255, 255);
  line-height: 1;
}
.hero-stat-label {
  font-size: var(--text-xs);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(220, 230, 245, 0.65);
  margin-top: var(--space-1);
  font-weight: 500;
}
.hero-card {
  background: var(--color-surface);
  border-radius: var(--radius-xl);
  padding: var(--space-8);
  box-shadow:
    var(--shadow-lg),
    0 0 0 1px oklch(0.9 0 0 / 0.06);
}
.hero-card h2 {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 600;
  color: var(--navy);
  margin-bottom: var(--space-2);
}
.hero-card p {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  margin-bottom: var(--space-6);
}
.form-group {
  margin-bottom: var(--space-4);
}
.form-group label {
  display: block;
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-bottom: var(--space-2);
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: var(--space-3) var(--space-4);
  border: 1px solid var(--color-divider);
  border-radius: var(--radius-md);
  background: var(--color-bg);
  font-size: var(--text-sm);
  color: var(--color-text);
  transition:
    border-color var(--transition-interactive),
    box-shadow var(--transition-interactive);
  min-height: 44px;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px oklch(from var(--teal) l c h / 0.15);
  outline: none;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-3);
}
.form-success {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: var(--space-8);
  gap: var(--space-4);
}
.form-success-icon {
  width: 56px;
  height: 56px;
  background: oklch(from var(--teal) l c h / 0.12);
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--teal);
}
.form-success h3 {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 600;
  color: var(--navy);
}
.form-success p {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  max-width: 30ch;
}
.trust-bar {
  background: var(--navy);
  padding-block: var(--space-6);
}
.trust-bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(var(--space-8), 4vw, var(--space-16));
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}
.trust-item-num {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 600;
  color: rgb(255, 255, 255);
}
.trust-item-label {
  font-size: var(--text-xs);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 500;
  line-height: 1.3;
  max-width: 10ch;
}
.trust-divider {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.15);
}
.mission {
  background: var(--color-surface);
}
.mission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(var(--space-12), 6vw, var(--space-20));
  align-items: center;
}
.mission-img {
  border-radius: var(--radius-xl);
  overflow: hidden;
  aspect-ratio: 4 / 3;
}
.mission-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}
.mission-img:hover img {
  transform: scale(1.03);
}
.mission-text .tag {
  margin-bottom: var(--space-4);
}
.mission-text h2 {
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  font-weight: 600;
  color: var(--navy);
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin-bottom: var(--space-6);
}
[data-theme='dark'] .mission-text h2 {
  color: var(--color-text);
}
.mission-text p {
  color: var(--color-text-muted);
  line-height: 1.75;
  margin-bottom: var(--space-4);
}
.mission-values {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  margin-top: var(--space-8);
}
.mission-value {
  display: flex;
  align-items: flex-start;
  gap: var(--space-4);
}
.mission-value-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  color: var(--teal);
  margin-top: 2px;
}
.mission-value h4 {
  font-size: var(--text-base);
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: var(--space-1);
}
.mission-value p {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.6;
  margin: 0px;
}
.services {
  background: var(--color-bg);
}
.section-header {
  margin-bottom: clamp(var(--space-10), 4vw, var(--space-16));
}
.section-header .tag {
  margin-bottom: var(--space-4);
}
.section-header h2 {
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  font-weight: 600;
  color: var(--navy);
  letter-spacing: -0.02em;
  line-height: 1.12;
}
[data-theme='dark'] .section-header h2 {
  color: var(--color-text);
}
.section-header p {
  font-size: var(--text-lg);
  color: var(--color-text-muted);
  max-width: 62ch;
  margin-top: var(--space-4);
  font-weight: 300;
  line-height: 1.65;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
  gap: var(--space-6);
}
.service-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--space-8);
  transition:
    box-shadow var(--transition-interactive),
    transform var(--transition-interactive);
}
.service-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
}
.service-icon {
  width: 44px;
  height: 44px;
  color: var(--teal);
  margin-bottom: var(--space-5);
}
.service-card h3 {
  font-size: var(--text-lg);
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: var(--space-3);
}
.service-card p {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.7;
}
.partnership {
  background: var(--color-surface);
}
.partnership-tabs {
  display: flex;
  gap: var(--space-2);
  margin-bottom: var(--space-10);
  border-bottom: 1px solid var(--color-divider);
  overflow-x: auto;
  padding-bottom: 1px;
}
.partnership-tab {
  padding: var(--space-3) var(--space-5);
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--color-text-muted);
  border-width: medium medium 2px;
  border-style: none none solid;
  border-color: currentcolor currentcolor transparent;
  border-image: initial;
  background: none;
  cursor: pointer;
  margin-bottom: -1px;
  white-space: nowrap;
  transition:
    color var(--transition-interactive),
    border-color var(--transition-interactive);
  min-height: 44px;
}
.partnership-tab.active {
  color: var(--navy);
  border-bottom-color: var(--teal);
}
[data-theme='dark'] .partnership-tab.active {
  color: var(--color-accent);
}
.partnership-panel {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: clamp(var(--space-10), 5vw, var(--space-16));
  align-items: center;
}
.partnership-panel.active {
  display: grid;
}
.partnership-panel img {
  border-radius: var(--radius-lg);
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.partnership-content h3 {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 600;
  color: var(--navy);
  margin-bottom: var(--space-4);
  line-height: 1.2;
}
[data-theme='dark'] .partnership-content h3 {
  color: var(--color-text);
}
.partnership-content p {
  color: var(--color-text-muted);
  line-height: 1.75;
  margin-bottom: var(--space-6);
  font-size: var(--text-base);
}
.partnership-checklist {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  margin-bottom: var(--space-8);
}
.partnership-checklist li {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  font-size: var(--text-sm);
  color: var(--color-text);
  line-height: 1.5;
}
.check-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--teal);
  margin-top: 1px;
}
.pillars {
  background: var(--navy);
  color: rgb(255, 255, 255);
}
.pillars .section-header h2 {
  color: rgb(255, 255, 255);
}
.pillars .section-header p {
  color: rgba(220, 230, 245, 0.72);
}
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(260px, 100%), 1fr));
  gap: var(--space-6);
}
.pillar-card {
  background: oklch(1 0 0 / 0.04);
  border: 1px solid oklch(1 0 0 / 0.1);
  border-radius: var(--radius-lg);
  padding: var(--space-8);
  transition: background var(--transition-interactive);
}
.pillar-card:hover {
  background: oklch(1 0 0 / 0.08);
}
.pillar-number {
  font-family: var(--font-display);
  font-size: clamp(3rem, 4vw, 4.5rem);
  font-weight: 600;
  color: oklch(1 0 0 / 0.1);
  line-height: 1;
  margin-bottom: var(--space-4);
}
.pillar-card h3 {
  font-size: var(--text-base);
  font-weight: 700;
  color: rgb(255, 255, 255);
  margin-bottom: var(--space-3);
  letter-spacing: 0.01em;
}
.pillar-card p {
  font-size: var(--text-sm);
  color: rgba(220, 230, 245, 0.68);
  line-height: 1.7;
}
.pillar-icon {
  color: var(--teal-light);
  margin-bottom: var(--space-4);
  width: 36px;
  height: 36px;
}
.testimonials {
  background: var(--color-bg);
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(340px, 100%), 1fr));
  gap: var(--space-6);
}
.testimonial-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--space-8);
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
}
.testimonial-stars {
  display: flex;
  gap: var(--space-1);
  color: var(--gold);
}
.testimonial-quote {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  line-height: 1.55;
  color: var(--color-text);
  font-style: italic;
  flex: 1 1 0%;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: var(--space-4);
}
.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-full);
  background: oklch(from var(--teal) l c h / 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--teal);
  flex-shrink: 0;
}
.testimonial-name {
  font-weight: 600;
  font-size: var(--text-sm);
  color: var(--color-text);
}
.testimonial-role {
  font-size: var(--text-xs);
  color: var(--color-text-muted);
}
.leadership {
  background: var(--color-surface);
}
.leadership-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(280px, 100%), 1fr));
  gap: var(--space-8);
}
.leader-card {
  display: flex;
  flex-direction: column;
}
.leader-photo {
  aspect-ratio: 3 / 4;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--color-surface-2);
  margin-bottom: var(--space-5);
}
.leader-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.leader-photo-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    var(--color-surface-2) 0%,
    oklch(from var(--teal) l c h / 0.08) 100%
  );
}
.leader-initial {
  font-family: var(--font-display);
  font-size: 4rem;
  font-weight: 600;
  color: oklch(from var(--teal) l c h / 0.4);
}
.leader-name {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 600;
  color: var(--navy);
  margin-bottom: var(--space-1);
}
[data-theme='dark'] .leader-name {
  color: var(--color-text);
}
.leader-title {
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--teal);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: var(--space-3);
}
.leader-bio {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.7;
}
.careers {
  background: var(--color-bg);
}
.careers-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(var(--space-10), 5vw, var(--space-20));
  align-items: start;
}
.careers-text {
  position: sticky;
  top: 6rem;
}
.job-listings {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}
.job-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-6);
  transition:
    box-shadow var(--transition-interactive),
    border-color var(--transition-interactive);
}
.job-card:hover {
  box-shadow: var(--shadow-md);
  border-color: oklch(from var(--teal) l c h / 0.3);
}
.job-card-info h4 {
  font-size: var(--text-base);
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: var(--space-2);
}
.job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}
.job-badge {
  font-size: var(--text-xs);
  padding: var(--space-1) var(--space-3);
  border-radius: var(--radius-full);
  background: var(--color-surface-2);
  color: var(--color-text-muted);
  font-weight: 500;
}
.job-badge.type {
  background: oklch(from var(--teal) l c h / 0.1);
  color: var(--teal);
}
.job-arrow {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: var(--radius-full);
  border: 1px solid var(--color-divider);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-muted);
  transition:
    background var(--transition-interactive),
    border-color var(--transition-interactive),
    color var(--transition-interactive);
}
.job-card:hover .job-arrow {
  background: var(--navy);
  border-color: var(--navy);
  color: rgb(255, 255, 255);
}
.cta-band {
  background: var(--teal-dark);
  padding-block: clamp(var(--space-16), 8vw, var(--space-24));
}
.cta-band-inner {
  text-align: center;
  max-width: 720px;
  margin-inline: auto;
  padding-inline: var(--space-6);
}
.cta-band h2 {
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  font-weight: 600;
  color: rgb(255, 255, 255);
  line-height: 1.12;
  margin-bottom: var(--space-6);
  letter-spacing: -0.02em;
}
.cta-band p {
  font-size: var(--text-lg);
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: var(--space-10);
  font-weight: 300;
  line-height: 1.65;
}
.cta-band-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--space-4);
}
.news {
  background: var(--color-surface);
}
.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(320px, 100%), 1fr));
  gap: var(--space-6);
}
.news-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition:
    box-shadow var(--transition-interactive),
    transform var(--transition-interactive);
  background: var(--color-surface);
}
.news-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
}
.news-card-img {
  aspect-ratio: 16 / 9;
  background: var(--color-surface-2);
  overflow: hidden;
}
.news-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.news-card:hover .news-card-img img {
  transform: scale(1.04);
}
.news-card-body {
  padding: var(--space-6);
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}
.news-cat {
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--teal);
}
.news-card h3 {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: 600;
  color: var(--color-text);
  line-height: 1.3;
  flex: 1 1 0%;
}
.news-date {
  font-size: var(--text-xs);
  color: var(--color-text-faint);
}
.news-read {
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--teal);
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  margin-top: var(--space-2);
}
.site-footer {
  background: var(--navy-dark);
  color: rgba(255, 255, 255, 0.75);
  padding-block: var(--space-16);
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: var(--space-10);
  margin-bottom: var(--space-12);
}
.footer-brand {
}
.footer-logo {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin-bottom: var(--space-5);
}
.footer-logo img {
  height: 40px;
  filter: brightness(0) invert(1);
  opacity: 0.85;
}
.footer-logo-text {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}
.footer-brand p {
  font-size: var(--text-sm);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.55);
  max-width: 34ch;
}
.footer-col h4 {
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: var(--space-5);
}
.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}
.footer-col ul a {
  font-size: var(--text-sm);
  color: rgba(255, 255, 255, 0.6);
  transition: color var(--transition-fast);
}
.footer-col ul a:hover {
  color: rgb(255, 255, 255);
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: var(--space-8);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--space-4);
}
.footer-bottom p {
  font-size: var(--text-xs);
  color: rgba(255, 255, 255, 0.35);
}
.footer-legal {
  display: flex;
  gap: var(--space-6);
}
.footer-legal a {
  font-size: var(--text-xs);
  color: rgba(255, 255, 255, 0.35);
  transition: color var(--transition-fast);
}
.footer-legal a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 1024px) {
  .hero-inner {
    grid-template-columns: 1fr;
    max-width: 700px;
  }
  .hero-card {
    max-width: 500px;
  }
  .hero-stats {
    gap: var(--space-6);
  }
  .partnership-panel.active {
    grid-template-columns: 1fr;
  }
  .partnership-panel img {
    max-height: 300px;
  }
  .careers-grid {
    grid-template-columns: 1fr;
  }
  .careers-text {
    position: static;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .nav-links,
  .nav-actions .btn {
    display: none;
  }
  .hamburger {
    display: flex;
  }
  .mission-grid {
    grid-template-columns: 1fr;
  }
  .mission-img {
    order: -1;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .hero-stats {
    flex-wrap: wrap;
    gap: var(--space-6);
  }
  .trust-bar-inner {
    gap: var(--space-6);
  }
  .trust-divider {
    display: none;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .hero h1 {
    font-size: clamp(2rem, 8vw, 2.6rem);
  }
  .hero-ctas {
    flex-direction: column;
  }
  .btn-lg {
    width: 100%;
    justify-content: center;
  }
}
.site-header.scrolled {
  box-shadow: var(--shadow-md);
}
@keyframes countUp {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.count-animated {
  animation: 0.5s ease 0s 1 normal both running countUp;
}

/* WordPress-specific styles */
.wp-block-group {
  margin-bottom: 1rem;
}

.wp-block-image {
  margin-bottom: 1rem;
}

.wp-block-button {
  margin-bottom: 1rem;
}

/* CRITICAL: Reset WordPress default constraints that break layouts */
/* WordPress adds default max-width to containers which breaks original layouts */
.entry-content,
.site-content,
.content-area {
  max-width: none !important;
  width: 100% !important;
}

/* EC-CONTAIN-001: Only override .container / section max-width when the site's
   own CSS does NOT define them. Tailwind and Bootstrap sites intentionally set
   .container { max-width: … } — blasting it with !important breaks every section. */
section,
.section {
  max-width: none !important;
}

/* EC-ANIM-008 / EC-ANIM-009: Scroll-reveal utilities (.scroll-fade-up etc.) start at opacity:0
   and transition to visible when an IntersectionObserver adds .visible (injected in functions.php).
   Carousels inside scroll-reveal wrappers must be forced visible immediately so Embla can measure. */
.scroll-fade-up:has([aria-roledescription='carousel']),
.scroll-fade-up:has([data-wpconvert-blog-filter-bar]),
.scroll-fade-left:has([aria-roledescription='carousel']),
.scroll-fade-right:has([aria-roledescription='carousel']),
.scroll-scale-in:has([aria-roledescription='carousel']) {
  opacity: 1 !important;
  transform: none !important;
}

/* EC-SCROLL-001: Auto-scroll marquee CSS (always included - lightweight, no-op if no marquee elements) */

/* EC-SCROLL-001: Auto-scroll gallery marquee animation */
/* Replaces React requestAnimationFrame/scrollLeft with pure CSS animation */
.wpconvert-marquee-container {
  overflow: hidden !important;
}
.wpconvert-marquee-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  animation: wpconvert-marquee 30s linear infinite;
}
@keyframes wpconvert-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* Pause on hover for accessibility */
.wpconvert-marquee-container:hover .wpconvert-marquee-track {
  animation-play-state: paused;
}
/* Respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .wpconvert-marquee-track {
    animation: none;
    overflow-x: auto;
  }
}

/* EC-ANIM-011: Frozen Framer Motion infinite float/pulse animations replaced with CSS keyframes.
   4 float variants with staggered durations and amplitudes, plus a pulse variant. */
@keyframes wpconvert-float-1 {
  0%,
  100% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(8px);
  }
}
@keyframes wpconvert-float-2 {
  0%,
  100% {
    transform: translateY(6px);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes wpconvert-float-3 {
  0%,
  100% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(12px);
  }
}
@keyframes wpconvert-float-4 {
  0%,
  100% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(-6px);
  }
}
@keyframes wpconvert-pulse {
  0%,
  100% {
    scale: 1;
  }
  50% {
    scale: 1.05;
  }
}
@keyframes wpconvert-float-tilt {
  0%,
  100% {
    transform: translateY(0%) rotate(0deg);
  }
  50% {
    transform: translateY(4%) rotate(-2deg);
  }
}
.wpconvert-float-1 {
  animation: wpconvert-float-1 5s ease-in-out infinite;
}
.wpconvert-float-2 {
  animation: wpconvert-float-2 6s ease-in-out infinite 0.5s;
}
.wpconvert-float-3 {
  animation: wpconvert-float-3 5.5s ease-in-out infinite 1s;
}
.wpconvert-float-4 {
  animation: wpconvert-float-4 6.5s ease-in-out infinite 1.5s;
}
.wpconvert-pulse {
  animation: wpconvert-pulse 4s ease-in-out infinite;
}
.wpconvert-float-tilt {
  animation: wpconvert-float-tilt 6s ease-in-out infinite;
}
/* EC-ANIM-011c: z-0 override for centered pulse cards whose z-10 was demoted */
.wpconvert-pulse.z-0 {
  z-index: 0;
}
@media (prefers-reduced-motion: reduce) {
  .wpconvert-float-1,
  .wpconvert-float-2,
  .wpconvert-float-3,
  .wpconvert-float-4,
  .wpconvert-pulse,
  .wpconvert-float-tilt {
    animation: none;
  }
}

/* WPConvert Tabs Component CSS */

/* WPConvert Tabs Component */
.wpconvert-tabs {
  max-width: 64rem;
  margin: 0 auto;
}

.wpconvert-tab-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-bottom: 2rem;
}

@media (min-width: 640px) {
  .wpconvert-tab-nav {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .wpconvert-tab-nav {
    grid-template-columns: repeat(6, 1fr);
  }
}

.wpconvert-tab-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-radius: 0.75rem;
  border: 1px solid hsl(var(--border));
  background: hsl(var(--card));
  color: hsl(var(--muted-foreground));
  cursor: pointer;
  transition: all 0.3s ease;
}

.wpconvert-tab-btn:hover {
  border-color: hsl(var(--primary) / 0.5);
  color: hsl(var(--foreground));
}

.wpconvert-tab-btn.active {
  background: hsl(var(--primary) / 0.1);
  border-color: hsl(var(--primary));
  color: hsl(var(--primary));
}

.wpconvert-tab-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 0.5rem;
}

.wpconvert-tab-icon svg {
  width: 100%;
  height: 100%;
}

.wpconvert-tab-label {
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}

.wpconvert-tab-viewport {
  position: relative;
  display: flex;
  align-items: center;
}

.wpconvert-tab-content {
  flex: 1;
  position: relative;
}

.wpconvert-tab-panel {
  display: none;
  padding: 2rem;
  border-radius: 0.75rem;
  background: linear-gradient(
    135deg,
    hsl(var(--card)) 0%,
    hsl(var(--muted) / 0.3) 100%
  );
  border: 1px solid hsl(var(--border));
  text-align: center;
  animation: wpconvert-tab-fade-in 0.3s ease;
}

.wpconvert-tab-panel.active {
  display: block;
}

@keyframes wpconvert-tab-fade-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.wpconvert-tab-icon-large {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 2rem;
  padding: 1rem;
  border-radius: 1rem;
  background: hsl(var(--primary) / 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.wpconvert-tab-icon-large svg {
  width: 100%;
  height: 100%;
  color: hsl(var(--primary));
}

.wpconvert-tab-title {
  font-family: var(--font-display, inherit);
  font-size: 1.5rem;
  font-weight: 600;
  color: hsl(var(--foreground));
  margin-bottom: 1rem;
}

@media (min-width: 640px) {
  .wpconvert-tab-title {
    font-size: 1.875rem;
  }
}

.wpconvert-tab-description {
  color: hsl(var(--muted-foreground));
  line-height: 1.75;
  max-width: 42rem;
  margin: 0 auto 1.5rem;
}

.wpconvert-tab-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(var(--muted-foreground));
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.wpconvert-tab-arrow:hover {
  color: hsl(var(--primary));
  border-color: hsl(var(--primary));
}

.wpconvert-tab-prev {
  left: -1rem;
}

@media (min-width: 640px) {
  .wpconvert-tab-prev {
    left: -1.5rem;
  }
}

.wpconvert-tab-next {
  right: -1rem;
}

@media (min-width: 640px) {
  .wpconvert-tab-next {
    right: -1.5rem;
  }
}

.wpconvert-tab-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2rem;
}

.wpconvert-tab-dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: hsl(var(--muted-foreground) / 0.3);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.wpconvert-tab-dot:hover {
  background: hsl(var(--muted-foreground) / 0.5);
}

.wpconvert-tab-dot.active {
  background: hsl(var(--primary));
  width: 2rem;
  border-radius: 0.375rem;
}

/* EC-MSTEP-001: Multi-step form wizard CSS */

/* EC-MSTEP-001: Multi-step form wizard */
.wpconvert-multistep-form {
  width: 100%;
}
.wpconvert-step-panel {
  display: none;
}
.wpconvert-step-panel.active {
  display: block;
  animation: wpconvert-step-fade-in 0.25s ease;
}
@keyframes wpconvert-step-fade-in {
  from {
    opacity: 0;
    transform: translateX(12px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.wpconvert-step-progress-fill {
  transition: width 0.4s ease-out;
}
/* Signature canvas */
canvas[data-wpc-sig-init] {
  width: 100%;
  min-height: 150px;
  border: 2px solid var(--border, #e5e7eb);
  border-radius: 1rem;
  background: #fff;
  cursor: crosshair;
  touch-action: none;
}

/* EC-CALC-001: Interactive calculator CSS */

/* EC-CALC-001: Interactive calculator */
[data-wpc-calc] input[type='range'] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
[data-wpc-calc] input[type='range']:focus {
  outline: none;
}
[data-wpc-calc] [data-wpc-calc-toggle].wpc-calc-toggle-active {
  opacity: 1;
}
[data-wpc-calc] [data-wpc-calc-toggle]:not(.wpc-calc-toggle-active) {
  opacity: 0.6;
}

/* CRITICAL FIX: Ensure gradient overlays respect their default hidden state */
/* NOTE: The main fix is in cleanHtmlContent() which corrects captured hover states */
/* These CSS rules are a FALLBACK to ensure overlays stay hidden if any slip through */

/* Keep gradient overlays hidden - they're decorative hover effects */
.group [class*='absolute'][class*='inset-0'][class*='bg-gradient'].opacity-0 {
  opacity: 0 !important;
}

/* Keep bottom accent bars hidden by default */
.group [class*='absolute'][class*='bottom-0'][class*='bg-gradient'].scale-x-0 {
  transform: scaleX(0) !important;
}

/* Reset WordPress default margins that break spacing */
.entry-content > *:first-child,
.site-content > *:first-child {
  margin-top: 0 !important;
}

/* EC-DARK-001: In dark-themed sites (html.dark), containers with explicit bg-white
   backgrounds need dark text. The .dark scope sets --foreground to a light color,
   making text invisible on white cards. Reset to :root-scope (light) variable values. */
.dark .bg-white,
.dark [class*='bg-white'] {
  --foreground: 222.2 84% 4.9%;
  --muted-foreground: 215.4 16.3% 46.9%;
  color: hsl(222.2 84% 4.9%);
}
.dark .bg-white .text-foreground,
.dark [class*='bg-white'] .text-foreground,
.dark .bg-white [class*='text-foreground'],
.dark [class*='bg-white'] [class*='text-foreground'] {
  color: hsl(222.2 84% 4.9%);
}

/* Navigation Menu Styling - Universal for all dropdown patterns */
/* Reset ALL menu items */
.menu-item,
li.menu-item,
li.menu-item-type-post_type,
li.menu-item-type-custom,
li.menu-item-object-page,
li.menu-item-has-children {
  position: relative;
  list-style: none !important;
  margin: 0;
}

/* CRITICAL: Top-level menu MUST be horizontal - Maximum specificity */
/* NOTE: nav ul#wpconvert-primary-ul is NOT included here to avoid conflicting with .main-nav styling */
/* EC-NAV-095: Do NOT set gap here. A fixed gap with !important (previously 0.25rem, briefly 2rem) overrides
   menus.json ulClasses / Tailwind (e.g. gap-8) and breaks diverse nav densities. Spacing comes from ulClasses. */
header ul#wpconvert-primary-ul,
#wpconvert-primary-ul,
#wpconvert-primary-ul.menu,
ul#wpconvert-primary-ul.menu,
ul.menu:not(.submenu):not(.sub-menu) {
  display: flex !important;
  flex-direction: row !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
}

/* CRITICAL: Preserve original .main-nav styling for static sites - MUST come AFTER generic rules */
/* MAXIMUM specificity with header prefix ensures this overrides ALL other rules */
header nav.main-nav ul#wpconvert-primary-ul,
header .main-nav ul#wpconvert-primary-ul,
nav.main-nav ul#wpconvert-primary-ul,
.main-nav #wpconvert-primary-ul,
.main-nav ul#wpconvert-primary-ul {
  /* Inherit the original .main-nav ul styles */
  display: flex !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: center !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
}

/* Preserve original .main-nav link styling */
header nav.main-nav ul#wpconvert-primary-ul a,
header .main-nav ul#wpconvert-primary-ul a,
nav.main-nav ul#wpconvert-primary-ul a,
.main-nav #wpconvert-primary-ul a,
.main-nav ul#wpconvert-primary-ul a {
  text-decoration: none;
  font-weight: 500;
}

/* CRITICAL: Top-level items MUST be inline - Maximum specificity for ALL WordPress classes */
/* NOTE: nav ul#wpconvert-primary-ul > li is NOT included to avoid conflicting with .main-nav */
header ul#wpconvert-primary-ul > li,
#wpconvert-primary-ul > li,
#wpconvert-primary-ul > li.menu-item,
#wpconvert-primary-ul > li.menu-item-type-post_type,
#wpconvert-primary-ul > li.menu-item-type-custom,
#wpconvert-primary-ul > li.menu-item-object-page,
#wpconvert-primary-ul > li.menu-item-object-custom,
#wpconvert-primary-ul > li.menu-item-has-children,
#wpconvert-primary-ul > li.current-menu-item,
#wpconvert-primary-ul > li.current_page_item,
#wpconvert-primary-ul > li.current-menu-ancestor,
#wpconvert-primary-ul.menu > li,
ul.menu:not(.submenu):not(.sub-menu) > li,
body #wpconvert-primary-ul > li {
  display: inline-block !important;
  position: relative !important;
  flex-shrink: 0 !important;
  list-style: none !important;
  margin: 0 !important;
  vertical-align: middle !important;
  float: none !important;
  width: auto !important;
  clear: none !important;
}

/* Top-level links maintain their button appearance */
#wpconvert-primary-ul > .menu-item > a {
  /* Keep original classes for styling */
}

/* Hide submenus by default with high z-index - CRITICAL for all sites */
/* EC-NAV-220: Layout & visibility properties stay !important so the
   hover-to-show behaviour overrides Tailwind's display:none / opacity:0
   defaults on sites without their own dropdown CSS. */
.menu-item.menu-item-has-children > .submenu,
.menu-item.menu-item-has-children > .sub-menu,
.menu-item-has-children > ul,
li.menu-item-has-children > ul {
  display: none !important; /* Important to override inline-flex and other display classes */
  visibility: hidden !important;
  opacity: 0 !important;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  z-index: 9999 !important; /* Higher than content */
  list-style: none !important;
  margin: 0 !important;
}
/* EC-NAV-220: Visual surface properties (background / border / shadow /
   padding / sizing) are emitted via :where(...) so the selector collapses
   to specificity (0,0,0). Any captured custom-submenu CSS rule with
   non-zero specificity (e.g. aura-lace .dropdown-menu with background
   var(--emerald)) automatically wins via the cascade so the author's
   luxury / dark-themed dropdown panel renders correctly.
   For sites WITHOUT captured dropdown CSS, these white-card defaults
   still apply because nothing else competes. */
:where(.menu-item.menu-item-has-children) > :where(.submenu),
:where(.menu-item.menu-item-has-children) > :where(.sub-menu),
:where(.menu-item-has-children) > :where(ul),
:where(li.menu-item-has-children) > :where(ul) {
  background: white;
  min-width: 200px;
  max-width: 500px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
}

/* Show on hover/focus - Maximum specificity to override everything */
.menu-item.menu-item-has-children:hover > .submenu,
.menu-item.menu-item-has-children:hover > .sub-menu,
.menu-item.menu-item-has-children:hover > ul,
.menu-item.menu-item-has-children:focus-within > .submenu,
.menu-item.menu-item-has-children:focus-within > .sub-menu,
.menu-item.menu-item-has-children:focus-within > ul,
li.menu-item-has-children:hover > ul,
li.menu-item-has-children:focus-within > ul {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Force submenu items to display as block - Override ALL WordPress and utility classes */
.submenu li,
.submenu .menu-item,
.submenu .menu-item-type-post_type,
.submenu .menu-item-type-custom,
.submenu .menu-item-object-page,
.submenu .menu-item-object-custom,
.submenu .current-menu-item,
.submenu .current_page_item,
ul.sub-menu li,
ul.sub-menu .menu-item,
body .submenu li {
  display: block !important;
  width: 100% !important;
  position: relative !important;
  flex-direction: column !important;
  list-style: none !important;
  float: none !important;
  clear: both !important;
}

.submenu .menu-item a,
.submenu a,
ul.sub-menu a {
  display: block !important;
  width: 100% !important;
  padding: 0.5rem 1rem !important;
  white-space: nowrap !important;
  text-align: left !important;
}

/* Override ANY utility classes that could break submenu layout */
.submenu .menu-item.inline-flex,
.submenu .menu-item.flex,
.submenu .menu-item.grid,
.submenu li.inline-flex,
.submenu li.flex,
.submenu li.grid,
.submenu .inline-flex,
.submenu .flex,
.submenu .grid {
  display: block !important;
  flex-direction: column !important;
}

.submenu .menu-item a.inline-flex,
.submenu .menu-item a.flex,
.submenu .menu-item a.grid,
.submenu a.inline-flex,
.submenu a.flex,
.submenu a.grid {
  display: block !important;
}

/* Ensure submenu container is vertical */
.submenu,
ul.sub-menu {
  flex-direction: column !important;
  display: block !important;
}

/* FLAT NAV ACTIVE STATE - For React/Vite sites converted to wp_nav_menu() */
/* EC-NAV-010: Dynamic current page highlighting */
/* The .wpconvert-active-link class is added by WPConvert_Flat_Menu_Walker to current page links */
.wpconvert-active-link {
  /* Default active styling - will be enhanced by extracted classes if available */
  font-weight: 600;
}

/* EC-NAV-010: When active link has text-primary class, override any text-foreground from base */
/* This ensures the active item shows the highlighted color (text-primary = green/brand color) */
a.wpconvert-active-link.text-primary,
.current-menu-item > a.text-primary,
.current_page_item > a.text-primary {
  color: hsl(var(--primary)) !important;
}

/* EC-NAV-010: Ensure inactive items don't get active color */
/* Links WITHOUT wpconvert-active-link should use text-foreground */
nav a.text-foreground:not(.wpconvert-active-link):not(.text-primary) {
  color: hsl(var(--foreground)) !important;
}

/* Also style current-menu-item for flat navs */
.current-menu-item > a,
.current_page_item > a,
a.current-menu-item,
a.wpconvert-active-link {
  /* The actual active styling comes from extracted activeLinkClasses */
  /* These are fallback styles if extraction doesn't provide specific classes */
}

/* Flat nav submenu styling */
.wpconvert-flat-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  min-width: 200px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 0.375rem;
  padding: 0.5rem 0;
  display: none;
  z-index: 9999;
}

.wpconvert-flat-submenu a {
  display: block;
  padding: 0.5rem 1rem;
  white-space: nowrap;
}

/* EC-NAV-140: Large flat dropdowns flow into two columns (mega-style) without extra walker markup */
.wpconvert-flat-submenu--mega-cols-2 {
  min-width: min(640px, 92vw);
  column-count: 2;
  column-gap: 2.5rem;
  padding: 0.75rem 1.25rem !important;
}
.wpconvert-flat-submenu--mega-cols-2 > a {
  white-space: normal !important;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}
/* Show flat submenu when parent <li> hovers (wp_nav_menu wraps items in li.menu-item-has-children) */
li.menu-item-has-children:hover > .wpconvert-flat-submenu,
li.menu-item-has-children:focus-within > .wpconvert-flat-submenu {
  display: block !important;
}

/* Hide Radix UI viewport containers and similar dropdown containers - Universal */
[data-radix-navigation-menu-viewport],
[class*='viewport'][data-state='open'],
[class*='popover'][data-state='open'],
.radix-navigation-menu-viewport,
nav > div[class*='absolute'][class*='top-full'] {
  display: none !important;
  visibility: hidden !important;
}

/* EC-DIALOG-001: Hide Radix Sheet/Dialog overlays and panels that survive into converted themes */
/* These are interactive React components captured in open state during snapshot */
[role='dialog'][class*='fixed'],
[data-radix-dialog-content][class*='fixed'],
div[data-state='open'][class*='fixed'][class*='inset-0'][class*='bg-black'],
div[data-state='open'][class*='fixed'][class*='inset-0'][class*='backdrop'] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Responsive design */
@media (max-width: 768px) {
  .container {
    padding: 0 1rem;
  }

  .menu-item.menu-item-has-children > .submenu {
    position: static;
    box-shadow: none;
  }
}

/* CRITICAL: Ensure header and navigation are above hero/content sections */
/* Only apply relative positioning if nav is NOT sticky/fixed/absolute */
/* Exclude #wpconvert-mobile-nav — it must stay position:fixed as an overlay */
/* EC-NAV-190: Also exclude position:absolute overlay headers (Tailwind
   "absolute" utility class) — common in hero-overlay navbars (e.g.
   svg-to-site-magic-main: <header class="absolute inset-x-0 top-6 z-30 ...">).
   Without this exclusion, the !important rule below forces the absolute
   overlay header into normal flow, taking up its full height and pushing
   the hero section down by ~80px (visible as a white band above the navbar). */
header:not([class*='sticky']):not([class*='fixed']):not([class*='absolute']),
.site-header:not([class*='sticky']):not([class*='fixed']):not(
    [class*='absolute']
  ),
nav:not([class*='sticky']):not([class*='fixed']):not([class*='absolute']):not(
    #wpconvert-mobile-nav
  ),
[role='banner']:not([class*='sticky']):not([class*='fixed']):not(
    [class*='absolute']
  ),
[role='navigation']:not([class*='sticky']):not([class*='fixed']):not(
    [class*='absolute']
  ):not(#wpconvert-mobile-nav) {
  position: relative !important;
  z-index: 1000 !important;
}

/* Preserve sticky/fixed positioning for navs that have it */
/* CRITICAL: Ensure sticky/fixed actually works - add explicit CSS for common patterns */
nav[class*='sticky'],
nav[class*='fixed'],
header nav[class*='sticky'],
header nav[class*='fixed'],
header[class*='sticky'],
header[class*='fixed'],
.site-header[class*='sticky'],
.site-header[class*='fixed'] {
  z-index: 1000 !important; /* Keep z-index for visibility */
}

/* Explicit sticky positioning support - ensures it works even without Tailwind CSS loaded */
/* Only apply if sticky class is present and no explicit position override */
nav.sticky,
nav[class*='sticky']:not([style*='position']),
header nav.sticky,
header nav[class*='sticky']:not([style*='position']),
header.sticky,
header[class*='sticky']:not([style*='position']) {
  position: sticky !important;
}

/* Explicit fixed positioning support - ensures it works even without Tailwind CSS loaded */
nav.fixed,
nav[class*='fixed']:not([style*='position']),
header nav.fixed,
header nav[class*='fixed']:not([style*='position']),
header.fixed,
header[class*='fixed']:not([style*='position']) {
  position: fixed !important;
}

/* Common Tailwind patterns: sticky top-0, fixed top-0 */
nav[class*='sticky'][class*='top-0'],
nav[class*='fixed'][class*='top-0'],
header nav[class*='sticky'][class*='top-0'],
header nav[class*='fixed'][class*='top-0'],
header[class*='sticky'][class*='top-0'],
header[class*='fixed'][class*='top-0'] {
  top: 0 !important;
}

/* Fixed navs typically need full width */
nav[class*='fixed'][class*='w-full'],
nav[class*='fixed'][class*='top-0'],
header nav[class*='fixed'][class*='w-full'],
header nav[class*='fixed'][class*='top-0'],
header[class*='fixed'][class*='w-full'],
header[class*='fixed'][class*='top-0'] {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
}

/* Ensure hero and main content respect header z-index */
section[class*='hero'],
.hero,
main,
.site-main {
  position: relative;
  z-index: 1;
}

/* Theme-specific overrides */
/* Only apply relative if not sticky/fixed */
.site-header:not([class*='sticky']):not([class*='fixed']) {
  position: relative;
}

.site-main {
  margin-top: 0;
  padding-top: 0;
  min-height: 60vh;
}

/* Remove gap between fixed navbar and first content (white band under header).
 * Use :first-of-type (not :first-child): WP templates often have a whitespace text node
 * between <div id="primary"> and <section>, so section is never :first-child and rules
 * would silently fail (EC-NAV-086 follow-up). */
.site-main > section:first-of-type,
.site-main > div:first-of-type > section:first-of-type {
  margin-top: 0;
}

/* EC-NAV-086: Fixed nav + full-viewport hero (Tailwind min-h-screen) — React/Vite SPAs
 * stack the hero at document top with fixed nav overlaid; body/main background shows through
 * any empty band under the bar. Pull the first min-h-screen hero up by the header bar height
 * (--wpconvert-header-bar-height from header.php EC-NAV-100; fallback 4rem) so background layers
 * align with the original SPA.
 * Only on front-page template (body.front-page); skip sections with explicit pt-* / mt-* utilities.
 * :first-of-type required: newline/whitespace between #primary and hero <section> breaks :first-child. */
body.front-page
  .site-main
  #primary
  > section.min-h-screen:first-of-type:not([class*='pt-']):not([class*='mt-']),
body.front-page
  .site-main
  > div:first-of-type
  > section.min-h-screen:first-of-type:not([class*='pt-']):not([class*='mt-']) {
  /* Logged out: --wp-admin--admin-bar--height is unset → 0px. Logged in: WP sets 32px / 46px (782px). */
  margin-top: calc(
    -1 * var(--wpconvert-header-bar-height, 4rem) -
      var(--wp-admin--admin-bar--height, 0px)
  );
}

/* EC-NAV-089: Admin bar is fixed at top:0; in-flow content gets html { margin-top } but fixed nav does not,
 * so the site navbar sits under #wpadminbar. Offset primary fixed nav; exclude full-screen mobile drawer. */
body.admin-bar nav.fixed.top-0:not(#wpconvert-mobile-nav),
body.admin-bar nav.fixed[class*='top-0']:not(#wpconvert-mobile-nav) {
  top: var(--wp-admin--admin-bar--height, 32px) !important;
}

/* EC-NAV-087: Merged / blog / legacy CSS often sets body { padding-top: 5rem+ } as “clearance”
 * for fixed headers. With a fixed overlay nav, that padding does NOT move the bar — it only
 * pushes <main> down while body background shows through → white/cream band (~nav height) under
 * the bar. Stay Boost ships this in bundled style.css; EC-NAV-086 margin alone cannot cancel it. */
body.front-page {
  padding-top: 0 !important;
}

.site-footer {
  margin-top: auto;
}

/* EC-TW4-001: WordPress default style overrides */

body {
  line-height: 1.6;
}
body.wp-admin {
  font-family:
    -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
    Cantarell, sans-serif;
}
/* EC-BTN-104: :where() = 0 specificity so Tailwind text-* utilities always win over these resets.
   Plain "a:hover { color: inherit }" can outrank .text-white on links (0,2,0 vs 0,1,0) and wash out hero CTAs. */
:where(a) {
  color: inherit;
  text-decoration: none;
}
:where(a:hover) {
  color: inherit;
}
/* EC-CSS-001: Long-hand padding-left/right (NOT shorthand 'padding: 0 20px') so
 * compound selectors like .container.hero-grid (which sets padding-top: 74px)
 * keep their vertical padding. The shorthand resets ALL four sides at the same
 * specificity, which on Dabster Labs caused the hero badge to slide under the
 * fixed 74px nav. Horizontal gutter (20px each side) unchanged; vertical
 * defaults to the browser's 0 — same effective behavior for sites that do not
 * set padding-top via another selector. */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
:where(button, .btn) {
  cursor: pointer;
  border: none;
  transition: all 0.3s;
}
/* EC-BTN-107: Disclosure/accordion toggle buttons (aria-expanded) must not be
   text-selectable. Otherwise a double-click or click-drag on a FAQ question
   label paints the browser's default blue text-selection highlight, which the
   user sees as a stray "bluish background" that appears on one click and clears
   on the next. Native <button>s are non-selectable and the source React FAQ is
   too. Scoped to button[aria-expanded] so ordinary buttons and selectable
   content elsewhere are untouched. */
button[aria-expanded] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input,
textarea,
select {
  font-family: inherit;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}

/* Grid Layout & Sidebar Preservation - Ensures Bootstrap and other grid systems work properly */
.grid-layout-container {
  width: 100%;
  max-width: 100%;
}

/* Preserve Bootstrap row structure */
.grid-layout-container .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

/* Ensure Bootstrap columns work */
.grid-layout-container [class*='col-'] {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* Bootstrap column widths - responsive */
@media (min-width: 768px) {
  .grid-layout-container .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-layout-container .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .grid-layout-container .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-layout-container .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .grid-layout-container .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid-layout-container .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Mobile stacking for sidebars */
@media (max-width: 767px) {
  .grid-layout-container [class*='col-'] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Sidebar styling */
.grid-layout-container aside,
.grid-layout-container [class*='sidebar'] {
  padding: 20px;
}

/* CRITICAL: Disable popups marked by WPConvert - Universal for ALL popup libraries */
/* This targets ONLY popups we've marked, regardless of the library used */
/* Users can re-enable by overriding this CSS in Customizer → Additional CSS */
[data-wpconvert-popup-disabled='true'] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: -9999 !important;
  position: absolute !important;
  left: -99999px !important;
  transform: scale(0) !important;
}

/* Also hide child elements of disabled popups (for nested structures) */
[data-wpconvert-popup-disabled='true'] * {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Disable popup overlay backgrounds (universal) */
[data-wpconvert-popup-disabled='true'].overlay,
[data-wpconvert-popup-disabled='true'][class*='overlay'],
[data-wpconvert-popup-disabled='true'][class*='backdrop'],
[data-wpconvert-popup-disabled='true'][class*='bg'] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* EC-FORM-004: Native <select> option list styling.
 *
 * Why: EC-FORMS-004 / EC-MSTEP-001C converts Radix shadcn comboboxes to
 * native <select> elements so the form submits as a real HTML form. Native
 * select-popups inherit the trigger element background, so on shadcn forms
 * with translucent inputs (e.g. bg-white slash 10), the option list paints
 * as a translucent panel that bleeds the parent form background and makes
 * options nearly unreadable.
 *
 * The rule below paints each option on a solid surface using the same
 * shadcn --card design tokens the rest of the theme already uses, so
 * dropdowns visually match the original SelectContent / bg-popover render.
 *
 * Safety:
 *   - Scoped strictly to select option / select optgroup — never leaks
 *     to custom popover divs.
 *   - hsl(var(--card, ...)) with fallbacks degrades cleanly on themes
 *     that do not define the variable.
 *   - Safari ignores option styling entirely (no DOM hook into the native
 *     popup) so this is a no-op there. Chrome/Edge/Firefox/Brave honour it.
 */
/* EC-FORM-004 / EC-FORM-004b: solid option surfaces — card tokens by default,
   popover tokens on dark booking sections (bg-secondary / needs-wiring forms). */
select option,
select optgroup,
.bg-secondary select option,
.bg-secondary select optgroup,
form[data-wpconvert-form] select option,
form[data-wpconvert-form] select optgroup {
  background-color: hsl(var(--popover, var(--card, 0 0% 100%)));
  color: hsl(var(--popover-foreground, var(--card-foreground, 222.2 84% 4.9%)));
}

/* CRITICAL: Tailwind Font Override - ensure custom fonts take precedence over Tailwind CDN */
/* Tailwind CDN generates CSS dynamically that can override static CSS, so we use !important */
/* No custom font classes detected */

/* EC-NAV-162b: Site CSS sets position:sticky on header — override WPConvert base relative reset.
   Non-Tailwind sites define fixed positioning in their stylesheet, not as a utility class.
   EC-NAV-197: selector includes :not([class*='absolute']) so specificity (0,4,0) ties the
   EC-NAV-190 safety-net; source-order then makes this override win the !important cascade. */
.site-header:not([class*='sticky']):not([class*='fixed']):not(
    [class*='absolute']
  ),
header:not([class*='sticky']):not([class*='fixed']):not([class*='absolute']) {
  position: sticky !important;
  z-index: 1000 !important;
}

/* EC-ANIM-008b / EC-ANIM-009: carousel-only override — scroll-reveal elements animate via IO in functions.php */
.scroll-fade-up:has([aria-roledescription='carousel']),
.scroll-fade-up:has([data-wpconvert-blog-filter-bar]),
.scroll-fade-left:has([aria-roledescription='carousel']),
.scroll-fade-right:has([aria-roledescription='carousel']),
.scroll-scale-in:has([aria-roledescription='carousel']) {
  opacity: 1 !important;
  transform: none !important;
}

/* Editable site logo sizing */
.nav-logo .custom-logo,
.nav-logo .wpconvert-custom-logo,
.nav-logo img.custom-logo {
  display: block;
  height: 64px;
  max-height: 64px;
  width: auto;
  object-fit: contain;
}

@media (max-width: 640px) {
  .nav-logo .custom-logo,
  .nav-logo .wpconvert-custom-logo,
  .nav-logo img.custom-logo {
    height: 48px;
    max-height: 48px;
  }
}

/* Editable footer logo + footer block/widget polish */
.footer-logo {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin-bottom: var(--space-5);
}
.footer-logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  line-height: 0;
}
.footer-logo img,
.footer-logo img.wpconvert-footer-logo,
.wpconvert-footer-logo {
  width: min(280px, 100%);
  height: auto !important;
  max-height: none !important;
  object-fit: contain;
  display: block;
  filter: none !important;
  opacity: 1 !important;
}
.footer-widget {
  margin: 0;
}
.footer-widget .footer-widget-title,
.footer-widget h1,
.footer-widget h2,
.footer-widget h3,
.footer-widget h4,
.footer-widget h5,
.footer-widget h6,
.footer-col h4 {
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: var(--space-5);
}
.footer-widget ul,
.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  margin: 0;
  padding: 0;
}
.footer-widget a,
.footer-col ul a,
.footer-legal a {
  color: rgba(255, 255, 255, 0.6);
}
.footer-widget a:hover,
.footer-col ul a:hover,
.footer-legal a:hover {
  color: #fff;
}
.footer-bottom .footer-widget {
  width: 100%;
}


.laurel-bay-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.form-error {
  margin-top: var(--space-4);
  padding: var(--space-3) var(--space-4);
  border-radius: var(--radius-md);
  background: rgba(180, 48, 48, 0.12);
  color: #8a1f1f;
  font-size: var(--text-sm);
  line-height: 1.5;
}
button[disabled] {
  cursor: progress;
  opacity: 0.82;
}


/* Laurel Bay final polish */
.hero h1 .hero-supported-word,
.hero h1 em {
  color: var(--teal-light) !important;
  -webkit-text-fill-color: var(--teal-light) !important;
  text-shadow: 0 0 28px rgba(61, 168, 174, 0.22);
}
.hero-card {
  box-shadow: 0 28px 80px rgba(10, 22, 38, 0.26);
}
.hero-sub {
  max-width: 62ch;
}
.trust-bar-inner {
  row-gap: var(--space-4);
}
.service-card,
.leader-card,
.testimonial-card,
.news-card,
.job-card {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.service-card:hover,
.leader-card:hover,
.testimonial-card:hover,
.news-card:hover,
.job-card:hover {
  transform: translateY(-3px);
}
.form-error {
  border: 1px solid rgba(180, 48, 48, 0.22);
}
button[disabled] {
  cursor: progress;
  opacity: 0.82;
}
@media (max-width: 640px) {
  .hero h1 {
    font-size: clamp(2.25rem, 12vw, 3.35rem);
  }
  .hero-ctas {
    width: 100%;
  }
  .hero-ctas .btn {
    flex: 1 1 100%;
    justify-content: center;
  }
}


/* Laurel Bay launch finalization */
#main-content .hero .hero-text h1 .hero-supported-word,
#main-content .hero h1 em.hero-supported-word,
#main-content .hero h1 span.hero-supported-word,
.hero h1 .hero-supported-word {
  color: #3da8ae !important;
  -webkit-text-fill-color: #3da8ae !important;
  text-fill-color: #3da8ae !important;
  background: none !important;
  background-image: none !important;
  font-style: normal !important;
  opacity: 1 !important;
  text-shadow: 0 0 28px rgba(63, 184, 190, 0.24);
}
.job-interest-card {
  cursor: pointer;
  position: relative;
}
.job-interest-card:focus-visible,
.job-interest-trigger:focus-visible,
.interest-modal-close:focus-visible {
  outline: 3px solid rgba(63, 184, 190, 0.45);
  outline-offset: 3px;
}
.job-interest-card::after {
  content: "Click to share interest";
  position: absolute;
  right: var(--space-6);
  bottom: var(--space-4);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--teal);
  opacity: 0;
  transform: translateY(4px);
  transition: opacity var(--transition-fast), transform var(--transition-fast);
}
.job-interest-card:hover::after,
.job-interest-card:focus-visible::after {
  opacity: 0.82;
  transform: translateY(0);
}
.interest-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 3vw, 2.5rem);
}
.interest-modal.is-open {
  display: flex;
}
.interest-modal-open {
  overflow: hidden;
}
.interest-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 22, 38, 0.72);
  backdrop-filter: blur(8px);
}
.interest-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  max-height: min(92vh, 860px);
  overflow: auto;
  background: var(--color-surface);
  color: var(--color-text);
  border: 1px solid rgba(192, 154, 58, 0.24);
  border-radius: calc(var(--radius-xl) + 4px);
  box-shadow: 0 34px 100px rgba(10, 22, 38, 0.38);
  padding: clamp(var(--space-6), 4vw, var(--space-10));
}
.interest-modal-close {
  position: absolute;
  top: var(--space-4);
  right: var(--space-4);
  width: 40px;
  height: 40px;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: var(--color-surface-2);
  color: var(--color-text-muted);
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
  transition: color var(--transition-fast), border-color var(--transition-fast), transform var(--transition-fast);
}
.interest-modal-close:hover {
  color: var(--teal);
  border-color: rgba(63, 184, 190, 0.45);
  transform: rotate(4deg);
}
.interest-modal h3 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 1.2rem + 2vw, 3rem);
  color: var(--navy);
  margin: var(--space-3) 0 var(--space-3);
  letter-spacing: -0.02em;
}
.interest-modal p {
  color: var(--color-text-muted);
  line-height: 1.7;
  margin-bottom: var(--space-7);
  max-width: 62ch;
}
.interest-form .interest-submit {
  width: 100%;
  justify-content: center;
  margin-top: var(--space-2);
}
#interest-opportunity-display[readonly] {
  background: rgba(63, 184, 190, 0.08);
  color: var(--teal-dark);
  font-weight: 700;
  cursor: default;
}
.interest-success {
  margin-top: var(--space-6);
}
@media (max-width: 700px) {
  .job-interest-card::after {
    display: none;
  }
  .interest-modal-dialog {
    padding: var(--space-6);
    border-radius: var(--radius-lg);
  }
}

/* Laurel Bay mobile/webview final compatibility pass */
body #main-content .hero .hero-text h1 .hero-supported-word,
body #main-content .hero h1 .hero-supported-word,
body .hero h1 .hero-supported-word,
body .hero h1 span.hero-supported-word,
body .hero h1 em.hero-supported-word,
body .hero-supported-word.supported-blue,
body [data-supported-word="true"] {
  color: #3da8ae !important;
  -webkit-text-fill-color: #3da8ae !important;
  text-fill-color: #3da8ae !important;
  background: transparent !important;
  background-image: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  font-style: normal !important;
  opacity: 1 !important;
  text-shadow: 0 0 28px rgba(61, 168, 174, 0.24) !important;
}
.job-card.job-interest-card {
  color: inherit;
  text-decoration: none !important;
  -webkit-tap-highlight-color: rgba(61, 168, 174, 0.18);
  touch-action: manipulation;
}
.job-card.job-interest-card:active {
  transform: translateY(-1px);
  border-color: rgba(61, 168, 174, 0.42);
}
.interest-modal,
#interest-modal {
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
#interest-modal:target {
  display: flex;
}
#interest-modal:target .interest-modal-dialog {
  animation: laurelModalIn 0.18s ease-out both;
}
@keyframes laurelModalIn {
  from { opacity: 0; transform: translateY(12px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.interest-modal-backdrop,
.interest-modal-close {
  text-decoration: none !important;
  -webkit-tap-highlight-color: transparent;
}
.interest-form input,
.interest-form select,
.interest-form textarea,
#hero-form input,
#hero-form select,
#hero-form textarea {
  font-size: 16px;
}
@media (max-width: 760px) {
  .interest-modal,
  #interest-modal {
    align-items: flex-end;
    justify-content: center;
    padding: 0;
  }
  .interest-modal.is-open,
  #interest-modal:target {
    display: flex !important;
  }
  .interest-modal-dialog {
    width: 100%;
    max-width: none;
    max-height: min(92vh, 760px);
    border-radius: 24px 24px 0 0;
    padding: 24px 18px calc(24px + env(safe-area-inset-bottom));
    overflow-y: auto;
    box-shadow: 0 -18px 60px rgba(10, 22, 38, 0.34);
  }
  .interest-modal-close {
    top: 14px;
    right: 14px;
  }
  .interest-modal h3 {
    padding-right: 44px;
    font-size: clamp(1.85rem, 10vw, 2.55rem);
  }
  .interest-modal p {
    margin-bottom: 1.2rem;
  }
  .interest-form .form-grid,
  #interest-form .form-grid {
    grid-template-columns: 1fr !important;
    gap: 0.9rem;
  }
  .job-card.job-interest-card {
    min-height: 74px;
  }
}
@supports (height: 100dvh) {
  @media (max-width: 760px) {
    .interest-modal-dialog {
      max-height: 92dvh;
    }
  }
}
@media (max-width: 760px) {
  #interest-form .form-row,
  #hero-form .form-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
}


/* Laurel Bay phone-screen final stabilization */
html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}
body #main-content .hero .hero-text h1 .hero-supported-word,
body #main-content .hero .hero-text h1 span.hero-supported-word,
body #main-content .hero h1 [data-supported-word="true"],
body .hero-supported-word,
body .supported-blue,
body [data-supported-word="true"] {
  color: #3da8ae !important;
  -webkit-text-fill-color: #3da8ae !important;
  text-fill-color: #3da8ae !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  font-style: normal !important;
  opacity: 1 !important;
  text-decoration: none !important;
}
#interest-modal[aria-hidden="false"],
#interest-modal.is-open,
#interest-modal:target {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}
.interest-modal-backdrop {
  display: block !important;
}
.job-card.job-interest-card,
.job-interest-trigger,
.partner-interest-trigger {
  cursor: pointer !important;
  touch-action: manipulation !important;
  -webkit-tap-highlight-color: rgba(61,168,174,.18) !important;
}
.job-card.job-interest-card * {
  pointer-events: none;
}
.interest-modal-dialog,
.hero-card,
.job-card,
.service-card,
.leader-card,
.testimonial-card,
.news-card {
  max-width: 100%;
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 74px;
  }
  .site-header {
    position: sticky !important;
    top: 0 !important;
  }
  .nav-inner {
    height: auto !important;
    min-height: 64px !important;
    padding-block: 8px !important;
    gap: 10px !important;
  }
  .nav-logo img,
  .custom-logo.wpconvert-custom-logo {
    max-height: 42px !important;
    width: auto !important;
  }
  .nav-logo-name {
    font-size: 1.08rem !important;
  }
  .nav-logo-sub {
    font-size: .62rem !important;
    letter-spacing: .08em !important;
  }
  .theme-toggle,
  .hamburger {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
  }
  .mobile-menu.open {
    display: flex !important;
    max-height: calc(100dvh - 64px) !important;
    overflow-y: auto !important;
  }
  .container,
  .container--default,
  .container--narrow,
  .hero-inner {
    padding-inline: 18px !important;
  }
  .section {
    padding-block: 52px !important;
  }
  .hero {
    display: block !important;
    min-height: auto !important;
  }
  .hero-content {
    display: block !important;
    padding-block: 44px 42px !important;
  }
  .hero-inner {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .hero h1 {
    font-size: clamp(2.45rem, 13.5vw, 3.45rem) !important;
    line-height: .98 !important;
    margin-bottom: 18px !important;
    overflow-wrap: normal !important;
  }
  .hero-sub {
    font-size: 1.02rem !important;
    line-height: 1.56 !important;
    margin-bottom: 24px !important;
  }
  .hero-ctas {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .hero-ctas .btn,
  .btn-lg {
    width: 100% !important;
    justify-content: center !important;
    min-height: 52px !important;
  }
  .hero-stats {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px 14px !important;
    margin-top: 28px !important;
  }
  .hero-stat-num {
    font-size: 2.05rem !important;
  }
  .hero-stat-label {
    font-size: .68rem !important;
    letter-spacing: .08em !important;
  }
  .hero-card {
    width: 100% !important;
    max-width: none !important;
    padding: 22px 18px !important;
    border-radius: 18px !important;
  }
  .hero-card h2 {
    font-size: clamp(1.75rem, 8vw, 2.25rem) !important;
  }
  .form-row,
  #hero-form .form-row,
  #interest-form .form-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }
  .form-group input,
  .form-group select,
  .form-group textarea {
    min-height: 48px !important;
    font-size: 16px !important;
  }
  .trust-bar-inner {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
    text-align: left !important;
  }
  .trust-item {
    align-items: flex-start !important;
  }
  .mission-grid,
  .services-grid,
  .leadership-grid,
  .testimonials-grid,
  .news-grid,
  .careers-grid,
  .footer-grid,
  .partnership-panel.active {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
  .partnership-tabs {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-snap-type: x mandatory !important;
    padding-bottom: 6px !important;
  }
  .partnership-tab {
    flex: 0 0 auto !important;
    scroll-snap-align: start !important;
    min-height: 44px !important;
  }
  .job-listings {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .job-card.job-interest-card {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    align-items: center !important;
    gap: 12px !important;
    min-height: 82px !important;
    padding: 18px !important;
    border-radius: 16px !important;
  }
  .job-card-info h4 {
    font-size: 1rem !important;
    line-height: 1.25 !important;
  }
  .job-meta {
    gap: 6px !important;
  }
  .job-badge {
    font-size: .66rem !important;
    padding: 4px 7px !important;
  }
  #careers .btn,
  .job-interest-trigger,
.partner-interest-trigger {
    width: 100% !important;
    justify-content: center !important;
  }
  #interest-modal.interest-modal {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2147483647 !important;
    padding: 0 !important;
    align-items: stretch !important;
    justify-content: stretch !important;
    height: 100vh !important;
    height: 100dvh !important;
    width: 100vw !important;
    overflow: hidden !important;
    overscroll-behavior: contain !important;
    -webkit-overflow-scrolling: touch !important;
  }
  #interest-modal .interest-modal-backdrop {
    position: fixed !important;
    inset: 0 !important;
    background: rgba(10,22,38,.82) !important;
    backdrop-filter: none !important;
  }
  #interest-modal .interest-modal-dialog {
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    max-width: none !important;
    height: 100vh !important;
    height: 100dvh !important;
    max-height: none !important;
    min-height: 100vh !important;
    min-height: 100dvh !important;
    margin: 0 !important;
    border-radius: 0 !important;
    border: 0 !important;
    padding: calc(20px + env(safe-area-inset-top)) 18px calc(24px + env(safe-area-inset-bottom)) !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    box-shadow: none !important;
  }
  #interest-modal .interest-modal-close {
    position: sticky !important;
    top: calc(8px + env(safe-area-inset-top)) !important;
    float: right !important;
    z-index: 5 !important;
    margin-left: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    font-size: 1.75rem !important;
    background: var(--color-surface-2) !important;
  }
  #interest-modal h3 {
    clear: both !important;
    padding-right: 0 !important;
    font-size: clamp(2rem, 11vw, 2.7rem) !important;
    line-height: 1 !important;
  }
  #interest-modal p {
    font-size: .98rem !important;
    line-height: 1.55 !important;
    margin-bottom: 18px !important;
  }
  .interest-form .interest-submit {
    min-height: 52px !important;
    margin-top: 8px !important;
  }
  body.interest-modal-open {
    overflow: hidden !important;
  }
}
@media (max-width: 390px) {
  .hero h1 {
    font-size: clamp(2.15rem, 12vw, 2.9rem) !important;
  }
  .hero-card,
  #interest-modal .interest-modal-dialog {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .trust-bar-inner,
  .hero-stats {
    grid-template-columns: 1fr !important;
  }
}
/* Laurel Bay final: hide the skip-to-content block from visual display. */
.skip-link, a.skip-link, .skip-link:focus, a.skip-link:focus {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Laurel Bay final interaction polish: pointer cursors + centered icons */
a.btn,
button.btn,
input[type="submit"],
#contact button[type="submit"],
#hero-form button[type="submit"],
#interest-form button[type="submit"],
.job-interest-trigger,
.job-card.job-interest-card,
.job-card.job-interest-card:hover,
.job-card.job-interest-card:focus,
.job-card.job-interest-card:active,
.interest-modal-close,
.interest-modal-backdrop {
  cursor: pointer !important;
}

/* Keep the cursor from becoming a blocked/not-allowed icon while forms are sending. */
button[disabled],
button[aria-busy="true"],
.btn[disabled],
.btn[aria-busy="true"],
button.is-sending,
.btn.is-sending,
#contact button[type="submit"][aria-busy="true"],
#interest-form button[type="submit"][aria-busy="true"] {
  cursor: progress !important;
  opacity: 0.82 !important;
}

.btn,
.btn-lg,
.btn-primary,
.btn-accent,
.btn-outline,
.btn-ghost-white,
.job-interest-trigger,
.partner-interest-trigger,
.interest-submit,
#hero-form button[type="submit"],
#interest-form button[type="submit"],
.interest-modal-close,
.form-success-icon,
.job-arrow {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  vertical-align: middle !important;
}

.btn svg,
.job-interest-trigger svg,
.partner-interest-trigger svg,
#hero-form button[type="submit"] svg,
#interest-form button[type="submit"] svg,
.job-arrow svg,
.form-success-icon svg,
.news-read svg,
.check-icon,
.mission-value-icon svg,
.service-icon svg,
.pillar-icon svg {
  display: block !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  transform: none !important;
}

.job-arrow {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  min-height: 38px !important;
  padding: 0 !important;
}

.job-arrow svg {
  width: 16px !important;
  height: 16px !important;
}

.service-icon,
.mission-value-icon,
.pillar-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 0 !important;
}

.service-icon svg,
.mission-value-icon svg,
.pillar-icon svg {
  width: 100% !important;
  height: 100% !important;
}

.news-read {
  align-items: center !important;
}

/* Final backed-up color lock for the hero emphasized word. */
body #main-content .hero .hero-text h1 .hero-supported-word,
body #main-content .hero .hero-text h1 span.hero-supported-word,
body #main-content .hero h1 [data-supported-word="true"],
body .hero h1 .hero-supported-word,
body .hero h1 span[data-supported-word="true"],
body .hero-supported-word,
body .supported-blue,
body [data-supported-word="true"] {
  color: #3da8ae !important;
  -webkit-text-fill-color: #3da8ae !important;
  text-fill-color: #3da8ae !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  font-style: normal !important;
  opacity: 1 !important;
  text-decoration: none !important;
}

@media (hover: hover) and (pointer: fine) {
  a.btn:hover,
  button.btn:hover,
  #contact button[type="submit"]:hover,
  #hero-form button[type="submit"]:hover,
  #interest-form button[type="submit"]:hover,
  .job-interest-trigger:hover,
  .partner-interest-trigger:hover,
  .job-card.job-interest-card:hover {
    cursor: pointer !important;
  }
}

@media (max-width: 767px) {
  .btn,
  .btn-lg,
  .job-interest-trigger,
  #hero-form button[type="submit"],
  #interest-form button[type="submit"] {
    min-height: 52px !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }
  .job-arrow {
    align-self: center !important;
  }
}



/* LAUREL BAY FINAL INSTANT ANCHOR PATCH */
a.instant-scroll-link, a[data-instant-scroll="true"] { scroll-behavior: auto !important; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto !important; } }
