/* Shared 2026 styling for Gaida subpages. Loaded after the legacy inline CSS. */
:root {
  --brand: #dada5f;
  --brand-dk: #a3a627;
  --brand-lt: #eded99;
  --ink: #222019;
  --dark: #383e05;
  --bg: #f7f8ee;
  --bg2: #eef1dc;
  --white: #ffffff;
  --muted: #646258;
  --line: rgba(56, 62, 5, 0.12);
  --card-shadow: 0 18px 34px rgba(56, 62, 5, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  --card-shadow-hover: 0 24px 46px rgba(56, 62, 5, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.95);
  --radius: 16px;
  --radius-sm: 10px;
  --ff-serif: "Plus Jakarta Sans", system-ui, sans-serif;
  --ff-sans: "Plus Jakarta Sans", system-ui, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--ff-sans);
  font-size: 17px;
  line-height: 1.68;
}

body,
button,
input,
textarea,
select,
.nav-links a,
.nav-pill,
.hero-eyebrow,
.page-kicker,
.section-h2,
.section-sub,
.eyebrow,
.footer-logo-name,
.footer-logo-sub {
  font-family: var(--ff-sans) !important;
}

h1,
h2,
h3,
h4,
.section-h2,
.hero-h1,
.page-kicker,
.footer-logo-name {
  letter-spacing: -0.02em;
}

nav {
  position: sticky;
  top: 0;
  height: 92px;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 0 max(24px, calc((100vw - 1160px) / 2));
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(56, 62, 5, 0.08);
  box-shadow: 0 10px 30px rgba(34, 32, 25, 0.06);
}

.nav-logo {
  width: 250px;
  height: 82px;
  margin: 0;
  justify-self: start;
}

.nav-logo-img {
  object-position: left center;
}

.nav-links {
  justify-content: center;
  gap: 26px;
  min-width: 0;
}

.nav-links a {
  color: rgba(34, 32, 25, 0.74);
  font-size: 15px;
  font-weight: 850;
  letter-spacing: 0;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--dark);
}

.nav-pill {
  justify-self: end;
  min-height: 54px;
  padding: 14px 30px;
  border-radius: 999px;
  background: var(--brand);
  color: var(--dark);
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(163, 166, 39, 0.22);
}

.nav-pill:hover {
  background: #e3e360;
  color: var(--dark);
}

.sub-hero {
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 92px max(24px, calc((100vw - 1160px) / 2)) 70px;
  text-align: left;
  isolation: isolate;
}

.sub-hero-bg {
  filter: saturate(1.03) contrast(1.02);
}

.sub-hero-bg::after {
  background:
    linear-gradient(90deg, rgba(53, 59, 4, 0.68) 0%, rgba(53, 59, 4, 0.48) 45%, rgba(53, 59, 4, 0.14) 100%),
    linear-gradient(180deg, rgba(53, 59, 4, 0.05) 0%, rgba(53, 59, 4, 0.2) 100%) !important;
}

.sub-hero-content {
  max-width: 720px;
  margin: 0;
}

