:root {
  --green-900: #064c43;
  --green-800: #075e52;
  --green-700: #0b7d68;
  --green-600: #15947d;
  --green-100: #ddf5ef;
  --green-050: #eefaf7;
  --blue-700: #337fb5;
  --blue-500: #4b9fd8;
  --blue-100: #e6f3fc;
  --navy-900: #10263b;
  --navy-800: #17324d;
  --navy-700: #29465f;
  --gray-700: #526373;
  --gray-600: #6b7b8d;
  --gray-500: #8694a3;
  --gray-300: #cfd8df;
  --gray-200: #e4eaee;
  --gray-100: #f0f4f5;
  --gray-050: #f7faf9;
  --white: #ffffff;
  --warning-bg: #fff8df;
  --warning-border: #e8c75f;
  --danger: #b42318;
  --danger-bg: #fff3f2;
  --success: #067647;
  --success-bg: #ecfdf3;
  --shadow-sm: 0 5px 18px rgba(16, 38, 59, 0.07);
  --shadow-md: 0 14px 38px rgba(16, 38, 59, 0.10);
  --shadow-lg: 0 28px 70px rgba(16, 38, 59, 0.14);
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 34px;
  --container: 1180px;
  --header-height: 82px;
  --transition: 180ms ease;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 118px;
}

body {
  margin: 0;
  color: var(--navy-800);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

a {
  color: var(--green-700);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--green-900);
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid rgba(75, 159, 216, 0.72);
  outline-offset: 3px;
}

::selection {
  color: var(--navy-900);
  background: var(--green-100);
}

h1,
h2,
h3,
h4 {
  margin: 0 0 0.72rem;
  color: var(--navy-900);
  font-weight: 760;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

h1 {
  font-size: clamp(2.45rem, 6vw, 4.75rem);
}

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

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

p {
  margin: 0 0 1rem;
}

ul,
ol {
  margin: 0;
  padding-left: 1.25rem;
}

[hidden] {
  display: none !important;
}

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  padding: 0.7rem 1rem;
  color: var(--white);
  background: var(--navy-900);
  border-radius: var(--radius-sm);
  transform: translateY(-160%);
  transition: transform var(--transition);
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin-inline: auto;
}

.narrow {
  width: min(calc(100% - 2rem), 820px);
  margin-inline: auto;
}

