@import url("../vendor/bootstrap-icons/bootstrap-icons.css");

/* Contact HQ card next to form */
.contact-hq-card {
  background: var(--secondary);
  border-radius: 16px;
  padding: 2.1rem 1.5rem 1.5rem 1.5rem;
  min-width: 320px;
  max-width: 370px;
  color: #fff;
  box-shadow: 0 12px 32px -16px rgba(16, 35, 18, 0.18);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  margin-top: 0;
}
.contact-hq-card__top {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1.1rem;
}
.contact-hq-card__num {
  font-size: 1.5rem;
  color: rgba(255,255,255,0.55);
  display: flex;
  align-items: center;
}
.contact-hq-card h3 {
  margin: 0;
  font-size: 1.18rem;
  font-family: "Space Grotesk", sans-serif;
  color: #fff;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.contact-hq-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  width: 100%;
}
.contact-hq-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.7em;
  font-size: 0.98rem;
  color: rgba(255,255,255,0.88);
  line-height: 1.5;
}
.contact-hq-list i {
  font-size: 1.18em;
  color: rgba(255, 255, 255, 0.95);
  margin-top: 0.1em;
}
.contact-hq-list a {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 1080px) {
  .contact-hq-card {
    min-width: 0;
    max-width: 100%;
    margin-top: 2.5rem;
  }
  .contact-form-grid {
    flex-direction: column;
    gap: 2.5rem;
    align-items: stretch;
  }
}
@media (max-width: 600px) {
  .contact-hq-card {
    padding: 1.2rem 0.7rem 1rem 0.7rem;
  }
}
/* ============================================
   CONTACT PAGE (claims style, renamed classes)
   ============================================ */
.contact-hero {
  background: var(--gradient-brand);
  padding: 3.5rem 0 2.5rem 0;
}
.contact-hero__inner {
  width: var(--container);
  margin: 0 auto;
  display: flex;
  align-items: center;
  min-height: 220px;
}
.contact-hero__copy {
  max-width: 600px;
}
.contact-eyebrow {
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(42, 99, 4, 0.18);
  border-radius: 8px;
  padding: 0.18em 0.7em;
  margin-bottom: 1.1rem;
}
.contact-hero__copy h1 {
  font-size: 2.1rem;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  margin: 0 0 1.1rem 0;
}
.contact-hero__copy p {
  color: #fff;
  font-size: 1.08rem;
  margin: 0;
}

.contact-section--process {
  background: #f7f8f6;
}
.contact-section--process .section-heading h2 { color: var(--ink); }
.contact-section--process .contact-eyebrow {
  color: var(--secondary-2);
  background: rgba(42, 99, 4, 0.08);
  border-color: rgba(42, 99, 4, 0.18);
}
.contact-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
  margin-bottom: 0;
}
.contact-step-card {
  background: var(--secondary);
  border-radius: 16px;
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  border: none;
  box-shadow: 0 12px 32px -16px rgba(16, 35, 18, 0.28);
  overflow: hidden;
  position: relative;
}
.contact-step-card::before {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -40px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.07), transparent 70%);
}
.contact-step-card__top {
  display: flex;
  flex-direction: column;
}
.contact-step-card__num {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.02em;
}
.contact-step-card h3 {
  margin: 0;
  font-size: 1.18rem;
  font-family: "Space Grotesk", sans-serif;
  color: #fff;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.contact-step-card p {
  margin: 0;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.70);
  font-size: 0.92rem;
  line-height: 1.6;
}