.hero-eyebrow,
.eyebrow {
  color: var(--brand);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.page-kicker {
  display: none;
}

.sub-hero .section-h2 {
  color: #fff;
  font-size: clamp(42px, 5.4vw, 76px);
  line-height: 1.04;
  font-weight: 900;
  max-width: 760px;
  margin-bottom: 22px;
}

.sub-hero .section-sub {
  max-width: 650px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.55;
  font-weight: 750;
}

.hero-actions {
  justify-content: flex-start;
  gap: 18px;
}

.btn-pill-primary,
.btn-pill-dark {
  min-height: 54px;
  border-radius: 999px;
  padding: 15px 31px;
  background: var(--brand);
  color: var(--dark);
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(163, 166, 39, 0.24);
}

.btn-pill-primary:hover,
.btn-pill-dark:hover {
  background: #e3e360;
  color: var(--dark);
}

.btn-pill-ghost,
.btn-ghost-dark {
  min-height: 52px;
  border-radius: 999px;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 850;
}

.section,
.section-sm {
  padding: 92px max(24px, calc((100vw - 1160px) / 2));
}

.info-section,
.services-section,
.reviews-section {
  background:
    linear-gradient(180deg, rgba(237, 237, 153, 0.16), rgba(247, 248, 238, 0.96)),
    var(--bg);
}

.content-split {
  max-width: 1160px;
  margin: 0 auto;
  gap: 60px;
}

.section-h2 {
  color: var(--ink);
  font-size: clamp(32px, 3.7vw, 54px);
  line-height: 1.08;
  font-weight: 900;
}

.section-sub,
.feature-card p,
.svc-card p,
.team-card p,
.review-text,
.legal-card p,
.legal-card li,
.info-card address,
.info-card .hours-row,
.service-list li,
.list-clean li {
  color: rgba(34, 32, 25, 0.72);
  font-size: 16px;
  line-height: 1.72;
  font-weight: 650;
}

.content-copy .section-sub {
  margin-bottom: 16px;
}

.list-clean {
  gap: 12px;
}

.list-clean li {
  padding-left: 24px;
}

.list-clean li::before,
.service-list li::before {
  background: var(--brand-dk);
  box-shadow: 0 0 0 5px rgba(218, 218, 95, 0.24);
}

.info-grid,
.feature-grid,
.services-grid,
.reviews-grid,
.team-grid {
  max-width: 1160px;
  gap: 22px;
}

.feature-card,
.info-card,
.svc-card,
.review-card,
.team-card,
.legal-card {
  border: 1px solid rgba(56, 62, 5, 0.08);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(252, 253, 239, 0.94));
  box-shadow: var(--card-shadow);
}

.feature-card:hover,
.info-card:hover,
.svc-card:hover,
.team-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--card-shadow-hover);
}

.feature-card h3,
.info-card h3,
.svc-card h3,
.team-card h3,
.legal-card h2 {
  color: var(--dark);
  font-size: 22px;
  line-height: 1.18;
  font-weight: 900;
}

.info-icon-box,
.trust-icon-box {
  border-radius: 999px;
  background: rgba(218, 218, 95, 0.42);
  color: var(--dark);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.image-card,
.dark-img-card,
.team-photo {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 22px 52px rgba(56, 62, 5, 0.18);
}

.image-card img,
.dark-img-card img,
.team-photo img {
  transform: scale(1.01);
}

.dark-section {
  background: var(--dark);
  color: #fff;
}

.dark-section .section-sub {
  color: rgba(255, 255, 255, 0.78);
}

.dark-section .eyebrow {
  color: var(--brand);
}

.btn-ghost-dark {
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
}

.btn-ghost-dark:hover {
  border-color: var(--brand);
  color: var(--brand);
}

.cta-section {
  width: min(1240px, calc(100vw - 48px));
  margin: 76px auto;
  padding: 88px max(30px, 7vw);
  border-radius: 18px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(56, 62, 5, 0.94), rgba(56, 62, 5, 0.62)),
    url("https://gaida.hoerakustik-website.de/manus-storage/family_lowvision_92b4e57f.jpg") center / cover no-repeat;
  color: #fff;
  text-align: left;
  box-shadow: 0 24px 70px rgba(56, 62, 5, 0.2);
}

.cta-section .eyebrow,
.cta-section .eyebrow[style] {
  color: var(--brand) !important;
}

.cta-section .section-h2,
.cta-section .section-sub {
  color: #fff;
  margin-left: 0;
}

.cta-section .section-sub {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.84);
}

.cta-section .btn-pill-dark {
  background: var(--brand);
  color: var(--dark);
}

footer {
  background: var(--white);
  color: var(--muted);
  padding: 58px max(24px, calc((100vw - 1160px) / 2)) 34px;
}