.section {
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.section-sm {
  padding: clamp(2.7rem, 5vw, 4.4rem) 0;
}

.section-muted {
  background: var(--gray-050);
}

.section-tint {
  background: linear-gradient(145deg, var(--green-050), var(--blue-100));
}

.section-header {
  max-width: 740px;
  margin-bottom: 2.5rem;
}

.section-header.centered {
  margin-inline: auto;
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.85rem;
  color: var(--green-800);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.095em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 28px;
  height: 3px;
  background: var(--blue-500);
  border-radius: 999px;
  content: "";
}

.lead {
  color: var(--gray-700);
  font-size: clamp(1.07rem, 2vw, 1.25rem);
  line-height: 1.72;
}

.muted {
  color: var(--gray-600);
}

.small {
  font-size: 0.9rem;
}

.surface {
  background: var(--white);
  border: 1px solid rgba(207, 216, 223, 0.78);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.icon {
  width: 1.25rem;
  height: 1.25rem;
  flex: 0 0 auto;
}

.icon-lg {
  width: 1.65rem;
  height: 1.65rem;
}

.icon-box {
  display: inline-grid;
  width: 52px;
  height: 52px;
  margin-bottom: 1.1rem;
  color: var(--green-700);
  background: var(--green-100);
  border-radius: 15px;
  place-items: center;
}

.icon-box.blue {
  color: var(--blue-700);
  background: var(--blue-100);
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.38rem 0.7rem;
  color: var(--green-900);
  background: var(--green-100);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 780;
  letter-spacing: 0.02em;
}

.badge.blue {
  color: #225e88;
  background: var(--blue-100);
}

.badge.neutral {
  color: var(--gray-700);
  background: var(--gray-100);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.78rem 1.25rem;
  color: var(--white);
  background: var(--green-700);
  border: 1px solid var(--green-700);
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(11, 125, 104, 0.18);
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition), border-color var(--transition);
}

.btn:hover {
  color: var(--white);
  background: var(--green-900);
  border-color: var(--green-900);
  box-shadow: 0 11px 26px rgba(11, 125, 104, 0.24);
  transform: translateY(-2px);
}

.btn:active {
  transform: translateY(0);
}

.btn-secondary {
  color: var(--navy-800);
  background: var(--white);
  border-color: var(--gray-300);
  box-shadow: none;
}

.btn-secondary:hover {
  color: var(--green-900);
  background: var(--green-050);
  border-color: var(--green-700);
}

.btn-blue {
  background: var(--blue-700);
  border-color: var(--blue-700);
  box-shadow: 0 8px 22px rgba(51, 127, 181, 0.18);
}

.btn-blue:hover {
  background: #225f89;
  border-color: #225f89;
}

.btn-small {
  min-height: 42px;
  padding: 0.62rem 0.95rem;
  font-size: 0.9rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 750;
  text-decoration: none;
}

.text-link .icon {
  transition: transform var(--transition);
}

.text-link:hover .icon {
  transform: translateX(3px);
}

/* Top bar and header */
.topbar {
  color: #e9fffa;
  background: var(--green-900);
  font-size: 0.82rem;
}

.topbar-inner {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.topbar-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.15rem;
  align-items: center;
  padding: 0;
  list-style: none;
}

.topbar a,
.topbar span {
  color: inherit;
  text-decoration: none;
}

.topbar-item {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  white-space: nowrap;
}

.topbar-item .icon {
  width: 0.95rem;
  height: 0.95rem;
  opacity: 0.9;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(207, 216, 223, 0.74);
  box-shadow: 0 6px 20px rgba(16, 38, 59, 0.04);
  backdrop-filter: blur(12px);
}

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

.brand {
  display: inline-flex;
  min-width: 210px;
  align-items: center;
  gap: 0.75rem;
  color: var(--navy-900);
  text-decoration: none;
}

.brand:hover {
  color: var(--navy-900);
}

.brand-mark {
  width: 47px;
  height: 47px;
  flex: 0 0 auto;
  border-radius: 13px;
  box-shadow: 0 8px 18px rgba(11, 125, 104, 0.16);
}

.brand-text {
  display: grid;
  line-height: 1.08;
}

.brand-name {
  font-size: 1.1rem;
  font-weight: 820;
  letter-spacing: -0.02em;
}

.brand-tagline {
  margin-top: 0.25rem;
  color: var(--gray-600);
  font-size: 0.71rem;
  font-weight: 650;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 0.12rem;
  padding: 0;
  list-style: none;
}

.nav-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0.6rem 0.7rem;
  color: var(--navy-700);
  border-radius: 9px;
  font-size: 0.91rem;
  font-weight: 680;
  text-decoration: none;
  transition: color var(--transition), background var(--transition);
}

.nav-link:hover,
.nav-link[aria-current="page"] {
  color: var(--green-900);
  background: var(--green-050);
}

.header-cta {
  margin-left: 0.55rem;
  white-space: nowrap;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  color: var(--navy-900);
  background: var(--gray-050);
  border: 1px solid var(--gray-200);
  border-radius: 12px;
}

.menu-toggle .close-icon {
  display: none;
}

.menu-toggle[aria-expanded="true"] .menu-icon {
  display: none;
}

.menu-toggle[aria-expanded="true"] .close-icon {
  display: block;
}

/* Hero and page banners */
.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(3.6rem, 7vw, 7rem) 0 clamp(4rem, 8vw, 7.2rem);
  background:
    radial-gradient(circle at 8% 15%, rgba(75, 159, 216, 0.10), transparent 28%),
    radial-gradient(circle at 86% 30%, rgba(11, 125, 104, 0.11), transparent 31%),
    linear-gradient(160deg, #ffffff, #f3fbf8 55%, #f5faff);
}