.contact-section--form {
  background: #f7f8f6;
}
.contact-form-grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 2.5rem;
}
.contact-form-panel {
  background: #eaede7;
  border: 1px solid rgba(45, 71, 29, 0.10);
  box-shadow: 0 2px 16px -6px rgba(16, 35, 18, 0.08);
  padding: 2.2rem 2rem 1.5rem 2rem;
  border-radius: 18px;
  width: 100%;
  max-width: 480px;
  display: flex;
  flex-direction: column;
}
.contact-form-panel .contact-eyebrow {
  color: var(--secondary-2);
  background: rgba(42, 99, 4, 0.08);
  border-color: rgba(42, 99, 4, 0.18);
  margin-bottom: 1.1rem;
}
.contact-form-panel h2 {
  font-size: 1.25rem;
  font-family: "Space Grotesk", sans-serif;
  color: var(--ink);
  margin: 0 0 1.2rem 0;
}
.contact-form-grid-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem 1.2rem;
}
.contact-field,
.contact-field--full {
  display: grid;
  gap: 0.45rem;
}
.contact-field--full {
  grid-column: 1 / -1;
}
.contact-field label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgba(45, 71, 29, 0.65);
}
.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  min-height: 38px;
  padding: 0.45rem 0.8rem;
  font-size: 0.88rem;
  background: #fff;
  border-color: rgba(45, 71, 29, 0.16);
  border-radius: 10px;
}
.contact-field textarea {
  min-height: 96px;
  resize: vertical;
}
.contact-form-panel .form-status {
  font-size: 0.92rem;
  color: var(--muted);
}
.contact-locations-section {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.36),
    rgba(255, 255, 255, 0.74)
  );
}
.contact-locations-grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(280px, 3fr);
  gap: 1.5rem;
  align-items: stretch;
}
.contact-locations-map-card,
.contact-locations-panel {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.54);
  box-shadow: 0 32px 70px -46px var(--shadow);
}
.contact-locations-map-card {
  background: linear-gradient(180deg, #edf3e8 0%, #dce7d5 100%);
  min-height: 540px;
}
.contact-locations-map {
  width: 100%;
  height: 100%;
  min-height: 540px;
}
.contact-locations-map__fallback {
  min-height: 540px;
  height: 100%;
  display: grid;
  place-items: center;
  gap: 0.8rem;
  padding: 2rem;
  text-align: center;
  color: var(--muted);
}
.contact-locations-map__fallback i {
  font-size: 2rem;
  color: var(--secondary);
}
.contact-locations-map__fallback p {
  margin: 0;
  max-width: 28rem;
}
.contact-locations-panel {
  background: var(--glass);
  backdrop-filter: blur(18px);
  padding: 1.75rem;
  display: grid;
  align-content: start;
  gap: 0.9rem;
}
.contact-locations-panel__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.48rem 0.78rem;
  border-radius: 999px;
  background: rgba(42, 99, 4, 0.08);
  border: 1px solid rgba(42, 99, 4, 0.14);
  color: var(--secondary-2);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.contact-locations-panel__title {
  margin: 0;
  color: var(--ink);
  font-size: 1.4rem;
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-family: "Space Grotesk", sans-serif;
}
.contact-locations-panel__intro {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.6;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(45, 71, 29, 0.1);
}
.contact-locations-detail {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 0.85rem;
  align-items: start;
}
.contact-locations-detail__icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(42, 99, 4, 0.08);
  color: var(--secondary-2);
  font-size: 1.08rem;
}
.contact-locations-detail strong {
  display: block;
  margin-bottom: 0.22rem;
  color: rgba(45, 71, 29, 0.58);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.contact-locations-detail span,
.contact-locations-detail a {
  color: var(--ink);
  font-size: 0.97rem;
  font-weight: 600;
  line-height: 1.5;
}
.contact-locations-detail a {
  text-decoration: underline;
}
.contact-locations-note {
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-size: 0.83rem;
  line-height: 1.55;
}
@media (max-width: 1080px) {
  .contact-steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .contact-form-grid {
    flex-direction: column;
    gap: 2rem;
    align-items: stretch;
  }
  .contact-locations-grid {
    grid-template-columns: 1fr;
  }
  .contact-locations-map,
  .contact-locations-map-card,
  .contact-locations-map__fallback {
    min-height: 460px;
  }
}
@media (max-width: 600px) {
  .contact-steps-grid {
    grid-template-columns: 1fr;
  }
  .contact-form-panel {
    padding: 1.2rem 0.7rem 1rem 0.7rem;
  }
  .contact-form-grid-inner {
    grid-template-columns: 1fr;
  }
  .contact-locations-panel {
    padding: 1.2rem;
  }
  .contact-locations-map,
  .contact-locations-map-card,
  .contact-locations-map__fallback {
    min-height: 360px;
  }
}

/* Design tokens */

:root {
  --primary: #be1e2d;
  --secondary: #2d471d;
  --secondary-2: #2a6304;
  --ink: #102312;
  --text: #2a3525;
  --muted: #677463;
  --text-muted: #677463;
  --green-mid: #2a6304;
  --line: rgba(31, 58, 23, 0.12);
  --surface: rgba(255, 255, 255, 0.76);
  --surface-strong: rgba(255, 255, 255, 0.92);
  --shadow: rgba(16, 35, 18, 0.14);
  --glow-red: rgba(190, 30, 45, 0.18);
  --glow-green: rgba(42, 99, 4, 0.18);
  --gradient-brand: linear-gradient(135deg, #2d471d 0%, #2a6304 100%);
  --gradient-dark: linear-gradient(
    135deg,
    rgba(10, 41, 35, 0.98),
    rgba(31, 71, 29, 0.98)
  );
  --page-bg:
    radial-gradient(
      circle at 12% 18%,
      rgba(190, 30, 45, 0.12),
      transparent 24%
    ),
    radial-gradient(circle at 84% 12%, rgba(42, 99, 4, 0.15), transparent 18%),
    linear-gradient(180deg, #f8faf6 0%, #edf3e9 100%);
  --glass: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.88),
    rgba(255, 255, 255, 0.58)
  );
  --radius-sm: 18px;
  --radius-md: 30px;
  --radius-lg: 42px;
  --container: min(1180px, calc(100% - 2rem));
  --nav-height: 84px;
  --transition: 220ms ease;
}

/* Base elements */

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--text);
  background: var(--page-bg);
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open {
  overflow: hidden;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea,
select {
  font: inherit;
}
iframe {
  border: 0;
  width: 100%;
}
/* Global layout helpers */

#site-header {
  display: block;
}
.page-shell {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(circle at 72% 44%, rgba(45, 71, 29, 0.12), transparent 18%),
    radial-gradient(circle at 20% 65%, rgba(190, 30, 45, 0.08), transparent 24%);
}
.container {
  width: var(--container);
  margin: 0 auto;
}
.section {
  padding: 6rem 0;
  position: relative;
}
.section.section--grey:first-of-type,
[data-page="about"] .section--grey:first-child {
  padding-top: 2.5rem;
}
.section--soft {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.38),
    rgba(255, 255, 255, 0.72)
  );
}
.section--grey {
  background: #f2f3f5;
}
.section--muted {
  background: #f1f1f1;
}
.section--dark {
  background: linear-gradient(
    180deg,
    rgba(16, 35, 18, 0.98),
    rgba(30, 65, 16, 0.98)
  );
  color: #f7fbf3;
}
/* Shared UI primitives */

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.52rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(45, 71, 29, 0.12);
  background: rgba(255, 255, 255, 0.72);
  color: #2f4c1f;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 1.5rem;
  border-radius: 999px;
  border: 1px solid transparent;
  background: var(--gradient-brand);
  color: #fff;
  font-weight: 700;
  transition:
    transform var(--transition),
    box-shadow var(--transition),
    border-color var(--transition);
  box-shadow: 0 20px 36px -24px rgba(42, 99, 4, 0.52);
}
.button:hover,
.button:focus-visible,
.card-link:hover,
.card-link:focus-visible {
  transform: translateY(-2px);
}
.button--ghost,
.button--ghost-dark {
  background: transparent;
  color: var(--ink);
  border-color: rgba(45, 71, 29, 0.18);
  box-shadow: none;
}
.button--ghost-dark {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.26);
}
.button--small {
  min-height: 46px;
  padding: 0 1.2rem;
}
/* Header and navigation */

.site-topbar {
  background: var(--secondary);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
}
.topbar-inner,
.topbar-copy {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  flex-wrap: wrap;
}
.topbar-inner {
  justify-content: space-between;
  min-height: 42px;
}
.topbar-copy span,
.topbar-copy a {
  position: relative;
}
.topbar-copy span + span::before,
.topbar-copy--right a::before {
  content: "";
  position: absolute;
  left: -0.6rem;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  transform: translateY(-50%);
}
.topbar-copy a {
  color: #fff;
  font-weight: 700;
}
.site-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.9);
  transition:
    background-color var(--transition),
    box-shadow var(--transition),
    backdrop-filter var(--transition);
}
.site-nav.is-sticky {
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 26px 44px -34px var(--shadow);
}
.nav-shell {
  width: 100%;
  min-height: var(--nav-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-inline: clamp(1rem, 3vw, 2.5rem);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}
.brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}
.brand strong,
.brand span {
  display: block;
}
.brand strong,
.hero-copy h1,
.section-heading h2,
.page-hero__copy h1,
.product-layout h2,
.footer-grid h3 {
  font-family: "Space Grotesk", sans-serif;
}
.brand strong {
  color: var(--ink);
  font-size: 1.05rem;
}
.brand span {
  color: var(--muted);
  font-size: 0.82rem;
}
.nav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  flex: 1;
}
.nav-menu > a,
.nav-dropdown__toggle {
  color: #24411b;
  font-size: 0.95rem;
  font-weight: 700;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.nav-menu > a.is-active,
.nav-dropdown.is-active > .nav-dropdown__toggle {
  color: var(--primary);
}
.nav-dropdown {
  position: relative;
}
.nav-dropdown::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  min-width: 260px;
  height: 0.4rem;
}
.nav-dropdown__toggle::after {
  content: "+";
  margin-left: 0.45rem;
}
.nav-dropdown__menu {
  position: absolute;
  top: calc(100% + 0.35rem);
  left: 0;
  z-index: 20;
  min-width: 260px;
  padding: 0.8rem;
  display: grid;
  gap: 0.45rem;
  border-radius: 22px;
  background: rgba(249, 251, 247, 0.98);
  border: 1px solid rgba(45, 71, 29, 0.12);
  box-shadow: 0 26px 50px -34px rgba(16, 35, 18, 0.32);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition:
    opacity var(--transition),
    transform var(--transition);
}
.nav-dropdown:hover .nav-dropdown__menu,
.nav-dropdown:focus-within .nav-dropdown__menu,
.nav-dropdown.is-open .nav-dropdown__menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.nav-dropdown__menu a {
  padding: 0.75rem 0.85rem;
  border-radius: 16px;
  font-weight: 600;
}
.nav-dropdown__menu a:hover,
.nav-dropdown__menu a.is-active {
  background: rgba(45, 71, 29, 0.08);
  color: var(--primary);
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-left: 0.6rem;
}
.contact-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(45, 71, 29, 0.1);
  box-shadow: 0 18px 34px -26px rgba(16, 35, 18, 0.35);
}
.contact-pill__icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  background:
    radial-gradient(
      circle at 30% 30%,
      rgba(255, 255, 255, 0.95),
      transparent 34%
    ),
    linear-gradient(145deg, rgba(45, 71, 29, 0.16), rgba(190, 30, 45, 0.26));
}
.contact-pill__icon i {
  font-size: 1rem;
  color: var(--secondary);
}
.contact-pill small,
.contact-pill strong {
  display: block;
}
.contact-pill small {
  font-size: 0.72rem;
  color: var(--muted);
}
.contact-pill strong {
  font-size: 0.84rem;
  color: var(--ink);
}
.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  border: 0;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 35px -28px var(--shadow);
}
.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: var(--ink);
  transition:
    transform var(--transition),
    opacity var(--transition);
}
/* Hero sections */

