
:root {
  --navy: #10243e;
  --navy-deep: #081626;
  --sand: #f3eee5;
  --paper: #ffffff;
  --ink: #17202a;
  --muted: #64707d;
  --line: #dfe4e8;
  --accent: #b34d2f;
  --accent-dark: #7f321f;
  --sage: #dce6df;
  --radius: 20px;
  --shadow: 0 18px 50px rgba(8, 22, 38, 0.10);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.7;
  overflow-wrap: anywhere;
  -webkit-text-size-adjust: 100%;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

button,
input,
textarea {
  font: inherit;
}

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

.header-inner {
  width: min(1180px, 92%);
  min-height: 84px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.c503ddee36e {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 14px;
}

.c503ddee36e img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border-radius: 14px;
}

.brand-copy {
  min-width: 0;
}

.brand-name {
  display: block;
  color: var(--navy);
  font-size: clamp(1.05rem, 2vw, 1.42rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.brand-type {
  display: block;
  margin-top: 4px;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--paper);
  color: var(--navy);
  cursor: pointer;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.main-nav a {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--navy);
  font-size: 0.94rem;
  font-weight: 800;
}

.main-nav a:hover,
.main-nav a.active {
  background: var(--navy);
  color: #ffffff;
  text-decoration: none;
}

.c38cc1986e3 {
  position: relative;
  overflow: hidden;
  background: var(--navy-deep);
  color: #ffffff;
}

.hero-grid {
  width: min(1180px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  min-height: 610px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding: 80px 54px 80px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eyebrow {
  margin: 0 0 16px;
  color: #e0b7a8;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.c38cc1986e3 h1,
.page-hero h1 {
  margin: 0;
  max-width: 900px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.65rem, 6vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-shadow: 0 6px 24px rgba(0, 0, 0, 0.24);
}

.hero-lead {
  max-width: 700px;
  margin: 28px 0 0;
  color: #dbe5ef;
  font-size: clamp(1.02rem, 1.8vw, 1.2rem);
}

.hero-actions {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 999px;
  background: var(--accent);
  color: #ffffff;
  font-weight: 900;
}

.button:hover {
  background: var(--accent-dark);
  text-decoration: none;
}

.button.secondary {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.hero-image {
  position: relative;
  min-height: 100%;
}

.hero-image img {
  height: 100%;
  object-fit: cover;
}

.hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--navy-deep) 0%, rgba(8, 22, 38, 0.2) 35%, rgba(8, 22, 38, 0.08) 100%);
}

.identity-strip {
  background: var(--accent);
  color: #ffffff;
}

.identity-inner {
  width: min(1180px, 92%);
  margin: 0 auto;
  padding: 16px 0;
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 0.9fr;
  gap: 20px;
  align-items: center;
}

.identity-name {
  font-size: clamp(1.05rem, 2.2vw, 1.42rem);
  font-weight: 900;
}

.identity-item {
  font-size: 0.9rem;
}

.identity-label {
  display: block;
  opacity: 0.78;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section {
  padding: 84px 0;
}

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

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

.container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

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

.section-heading h2 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.08;
}

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

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

.mission-card {
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.mission-card img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.mission-card-body {
  padding: 26px;
}

.mission-number {
  color: var(--accent);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mission-card h3 {
  margin: 8px 0 10px;
  color: var(--navy);
  font-size: 1.35rem;
}

.mission-card p {
  margin: 0;
  color: var(--muted);
}

.split {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 54px;
  align-items: center;
}

.split.reverse {
  grid-template-columns: 1.05fr 0.95fr;
}

.split-image img {
  min-height: 420px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.split-copy h2,
.content-block h2 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.08;
}

.split-copy p,
.content-block p {
  color: var(--muted);
}

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

.check-list li {
  position: relative;
  margin: 12px 0;
  padding-left: 30px;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent);
  font-weight: 900;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.impact-card {
  padding: 28px;
  border-left: 4px solid var(--accent);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.impact-card strong {
  display: block;
  color: var(--navy);
  font-size: 1.25rem;
}

.impact-card span {
  color: var(--muted);
  font-size: 0.9rem;
}

.page-hero {
  background: linear-gradient(130deg, var(--navy-deep), var(--navy));
  color: #ffffff;
}

.page-hero-inner {
  width: min(1180px, 92%);
  margin: 0 auto;
  padding: 76px 0 68px;
}

.page-hero p {
  max-width: 760px;
  margin: 22px 0 0;
  color: #dbe5ef;
  font-size: 1.08rem;
}

.content-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 30px;
}

.content-block {
  padding: 34px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.content-block img {
  margin-bottom: 24px;
  border-radius: 18px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.values-grid,
.governance-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.value-card,
.governance-card {
  padding: 26px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.value-card h3,
.governance-card h3 {
  margin: 0 0 8px;
  color: var(--navy);
}

.value-card p,
.governance-card p {
  margin: 0;
  color: var(--muted);
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 30px;
}

.contact-panel,
.form-panel {
  padding: 32px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.contact-name {
  margin: 0 0 22px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1.08;
}

.contact-item {
  margin-bottom: 20px;
}

.contact-item strong {
  display: block;
  color: var(--accent);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-form {
  display: grid;
  gap: 16px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.contact-form label {
  color: var(--navy);
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  margin-top: 6px;
  padding: 13px 14px;
  border: 1px solid #cbd2d8;
  border-radius: 12px;
  background: #ffffff;
}

.contact-form textarea {
  min-height: 160px;
  resize: vertical;
}

.contact-form button {
  width: fit-content;
  min-height: 48px;
  padding: 12px 22px;
  border: 0;
  border-radius: 999px;
  background: var(--accent);
  color: #ffffff;
  font-weight: 900;
  cursor: pointer;
}

.map-frame {
  width: 100%;
  min-height: 420px;
  border: 0;
  border-radius: 22px;
}

.site-footer {
  background: var(--navy-deep);
  color: #d9e2eb;
}

.footer-inner {
  width: min(1180px, 92%);
  margin: 0 auto;
  padding: 54px 0 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr 0.95fr;
  gap: 34px;
}

.footer-brand {
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 3vw, 2.3rem);
  font-weight: 800;
  line-height: 1.08;
}

.footer-title {
  margin-bottom: 10px;
  color: #ffffff;
  font-weight: 900;
}

.footer-small {
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: #aebbc8;
  font-size: 0.86rem;
}

@media (max-width: 960px) {
  .hero-grid,
  .split,
  .split.reverse,
  .content-grid,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding: 64px 0 44px;
  }

  .hero-image {
    min-height: 360px;
  }

  .hero-image::after {
    background: linear-gradient(180deg, var(--navy-deep) 0%, rgba(8, 22, 38, 0.05) 30%);
  }

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

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

  .identity-inner {
    grid-template-columns: 1fr 1fr;
  }

  .identity-name {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .header-inner {
    min-height: 74px;
  }

  .c503ddee36e img {
    width: 48px;
    height: 48px;
  }

  .brand-type {
    display: none;
  }

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

  .main-nav {
    display: none;
    position: absolute;
    top: 74px;
    left: 4%;
    right: 4%;
    padding: 12px;
    flex-direction: column;
    align-items: stretch;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: var(--shadow);
  }

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

  .main-nav a {
    text-align: center;
  }

  .section {
    padding: 60px 0;
  }

  .mission-grid,
  .values-grid,
  .governance-grid,
  .impact-grid,
  .footer-grid,
  .identity-inner,
  .form-row {
    grid-template-columns: 1fr;
  }

  .identity-name {
    grid-column: auto;
  }

  .split-image img {
    min-height: 280px;
  }

  .content-block,
  .contact-panel,
  .form-panel {
    padding: 24px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button,
  .contact-form button {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .header-inner,
  .container,
  .hero-grid,
  .identity-inner,
  .page-hero-inner,
  .footer-inner {
    width: min(92%, 100% - 28px);
  }

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

  .c38cc1986e3 h1,
  .page-hero h1 {
    font-size: clamp(2.3rem, 14vw, 3.8rem);
  }

  .hero-copy {
    padding-top: 50px;
  }

  .mission-card-body,
  .impact-card {
    padding: 22px;
  }
}