.hero::after {
  position: absolute;
  right: -140px;
  bottom: -180px;
  width: 420px;
  height: 420px;
  background: var(--green-100);
  border-radius: 50%;
  content: "";
  opacity: 0.42;
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(2.5rem, 6vw, 5.8rem);
  align-items: center;
}

.hero-copy .lead {
  max-width: 660px;
  margin-bottom: 1.75rem;
}

.hero-copy h1 {
  max-width: 760px;
}

.hero-media {
  position: relative;
}

.hero-media img {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
}

.hero-note {
  position: absolute;
  left: -32px;
  bottom: 30px;
  display: flex;
  max-width: 235px;
  align-items: center;
  gap: 0.75rem;
  padding: 0.9rem 1rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(207, 216, 223, 0.86);
  border-radius: 15px;
  box-shadow: var(--shadow-md);
  font-size: 0.86rem;
  font-weight: 720;
  line-height: 1.35;
  backdrop-filter: blur(8px);
}

.hero-note .icon-box {
  width: 40px;
  height: 40px;
  margin: 0;
  border-radius: 12px;
}

.trust-strip {
  position: relative;
  z-index: 2;
  margin-top: -2rem;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.trust-item {
  display: flex;
  min-height: 108px;
  align-items: center;
  gap: 0.85rem;
  padding: 1.15rem;
  border-right: 1px solid var(--gray-200);
}

.trust-item:last-child {
  border-right: 0;
}

.trust-item strong {
  display: block;
  margin-bottom: 0.12rem;
  color: var(--navy-900);
  line-height: 1.3;
}

.trust-item span {
  color: var(--gray-600);
  font-size: 0.83rem;
  line-height: 1.45;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(3.5rem, 7vw, 6.2rem) 0;
  background:
    radial-gradient(circle at 82% 12%, rgba(75, 159, 216, 0.17), transparent 30%),
    linear-gradient(145deg, var(--green-050), var(--blue-100));
}

.page-hero::after {
  position: absolute;
  top: 30px;
  right: 5%;
  width: 170px;
  height: 170px;
  background: rgba(255, 255, 255, 0.45);
  border-radius: 46px;
  content: "";
  transform: rotate(22deg);
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.page-hero h1 {
  font-size: clamp(2.5rem, 5vw, 4.3rem);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  align-items: center;
  margin-bottom: 1rem;
  color: var(--gray-600);
  font-size: 0.86rem;
}

.breadcrumbs a {
  color: var(--green-800);
  text-decoration: none;
}

.breadcrumbs .icon {
  width: 0.9rem;
  height: 0.9rem;
}

/* Grids and cards */
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.card-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.category-card,
.service-card,
.benefit-card,
.value-card,
.article-card,
.contact-card,
.legal-card {
  padding: 1.5rem;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.category-card:hover,
.service-card:hover,
.benefit-card:hover,
.article-card:hover,
.contact-card:hover {
  border-color: rgba(11, 125, 104, 0.33);
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.category-card p,
.service-card p,
.benefit-card p,
.value-card p,
.article-card p,
.contact-card p {
  color: var(--gray-600);
}

.category-card {
  display: flex;
  min-height: 270px;
  flex-direction: column;
}

.category-card .text-link {
  margin-top: auto;
}

.service-card {
  min-height: 205px;
}

.benefit-card {
  min-height: 210px;
}

.value-card {
  min-height: 170px;
  box-shadow: none;
}

.value-card .icon-box {
  width: 44px;
  height: 44px;
}

.split-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.split-layout.top {
  align-items: start;
}

.split-media img {
  width: 100%;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-md);
}

.check-list {
  display: grid;
  gap: 0.85rem;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

.check-list .icon {
  width: 1.35rem;
  height: 1.35rem;
  margin-top: 0.1rem;
  color: var(--green-700);
}

.notice {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  padding: 1.1rem 1.2rem;
  color: #614f15;
  background: var(--warning-bg);
  border: 1px solid var(--warning-border);
  border-radius: var(--radius-md);
}

.notice .icon {
  width: 1.4rem;
  height: 1.4rem;
  margin-top: 0.1rem;
  flex: 0 0 auto;
}

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

.notice.info {
  color: #1b547a;
  background: #eff8ff;
  border-color: #9ac9eb;
}

.notice.danger {
  color: #7a271a;
  background: var(--danger-bg);
  border-color: #f3b2aa;
}

.cta-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 3.4rem);
  color: var(--white);
  background: linear-gradient(135deg, var(--green-900), var(--green-700));
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
}

.cta-panel::after {
  position: absolute;
  right: -80px;
  bottom: -110px;
  width: 270px;
  height: 270px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.cta-panel h2,
.cta-panel h3,
.cta-panel p {
  position: relative;
  z-index: 1;
  color: inherit;
}

.cta-panel p {
  max-width: 700px;
  margin-bottom: 0;
  color: #d8f5ee;
}

.cta-panel .btn {
  position: relative;
  z-index: 1;
  color: var(--green-900);
  background: var(--white);
  border-color: var(--white);
  box-shadow: none;
}

.cta-panel .btn:hover {
  color: var(--green-900);
  background: var(--green-100);
  border-color: var(--green-100);
}

.testimonial-card {
  position: relative;
  padding: 1.65rem;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.testimonial-card::before {
  display: block;
  margin-bottom: 0.8rem;
  color: var(--green-700);
  font-family: Georgia, serif;
  font-size: 3.3rem;
  line-height: 0.7;
  content: "“";
}

.testimonial-card blockquote {
  margin: 0 0 1.25rem;
  color: var(--navy-700);
}

.testimonial-card cite {
  color: var(--gray-600);
  font-size: 0.88rem;
  font-style: normal;
}

.sample-label {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.32rem 0.62rem;
  color: #725d14;
  background: #fff2bd;
  border-radius: 999px;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Hours and location */
.location-card {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-md);
}

.location-details {
  padding: clamp(1.6rem, 4vw, 2.5rem);
}

.hours-list {
  display: grid;
  gap: 0.25rem;
  padding: 0;
  list-style: none;
}

.hours-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--gray-200);
}

.hours-list li:last-child {
  border-bottom: 0;
}

.hours-list .closed {
  color: var(--danger);
  font-weight: 700;
}

.map-frame {
  position: relative;
  min-height: 380px;
  background: var(--gray-100);
}

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

.map-frame iframe {
  display: block;
  width: 100%;
  min-height: 380px;
  height: 100%;
  border: 0;
}

.map-label {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  padding: 0.85rem 1rem;
  color: var(--navy-800);
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
  font-size: 0.85rem;
  text-align: center;
  backdrop-filter: blur(8px);
}

/* About */
.mission-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.mission-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  padding: 2rem;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.mission-card::after {
  position: absolute;
  right: -30px;
  bottom: -40px;
  width: 150px;
  height: 150px;
  background: var(--green-100);
  border-radius: 50%;
  content: "";
  opacity: 0.7;
}

.mission-card.blue::after {
  background: var(--blue-100);
}

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

.team-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.team-card img {
  width: 100%;
  aspect-ratio: 1.12 / 1;
  object-fit: cover;
  background: var(--gray-100);
}

.team-content {
  padding: 1.4rem;
}

.team-role {
  display: block;
  margin-bottom: 0.75rem;
  color: var(--green-700);
  font-size: 0.86rem;
  font-weight: 760;
}

/* Product directory */
.filter-panel {
  position: sticky;
  top: 96px;
  z-index: 20;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(12px);
}

.filter-row {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(210px, 0.5fr) auto;
  gap: 0.75rem;
  align-items: end;
}

.search-control {
  position: relative;
}

.search-control .icon {
  position: absolute;
  top: 50%;
  left: 0.95rem;
  color: var(--gray-500);
  pointer-events: none;
  transform: translateY(-50%);
}

.search-control input {
  padding-left: 2.8rem;
}

.filter-summary {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: flex-end;
  color: var(--gray-600);
  font-size: 0.88rem;
  white-space: nowrap;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
  margin-top: 2rem;
}

.product-card {
  display: flex;
  overflow: hidden;
  min-height: 100%;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.product-card:hover {
  border-color: rgba(11, 125, 104, 0.34);
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.product-image {
  padding: 1rem;
  background: var(--gray-050);
}

.product-image img {
  width: 100%;
  aspect-ratio: 1.42 / 1;
  object-fit: cover;
  border-radius: 15px;
}

.product-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.35rem;
}

.product-content .badge {
  align-self: flex-start;
  margin-bottom: 0.75rem;
}

.product-content p {
  color: var(--gray-600);
}

.product-actions {
  margin-top: auto;
  padding-top: 0.5rem;
}

.no-results {
  display: none;
  margin-top: 2rem;
  padding: 2rem;
  text-align: center;
}

.no-results.visible {
  display: block;
}

/* Resources */
.resource-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 2rem;
}

.resource-chip {
  min-height: 42px;
  padding: 0.58rem 0.9rem;
  color: var(--navy-700);
  background: var(--white);
  border: 1px solid var(--gray-300);
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 700;
}

.resource-chip:hover,
.resource-chip.active {
  color: var(--green-900);
  background: var(--green-100);
  border-color: var(--green-700);
}

.article-card {
  display: flex;
  min-height: 310px;
  flex-direction: column;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
  margin-bottom: 0.9rem;
  color: var(--gray-600);
  font-size: 0.8rem;
}

.article-card .btn {
  align-self: flex-start;
  margin-top: auto;
}

.newsletter-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr);
  gap: 2rem;
  align-items: center;
  padding: clamp(2rem, 5vw, 3.3rem);
  background: linear-gradient(145deg, var(--blue-100), var(--green-050));
  border: 1px solid #c8e4f5;
  border-radius: var(--radius-xl);
}

