:root {
  --ink: #162126;
  --muted: #5f6c72;
  --line: #dbe7e5;
  --paper: #ffffff;
  --mist: #f4faf8;
  --teal: #0d7f78;
  --teal-dark: #095f62;
  --aqua: #2fadde;
  --coral: #f07f5a;
  --gold: #f5b84b;
  --shadow: 0 18px 45px rgba(12, 55, 61, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.modern-site {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.modern-site a {
  color: var(--teal);
}

.modern-site a:hover,
.modern-site a:focus {
  color: var(--teal-dark);
  text-decoration: none;
}

.modern-site img {
  max-width: 100%;
}

.modern-site h1,
.modern-site h2,
.modern-site h3,
.modern-site h4,
.modern-site h5,
.modern-site h6 {
  color: var(--ink);
  font-family: inherit;
  letter-spacing: 0;
  line-height: 1.12;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--ink);
  color: #fff;
}

.skip-link:focus {
  left: 12px;
}

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

.camejo-nav.navbar {
  min-height: 78px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.camejo-nav .container {
  display: flex;
  align-items: center;
}

.camejo-nav .container::before,
.camejo-nav .container::after {
  display: none;
}

.camejo-nav .navbar-header {
  float: none;
  margin: 0;
  min-height: 78px;
  display: flex;
  align-items: center;
}

.camejo-nav .navbar-brand {
  float: none;
  display: flex;
  align-items: center;
  gap: 12px;
  height: auto;
  min-height: 78px;
  margin: 0;
  padding: 12px 0;
  letter-spacing: 0;
  text-transform: none;
}

.camejo-nav .navbar-brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand-copy strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1;
}

.brand-copy small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.camejo-nav .navbar-collapse {
  float: none;
  flex: 1;
  padding: 0;
}

.camejo-nav .navbar-nav {
  float: right;
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
}

.camejo-nav .navbar-nav > li {
  padding: 0;
}

.camejo-nav .navbar-nav > li > a {
  margin: 0;
  padding: 28px 13px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  border: 0 !important;
}

.camejo-nav .navbar-nav > li > a:hover,
.camejo-nav .navbar-nav > li > a:focus,
.camejo-nav .navbar-nav > .active > a,
.camejo-nav .navbar-nav > .active > a:hover,
.camejo-nav .navbar-nav > .active > a:focus {
  background: transparent !important;
  color: var(--teal);
}

.camejo-nav .navbar-nav > .nav-cta > a {
  margin-left: 8px;
  padding: 13px 16px;
  color: #fff;
  background: var(--teal) !important;
  border-radius: 8px;
}

.camejo-nav .navbar-nav > .nav-cta > a:hover,
.camejo-nav .navbar-nav > .nav-cta > a:focus,
.camejo-nav .navbar-nav > .nav-cta.active > a {
  color: #fff;
  background: var(--teal-dark) !important;
}

.camejo-nav .navbar-nav > .language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  margin-left: 6px;
  padding: 3px;
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.camejo-nav .navbar-nav > .language-switcher > a {
  margin: 0;
  padding: 8px 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 999px;
}

.camejo-nav .navbar-nav > .language-switcher > a:hover,
.camejo-nav .navbar-nav > .language-switcher > a:focus {
  color: var(--teal-dark);
}

.camejo-nav .navbar-nav > .language-switcher > a.is-active {
  color: #fff;
  background: var(--teal);
}

.camejo-nav .navbar-toggle {
  margin: 22px 0 0;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.camejo-nav .navbar-toggle .icon-bar {
  background: var(--ink);
}

.hero {
  min-height: min(680px, 76vh);
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #0c2e34;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(10, 38, 43, 0.86) 0%, rgba(10, 38, 43, 0.63) 42%, rgba(10, 38, 43, 0.2) 100%),
    url("../img/slides/1.jpg");
  background-position: center;
  background-size: cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 10px;
  background: linear-gradient(90deg, var(--teal), var(--coral), var(--gold), var(--aqua));
}

.hero .container {
  position: relative;
  z-index: 1;
}

.hero-content {
  max-width: 690px;
  padding: 84px 0 96px;
  color: #fff;
}

.eyebrow {
  margin: 0 0 14px;
  color: #b7f0e8;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 8vw, 88px);
  font-weight: 900;
}

.hero-lede {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 21px;
  line-height: 1.45;
}

.hero-actions,
.section-actions,
.donation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.btn-modern {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: normal;
}

.btn-modern.primary {
  color: #fff;
  background: var(--coral);
}

.btn-modern.primary:hover,
.btn-modern.primary:focus {
  color: #fff;
  background: #d96543;
}

.btn-modern.secondary {
  color: var(--ink);
  background: #fff;
}

.btn-modern.secondary:hover,
.btn-modern.secondary:focus {
  color: var(--teal-dark);
  background: #eef9f7;
}

.btn-modern.outline {
  color: var(--teal-dark);
  background: transparent;
  border-color: var(--teal);
}

.btn-modern.outline:hover,
.btn-modern.outline:focus {
  color: #fff;
  background: var(--teal);
}

.btn-modern.whatsapp {
  color: #fff;
  background: #168c5a;
}

.btn-modern.whatsapp:hover,
.btn-modern.whatsapp:focus {
  color: #fff;
  background: #0f7148;
}

.signal-strip {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
}

.signal-item {
  min-height: 126px;
  padding: 26px 24px;
  background: #fff;
}

.signal-item strong {
  display: block;
  color: var(--teal-dark);
  font-size: 30px;
  line-height: 1;
}

.signal-item span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.section {
  padding: 82px 0;
}

.section.mist {
  background: var(--mist);
}

.section.compact {
  padding: 56px 0;
}

.section-heading {
  max-width: 740px;
  margin-bottom: 36px;
}

.section-heading.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(31px, 4vw, 50px);
  font-weight: 900;
}

.section-heading p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 48px;
  align-items: center;
}

.media-panel {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.media-panel img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.content-panel .kicker {
  color: var(--coral);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.content-panel h2 {
  margin: 10px 0 18px;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 900;
}

.lead {
  color: var(--ink);
  font-size: 19px;
  line-height: 1.6;
}

.check-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
  color: var(--muted);
}

.check-list i {
  flex: 0 0 auto;
  margin-top: 5px;
  color: var(--teal);
}

.service-grid,
.impact-grid,
.team-grid,
.care-grid,
.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.service-card,
.impact-card,
.team-member,
.care-card,
.detail-card,
.news-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(18, 54, 59, 0.06);
}

.service-card,
.impact-card,
.care-card,
.detail-card {
  padding: 28px;
}

.icon-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  color: #fff;
  background: var(--teal);
  border-radius: 8px;
  font-size: 20px;
}