.footer-grid {
  max-width: 1160px;
  margin: 0 auto 24px;
  padding-bottom: 34px;
  border-bottom: 1px solid var(--line);
}

.footer-logo-name,
.footer-col h4 {
  color: var(--dark);
}

.footer-logo-sub {
  color: var(--brand-dk);
}

.footer-tagline,
.footer-col ul li a,
.footer-col address,
.footer-col address a,
.footer-copy,
.footer-legal a {
  color: rgba(34, 32, 25, 0.6);
}

.footer-col ul li a:hover,
.footer-col address a:hover,
.footer-legal a:hover {
  color: var(--dark);
}

.footer-bottom {
  max-width: 1160px;
  margin: 0 auto;
}

.floating-cta {
  right: 24px;
  bottom: 24px;
  border-radius: 999px;
  background: var(--brand);
  color: var(--dark);
  font-weight: 900;
  box-shadow: 0 16px 36px rgba(56, 62, 5, 0.22);
}

.floating-cta:hover {
  background: #e3e360;
  color: var(--dark);
}

.scroll-top {
  background: var(--dark);
  color: var(--brand);
}

@media (max-width: 1180px) {
  nav {
    grid-template-columns: 210px minmax(0, 1fr) auto;
    padding-inline: 24px;
  }

  .nav-logo {
    width: 210px;
  }

  .nav-links {
    gap: 16px;
  }

  .nav-links a,
  .nav-pill {
    font-size: 14px;
  }
}

