:root {
  --navy:#122b3a;
  --deep:#0b202c;
  --ink:#182f3c;
  --muted:#60707a;
  --paper:#fbfaf7;
  --line:#dbdfdf;
  --amber:#eab56b;
  --amber-dark:#855416
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:24px
}
body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:Arial,Helvetica,sans-serif;
  -webkit-font-smoothing:antialiased
}
a {
  color:inherit
}
button,input,textarea {
  font:inherit
}
a,button {
  -webkit-tap-highlight-color:transparent
}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible {
  outline:3px solid #bf812f;
  outline-offset:5px
}
a {
  text-decoration:none
}
.container {
  width:min(1200px,calc(100% - 96px));
  margin:auto
}
.header {
  background:var(--paper)
}
.header-inner {
  height:104px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px
}
.brand {
  display:flex;
  gap:12px;
  align-items:center;
  flex-shrink:0
}
.brand img {
  width:43px;
  height:51px;
  object-fit:contain
}
.brand>span {
  font-size:17px;
  letter-spacing:1.4px;
  font-weight:700
}
.brand small {
  display:block;
  font-size:10px;
  font-weight:500;
  letter-spacing:4.1px;
  margin-top:6px
}
.header nav {
  display:flex;
  align-items:center;
  gap:35px;
  font-size:16px
}
.header nav>a:not(.button):hover {
  color:var(--amber-dark)
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:32px;
  background:var(--navy);
  color:white;
  padding:19px 25px;
  font-weight:600;
  font-size:16px;
  border:0;
  border-radius:2px;
  cursor:pointer;
  transition:background .2s,transform .2s
}
.button:hover {
  background:#244659;
  transform:translateY(-1px)
}
.button-small {
  padding:13px 18px;
  font-size:15px;
  gap:26px
}
.button-amber {
  background:var(--amber);
  color:var(--deep)
}
.button-amber:hover {
  background:#f3c78a
}
.hero {
  position:relative;
  isolation:isolate;
  background:var(--deep);
  color:white;
  overflow:hidden
}
.hero-image,.hero-shade {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  z-index:-2
}
.hero-image {
  object-fit:cover;
  object-position:60% 45%
}
.hero-shade {
  z-index:-1;
  background:linear-gradient(90deg,rgba(8,28,40,.97) 0%,rgba(8,28,40,.89) 30%,rgba(8,28,40,.46) 63%,rgba(8,28,40,.18) 100%),linear-gradient(0deg,rgba(8,28,40,.74),transparent 36%)
}
.hero-inner {
  padding-top:72px;
  padding-bottom:25px
}
.eyebrow {
  font-size:13px;
  letter-spacing:2px;
  font-weight:700;
  margin:0 0 24px;
  color:#69777d
}
.eyebrow.light {
  color:#c0d0d6
}
.hero .eyebrow {
  display:flex;
  align-items:center;
  gap:10px
}
.hero .eyebrow>span {
  width:6px;
  height:6px;
  background:var(--amber);
  border-radius:50%
}
h1,h2,h3,p {
  margin-top:0
}
h1 {
  font-size:clamp(45px,4.7vw,68px);
  font-weight:500;
  line-height:1.09;
  letter-spacing:-2.8px;
  margin-bottom:27px
}
h1 em {
  font-style:normal;
  color:var(--amber)
}
.hero-copy {
  max-width:490px;
  font-size:18px;
  color:#d2dce0;
  line-height:1.85;
  margin-bottom:30px
}
.hero-phone {
  display:block;
  font-size:15px;
  margin-top:20px;
  color:#d3dce0;
  width:fit-content
}
.hero-phone:hover {
  color:var(--amber)
}
.hero-bottom {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:64px;
  padding-top:20px;
  border-top:1px solid #ffffff30;
  font-size:12px;
  font-weight:600;
  letter-spacing:1.8px;
  color:#c8d2d7
}
.section {
  padding:88px 0
}
.section-heading {
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:80px;
  margin-bottom:45px
}
h2 {
  font-size:42px;
  font-weight:500;
  line-height:1.15;
  letter-spacing:-1.5px;
  margin-bottom:0
}
.section-heading>p {
  max-width:370px;
  font-size:16px;
  color:var(--muted);
  line-height:1.9;
  margin-bottom:3px
}
.service-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr)
}
.service {
  padding:0 32px;
  border-left:1px solid var(--line)
}
.service:first-child {
  border-left:0;
  padding-left:0
}
.service:last-child {
  padding-right:0
}
.service-top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:28px
}
.service-top svg {
  width:39px;
  height:39px;
  fill:none;
  stroke:#465e69;
  stroke-width:1.3;
  stroke-linecap:round;
  stroke-linejoin:round
}
.service-top>span {
  font-size:14px;
  color:#919b9e
}
.service h3 {
  font-size:20px;
  font-weight:500;
  letter-spacing:-.4px;
  margin-bottom:15px
}
.service p {
  color:var(--muted);
  font-size:16px;
  line-height:1.85;
  min-height:96px;
  margin-bottom:22px
}
.service-detail {
  font-size:15px;
  line-height:2.05;
  padding-top:20px;
  border-top:1px solid var(--line);
  color:#435966
}
.audience {
  font-size:15px;
  color:var(--muted);
  text-align:center;
  border-top:1px solid var(--line);
  margin:40px 0 0;
  padding-top:24px
}
.audience strong {
  font-weight:400;
  color:var(--ink)
}
.coverage {
  background:#edf0ed;
  border-top:1px solid #e4e8e3;
  border-bottom:1px solid #e4e8e3
}
.coverage-inner {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:110px;
  align-items:center
}
.coverage-copy {
  font-size:16px;
  line-height:1.9;
  color:var(--muted);
  margin:25px 0;
  max-width:390px
}
.text-link {
  font-size:15px;
  font-weight:600;
  display:inline-flex;
  align-items:center;
  gap:28px;
  border-bottom:1px solid #98a6a8;
  padding-bottom:10px
}
.text-link:hover {
  color:var(--amber-dark)
}
.countries>div {
  display:flex;
  gap:24px;
  padding:17px 0;
  border-bottom:1px solid #cbd3cf;
  font-size:20px;
  letter-spacing:-.4px
}
.countries>div:first-child {
  border-top:1px solid #cbd3cf
}
.countries span:first-child {
  font-size:13px;
  letter-spacing:1px;
  align-self:center;
  color:#6b7979
}
.assignment figure {
  margin:0
}
.assignment-images {
  display:grid;
  grid-template-columns:1.4fr 1fr;
  gap:18px
}
.assignment-images img {
  width:100%;
  height:330px;
  object-fit:cover
}
.assignment figcaption {
  display:flex;
  justify-content:space-between;
  gap:20px;
  font-size:14px;
  color:var(--muted);
  padding-top:15px
}
.assignment figcaption>span:last-child {
  font-size:12px;
  letter-spacing:1.4px
}
.contact {
  background:var(--navy);
  color:white
}
.contact-inner {
  display:grid;
  grid-template-columns:1fr 1.1fr;
  gap:90px;
  align-items:start
}
.contact h2 {
  font-size:46px;
  letter-spacing:-1.5px
}
.contact-copy>p:not(.eyebrow) {
  font-size:16px;
  line-height:1.9;
  color:#b8c7cd;
  max-width:340px;
  margin:25px 0 0
}
.direct-contact {
  border-top:1px solid #ffffff25;
  padding-top:28px;
  margin-top:36px
}
.direct-contact>span {
  display:block;
  font-size:12px;
  letter-spacing:1.3px;
  color:#b8c7cd;
  margin-bottom:14px
}
.contact-number {
  display:block;
  font-size:24px;
  letter-spacing:-.5px
}
.contact-email {
  display:inline-block;
  font-size:15px;
  margin-top:16px;
  border-bottom:1px solid #72848d;
  padding-bottom:6px;
  overflow-wrap:anywhere
}
.contact-copy>p.contact-note {
  font-size:14px;
  color:#9db0ba;
  line-height:1.85
}
.form-panel {
  background:var(--paper);
  color:var(--ink);
  padding:35px;
  border-radius:3px
}
.form-panel h3 {
  font-size:23px;
  letter-spacing:-.5px;
  font-weight:500;
  margin-bottom:9px
}
.form-intro {
  color:var(--muted);
  font-size:15px;
  margin-bottom:26px
}
.form-grid {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:19px 16px
}
.field-wide {
  grid-column:1/-1
}
.field label {
  display:block;
  font-size:14px;
  font-weight:600;
  margin-bottom:8px
}
.field label span {
  font-weight:400;
  color:var(--muted)
}
input,textarea {
  width:100%;
  border:1px solid #d3d9d8;
  border-radius:2px;
  background:#fff;
  color:var(--ink);
  padding:12px 11px;
  font-size:15px;
  line-height:1.5
}
input::placeholder,textarea::placeholder {
  color:#7a8388
}
textarea {
  resize:vertical;
  min-height:100px;
  max-height:500px
}
.submit {
  width:100%;
  margin-top:23px;
  font-size:15px;
  padding:15px 20px
}
.form-privacy {
  font-size:13px;
  line-height:1.7;
  color:var(--muted);
  margin:12px 0 0
}
.form-privacy a {
  text-decoration:underline;
  text-underline-offset:2px
}
.honeypot {
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip-path:inset(50%)
}
.notice {
  padding:16px;
  margin-bottom:24px;
  font-size:16px;
  line-height:1.7;
  border-left:3px solid
}
.notice.error {
  background:#fbede7;
  color:#862c21;
  border-color:#aa3e2f
}
.notice.success {
  background:#eaf0e7;
  border-color:#426c40;
  margin:0
}
.notice p {
  margin:0
}
.notice a {
  text-decoration:underline
}
.field-error {
  color:#9e3025;
  font-size:14px;
  margin-top:6px
}
.field-error ul {
  list-style:none;
  padding:0;
  margin:0
}
input[aria-invalid],textarea[aria-invalid] {
  border-color:#9e3025
}
.footer {
  padding:46px 0 22px;
  background:var(--paper)
}
.footer-top {
  display:flex;
  justify-content:space-between;
  align-items:start;
  gap:35px
}
.footer address {
  font-style:normal;
  font-size:14px;
  color:var(--muted);
  line-height:1.9
}
.footer-links {
  display:grid;
  gap:9px;
  font-size:14px;
  overflow-wrap:anywhere
}
.footer-bottom {
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding-top:22px;
  border-top:1px solid var(--line);
  margin-top:30px;
  font-size:12px;
  color:var(--muted)
}
.footer-bottom>span:last-child {
  letter-spacing:1.4px
}
.footer details {
  margin-top:16px;
  font-size:14px;
  color:var(--muted);
  line-height:1.8
}
.footer summary {
  cursor:pointer;
  width:fit-content
}
.footer details p {
  max-width:800px;
  margin:12px 0
}
.footer details a {
  text-decoration:underline
}
.skip-link {
  position:absolute;
  top:-80px;
  left:20px;
  z-index:10;
  background:white;
  color:var(--navy);
  padding:15px
}
.skip-link:focus {
  top:10px
}
@media(min-width:1600px) {
  .hero-image {
    object-position:60% 48%
  }
}
@media(max-width:1000px) {
  .container {
    width:calc(100% - 64px)
  }
  .header nav {
    gap:22px
  }
  .brand>span {
    font-size:16px
  }
  .brand small {
    font-size:10px;
    letter-spacing:3px
  }
  .coverage-inner {
    gap:55px
  }
  .contact-inner {
    gap:45px
  }
  .form-panel {
    padding:26px
  }
  .service {
    padding:0 23px
  }
  .service h3 {
    font-size:18px
  }
  .section-heading {
    gap:50px
  }
  .contact h2 {
    font-size:40px
  }
  .footer-top {
    flex-wrap:wrap
  }
  .footer-links {
    width:100%
  }
  .assignment-images img {
    height:280px
  }
}
@media(max-width:700px) {
  .container {
    width:calc(100% - 40px)
  }
  .header-inner {
    height:82px;
    gap:12px
  }
  .brand {
    gap:7px
  }
  .brand img {
    width:33px;
    height:43px
  }
  .brand>span {
    font-size:12px;
    letter-spacing:1px
  }
  .brand small {
    font-size:10px;
    letter-spacing:2.2px
  }
  .header nav>a:not(.button) {
    display:none
  }
  .button-small {
    font-size:13px;
    padding:11px 12px;
    gap:10px
  }
  .hero-inner {
    padding-top:52px
  }
  .hero-image {
    object-position:65% center
  }
  .hero-shade {
    background:linear-gradient(90deg,rgba(8,28,40,.94),rgba(8,28,40,.56)),linear-gradient(0deg,rgba(8,28,40,.75),transparent)
  }
  h1 {
    font-size:47px;
    letter-spacing:-2px
  }
  .hero-copy {
    font-size:16px;
    max-width:350px
  }
  .eyebrow {
    font-size:12px;
    letter-spacing:1.5px
  }
  .hero-bottom {
    margin-top:43px;
    font-size:11px;
    letter-spacing:1px
  }
  .hero-bottom>span:first-child {
    max-width:100%;
    line-height:1.7
  }
  .section {
    padding:58px 0
  }
  .section-heading {
    display:block;
    margin-bottom:32px
  }
  h2 {
    font-size:34px;
    letter-spacing:-1px
  }
  .section-heading>p {
    margin-top:22px;
    max-width:100%
  }
  .service-grid {
    grid-template-columns:1fr;
    gap:28px
  }
  .service {
    padding:0 0 25px!important;
    border-left:0;
    border-bottom:1px solid var(--line)
  }
  .service:last-child {
    border-bottom:0;
    padding-bottom:0!important
  }
  .service-top {
    margin-bottom:18px
  }
  .service h3 {
    font-size:22px
  }
  .service p {
    min-height:0;
    margin-bottom:16px
  }
  .service-detail {
    font-size:15px;
    padding-top:13px
  }
  .audience {
    font-size:14px;
    line-height:1.9;
    margin-top:28px
  }
  .coverage-inner {
    grid-template-columns:1fr;
    gap:32px
  }
  .countries>div {
    font-size:19px;
    padding:14px 0
  }
  .assignment-images {
    grid-template-columns:1fr;
    gap:12px
  }
  .assignment-images img {
    height:auto;
    aspect-ratio:1.5;
    object-fit:cover
  }
  .assignment-images img:last-child {
    aspect-ratio:1.8
  }
  .assignment figcaption {
    font-size:13px;
    line-height:1.6
  }
  .assignment figcaption>span:last-child {
    display:none
  }
  .contact-inner {
    grid-template-columns:1fr;
    gap:35px
  }
  .contact h2 {
    font-size:39px
  }
  .contact-copy>p:not(.eyebrow) {
    max-width:100%
  }
  .contact-copy>p.contact-note {
    margin-top:18px
  }
  .direct-contact {
    margin-top:26px;
    padding-top:22px
  }
  .form-panel {
    padding:24px 20px
  }
  .form-grid {
    gap:17px 12px
  }
  .footer-top {
    display:grid;
    grid-template-columns:1fr;
    gap:25px
  }
  .footer .brand>span {
    font-size:16px
  }
  .footer-bottom {
    flex-direction:column;
    gap:13px
  }
  .footer {
    padding-top:35px
  }
}
@media(max-width:370px) {
  h1 {
    font-size:40px
  }
  .button-small {
    gap:5px;
    padding:10px 8px;
    font-size:12px
  }
  .form-grid {
    grid-template-columns:1fr
  }
  .header .brand>span {
    font-size:12px
  }
  .contact-email {
    font-size:14px
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  * {
    transition:none!important
  }
}
@media(max-width:700px) {
  input,textarea {
    font-size:16px
  }
  .field label {
    font-size:15px
  }
  .form-privacy {
    font-size:14px
  }
}

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

/* Keep navigation and forms comfortable at narrower widths. */
@media (max-width: 700px) {
  .header-inner { height:auto; min-height:90px; flex-wrap:wrap; padding:16px 0; }
  .header nav { margin-left:auto; }
  .button-small { font-size:14px; padding:12px 14px; }
  .brand small { font-size:9px; letter-spacing:2px; }
  .hero-copy { font-size:17px; }
  .form-panel { min-width:0; }
}
@media (max-width: 370px) {
  .header-inner { justify-content:center; }
  .header nav { width:100%; margin-left:0; }
  .header .button-small { width:100%; }
}

.challenge {
  padding:72px 0;
  background:#f1eee7;
  border-bottom:1px solid var(--line);
}
.challenge-inner {
  display:grid;
  grid-template-columns:1fr 1.1fr;
  gap:90px;
  align-items:start;
}
.challenge h2 {
  font-size:clamp(32px,3.2vw,42px);
}
.challenge-copy p {
  font-size:16px;
  line-height:1.85;
  color:var(--muted);
  margin-bottom:18px;
}
.challenge-copy .challenge-guide {
  border-left:3px solid var(--amber);
  padding-left:20px;
  margin:26px 0 0;
  color:var(--ink);
}
.challenge-guide strong {
  display:block;
  margin-bottom:4px;
}
@media (max-width:1000px) {
  .challenge-inner { gap:45px; }
}
@media (max-width:700px) {
  .challenge { padding:56px 0; }
  .challenge-inner { grid-template-columns:1fr; gap:28px; }
}