.newsletter-form {
  display: flex;
  gap: 0.7rem;
}

.newsletter-form input {
  flex: 1;
}

/* Forms and contact */
.contact-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.32fr);
  gap: 2rem;
  align-items: start;
}

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

.contact-card {
  min-height: 0;
}

.contact-link {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  color: var(--navy-700);
  text-decoration: none;
}

.contact-link + .contact-link {
  margin-top: 1rem;
}

.contact-link .icon-box {
  width: 42px;
  height: 42px;
  margin: 0;
  flex: 0 0 auto;
  border-radius: 12px;
}

.contact-link strong {
  display: block;
  color: var(--navy-900);
}

.form-card {
  padding: clamp(1.35rem, 4vw, 2.2rem);
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-md);
}

.form-card + .form-card {
  margin-top: 1.5rem;
}

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

.form-field {
  display: grid;
  gap: 0.42rem;
}

.form-field.full {
  grid-column: 1 / -1;
}

label,
legend {
  color: var(--navy-900);
  font-size: 0.9rem;
  font-weight: 720;
}

.required {
  color: var(--danger);
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 0.72rem 0.85rem;
  color: var(--navy-900);
  background: var(--white);
  border: 1px solid var(--gray-300);
  border-radius: 10px;
  outline: none;
  transition: border-color var(--transition), box-shadow var(--transition), background var(--transition);
}

