:root {
  --blue: #0f3548;
  --red: #9b1f32;
  --text: #18232d;
  --muted: #5f6b75;
  --border: #d7e0e4;
  --white: #ffffff;
  --soft: #f7fafb;
  --shadow: 0 10px 24px rgba(15, 53, 72, 0.10);
  --radius: 18px;
  --max: 1080px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.55;
}

.site-header {
  border-bottom: 1px solid var(--border);
  background: #ffffff;
}

.header-inner {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.site-logo img {
  display: block;
  width: 118px;
  max-width: 118px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px 22px;
}

.site-nav a {
  color: var(--blue);
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--red);
}

.page-shell {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: 54px 0 72px;
}

.hero {
  display: block;
  padding-bottom: 30px;
  margin-bottom: 34px;
  border-bottom: 5px solid var(--red);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  max-width: 850px;
  color: var(--blue);
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.hero-subtitle {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.45;
}

.hero-logo {
  display: flex;
  justify-content: flex-end;
}

.hero-logo img {
  display: block;
  width: 140px;
  max-width: 140px;
  height: auto;
}

.content-card {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 30px 34px;
  margin-bottom: 24px;
}

.content-card h2 {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 24px;
  line-height: 1.2;
}

.content-card h3 {
  margin: 20px 0 8px;
  color: var(--blue);
  font-size: 19px;
}

.content-card p {
  margin: 0 0 14px;
  font-size: 17px;
}

.content-card ul {
  margin: 10px 0 0 20px;
  padding: 0;
}

.content-card li {
  margin-bottom: 8px;
  font-size: 17px;
}

.button-link {
  display: inline-block;
  margin-top: 14px;
  color: var(--red);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(155, 31, 50, 0.35);
}

.button-link:hover {
  color: var(--blue);
  border-bottom-color: var(--blue);
}

.site-footer {
  margin-top: 36px;
  padding: 22px 26px;
  border-radius: var(--radius);
  border: 1.5px solid var(--red);
  background: #fffafa;
  color: var(--blue);
  display: grid;
  gap: 8px;
  text-align: center;
}

.site-footer a {
  color: var(--blue);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(15, 53, 72, 0.35);
}

.site-footer a:hover {
  color: var(--red);
  border-bottom-color: var(--red);
}

.site-footer small {
  color: var(--muted);
}

@media (max-width: 820px) {
  .header-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .site-nav {
    justify-content: flex-start;
    gap: 10px 16px;
  }

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

  .hero-logo {
    justify-content: flex-start;
  }

  .hero-logo img {
    width: 120px;
    max-width: 120px;
  }
}

@media (max-width: 520px) {
  .header-inner,
  .page-shell {
    width: min(100% - 28px, var(--max));
  }

  .page-shell {
    padding-top: 36px;
  }

  .content-card {
    padding: 22px;
  }

  h1 {
    font-size: 34px;
  }

  .hero-subtitle {
    font-size: 18px;
  }
}
.page-hero {
  background: #032d4d;
  color: #ffffff;
  padding: 70px 20px;
}

.page-hero-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.page-hero .eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.85rem;
  color: #9fc5df;
  margin-bottom: 12px;
}

.page-hero h1 {
  max-width: 850px;
  font-size: 2.4rem;
  line-height: 1.15;
  margin: 0 0 18px 0;
}

.page-hero p {
  max-width: 780px;
  font-size: 1.08rem;
  line-height: 1.7;
  color: #e6eef5;
}

.who-we-are-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 20px;
}

.profile-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 45px;
  align-items: start;
}

.profile-photo-wrap {
  background: #f4f7fa;
  border-radius: 18px;
  padding: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.profile-photo {
  width: 100%;
  display: block;
  border-radius: 14px;
  object-fit: cover;
}

.profile-text h2 {
  font-size: 2rem;
  color: #032d4d;
  margin: 0 0 6px 0;
}

.profile-text h3 {
  font-size: 1.1rem;
  color: #4f6b7a;
  margin: 0 0 24px 0;
  font-weight: 600;
}

.profile-text p {
  font-size: 1rem;
  line-height: 1.75;
  color: #2f3b45;
  margin-bottom: 18px;
}

.profile-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.button-primary,
.button-secondary {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
}

.button-primary {
  background: #032d4d;
  color: #ffffff;
}

.button-secondary {
  background: #eef4f8;
  color: #032d4d;
  border: 1px solid #c8d8e2;
}

.button-primary:hover,
.button-secondary:hover {
  opacity: 0.88;
}

.content-card {
  max-width: 1100px;
  margin: 0 auto 35px auto;
  padding: 36px 32px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.content-card h2 {
  color: #032d4d;
  margin-top: 0;
}

.content-card p {
  line-height: 1.7;
  color: #2f3b45;
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.experience-grid div {
  background: #f4f7fa;
  border: 1px solid #dce7ef;
  border-radius: 8px;
  padding: 12px 14px;
  color: #032d4d;
  font-weight: 600;
  text-align: center;
}

.closing-section {
  margin-bottom: 70px;
}

@media (max-width: 850px) {
  .profile-layout {
    grid-template-columns: 1fr;
  }

  .profile-photo-wrap {
    max-width: 320px;
  }

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

  .page-hero h1 {
    font-size: 2rem;
  }
}

@media (max-width: 520px) {
  .experience-grid {
    grid-template-columns: 1fr;
  }

  .profile-buttons {
    flex-direction: column;
  }

  .button-primary,
  .button-secondary {
    text-align: center;
  }
}