.hero {
  padding-top: 0;
  padding-bottom: 0;
}
.hero-shell,
.page-hero {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.68);
  box-shadow: 0 42px 80px -58px rgba(16, 35, 18, 0.42);
}
.hero-shell {
  padding: clamp(1.25rem, 2.2vw, 2rem);
  background:
    radial-gradient(circle at 82% 20%, rgba(45, 71, 29, 0.14), transparent 18%),
    radial-gradient(circle at 18% 18%, rgba(190, 30, 45, 0.1), transparent 26%),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.96),
      rgba(246, 249, 243, 0.92)
    );
}
.hero-grid,
.split-grid,
.product-layout,
.contact-layout,
.claims-layout,
.quote-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: center;
}
.hero-copy {
  padding: clamp(1rem, 2vw, 1.4rem);
}
.hero-shell--home {
  width: 100%;
  min-height: clamp(560px, 78vh, 760px);
  padding: 0;
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(255, 255, 255, 0.97) 26%,
      rgba(255, 255, 255, 0.88) 42%,
      rgba(255, 255, 255, 0.62) 56%,
      rgba(255, 255, 255, 0.24) 72%,
      rgba(255, 255, 255, 0) 100%
    ),
    url("../images/birthday-house.jpg") 78% center / cover no-repeat;
}
.hero-copy--home {
  width: 100%;
  margin: 0;
  max-width: none;
  padding-top: clamp(2rem, 6vw, 5rem);
  padding-right: clamp(1.5rem, 4vw, 4.5rem);
  padding-bottom: clamp(2rem, 6vw, 5rem);
  padding-left: max(1rem, calc((100vw - 1180px) / 2));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: inherit;
}
.hero-copy h1,
.page-hero__copy h1 {
  margin: 1rem 0 0;
  line-height: 1.04;
  letter-spacing: -0.035em;
}
.hero-copy h1 {
  max-width: 21ch;
  font-size: clamp(3rem, 5vw, 4.8rem);
}
.hero-copy--home p {
  max-width: 40rem;
}
.hero-copy p,
.section-heading p,
.copy-block p,
.glass-card p,
.metric-card p,
.stat-card p,
.faq-body,
.footer-brand-block p,
.footer-bottom p,
.field-hint,
.product-bullets li,
.list-card li,
.contact-card p,
.timeline-item p,
.article-card p,
.quote-note p {
  color: var(--muted);
}
.hero-actions,
.page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}
.hero-trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}
.glass-card,
.metric-card,
.stat-card,
.service-card,
.article-card,
.faq-item,
.form-panel,
.timeline-item,
.contact-card,
.map-card,
.team-card,
.license-card,
.list-card {
  background: var(--glass);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.54);
  box-shadow: 0 32px 70px -46px var(--shadow);
}
.hero-trust article,
.page-hero__badge-strip article,
.glass-card,
.metric-card,
.stat-card,
.service-card,
.article-card,
.faq-item,
.timeline-item,
.contact-card,
.map-card,
.team-card,
.license-card,
.list-card,
.quote-note {
  border-radius: 24px;
  padding: 1.25rem;
}
.hero-trust strong,
.metric-card strong,
.stat-card strong,
.timeline-item strong,
.team-card strong,
.license-card strong,
.contact-card strong,
.page-hero__badge-strip strong {
  display: block;
  color: var(--ink);
  line-height: 1.15;
}
/* Homepage-specific sections */

.feature-strip {
  margin-top: 0;
  padding-bottom: 1rem;
  position: relative;
  z-index: 2;
}
.feature-strip--full {
  padding-bottom: 0;
}
.feature-strip__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-radius: 28px;
  overflow: hidden;
  background: var(--gradient-dark);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.feature-strip--full .feature-strip__inner {
  width: 100%;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}