input:hover,
select:hover,
textarea:hover {
  border-color: var(--gray-500);
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--blue-500);
  box-shadow: 0 0 0 4px rgba(75, 159, 216, 0.16);
}

input[aria-invalid="true"],
select[aria-invalid="true"],
textarea[aria-invalid="true"] {
  border-color: var(--danger);
  background: var(--danger-bg);
}

textarea {
  min-height: 130px;
  resize: vertical;
}

input[type="file"] {
  height: auto;
  padding: 0.65rem;
  background: var(--gray-050);
}

.field-help {
  color: var(--gray-600);
  font-size: 0.79rem;
  line-height: 1.45;
}

.field-error {
  display: none;
  color: var(--danger);
  font-size: 0.79rem;
  font-weight: 650;
}

.field-error.visible {
  display: block;
}

.choice-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  padding: 0;
  border: 0;
}

.choice {
  position: relative;
  display: flex;
  min-height: 46px;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 0.8rem;
  background: var(--gray-050);
  border: 1px solid var(--gray-200);
  border-radius: 10px;
  font-weight: 620;
}

.choice input {
  width: 18px;
  min-height: 18px;
  margin: 0;
  accent-color: var(--green-700);
}

.checkbox-row {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
}

.checkbox-row input {
  width: 20px;
  min-height: 20px;
  margin-top: 0.14rem;
  flex: 0 0 auto;
  accent-color: var(--green-700);
}