.service-card:nth-child(2n) .icon-chip,
.care-card:nth-child(2n) .icon-chip {
  background: var(--coral);
}

.service-card:nth-child(3n) .icon-chip,
.care-card:nth-child(3n) .icon-chip {
  background: var(--aqua);
}

.service-card h3,
.impact-card h3,
.care-card h3,
.detail-card h3,
.news-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 900;
}

.service-card p,
.impact-card p,
.care-card p,
.detail-card p,
.news-card p {
  margin: 0;
  color: var(--muted);
}

.donation-band {
  position: relative;
  overflow: hidden;
  background: #103d42;
  color: #fff;
}

.donation-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(13, 54, 58, 0.95), rgba(13, 54, 58, 0.72)),
    url("../img/service3.jpg");
  background-position: center;
  background-size: cover;
}

.donation-band .container {
  position: relative;
}

.donation-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 42px;
  align-items: center;
}

.donation-band h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 900;
}

.donation-band p {
  max-width: 720px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
}

.donation-note {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
}

.donation-note strong {
  display: block;
  color: #fff;
  font-size: 30px;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.news-card {
  overflow: hidden;
}

.news-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.news-card-body {
  padding: 24px;
}

.quote-band {
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.quote-layout {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 24px;
  align-items: start;
}

.quote-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  color: #fff;
  background: var(--coral);
  border-radius: 8px;
  font-size: 34px;
}

.quote-layout blockquote {
  margin: 0;
  color: var(--ink);
  font-family: inherit;
  font-size: 24px;
  font-style: normal;
  line-height: 1.55;
}

.quote-layout cite {
  display: block;
  margin-top: 16px;
  color: var(--muted);
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
}

.interior-hero {
  position: relative;
  overflow: hidden;
  padding: 82px 0;
  background: #123d43;
  color: #fff;
}

.interior-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(10, 45, 50, 0.92), rgba(10, 45, 50, 0.58)),
    var(--page-image, url("../img/slides/1.jpg"));
  background-position: center;
  background-size: cover;
}

.interior-hero .container {
  position: relative;
}

.interior-hero h1 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 7vw, 74px);
  font-weight: 900;
}

.interior-hero p {
  max-width: 680px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 19px;
}

.page-about .interior-hero {
  --page-image: url("../img/people.png");
}