.feature-strip__card {
  display: flex;
  gap: 1rem;
  padding: 1.5rem;
  color: #fff;
}
.feature-strip__card + .feature-strip__card {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}
.feature-strip__icon {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  background:
    radial-gradient(
      circle at 30% 30%,
      rgba(255, 255, 255, 0.92),
      transparent 28%
    ),
    linear-gradient(145deg, rgba(255, 203, 92, 0.95), rgba(190, 30, 45, 0.7));
}
.feature-strip__icon i {
  font-size: 1rem;
  color: #0f3722;
}
.feature-strip__card p {
  margin: 0.35rem 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.92rem;
}
.section-heading {
  max-width: 760px;
  margin-bottom: 2.25rem;
}
.section-heading h2,
.copy-block h2,
.page-hero__copy h1,
.product-layout h2 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: -0.03em;
}
.section-heading h2,
.copy-block h2,
.product-layout h2 {
  font-size: clamp(2rem, 3.8vw, 3.5rem);
}
.why-choose {
  display: grid;
  gap: 2.5rem;
}
.why-choose__heading {
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}
.why-choose__heading h2 {
  margin: 0;
  font-size: clamp(2rem, 3.6vw, 3.1rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}
.why-choose__accent {
  width: 74px;
  height: 4px;
  margin: 0.85rem auto 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary), #d64553);
}
.why-choose__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.product-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
}
.partner-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0;
}
.why-choose-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(16, 35, 18, 0.08);
  box-shadow: 0 18px 36px -28px rgba(16, 35, 18, 0.18);
  padding: 1.75rem;
  min-height: 100%;
}
.product-gallery-card {
  position: relative;
  display: grid;
  gap: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(16, 35, 18, 0.08);
  box-shadow: 0 18px 36px -28px rgba(16, 35, 18, 0.18);
  transition: transform var(--transition), box-shadow var(--transition);
}
.product-gallery-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 72%;
  background: linear-gradient(180deg, rgba(190, 30, 45, 0.08) 0%, rgba(45, 71, 29, 0.12) 100%);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition);
}
.product-gallery-card:hover,
.product-gallery-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 26px 48px -30px rgba(16, 35, 18, 0.24);
}
.product-gallery-card:hover::before,
.product-gallery-card:focus-visible::before {
  opacity: 1;
}
.product-gallery-card img {
  width: 100%;
  aspect-ratio: 4 / 4.4;
  object-fit: cover;
}
.product-gallery-card h3 {
  margin: 0;
  padding: 0.85rem 0.85rem 0.95rem;
  color: var(--ink);
  font-size: 0.9rem;
  line-height: 1.3;
}
.why-choose-card__icon {
  width: 2.8rem;
  height: 2.8rem;
  display: grid;
  place-items: center;
  color: var(--primary);
  font-size: 1.45rem;
}
.why-choose-card h3 {
  margin: 0.55rem 0 0.55rem;
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.35;
}
.why-choose-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
}
.why-choose-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1rem;
  color: var(--primary);
  font-weight: 700;
}
.why-choose-card__link i {
  font-size: 0.8rem;
}
/* Reusable content cards and grids */

.grid-3,
.grid-4,
.team-grid,
.license-grid,
.article-grid,
.stat-grid,
.location-grid,
.form-grid,
.coverage-grid {
  display: grid;
  gap: 1.2rem;
}
.grid-3,
.article-grid,
.coverage-grid,
  .team-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-4,
.license-grid,
.stat-grid,
.location-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.service-card,
.article-card,
.team-card,
.partner-card,
.license-card {
  position: relative;
  overflow: hidden;
}
.service-card::before,
.article-card::before,
.team-card::before,
.license-card::before,
.metric-card::before,
.contact-card::before,
.list-card::before {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -50px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(190, 30, 45, 0.12), transparent 70%);
}
.service-card__number,
.team-card__avatar {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(
    135deg,
    rgba(45, 71, 29, 0.15),
    rgba(190, 30, 45, 0.14)
  );
  color: var(--primary);
  font-weight: 800;
}
.service-card__number i {
  font-size: 1.25rem;
}
.team-card__avatar {
  border-radius: 50%;
}
.metric-card,
.stat-card,
.quote-note {
  padding: 1.5rem;
}
.metric-card strong,
.stat-card strong {
  font-size: clamp(1.5rem, 2.6vw, 2rem);
}
.partner-card {
  display: grid;
  place-items: center;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0.5rem 0.25rem;
  min-height: 0;
}
.partner-card img {
  width: 100%;
  height: 120px;
  object-fit: contain;
}
.page-hero {
  padding: 2.5rem;
  background:
    radial-gradient(circle at 85% 10%, rgba(42, 99, 4, 0.16), transparent 18%),
    radial-gradient(circle at 12% 25%, rgba(190, 30, 45, 0.1), transparent 24%),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.94),
      rgba(243, 248, 240, 0.92)
    );
}
.page-hero__copy h1 {
  font-size: clamp(2.7rem, 4.6vw, 4.2rem);
  max-width: 11ch;
}
.page-hero__copy p {
  max-width: 62ch;
  margin-top: 1rem;
}
.page-hero__badge-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}
.page-hero__media {
  position: relative;
  min-height: 360px;
  display: grid;
  place-items: center;
}
.page-hero__media-panel {
  width: min(420px, 100%);
  padding: 2rem;
  border-radius: 34px;
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.88),
    rgba(255, 255, 255, 0.6)
  );
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 34px 70px -44px rgba(16, 35, 18, 0.42);
  text-align: center;
}
.page-hero__media-panel img {
  max-height: 160px;
  width: auto;
  margin: 0 auto 1rem;
}
.timeline {
  display: grid;
  gap: 1rem;
}
.timeline-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 1rem;
  align-items: start;
}
.timeline-item span,
.team-card span,
.license-card span,
.contact-card span,
.stat-card span,
.metric-card span,
.quote-note span,
.map-card span {
  display: block;
  color: #47612e;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.team-card {
  display: grid;
  gap: 1rem;
}
.team-card small {
  color: var(--muted);
  font-weight: 700;
}
.license-card ul,
.list-card ul,
.product-bullets,
.document-list {
  margin: 0;
  padding-left: 1.1rem;
}
.split-grid,
.contact-layout,
.claims-layout,
.quote-layout,
.product-layout {
  align-items: start;
}
.copy-block,
.contact-stack,
.form-stack,
.product-stack,
.faq-stack {
  display: grid;
  gap: 1rem;
}
.contact-card a,
.footer-links a,
.card-link {
  color: var(--primary);
  font-weight: 700;
}
.map-card {
  overflow: hidden;
  padding: 0;
}
.map-card iframe {
  min-height: 360px;
}
.map-card__body {
  padding: 1.25rem;
}
/* Forms and interactive states */

.form-panel {
  padding: 1.5rem;
  border-radius: 28px;
}
.form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.field,
.field--full {
  display: grid;
  gap: 0.45rem;
}
.field--full {
  grid-column: 1 / -1;
}
.field label {
  font-weight: 700;
  color: var(--ink);
}
.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 52px;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(45, 71, 29, 0.14);
  background: rgba(255, 255, 255, 0.86);
  color: var(--text);
}
.field textarea {
  min-height: 150px;
  resize: vertical;
}
.file-input {
  display: grid;
  gap: 0.65rem;
}
.file-input input {
  padding: 0.7rem;
  border-radius: 16px;
  border: 1px dashed rgba(45, 71, 29, 0.22);
  background: rgba(255, 255, 255, 0.82);
}
.file-output,
.form-status {
  font-size: 0.92rem;
  color: var(--muted);
}
.quote-note {
  background: linear-gradient(
    145deg,
    rgba(16, 35, 18, 0.96),
    rgba(34, 78, 15, 0.92)
  );
  color: #fff;
  border-radius: 28px;
}
.quote-note h3,
.quote-note strong,
.quote-note p,
.quote-note li,
.quote-note span {
  color: #fff;
}
.faq-item {
  overflow: hidden;
}
.faq-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0;
  border: 0;
  background: transparent;
  font-weight: 800;
  color: var(--ink);
  cursor: pointer;
}
.faq-button span:last-child {
  flex-shrink: 0;
  font-size: 1.2rem;
}
.faq-body {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 280ms ease,
    padding-top 280ms ease;
}
.faq-item.is-open .faq-body {
  max-height: 260px;
  padding-top: 0.8rem;
}
.list-card {
  border-radius: 28px;
  padding: 1.5rem;
}
/* Footer and global utilities */