.checkbox-row label {
  font-weight: 560;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
  margin-top: 1.25rem;
}

.form-status {
  display: none;
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 10px;
  font-size: 0.88rem;
  font-weight: 650;
}

.form-status.success {
  display: block;
  color: var(--success);
  background: var(--success-bg);
  border: 1px solid #abefc6;
}

.form-status.error {
  display: block;
  color: var(--danger);
  background: var(--danger-bg);
  border: 1px solid #f3b2aa;
}

.form-status.pending {
  display: block;
  color: #1b547a;
  background: #eff8ff;
  border: 1px solid #b2d7ef;
}

.honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.tab-list {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  margin-bottom: 1.25rem;
  padding-bottom: 0.25rem;
}

.tab-button {
  min-height: 46px;
  padding: 0.65rem 1rem;
  color: var(--navy-700);
  background: var(--white);
  border: 1px solid var(--gray-300);
  border-radius: 999px;
  font-weight: 720;
  white-space: nowrap;
}

.tab-button[aria-selected="true"] {
  color: var(--white);
  background: var(--green-700);
  border-color: var(--green-700);
}

[role="tabpanel"][hidden] {
  display: none;
}

/* Legal content */
.legal-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}

.legal-nav {
  position: sticky;
  top: 112px;
  padding: 1.2rem;
}

.legal-nav ul {
  display: grid;
  gap: 0.25rem;
  padding: 0;
  list-style: none;
}

.legal-nav a {
  display: block;
  padding: 0.55rem 0.65rem;
  color: var(--navy-700);
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 640;
  text-decoration: none;
}

.legal-nav a:hover {
  color: var(--green-900);
  background: var(--green-050);
}

.legal-card {
  padding: clamp(1.5rem, 4vw, 2.6rem);
}

.legal-card section + section {
  margin-top: 2.2rem;
  padding-top: 2.2rem;
  border-top: 1px solid var(--gray-200);
}

.legal-card h2 {
  font-size: 1.6rem;
}

.legal-card h3 {
  margin-top: 1.5rem;
  font-size: 1.16rem;
}

/* Dialog */
dialog {
  width: min(calc(100% - 2rem), 760px);
  max-height: min(86vh, 850px);
  padding: 0;
  overflow: auto;
  color: var(--navy-800);
  background: var(--white);
  border: 0;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

dialog::backdrop {
  background: rgba(16, 38, 59, 0.68);
  backdrop-filter: blur(4px);
}

.dialog-header {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem 1.5rem;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--gray-200);
  backdrop-filter: blur(10px);
}

.dialog-header h2 {
  margin: 0;
  font-size: 1.6rem;
}

.dialog-close {
  display: inline-grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  color: var(--navy-900);
  background: var(--gray-100);
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  place-items: center;
}

.dialog-body {
  padding: 1.5rem;
}

.dialog-body h3 {
  margin-top: 1.5rem;
}

