:root {
  --green: #173c28;
  --green2: #24583d;
  --red: #a42a29;
  --cream: #f4f0e7;
  --gold: #d6b45b;
  --ink: #17241c;
  --muted: #637269;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, sans-serif;
  background: #fff;
}
a {
  color: inherit;
  text-decoration: none;
}
.wmeHeader {
  height: 92px;
  padding: 0 clamp(22px, 5vw, 76px);
  display: flex;
  align-items: center;
  gap: 28px;
  background: #fff;
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #e5e8e5;
}
.wmeBrand {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-right: auto;
}
.wmeBrand img {
  width: 165px;
  height: 72px;
  object-fit: contain;
}
.wmeBrand span {
  font-size: 12px;
  font-weight: 850;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-left: 1px solid #ccd4ce;
  padding-left: 18px;
}
.wmeHeader nav {
  display: flex;
  gap: 24px;
  font-size: 12px;
  font-weight: 800;
}
.headerCta {
  background: var(--red);
  color: #fff;
  padding: 14px 18px;
  font-size: 12px;
  font-weight: 850;
}
.wmeHero {
  min-height: 690px;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 80px clamp(24px, 7vw, 110px);
  overflow: hidden;
}
.wmeHero > img,
.shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shade {
  background: linear-gradient(
    90deg,
    #102d20f2 0%,
    #102d20c7 55%,
    #102d2029 100%
  );
}
.heroCopy {
  position: relative;
  max-width: 860px;
}
.eyebrow,
.label {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 11px;
  font-weight: 850;
  color: var(--red);
}
.wmeHero .eyebrow {
  color: #f3d27f;
}
.wmeHero h1,
.intro h2,
.launch h2,
.sectionHead h2,
.meetings h2,
.registration h2 {
  font-family: Georgia, serif;
  font-weight: 500;
  line-height: 1.02;
}
.wmeHero h1 {
  font-size: clamp(56px, 7.5vw, 112px);
  margin: 18px 0 26px;
}
.wmeHero h1 span {
  color: #f0d89a;
}
.wmeHero p:not(.eyebrow) {
  font-size: 19px;
  line-height: 1.65;
  max-width: 720px;
  color: #e7efe9;
}
.heroActions {
  display: flex;
  gap: 14px;
  margin-top: 34px;
}
.heroActions a,
.registrationForm button {
  background: var(--red);
  padding: 18px 22px;
  font-weight: 850;
}
.heroActions .secondary {
  background: #fff;
  color: var(--green);
}
.dateCard {
  position: absolute;
  right: clamp(24px, 7vw, 110px);
  bottom: 48px;
  background: #fff;
  color: var(--green);
  padding: 25px 30px;
  display: grid;
  grid-template-columns: auto auto;
  gap: 2px 14px;
  box-shadow: 0 18px 45px #0004;
}
.dateCard strong {
  font:
    500 62px/1 Georgia,
    serif;
}
.dateCard span {
  font-size: 13px;
  font-weight: 850;
  align-self: center;
}
.dateCard small {
  grid-column: 1/3;
  border-top: 1px solid #dce2dd;
  margin-top: 12px;
  padding-top: 12px;
  line-height: 1.55;
  color: var(--muted);
}
.facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--cream);
  padding: 0 clamp(24px, 7vw, 110px);
}
.facts div {
  padding: 32px;
  border-right: 1px solid #d7d8d1;
}
.facts b,
.facts span {
  display: block;
}
.facts b {
  font:
    500 28px Georgia,
    serif;
  color: var(--green);
}
.facts span {
  color: var(--muted);
  font-size: 12px;
  margin-top: 5px;
}
.intro,
.launch,
.meetings,
.registration {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(45px, 8vw, 120px);
  padding: 110px clamp(24px, 7vw, 110px);
}
.intro h2,
.launch h2,
.sectionHead h2,
.meetings h2,
.registration h2 {
  font-size: clamp(44px, 5vw, 72px);
  margin: 12px 0 26px;
}
.intro > div:last-child {
  font-size: 17px;
  line-height: 1.8;
  color: var(--muted);
  padding-top: 20px;
}
.launch {
  padding: 0;
  background: var(--green);
  color: #fff;
  gap: 0;
}
.launchImage img {
  width: 100%;
  height: 100%;
  min-height: 650px;
  object-fit: cover;
}
.launchCopy {
  padding: 90px clamp(32px, 6vw, 95px);
}
.light {
  color: #e0be68;
}
.launchCopy p:not(.label),
.sectionHead + p {
  color: #c3d2c8;
  line-height: 1.8;
}
.topics {
  background: var(--green);
  color: #fff;
  padding: 105px clamp(24px, 7vw, 110px);
}
.sectionHead {
  max-width: 900px;
}
.topicGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 55px;
}
.topicGrid article {
  border: 1px solid #ffffff25;
  padding: 38px;
  min-height: 300px;
}
.topicGrid span {
  color: #e1c26f;
  font-weight: 850;
}
.topicGrid h3 {
  font:
    500 28px/1.15 Georgia,
    serif;
  margin: 48px 0 18px;
}
.topicGrid p {
  color: #b9cabf;
  line-height: 1.65;
}
.meetings aside {
  background: var(--cream);
  padding: 45px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.meetings aside > img {
  width: calc(100% + 90px);
  height: 230px;
  object-fit: cover;
  margin: -45px -45px 35px;
}
.meetings p,
.meetings li {
  color: var(--muted);
  line-height: 1.75;
}
.meetings aside span {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 850;
  margin-bottom: 20px;
}
.meetings aside strong {
  padding: 16px 0;
  border-bottom: 1px solid #d8ddd8;
  font:
    500 25px Georgia,
    serif;
}
.registration {
  background: var(--red);
  color: #fff;
}
.registrationCopy > p:not(.label) {
  color: #f3dddd;
  line-height: 1.75;
}
.contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 40px;
}
.contact a {
  font-size: 20px;
  font-weight: 850;
}
.contact span {
  color: #f0caca;
  line-height: 1.6;
  margin-top: 8px;
}
.registrationForm {
  background: #fff;
  color: var(--ink);
  padding: 42px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.registrationForm label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 12px;
  font-weight: 800;
}
.registrationForm input,
.registrationForm select,
.registrationForm textarea {
  width: 100%;
  font: inherit;
  font-size: 15px;
  padding: 14px;
  border: 1px solid #cfd6d1;
  background: #fafaf8;
}
.registrationForm textarea {
  resize: vertical;
}
.registrationForm .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.registrationForm .consent {
  flex-direction: row;
  align-items: flex-start;
  font-weight: 500;
  line-height: 1.5;
}
.registrationForm .consent input {
  width: auto;
  margin-top: 3px;
}
.registrationForm button {
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
}
.trap {
  position: absolute !important;
  left: -9999px !important;
}
.formMessage {
  padding: 15px;
  font-size: 14px;
}
.formMessage.success {
  background: #e7f5eb;
  color: #176332;
}
.formMessage.error {
  background: #f9e5e5;
  color: #8d2424;
}
footer {
  background: #0e291b;
  color: #b9c9be;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 38px clamp(24px, 7vw, 110px);
}
footer img {
  width: 170px;
  height: 75px;
  object-fit: contain;
  background: #fff;
}
footer p {
  margin-right: auto;
}
footer a {
  color: #fff;
  font-weight: 800;
}
@media (max-width: 1050px) {
  .wmeHeader nav {
    display: none;
  }
  .dateCard {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 50px;
    display: inline-grid;
  }
  .wmeHero {
    display: block;
    padding-top: 100px;
  }
  .facts {
    grid-template-columns: 1fr 1fr;
  }
  .topicGrid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 720px) {
  .wmeHeader {
    height: 78px;
    padding: 0 16px;
  }
  .wmeBrand img {
    width: 125px;
    height: 60px;
  }
  .wmeBrand span {
    display: none;
  }
  .headerCta {
    padding: 12px;
  }
  .wmeHero {
    min-height: auto;
    padding: 75px 22px;
  }
  .wmeHero h1 {
    font-size: 51px;
  }
  .heroActions {
    flex-direction: column;
  }
  .facts {
    grid-template-columns: 1fr;
  }
  .facts div {
    border-bottom: 1px solid #d7d8d1;
  }
  .intro,
  .meetings,
  .registration {
    grid-template-columns: 1fr;
    padding: 75px 22px;
  }
  .launch {
    grid-template-columns: 1fr;
  }
  .launchImage img {
    min-height: 340px;
  }
  .launchCopy {
    padding: 65px 22px;
  }
  .topics {
    padding: 75px 22px;
  }
  .topicGrid {
    grid-template-columns: 1fr;
  }
  .topicGrid article {
    min-height: auto;
  }
  .registrationForm {
    padding: 25px 18px;
  }
  .registrationForm .row {
    grid-template-columns: 1fr;
  }
  footer {
    align-items: flex-start;
    flex-direction: column;
  }
  footer p {
    margin: 0;
  }
}