.site-footer {
  padding: 1rem 0 2rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  padding: 2.5rem 0 1.5rem;
  border-top: 1px solid var(--line);
}
.footer-grid h3 {
  margin: 0 0 1rem;
  font-size: 1.05rem;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.65rem;
}
.footer-links--plain li {
  color: var(--muted);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}
.back-to-top {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 0;
  background: linear-gradient(135deg, var(--primary), #8d1620);
  color: #fff;
  font-size: 1.2rem;
  box-shadow: 0 18px 32px -20px rgba(190, 30, 45, 0.8);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition:
    opacity var(--transition),
    transform var(--transition);
  z-index: 35;
}
.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal--delay {
  transition-delay: 120ms;
}
.reveal--delay-2 {
  transition-delay: 220ms;
}
/* Responsive adjustments */

@media (max-width: 1080px) {
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hero-grid,
  .split-grid,
  .product-layout,
  .contact-layout,
  .claims-layout,
  .quote-layout {
    grid-template-columns: 1fr;
  }
  .grid-3,
  .article-grid,
  .coverage-grid,
  .team-grid,
  .grid-4,
  .license-grid,
  .stat-grid,
  .location-grid,
  .why-choose__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-gallery {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.6rem;
  }

  .partner-grid {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.2rem;
  }

  .product-gallery-card h3 {
    padding: 0.75rem 0.7rem 0.85rem;
    font-size: 0.82rem;
  }
}
@media (max-width: 900px) {
  :root {
    --nav-height: 76px;
  }
  .site-topbar {
    display: none;
  }
  .nav-toggle {
    display: inline-grid;
    place-items: center;
  }
  .nav-shell {
    padding-inline: 1rem;
  }
  .nav-menu {
    position: fixed;
    inset: 76px 1rem auto 1rem;
    display: grid;
    gap: 0.75rem;
    padding: 1rem;
    border-radius: 28px;
    background: rgba(248, 250, 246, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 34px 70px -36px var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-14px);
    transition:
      opacity var(--transition),
      transform var(--transition);
  }
  .nav-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .nav-actions {
    margin-left: 0;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(45, 71, 29, 0.08);
    display: grid;
  }
  .contact-pill,
  .button,
  .button--small,
  .button--ghost,
  .button--ghost-dark {
    width: 100%;
  }
  .nav-dropdown__menu {
    position: static;
    min-width: 0;
    box-shadow: none;
    margin-top: 0.75rem;
    display: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
  .nav-dropdown.is-open .nav-dropdown__menu {
    display: grid;
  }
  .hero-trust,
  .page-hero__badge-strip,
  .feature-strip__inner,
  .form-grid,
  .footer-bottom,
  .timeline-item {
    grid-template-columns: 1fr;
  }
  .feature-strip__card + .feature-strip__card {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  .hero-shell--home {
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.98) 0%,
        rgba(255, 255, 255, 0.92) 24%,
        rgba(255, 255, 255, 0.74) 48%,
        rgba(255, 255, 255, 0.32) 74%,
        rgba(255, 255, 255, 0.05) 100%
      ),
      url("../images/birthday-house.jpg") 70% center / cover no-repeat;
  }

  .product-gallery {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .partner-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.2rem;
  }

  .product-gallery-card h3 {
    padding: 0.65rem 0.55rem 0.75rem;
    font-size: 0.74rem;
  }
}
@media (max-width: 680px) {
  .section {
    padding: 4.5rem 0;
  }
  .container {
    width: min(100% - 1.25rem, 100%);
  }
  .brand div {
    max-width: 178px;
  }
  .hero-shell,
  .page-hero {
    padding: 1rem;
  }
  .hero-copy--home {
    padding: 1.75rem 1rem 2rem;
  }
  .hero-copy h1,
  .page-hero__copy h1 {
    font-size: clamp(2.4rem, 10vw, 3.2rem);
    max-width: none;
  }
  .grid-3,
  .grid-4,
  .team-grid,
  .license-grid,
  .article-grid,
  .stat-grid,
  .location-grid,
  .coverage-grid,
  .footer-grid,
  .why-choose__grid,
  .product-gallery {
    grid-template-columns: 1fr;
  }

  .partner-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.2rem;
  }
  .footer-bottom {
    flex-direction: column;
  }
}
/* Reduced motion support */

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0ms !important;
    transition-delay: 0ms !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* ===========================================
   ABOUT PAGE — HERO SECTION
   =========================================== */
.about-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  padding: 0 0 2rem;
}

/* --- Left: image collage --- */
.about-hero__media {
  display: flex;
  justify-content: center;
}

.about-hero__img-wrap {
  position: relative;
  width: 100%;
  max-width: 520px;
  height: 520px;
}

.about-hero__circle {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #fff;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.14);
}

.about-hero__circle--primary {
  width: 480px;
  height: 480px;
  top: 0;
  left: 0;
}

.about-hero__circle--secondary {
  width: 221px;
  height: 221px;
  bottom: 0;
  right: 0;
}

.about-hero__circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-hero__badge {
  position: absolute;
  bottom: 120px;
  left: 240px;
  background: #fff;
  border-radius: 16px;
  padding: 0.85rem 1.25rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.13);
  display: flex;
  align-items: center;
  gap: 0.65rem;
  z-index: 2;
}

.about-hero__badge strong {
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
}

.about-hero__badge span {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-muted);
  line-height: 1.3;
}