/* Footer */
.site-footer {
  color: #d7e5e6;
  background: var(--navy-900);
}

.footer-main {
  padding: clamp(3.5rem, 7vw, 5.5rem) 0 2.7rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.7fr 0.9fr 1fr;
  gap: 2.4rem;
}

.footer-brand .brand {
  margin-bottom: 1rem;
  color: var(--white);
}

.footer-brand .brand-name {
  color: var(--white);
}

.footer-brand .brand-tagline {
  color: #a9bdc1;
}

.footer-brand p {
  max-width: 350px;
  color: #a9bdc1;
}

.site-footer h3 {
  margin-bottom: 1rem;
  color: var(--white);
  font-size: 1rem;
  letter-spacing: 0;
}

.footer-links {
  display: grid;
  gap: 0.58rem;
  padding: 0;
  list-style: none;
}

.footer-links a {
  color: #bacdce;
  font-size: 0.9rem;
  text-decoration: none;
}

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

.footer-contact {
  display: grid;
  gap: 0.75rem;
}

.footer-contact a,
.footer-contact span {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  color: #bacdce;
  font-size: 0.88rem;
  text-decoration: none;
}

.social-links {
  display: flex;
  gap: 0.55rem;
  margin-top: 1.2rem;
}

.social-link {
  display: inline-grid;
  width: 42px;
  height: 42px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  place-items: center;
  text-decoration: none;
}

.social-link:hover {
  color: var(--white);
  background: var(--green-700);
}

.footer-bottom {
  padding: 1.25rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.footer-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem 1.5rem;
  color: #9db1b4;
  font-size: 0.8rem;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.1rem;
}

.footer-legal a {
  color: #bacdce;
  text-decoration: none;
}