@media (max-width: 980px) {
  nav {
    grid-template-columns: 190px auto;
    height: 88px;
  }

  .nav-logo {
    width: 190px;
    height: 78px;
  }

  .nav-links,
  .nav-pill {
    display: none;
  }

  .nav-hamburger {
    display: flex;
    justify-self: end;
  }

  .sub-hero {
    min-height: 560px;
    padding-top: 88px;
  }

  .content-split,
  .dark-section {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .services-grid,
  .reviews-grid,
  .info-grid,
  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cta-section {
    width: calc(100vw - 32px);
  }
}

@media (max-width: 680px) {
  body {
    font-size: 16px;
  }

  nav {
    padding-inline: 18px;
  }

  .nav-logo {
    width: 172px;
  }

  .sub-hero {
    min-height: 520px;
    padding: 88px 18px 54px;
  }

  .sub-hero .section-h2 {
    font-size: clamp(36px, 12vw, 52px);
  }

  .sub-hero .section-sub {
    font-size: 17px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions a {
    justify-content: center;
  }

  .section,
  .section-sm {
    padding: 68px 18px;
  }

  .feature-grid,
  .services-grid,
  .reviews-grid,
  .info-grid,
  .team-grid {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .info-card,
  .svc-card,
  .review-card,
  .team-card,
  .legal-card {
    padding: 28px 24px;
  }

  .cta-section {
    width: calc(100vw - 28px);
    margin: 52px auto;
    padding: 64px 24px;
  }

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

/* Shared header and footer, matched to the homepage. */
:root {
  --olive: #383e05;
  --olive-2: #4b5115;
  --gold: #dada5f;
  --gold-soft: #eded99;
  --gold-dark: #a3a627;
  --paper: #f6f5f1;
  --shadow: 0 18px 42px rgba(28, 26, 22, 0.12);
  --pill: 999px;
  --wrap: min(1320px, calc(100vw - 32px));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.header-inner {
  width: var(--wrap);
  min-height: 92px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 330px;
  align-items: center;
  gap: 12px;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}

.brand img {
  width: 220px;
  max-height: 80px;
  object-fit: contain;
}

.site-header nav.main-nav {
  position: static;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: auto;
  width: auto;
  min-width: 0;
  height: auto;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.main-nav a {
  color: #66645f;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--olive);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  min-width: 0;
}

.phone-mini {
  display: grid;
  grid-template-columns: 38px auto;
  align-items: center;
  column-gap: 10px;
  color: var(--olive);
  text-decoration: none;
  white-space: nowrap;
}

.phone-mini .round-icon {
  grid-row: span 2;
}

.phone-mini strong {
  display: block;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

.phone-mini span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--paper);
  color: var(--ink);
  font-size: 25px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  gap: 9px;
  padding: 0 28px;
  border: 0;
  border-radius: var(--pill);
  background: var(--gold);
  color: var(--olive);
  font-size: 17px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: none;
  transition: transform 160ms ease, background 160ms ease;
}

.button:hover {
  background: var(--gold-soft);
  color: var(--olive);
  transform: translateY(-1px);
}

.button.light {
  background: #fff;
  color: var(--olive);
  border: 1px solid rgba(56, 62, 5, 0.16);
}

.button.small {
  min-height: 40px;
  padding: 0 18px;
  font-size: 14px;
}

.round-icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(218, 218, 95, 0.18);
  color: var(--olive);
  flex: 0 0 auto;
}

.cta-band {
  padding: 82px 0 36px;
}

.footer-wrap {
  width: min(1240px, calc(100vw - 48px));
  margin: 0 auto;
}

.cta-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 56px;
  align-items: center;
  min-height: 235px;
  padding: 50px 64px;
  border-radius: 16px;
  background:
    linear-gradient(90deg, rgba(56, 62, 5, 0.94) 0%, rgba(56, 62, 5, 0.82) 54%, rgba(56, 62, 5, 0.42) 100%),
    url("https://gaida.hoerakustik-website.de/manus-storage/family_lowvision_92b4e57f.jpg") center / cover no-repeat;
  color: #fff;
  box-shadow: 0 22px 52px rgba(56, 62, 5, 0.16);
}

.cta-box h2 {
  color: #fff;
  font-size: clamp(34px, 3.8vw, 52px);
  line-height: 1.08;
  max-width: 680px;
}

.cta-box p {
  max-width: 560px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  font-weight: 800;
}

.cta-card {
  min-width: 250px;
  padding: 26px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.cta-card strong {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.cta-card span {
  display: block;
  margin: 7px 0 14px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 800;
}

footer.site-footer {
  background: #fff;
  padding: 0 0 58px;
  color: var(--muted);
}

.footer-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding-top: 28px;
}

.footer-mini {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.footer-claim {
  color: var(--gold-dark);
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
}

.float-rail {
  position: fixed;
  right: 22px;
  top: 50%;
  z-index: 70;
  display: grid;
  gap: 10px;
  transform: translateY(-35%);
}

.float-rail a {
  width: 68px;
  min-height: 62px;
  display: grid;
  place-items: center;
  gap: 3px;
  padding: 9px 7px;
  border-radius: 14px;
  background: var(--olive);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.12;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(28, 26, 22, 0.16);
}

.float-rail a:last-child {
  background: var(--gold);
  color: var(--olive);
}

@media (max-width: 1180px) {
  .header-inner {
    grid-template-columns: 190px minmax(0, 1fr) auto;
    gap: 12px;
  }

  .brand img {
    width: 190px;
  }

  .site-header nav.main-nav {
    gap: 12px;
  }

  .main-nav a {
    font-size: 14px;
  }

  .phone-mini {
    display: none;
  }
}

@media (max-width: 980px) {
  :root {
    --wrap: min(1160px, calc(100vw - 34px));
  }

  .footer-wrap {
    width: min(1240px, calc(100vw - 34px));
  }

  .header-inner {
    display: flex;
    min-height: 74px;
  }

  .brand img {
    width: 190px;
  }

  .site-header nav.main-nav {
    position: absolute;
    left: 17px;
    right: 17px;
    top: 82px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .site-header nav.main-nav.open {
    display: flex;
  }

  .main-nav a {
    padding: 14px;
  }

  .header-actions {
    margin-left: auto;
  }

  .phone-mini,
  .header-actions > .button {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .float-rail {
    display: none;
  }

  .cta-box,
  .footer-strip {
    grid-template-columns: 1fr;
  }

  .cta-card {
    width: min(100%, 330px);
  }
}

@media (max-width: 640px) {
  .button {
    width: 100%;
  }

  .cta-box {
    padding: 24px;
  }

  .cta-card {
    width: 100%;
  }

  .footer-claim {
    text-align: left;
  }
}

.team-page-intro {
  background:
    linear-gradient(180deg, rgba(237, 237, 153, 0.18), rgba(247, 248, 238, 0.96)),
    var(--bg);
}

.team-feature {
  width: min(1160px, calc(100vw - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1fr);
  gap: 46px;
  align-items: center;
}

.team-feature-copy .section-h2 {
  margin-bottom: 18px;
}

.team-feature-copy .section-sub {
  max-width: 560px;
}

.team-video-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border: 0;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(34, 32, 25, 0.04), rgba(34, 32, 25, 0.42)),
    var(--thumb) center / cover no-repeat;
  cursor: pointer;
  box-shadow: 0 24px 58px rgba(56, 62, 5, 0.18);
}

.team-video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(56, 62, 5, 0.02), rgba(56, 62, 5, 0.74));
}

.team-video-content {
  position: absolute;
  right: 28px;
  bottom: 26px;
  left: 28px;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  color: #fff;
  text-align: left;
}

.team-video-content strong {
  display: block;
  max-width: 360px;
  color: #fff;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 900;
  line-height: 1.08;
}

.team-video-content span:not(.play) {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 800;
}

.play {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--gold);
  color: var(--olive);
  flex: 0 0 auto;
}

.team-people-section {
  background: #fff;
}

.team-portrait-grid {
  width: min(1160px, calc(100vw - 48px));
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.team-profile-card {
  overflow: hidden;
  border: 1px solid rgba(56, 62, 5, 0.08);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(252, 253, 239, 0.94));
  box-shadow: var(--card-shadow);
}

.team-profile-card img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  object-position: 24% 18%;
}

.team-profile-body {
  padding: 24px 24px 28px;
}

.team-profile-body h3 {
  margin: 0 0 8px;
  color: var(--dark);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
}

.team-profile-body p {
  margin: 0;
  color: rgba(34, 32, 25, 0.7);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}

.team-support-grid {
  width: 100%;
  height: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 24px;
}

.team-support-card {
  min-height: 190px;
  padding: 30px;
  border: 1px solid rgba(56, 62, 5, 0.08);
  border-radius: 14px;
  background: rgba(237, 237, 153, 0.16);
  box-shadow: 0 16px 34px rgba(56, 62, 5, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.team-support-card h3 {
  margin: 0 0 8px;
  color: var(--dark);
  font-size: 20px;
  font-weight: 900;
}

.team-support-card p {
  margin: 0;
  color: rgba(34, 32, 25, 0.7);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.5;
}

.team-values-grid {
  width: min(1160px, calc(100vw - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: center;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(20, 22, 5, 0.76);
  backdrop-filter: blur(10px);
}

.video-modal.open {
  display: flex;
}

.video-modal-inner {
  position: relative;
  width: min(980px, 94vw);
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  background: #000;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}

.video-modal iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 16px;
}

.video-modal-close {
  position: absolute;
  top: -18px;
  right: -18px;
  z-index: 1;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: var(--olive);
  font-size: 26px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
}

@media (max-width: 980px) {
  .team-feature,
  .team-values-grid {
    grid-template-columns: 1fr;
  }

  .team-feature {
    width: min(1160px, calc(100vw - 34px));
  }

  .team-portrait-grid {
    grid-template-columns: 1fr;
    width: min(620px, calc(100vw - 34px));
  }
}

@media (max-width: 640px) {
  .team-video-card {
    min-height: 330px;
  }

  .team-video-content {
    align-items: flex-start;
    flex-direction: column;
  }

  .team-support-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    width: calc(100vw - 34px);
  }
}