/* --- Right: copy --- */
.about-hero__copy {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.about-hero__copy h1 {
  font-size: clamp(1.75rem, 3.5vw, 2.6rem);
  line-height: 1.18;
}

.about-hero__copy > p {
  color: var(--text-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

/* Bullet list */
.about-hero__bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.about-hero__bullets li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text);
}

.about-hero__bullets li .bi {
  color: var(--green-mid);
  font-size: 1.1rem;
  flex-shrink: 0;
}

/* Stats row */
.about-hero__stats {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.about-hero__stat {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.about-hero__stat .bi {
  font-size: 2rem;
  color: var(--primary);
}

.about-hero__stat div {
  display: flex;
  flex-direction: column;
}

.about-hero__stat strong {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--text);
  line-height: 1;
}

.about-hero__stat span {
  font-size: 0.8rem;
  color: var(--text-muted);
  font-weight: 500;
}

/* Responsive: collapse to single column */
@media (max-width: 860px) {
  .about-hero-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .about-hero__img-wrap {
    height: 400px;
    max-width: 400px;
    margin: 0 auto;
  }

  .about-hero__circle--primary {
    width: 300px;
    height: 300px;
  }

  .about-hero__circle--secondary {
    width: 161px;
    height: 161px;
  }

  .about-hero__badge {
    left: 160px;
    bottom: 90px;
  }
}

@media (max-width: 480px) {
  .about-hero__img-wrap {
    height: 300px;
    max-width: 300px;
  }

  .about-hero__circle--primary {
    width: 190px;
    height: 190px;
  }

  .about-hero__circle--secondary {
    width: 105px;
    height: 105px;
  }

  .about-hero__badge {
    left: 100px;
    bottom: 60px;
    padding: 0.65rem 1rem;
  }

  .about-hero__badge strong {
    font-size: 1.5rem;
  }
}

/* ===========================================
   ABOUT PAGE — SECTION COLOR THEMES
   =========================================== */

/* Company background — full-width heading + horizontal timeline row */
.about-bg__heading {
  width: 100%;
  margin-bottom: 3rem;
}
.about-bg__timeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
}
.about-bg__timeline .timeline-item {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 900px) {
  .about-bg__timeline {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 540px) {
  .about-bg__timeline {
    grid-template-columns: 1fr;
  }
}

/* Dark military green — company background */
.section--dark-green {
  background: linear-gradient(150deg, #102312 0%, #1f471d 100%);
}
.section--dark-green h2,
.section--dark-green h3,
.section--dark-green .copy-block h2 {
  color: #fff;
}
.section--dark-green p,
.section--dark-green .timeline-item p {
  color: rgba(255, 255, 255, 0.72);
}
.section--dark-green .eyebrow {
  color: #000;
  background: rgba(255,255,255,0.82);
  border-color: rgba(0,0,0,0.12);
}
.section--dark-green .timeline-item {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.12);
}
.section--dark-green .timeline-item span {
  background: var(--primary);
  color: #fff !important;
  padding: 0.35rem 0.75rem;
  border-radius: 8px;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: none;
}
.section--dark-green .timeline-item strong {
  color: #fff;
}

/* Light green tint — management team */
.section--green-tint {
  background: #eef4ea;
}

/* Primary red — branch network */
.section--red {
  background: var(--primary);
}
.section--red h2,
.section--red .section-heading p {
  color: #fff;
}
.section--red .eyebrow {
  color: rgba(255, 255, 255, 0.65);
}
.section--red .glass-card {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.22);
}
.section--red .glass-card strong {
  color: #fff;
}
.section--red .glass-card p {
  color: rgba(255, 255, 255, 0.82);
}
.section--red .glass-card .bi {
  color: rgba(255, 255, 255, 0.9) !important;
}

/* Brand green gradient — licenses */
.section--brand-gradient {
  background: var(--gradient-brand);
}
.section--brand-gradient h2,
.section--brand-gradient .section-heading p {
  color: #fff;
}
.section--brand-gradient .eyebrow {
  color: #000;
  background: rgba(255,255,255,0.85);
  border-color: rgba(0,0,0,0.1);
}
.section--brand-gradient .license-card {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
}
.section--brand-gradient .license-card span {
  color: rgba(255, 255, 255, 0.55) !important;
}
.section--brand-gradient .license-card strong {
  color: #fff;
}
.section--brand-gradient .license-card p {
  color: rgba(255, 255, 255, 0.78);
}

/* Mission & values — left-border color accents (legacy, kept for reference) */
.glass-card--accent-red,
.glass-card--accent-green,
.glass-card--accent-gradient {
  border-left: none;
}

/* Mission/values cards — military green base, primary red on hover */
.section--grey .grid-3 .glass-card {
  background: var(--secondary);
  border: none;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  transition: background var(--transition);
}
.section--grey .grid-3 .glass-card .eyebrow {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.75);
}
.section--grey .grid-3 .glass-card h3 {
  color: #fff;
}
.section--grey .grid-3 .glass-card p {
  color: rgba(255,255,255,0.72);
}
.section--grey .grid-3 .glass-card:hover {
  background: var(--primary);
}

/* ============================================
   ABOUT PAGE — TEAM CARDS (board + management)
   ============================================ */
[data-page="about"] .team-grid .team-card {
  background: var(--primary);
  border: none;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
[data-page="about"] .team-grid .team-card:hover {
  background: var(--primary);
}
[data-page="about"] .team-grid .team-card:hover strong,
[data-page="about"] .team-grid .team-card:hover small,
[data-page="about"] .team-grid .team-card:hover p {
  color: rgba(255,255,255,0.85);
}
[data-page="about"] .team-grid .team-card:hover small {
  color: rgba(255,255,255,0.6);
}

/* Full-width image area */
[data-page="about"] .team-grid .team-card .team-card__avatar {
  width: 100%;
  height: clamp(250px, 24vw, 290px);
  border-radius: 0;
  overflow: hidden;
  flex-shrink: 0;
  background: linear-gradient(135deg, rgba(45,71,29,0.18), rgba(190,30,45,0.14));
  color: var(--primary);
  font-size: 2rem;
  font-weight: 800;
}
[data-page="about"] .team-grid .team-card .team-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

/* Text block below image */
[data-page="about"] .team-grid .team-card > div:last-child {
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
[data-page="about"] .team-grid .team-card small {
  color: rgba(255,255,255,0.65);
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: color var(--transition);
}
[data-page="about"] .team-grid .team-card strong {
  color: #fff;
  transition: color var(--transition);
}
[data-page="about"] .team-grid .team-card p {
  color: rgba(255,255,255,0.8);
  font-size: 0.9rem;
  margin: 0;
  transition: color var(--transition);
}
[data-page="about"] .team-grid.team-grid--management {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 760px) {
  [data-page="about"] .team-grid.team-grid--management {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  [data-page="about"] .team-grid.team-grid--management {
    grid-template-columns: 1fr;
  }
}

/* ============================================
   PRODUCT PAGES — FULL-WIDTH THIN HERO BANNER
   ============================================ */
.product-hero {
  position: relative;
  min-height: 340px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  padding: 0;
  overflow: hidden;
}
.product-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(16, 35, 18, 0.82) 0%,
    rgba(45, 71, 29, 0.70) 45%,
    rgba(190, 30, 45, 0.45) 100%
  );
  z-index: 1;
}
.product-hero__inner {
  position: relative;
  z-index: 2;
  width: var(--container);
  margin: 0 auto;
  padding: 3.5rem 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
}
.product-hero__copy { max-width: 680px; }
.product-hero__copy .eyebrow {
  background: rgba(255,255,255,0.18);
  border-color: rgba(255,255,255,0.28);
  color: #fff;
}
.product-hero__copy h1 {
  font-size: clamp(2rem, 3.6vw, 3.2rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #fff;
  margin: 0.6rem 0 0.85rem;
}
.product-hero__copy p {
  color: rgba(255,255,255,0.82);
  font-size: 1.08rem;
  margin: 0;
  max-width: 560px;
}
.product-hero__badge {
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 20px;
  padding: 1.5rem;
  min-width: 160px;
  max-width: 200px;
  color: #fff;
  flex-shrink: 0;
}
.product-hero__badge span {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.65);
  margin-bottom: 0.4rem;
}
.product-hero__badge h3 {
  margin: 0 0 0.55rem;
  font-size: 1.12rem;
  color: #fff;
  line-height: 1.3;
}
.product-hero__badge p {
  margin: 0;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.75);
}