/* Cookie notice */
.cookie-banner {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 2000;
  display: none;
  width: min(calc(100% - 2rem), 490px);
  padding: 1.15rem;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.cookie-banner.visible {
  display: block;
  animation: slide-up 280ms ease both;
}

.cookie-banner p {
  margin-bottom: 0.85rem;
  color: var(--gray-700);
  font-size: 0.86rem;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

@keyframes slide-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Utility */
.mt-0 { margin-top: 0; }
.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.mt-3 { margin-top: 3rem; }
.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: 1rem; }
.mb-2 { margin-bottom: 2rem; }
.center { text-align: center; }
.hidden { display: none !important; }

@media (max-width: 1100px) {
  .topbar .hours-topbar {
    display: none;
  }

  .nav-link {
    padding-inline: 0.5rem;
    font-size: 0.84rem;
  }

  .header-cta {
    padding-inline: 0.9rem;
    font-size: 0.84rem;
  }

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

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

  .footer-grid {
    grid-template-columns: 1.2fr repeat(3, 0.8fr);
    gap: 1.6rem;
  }
}

@media (max-width: 920px) {
  :root {
    --header-height: 72px;
  }

  .topbar-inner {
    justify-content: center;
  }

  .topbar-list {
    justify-content: center;
  }

  .topbar .email-topbar {
    display: none;
  }

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

  .primary-nav {
    position: fixed;
    top: calc(38px + var(--header-height));
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: block;
    padding: 1rem;
    background: rgba(16, 38, 59, 0.38);
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--transition);
  }

  .primary-nav.open {
    opacity: 1;
    pointer-events: auto;
  }

  .nav-list {
    display: grid;
    max-width: 560px;
    margin-left: auto;
    padding: 1rem;
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    transform: translateY(-10px);
    transition: transform var(--transition);
  }

  .primary-nav.open .nav-list {
    transform: translateY(0);
  }

  .nav-link {
    min-height: 50px;
    padding-inline: 0.85rem;
    font-size: 1rem;
  }

  .header-cta {
    margin: 0.6rem 0 0;
  }

  .header-cta.btn {
    width: 100%;
  }

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

  .hero-copy {
    max-width: 760px;
  }

  .hero-media {
    width: min(100%, 680px);
    margin-inline: auto;
  }

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

  .trust-item:nth-child(2) {
    border-right: 0;
  }

  .trust-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--gray-200);
  }

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

  .split-layout,
  .location-card,
  .contact-layout,
  .newsletter-panel {
    grid-template-columns: 1fr;
  }

  .split-media {
    order: -1;
  }

  .map-frame {
    min-height: 340px;
  }

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

  .filter-row {
    grid-template-columns: 1fr 0.65fr;
  }

  .filter-summary {
    grid-column: 1 / -1;
    justify-content: flex-start;
    min-height: 28px;
  }

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

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-nav {
    position: static;
  }

  .legal-nav ul {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 90px;
  }

  .container,
  .narrow {
    width: min(calc(100% - 1.25rem), var(--container));
  }

  .topbar {
    font-size: 0.75rem;
  }

  .topbar-inner {
    min-height: 34px;
  }

  .topbar .opening-label {
    display: none;
  }

  .site-header {
    top: 0;
  }

  .primary-nav {
    top: calc(34px + var(--header-height));
  }

  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .brand-name {
    font-size: 1rem;
  }

  .brand-tagline {
    display: none;
  }

  .hero {
    padding-top: 3rem;
  }

  .hero-note {
    position: static;
    max-width: none;
    margin-top: 1rem;
  }

  .trust-strip {
    margin-top: -1rem;
  }

  .trust-grid,
  .card-grid,
  .card-grid.four,
  .team-grid,
  .product-grid,
  .mission-grid,
  .contact-sidebar,
  .form-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .trust-item {
    border-right: 0;
    border-bottom: 1px solid var(--gray-200);
  }

  .trust-item:nth-child(2) {
    border-bottom: 1px solid var(--gray-200);
  }

  .trust-item:last-child {
    border-bottom: 0;
  }

  .category-card,
  .service-card,
  .benefit-card,
  .article-card {
    min-height: 0;
  }

  .cta-panel {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .cta-panel .btn {
    width: 100%;
  }

  .filter-panel {
    position: static;
  }

  .filter-row {
    grid-template-columns: 1fr;
  }

  .filter-summary {
    grid-column: auto;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .newsletter-form .btn {
    width: 100%;
  }

  .form-field.full {
    grid-column: auto;
  }

  .choice-group {
    display: grid;
    grid-template-columns: 1fr;
  }

  .choice {
    width: 100%;
  }

  .footer-bottom-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-legal {
    flex-direction: column;
    gap: 0.45rem;
  }

  .cookie-banner {
    right: 0.65rem;
    bottom: 0.65rem;
    width: calc(100% - 1.3rem);
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .topbar,
  .site-header,
  .site-footer,
  .cookie-banner,
  .btn,
  .filter-panel {
    display: none !important;
  }

  body {
    color: #000;
    background: #fff;
  }

  .section,
  .section-sm {
    padding: 1.5rem 0;
  }

  .surface,
  .form-card,
  .card-grid > *,
  .product-card {
    box-shadow: none !important;
  }
}

/* Keep consent controls out of the way while the mobile navigation is open. */
body.menu-open .cookie-banner {
  display: none !important;
}

.footer-cookie-link {
  all: unset;
  color: #bacdce;
  cursor: pointer;
}

.footer-cookie-link:hover {
  color: var(--white);
}

.footer-cookie-link:focus-visible {
  outline: 3px solid rgba(75, 159, 216, 0.72);
  outline-offset: 3px;
  border-radius: 4px;
}

.cookie-title {
  margin-bottom: 0.4rem;
  font-size: 1.08rem;
}

.noscript-notice {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 3000;
  max-width: 520px;
}

.newsletter-email-field {
  flex: 1;
}

.form-status.full-row {
  grid-column: 1 / -1;
}

.contact-card-title {
  font-size: 1.45rem;
}

.section-header.compact {
  margin-bottom: 1.5rem;
}
