:root {
  --navy: #0e1e41;
  --green: #0e7a3e;
  --red: #bc2f2c;
  --blue-bright: #b0d0df;
  --pink: #e68ba5;
  --yellow: #f5b231;
  --orange: #ee891f;
  --max: 68rem;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: var(--navy);
  background: #fff;
  line-height: 1.5;
}

p { font-size: 18px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
}

h1 { font-size: clamp(32px, 4.5vw, 56px); line-height: 1; }
h2 { font-size: clamp(24px, 3.5vw, 40px); line-height: 1; }
h3 { font-size: clamp(20px, 2.5vw, 30px); }

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

.link { color: var(--navy); text-decoration: underline; }
.link-white { color: #ffffff; text-decoration: underline; }

.btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
}

.btn-light {
  background: var(--yellow);
  color: var(--navy);
}

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

.utility-bar {
  background: var(--green);
  color: #fff;
  height: 2rem;
  font-size: 11px;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.utility-inner,
.brand-inner,
.menu-inner,
.section-inner {
  width: min(68.75rem, calc(100% - 2.25rem));
  margin: 0 auto;
}

.utility-inner {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.75rem;
}

.brand-bar {
  background: var(--navy);
  color: white;
  padding: 2rem 0 2rem;
}

.brand-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand-left {
  display: flex;
  align-items: center;
  gap: 1.125rem;
}

.logo {
  width: 88px;
  height: auto;
  display: block;
}

.brand-title {
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 700;
  margin: 0;
  letter-spacing: .01em;
}

.brand-actions {
  display: flex;
  align-items: center;
  gap: 1.125rem;
  font-size: 14px;
  font-weight: 700;
}


.social {
  width: 1.9375rem;
  height: 1.9375rem;
  border-radius: 50%;
  border: 0.1875rem solid #fff;
  display: inline-grid;
  place-items: center;
  font-weight: 800;
  font-size: 17px;
}

.contact-link {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-top: 0.375rem;
  opacity: .95;
}

.menu-bar {
  background: var(--green);
  color: #fff;
  border-bottom: 0.25rem solid var(--yellow);
  font-size: 13px;
}

.menu-inner {
  display: flex;
  justify-content: center;
  gap: 1.625rem;
  min-height: 2.1875rem;
  align-items: center;
  white-space: nowrap;
}

.menu-inner span::after,
.utility-inner span::after {
  content: "⌄";
  margin-left: 0.375rem;
  font-size: 10px;
  opacity: .8;
}

.menu-inner span:nth-last-child(-n+4)::after { content: ""; }

.hero {
  height: 35rem;
  background-image: url("assets/hero.jpg");
  background-size: cover;
  background-position: center 44%;
}

.tagline {
  background: var(--blue-bright);
  color: #fff;
  text-align: center;
  font-size: clamp(20px, 2.4vw, 27px);
  line-height: 1.5;
  font-weight: 700;
  padding: 1.6875rem 1.125rem 1.875rem;
}

.intro {
  background: linear-gradient(90deg, rgba(20,84,107,.98), rgba(20,84,107,.94)), url("assets/activity-bg.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 4.75rem 0 5rem;
}

.intro-grid {
  display: grid;
  grid-template-columns: 19.375rem 1fr;
  gap: 4.0625rem;
  align-items: center;
  max-width: 53.125rem;
  margin: 0 auto;
}

.origami-mark {
  width: 11.875rem;
  height: 11.875rem;
  margin-left: auto;
  border-radius: 50%;
  background: #d6edf8;
  position: relative;
  box-shadow: 12px 20px 26px rgba(0,0,0,.25);
}

.origami-mark span {
  position: absolute;
  inset: 2.3125rem;
  background: conic-gradient(from 22deg, #2a93ca 0 18%, #ca3a9b 18% 31%, #27536d 31% 49%, #8b5c31 49% 64%, #c4cf49 64% 77%, #2a93ca 77% 100%);
  clip-path: polygon(47% 0, 100% 48%, 58% 57%, 78% 100%, 43% 72%, 0 95%, 20% 55%, 2% 20%);
  transform: rotate(-10deg) scale(1.22);
}

.intro h2 {
  margin: 0 0 1rem;
  font-size: 24px;
  line-height: 1;
}

.intro p {
  margin: 0 0 1.125rem;
  font-size: 18px;
  max-width: 35.9375rem;
}

.award {
  background: #fff;
  padding: 4.125rem 1.125rem 4.1875rem;
  text-align: center;
}

.award-card {
  width: min(47.5rem, 100%);
  margin: 0 auto;
  border-radius: 28px;
  background: linear-gradient(90deg, #b8b8b8, #efefef, #aaa);
  min-height: 7rem;
  display: grid;
  grid-template-columns: 16.25rem 1fr;
  align-items: center;
  padding: 1rem 2.25rem;
  color: #163867;
  box-shadow: inset 0 0 45px rgba(255,255,255,.45);
}

.award-left {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.5;
}

.award-left small {
  display: block;
  color: #d83131;
  font-family: Georgia, serif;
  font-size: 28px;
  transform: rotate(-4deg);
}

.award-right {
  border-left: 0.0625rem solid rgba(0,0,0,.1);
  padding-left: 1.875rem;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.award-right b {
  display: block;
  margin-top: 0.75rem;
  color: #d43a2f;
  font-size: 18px;
  letter-spacing: .08em;
}

.quick-links {
  border-top: 0.25rem solid var(--yellow);
  background: linear-gradient(90deg, rgba(135,86,48,.88), rgba(135,86,48,.96)), url("assets/activity-bg.jpg");
  background-size: cover;
  background-position: left center;
  padding: 4rem 0 3.875rem;
}

.link-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  max-width: 53.75rem;
  margin: 0 auto;
}

.quick-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.55;
  object-fit: cover;
}

.quick-card a {
  display: block;
  background: var(--yellow);
  color: #136080;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0.75rem 0.625rem;
  font-size: 14px;
  letter-spacing: .03em;
}

.accreditations {
  background: #fff;
  padding: 1.5rem 1.125rem 1.3125rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.625rem;
  color: #222;
  font-weight: 800;
  letter-spacing: .05em;
}

.ams {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 13px;
  text-transform: uppercase;
}

.ams-icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: conic-gradient(#f78d22, #7fb43e, #2f95c9, #f78d22);
  display: inline-block;
  position: relative;
}

.ams-icon::after {
  content: "×";
  position: absolute;
  inset: 0.5rem;
  border-radius: 50%;
  background: #fff;
  color: #f28c23;
  display: grid;
  place-items: center;
  font-size: 28px;
  line-height: 1;
}

.cognia {
  font-size: 38px;
  color: #050505;
  letter-spacing: -.05em;
  font-weight: 900;
}

footer {
  background: var(--navy);
  color: #fff;
  text-align: center;
  padding: 1.75rem 1.125rem 2.125rem;
  font-size: 13px;
}

footer a {
  color: var(--yellow);
  display: inline-block;
  margin-bottom: 1.125rem;
}

footer p { margin: 0.1875rem 0; }

@media (max-width: 900px) {
  .brand-inner { align-items: flex-start; }
  .brand-actions { flex-wrap: wrap; justify-content: flex-end; }
  .menu-inner { overflow-x: auto; justify-content: flex-start; padding: 0 0 0 0.25rem; }
  .intro-grid { grid-template-columns: 1fr; text-align: center; gap: 2rem; }
  .origami-mark { margin: 0 auto; }
  .intro p { margin-left: auto; margin-right: auto; }
  .award-card { grid-template-columns: 1fr; gap: 1.125rem; }
  .award-right { border-left: 0; border-top: 0.0625rem solid rgba(0,0,0,.12); padding: 1.125rem 0 0; }
  .link-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .utility-inner { justify-content: center; gap: 1rem; font-size: 10px; }
  .brand-inner { flex-direction: column; text-align: center; align-items: center; }
  .brand-left { flex-direction: column; }
  .brand-actions { justify-content: center; }
  .hero { height: 22.5rem; background-position: 62% center; }
  .intro { padding: 3.375rem 0; }
  .award { padding: 2.75rem 1.125rem; }
  .award-left { font-size: 26px; }
  .award-left small { font-size: 22px; }
  .award-right { font-size: 18px; }
  .link-grid { grid-template-columns: 1fr; }
  .accreditations { flex-direction: column; gap: 0.75rem; }
}