.page-consult .interior-hero {
  --page-image: url("../img/service1.jpg");
}

.page-donate .interior-hero {
  --page-image: url("../img/aug14.jpg");
}

.page-contact .interior-hero {
  --page-image: url("../img/slides/1.jpg");
}

.story-copy {
  color: var(--muted);
  font-size: 17px;
}

.story-copy p {
  margin-bottom: 18px;
}

.team-grid {
  grid-template-columns: repeat(4, 1fr);
}

.team-member {
  overflow: hidden;
  text-align: center;
}

.team-member img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.team-member h3 {
  margin: 18px 16px 6px;
  font-size: 18px;
  font-weight: 900;
}

.team-member p {
  margin: 0 16px 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.form-layout,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 34px;
  align-items: start;
}

.form-frame,
.map-frame {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.form-frame iframe {
  display: block;
  width: 1px;
  min-width: 100%;
  border: 0;
}

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

.contact-list {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.contact-list li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--muted);
}

.contact-list i {
  color: var(--teal);
  font-size: 20px;
  line-height: 1.4;
}

.contact-action-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.contact-action-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.contact-action-card.whatsapp .icon-chip {
  background: #168c5a;
}

.contact-action-card h3 {
  margin: 0 0 12px;
  font-size: 25px;
  font-weight: 900;
}

.contact-action-card p {
  margin: 0 0 24px;
  color: var(--muted);
}

.site-footer {
  padding: 56px 0 0;
  background: #13292d;
  color: rgba(255, 255, 255, 0.78);
}

.site-footer h2,
.site-footer h3,
.site-footer h4 {
  color: #fff;
}

.footer-brand {
  display: flex;
  gap: 14px;
  align-items: center;
}

.footer-brand img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.footer-brand h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 900;
}

.footer-copy {
  max-width: 520px;
  margin: 18px 0 0;
}

.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links li {
  margin-bottom: 9px;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.84);
}

.site-footer a:hover,
.site-footer a:focus {
  color: #fff;
}

.footer-bottom {
  margin-top: 38px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.footer-bottom .social-network {
  float: right;
  margin: 0;
  padding: 0;
}

.footer-bottom .social-network a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

@media (max-width: 991px) {
  .camejo-nav .container,
  .camejo-nav .navbar-nav {
    display: block;
  }

  .camejo-nav .navbar-header {
    display: block;
    min-height: 78px;
  }

  .camejo-nav .navbar-brand {
    float: left;
  }

  .camejo-nav .navbar-collapse {
    width: 100%;
  }

  .camejo-nav .navbar-nav {
    float: none;
    padding: 12px 0 18px;
  }

  .camejo-nav .navbar-nav > li > a,
  .camejo-nav .navbar-nav > .nav-cta > a {
    margin: 0;
    padding: 13px 10px;
  }

  .camejo-nav .navbar-nav > .language-switcher {
    margin: 8px 0 8px 10px;
  }

  .signal-grid,
  .service-grid,
  .impact-grid,
  .care-grid,
  .detail-grid,
  .news-grid,
  .team-grid,
  .split-layout,
  .donation-layout,
  .form-layout,
  .contact-layout {
    grid-template-columns: 1fr 1fr;
  }

  .split-layout,
  .donation-layout,
  .form-layout,
  .contact-layout {
    gap: 28px;
  }
}

@media (max-width: 767px) {
  body.modern-site {
    font-size: 15px;
  }

  .site-header {
    position: static;
  }

  .camejo-nav .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .brand-copy strong {
    font-size: 16px;
  }

  .brand-copy small {
    font-size: 11px;
  }

  .hero {
    min-height: 72vh;
  }

  .hero-content {
    padding: 66px 0 72px;
  }

  .hero-lede {
    font-size: 18px;
  }

  .signal-grid,
  .service-grid,
  .impact-grid,
  .care-grid,
  .detail-grid,
  .news-grid,
  .team-grid,
  .split-layout,
  .donation-layout,
  .form-layout,
  .contact-layout,
  .quote-layout {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 58px 0;
  }

  .interior-hero {
    padding: 64px 0;
  }

  .media-panel img {
    min-height: 280px;
  }

  .quote-layout blockquote {
    font-size: 20px;
  }

  .footer-bottom .social-network {
    float: none;
    margin-top: 14px;
  }
}

@media (max-width: 420px) {
  .camejo-nav .navbar-brand img {
    width: 44px;
    height: 44px;
  }

  .brand-copy small {
    display: none;
  }

  .btn-modern {
    width: 100%;
  }
}