/* Per-product background images */
.product-hero--funeral  { background-image: url("../images/taking-care-him.jpg"); }
.product-hero--life     { background-image: url("../images/siblings-home-together.jpg"); }
.product-hero--motor    { background-image: url("../images/car.jpg"); }
.product-hero--non-motor{ background-image: url("../images/home.jpg"); }
.product-hero--credit   { background-image: url("../images/cheerful-black-couple.jpg"); }
.product-hero--resources{ background-image: url("../images/young-people-visiting-relatives.jpg"); }
.product-hero--downloads{ background-image: url("../images/paperwork.jpg"); }
.product-hero--careers  { background-image: url("../images/corporate-office.jpg"); }

.careers-alert {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(163, 32, 32, 0.28);
  border-left: 6px solid #b3261e;
  border-radius: 20px;
  background: rgba(179, 38, 30, 0.08);
  color: #7c1d18;
}

.careers-alert i {
  font-size: 1.15rem;
  flex-shrink: 0;
}

.careers-alert p {
  margin: 0;
  color: inherit;
  font-weight: 600;
}

/* ============================================
   PRODUCT PAGES — SERVICE CARD REDESIGN
   ============================================ */
.coverage-grid .service-card {
  background: var(--secondary);
  border: none;
  border-top: 4px solid var(--secondary-2);
  border-radius: 16px !important;
  overflow: hidden;
  box-shadow: 0 12px 32px -16px rgba(16, 35, 18, 0.28);
  padding: 2rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  backdrop-filter: none;
  transition:
    transform var(--transition),
    box-shadow var(--transition),
    background var(--transition),
    border-top-color var(--transition);
}
.coverage-grid .service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 48px -20px rgba(190, 30, 45, 0.38);
  background: var(--primary);
  border-top-color: #d64553;
}
.service-card__icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(255,255,255,0.18);
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.35rem;
  flex-shrink: 0;
  margin-bottom: 0.25rem;
  transition: background var(--transition);
}
.coverage-grid .service-card:hover .service-card__icon-wrap {
  background: rgba(255,255,255,0.25);
  color: #fff;
}
.coverage-grid .service-card h3 {
  color: #fff;
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.3;
}
.coverage-grid .service-card p {
  color: rgba(255,255,255,0.78);
  margin: 0;
  flex: 1;
  font-size: 0.95rem;
}
.service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: rgba(255,255,255,0.85);
  font-weight: 700;
  font-size: 0.88rem;
  margin-top: auto;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255,255,255,0.18);
  transition: gap var(--transition), color var(--transition);
}
.service-card__link:hover { gap: 0.7rem; color: #fff; }
.service-card__link i { font-size: 0.75rem; }

/* ============================================
   PRODUCT PAGES — SECTION BACKGROUNDS
   ============================================ */
.product-section--coverage {
  background: #f7f8f6;
}
.product-section--coverage .section-heading {
  max-width: 100%;
  margin-bottom: 2.5rem;
}
.product-section--coverage .section-heading h2,
.product-section--coverage .copy-block h2 {
  color: var(--ink);
}
.product-section--coverage .eyebrow {
  color: var(--secondary-2);
  background: rgba(42, 99, 4, 0.08);
  border-color: rgba(42, 99, 4, 0.18);
}
.product-section--coverage .list-card {
  background: var(--primary);
  border: none;
  box-shadow: 0 12px 32px -16px rgba(190, 30, 45, 0.32);
  margin-top: 2rem;
}
.product-section--coverage .list-card h3 { color: #fff; }
.product-section--coverage .list-card li { color: rgba(255,255,255,0.82); }
.product-section--coverage .list-card::before {
  background: radial-gradient(circle, rgba(255,255,255,0.18), transparent 70%);
}

/* ============================================
   PRODUCT PAGES — CTA BANNER
   ============================================ */
.product-cta {
  background: linear-gradient(105deg, var(--secondary) 0%, var(--secondary-2) 100%);
  padding: 5rem 0;
}
.product-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  flex-wrap: wrap;
}
.product-cta__copy h2 {
  margin: 0 0 0.6rem;
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}
.product-cta__copy p {
  margin: 0;
  color: rgba(255,255,255,0.78);
  font-size: 1.05rem;
  max-width: 480px;
}
.product-cta__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.btn--white {
  background: #fff;
  color: var(--secondary);
  font-weight: 800;
  border-radius: 999px;
  padding: 0.9rem 2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  transition: box-shadow var(--transition), transform var(--transition);
}
.btn--white:hover {
  box-shadow: 0 10px 28px -8px rgba(0,0,0,0.28);
  transform: translateY(-2px);
}
.btn--outline-white {
  background: transparent;
  color: #fff;
  font-weight: 800;
  border: 2px solid rgba(255,255,255,0.55);
  border-radius: 999px;
  padding: 0.9rem 2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  transition: background var(--transition), border-color var(--transition);
}
.btn--outline-white:hover {
  background: rgba(255,255,255,0.12);
  border-color: #fff;
}

/* FAQ section */
.product-section--faq { background: #f2f3f5; }

/* Resources page — guides list-card matches product primary red */
[data-page="resources"] .product-section--faq .list-card {
  background: var(--primary);
  border: none;
  box-shadow: 0 12px 32px -16px rgba(190, 30, 45, 0.32);
}
[data-page="resources"] .product-section--faq .list-card h3 { color: #fff; }
[data-page="resources"] .product-section--faq .list-card li { color: rgba(255,255,255,0.82); }
[data-page="resources"] .product-section--faq .list-card::before {
  background: radial-gradient(circle, rgba(255,255,255,0.18), transparent 70%);
}
/* ============================================
   ARTICLE CARDS — FULL-WIDTH COVER IMAGE
   ============================================ */
.coverage-grid .service-card:has(.service-card__cover-img) {
  padding: 0;
  border-top: none;
}
.service-card__cover-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
}
.coverage-grid .service-card:has(.service-card__cover-img) h3 {
  padding: 1rem 1.5rem 0;
}
.coverage-grid .service-card:has(.service-card__cover-img) p {
  padding: 0 1.5rem;
}
.coverage-grid .service-card:has(.service-card__cover-img) .service-card__link {
  padding: 0.85rem 1.5rem 1.5rem;
  margin: 0;
}

/* ============================================
   PRODUCT-SECTION BRAND GRADIENT (Guides bg)
   ============================================ */
.product-section--brand-gradient {
  background: var(--gradient-brand);
}
.product-section--brand-gradient .section-heading h2,
.product-section--brand-gradient h2 { color: #fff; }
.product-section--brand-gradient .eyebrow {
  color: rgba(255,255,255,0.75);
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.2);
}
.product-section--brand-gradient .faq-item {
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.16);
  backdrop-filter: blur(12px);
}
.product-section--brand-gradient .faq-button { color: #fff; }
.product-section--brand-gradient .faq-title { color: #fff !important; }
.product-section--brand-gradient .faq-body { color: rgba(255,255,255,0.80); }
[data-page="resources"] .product-section--brand-gradient .list-card {
  background: #fff;
  border: none;
  box-shadow: 0 8px 24px -12px rgba(0,0,0,0.18);
}
[data-page="resources"] .product-section--brand-gradient .list-card h3 { color: var(--ink); }
[data-page="resources"] .product-section--brand-gradient .list-card li { color: var(--muted); }
[data-page="resources"] .product-section--brand-gradient .list-card::before { display: none; }
.guides-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: start;
}
.guides-left {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* ============================================
   ARTICLE PAGES — HERO BACKGROUNDS
   ============================================ */
.product-hero--art-life   { background-image: url("../images/together.jpg"); }
.product-hero--art-motor  { background-image: url("../images/outdoors.jpg"); }
.product-hero--art-credit { background-image: url("../images/winter-time.jpg"); }

/* ============================================
   ARTICLE PAGES — PROSE BODY
   ============================================ */
.article-prose {
  max-width: 780px;
  margin: 0 auto;
  display: grid;
  gap: 1.5rem;
}
.article-prose h2 {
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0;
}
.article-prose p {
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.75;
  margin: 0;
}
.article-prose ul {
  margin: 0;
  padding-left: 1.25rem;
  display: grid;
  gap: 0.5rem;
}
.article-prose ul li {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.65;
}
.article-back {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--secondary-2);
  font-weight: 700;
  font-size: 0.92rem;
  margin-bottom: 2rem;
}
.article-back:hover { color: var(--primary); }

/* ============================================
   CLAIMS PAGE � HERO BACKGROUND
   ============================================ */
.product-hero--claims { background-image: url("../images/posing-studio.jpg"); }

/* ============================================
   CLAIMS PAGE � PROCESS SECTION
   ============================================ */
.claims-section--process {
  background: #f7f8f6;
}
.claims-section--process .section-heading h2 { color: var(--ink); }
.claims-section--process .contact-eyebrow {
  color: var(--secondary-2);
  background: rgba(42, 99, 4, 0.08);
  border-color: rgba(42, 99, 4, 0.18);
}
/* 4-col step cards */
.claims-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
  margin-bottom: 0;
}
.claims-step-card {
  background: var(--secondary);
  border-radius: 16px;
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  border: none;
  box-shadow: 0 12px 32px -16px rgba(16, 35, 18, 0.28);
  overflow: hidden;
  position: relative;
}
.claims-step-card::before {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -40px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.07), transparent 70%);
}
.claims-step-card__top {
  display: flex;
  flex-direction: column;
}
.claims-step-card__num {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.02em;
}
.claims-step-card h3 {
  margin: 0;
  font-size: 1.18rem;
  font-family: "Space Grotesk", sans-serif;
  color: #fff;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.claims-step-card p {
  margin: 0;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.70);
  font-size: 0.92rem;
  line-height: 1.6;
}
.claims-docs-card {
  background: var(--primary);
  border: none;
  box-shadow: 0 12px 32px -16px rgba(190, 30, 45, 0.32);
}
.claims-docs-card h3 { color: #fff; }
.claims-docs-card li { color: rgba(255,255,255,0.82); }
.claims-docs-card::before {
  background: radial-gradient(circle, rgba(255,255,255,0.18), transparent 70%);
}

/* ============================================
   CLAIMS PAGE � FORM SECTION
   ============================================ */
.claims-section--form {
  background: #f7f8f6;
}
.claims-section--form .section-heading h2 { color: var(--ink); }
.claims-section--form .eyebrow {
  color: var(--secondary-2);
  background: rgba(42, 99, 4, 0.08);
  border-color: rgba(42, 99, 4, 0.18);
}
.claims-form-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: start;
}
.claims-risk-note {
  position: sticky;
  top: calc(var(--nav-height) + 1rem);
}
/* Claims form panel */
.claims-form-panel {
  background: #eaede7;
  border: 1px solid rgba(45, 71, 29, 0.10);
  box-shadow: 0 2px 16px -6px rgba(16, 35, 18, 0.08);
}
.claims-form-panel .field label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgba(45, 71, 29, 0.65);
}
.claims-form-panel .field input,
.claims-form-panel .field select,
.claims-form-panel .field textarea {
  min-height: 38px;
  padding: 0.45rem 0.8rem;
  font-size: 0.88rem;
  background: #fff;
  border-color: rgba(45, 71, 29, 0.16);
  border-radius: 10px;
}
.claims-form-panel .field textarea {
  min-height: 96px;
}
/* Modern file drop zone */
.file-dropzone {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  width: 100%;
  min-height: 140px;
  padding: 2rem 1.5rem;
  border: 2px dashed rgba(45, 71, 29, 0.26);
  border-radius: 16px;
  background: #fff;
  cursor: pointer;
  text-align: center;
  transition: border-color 0.2s, background 0.2s;
}
.file-dropzone:hover,
.file-dropzone:focus-within {
  border-color: var(--secondary-2);
  background: rgba(42, 99, 4, 0.04);
}
.file-dropzone input[type="file"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
}
.file-dropzone__icon {
  font-size: 2.4rem;
  color: var(--secondary-2);
  line-height: 1;
  pointer-events: none;
}
.file-dropzone__primary {
  font-weight: 700;
  font-size: 0.97rem;
  color: var(--ink);
  pointer-events: none;
}
.file-dropzone__secondary {
  font-size: 0.88rem;
  color: var(--muted);
  pointer-events: none;
}
.file-dropzone__secondary u { color: var(--secondary-2); }
.file-dropzone__hint {
  font-size: 0.78rem;
  color: rgba(45, 71, 29, 0.45);
  margin-top: 0.2rem;
  pointer-events: none;
}
.file-dropzone.is-dragover {
  border-color: var(--secondary);
  background: rgba(45, 71, 29, 0.06);
}
.file-output {
  font-size: 0.84rem;
  color: var(--secondary-2);
  min-height: 1.2em;
  font-weight: 600;
}

/* ============================================
   CLAIMS PAGE � RESPONSIVE
   ============================================ */
@media (max-width: 1080px) {
  .claims-steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .claims-form-grid {
    grid-template-columns: 1fr;
  }
  .claims-risk-note { position: static; }
}
@media (max-width: 600px) {
  .claims-steps-grid {
    grid-template-columns: 1fr;
  }
}
