:root {
  --black: #090b0a;
  --coal: #121512;
  --char: #1a1e1b;
  --cream: #f3ecdf;
  --bone: #dfcfb4;
  --gold: #c6a15f;
  --green: #174e34;
  --soft: #adb0aa;
  --line: rgba(223, 207, 180, 0.17);
  --max: 1180px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
body {
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  background: var(--black);
  color: var(--cream);
  font-family: Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
.shell {
  max-width: var(--max);
  margin: auto;
  padding-left: 28px;
  padding-right: 28px;
}
.topbar {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 16px;
}
.brand img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  filter: drop-shadow(0 0 10px rgba(199, 161, 90, 0.2));
}
.brand span {
  display: grid;
  line-height: 1;
}
.brand b,
.display,
h1,
h2,
h3 {
  font-family: Impact, "Arial Narrow", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.015em;
}
.brand b {
  font-size: 1.4rem;
  letter-spacing: 0.12em;
}
.brand small {
  font-size: 0.72rem;
  letter-spacing: 0.17em;
  color: var(--gold);
  margin-top: 7px;
}
.nav {
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 0.86rem;
}
.nav a {
  color: #d5d4cf;
}
.nav .nav-cta {
  padding: 10px 17px;
  border: 1px solid var(--gold);
  color: var(--bone);
}
.menu {
  display: none;
  background: none;
  border: 1px solid var(--line);
  color: var(--cream);
  padding: 8px 12px;
}
.hero {
  min-height: 680px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 80px;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 90px;
  background: radial-gradient(
    circle at 82% 45%,
    rgba(23, 78, 52, 0.25),
    transparent 32%
  );
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.hero h1 {
  font-size: clamp(3.96rem, 8.1vw, 7.47rem);
  line-height: 0.81;
  margin: 0;
}
.hero h1 em {
  font-style: normal;
  color: var(--gold);
}
.lead {
  max-width: 650px;
  color: #c6c7c2;
  font-size: 1.22rem;
  margin: 30px 0;
}
.buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.07em;
  font-size: 0.88rem;
  border: 1px solid transparent;
}
.button.primary {
  background: var(--gold);
  color: var(--black);
}
.button.secondary {
  border-color: var(--gold);
  color: var(--bone);
}
.forge-mark {
  width: 350px;
  height: 350px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: grid;
  place-content: center;
  text-align: center;
  justify-self: end;
  position: relative;
}
.forge-mark:after {
  content: "";
  position: absolute;
  inset: 15px;
  border: 1px solid rgba(198, 161, 95, 0.24);
  border-radius: 50%;
}
.forge-mark span {
  font-size: 4rem;
  color: var(--green);
  line-height: 1;
}
.forge-mark b {
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 2.8rem;
  line-height: 0.88;
  letter-spacing: 0.05em;
}
.hero-program-mark {
  width: min(420px, 100%);
  justify-self: end;
  border: 1px solid rgba(198, 161, 95, 0.34);
  background: #07100c;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.38);
  border-radius: 28px;
  overflow: hidden;
}
.hero-program-mark img {
  display: block;
  width: 100%;
  height: auto;
}
.band {
  background: var(--green);
  padding: 25px;
  text-align: center;
  font-size: 1.1rem;
}
.band strong {
  color: var(--bone);
}
.section {
  padding-top: 110px;
  padding-bottom: 110px;
}
.section h2 {
  font-size: clamp(3.1rem, 6vw, 5.6rem);
  line-height: 0.92;
  margin: 0;
}
.intro {
  max-width: 670px;
  color: #b9bbb6;
  font-size: 1.08rem;
  margin: 28px 0 0;
}
.doors {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin-top: 55px;
}
.door {
  background: var(--coal);
  padding: 38px;
  display: flex;
  flex-direction: column;
  min-height: 420px;
}
.door .number {
  color: var(--gold);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
}
.door h3 {
  font-size: 2.3rem;
  line-height: 1;
  margin: 22px 0 15px;
}
.door p {
  color: var(--soft);
  margin: 0;
}
.door .who {
  color: var(--bone);
  font-weight: bold;
  margin-top: 22px;
}
.door a {
  color: var(--gold);
  margin-top: auto;
  padding-top: 30px;
  font-weight: bold;
}
.door.featured {
  background: var(--green);
}
.door.featured .number,
.door.featured a {
  color: var(--bone);
}
.door.featured p {
  color: #d4dad6;
}
.pathway-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(42px, 7vw, 90px);
  align-items: center;
  border-top: 1px solid var(--line);
}
.pathway-mark-link {
  display: block;
  border: 1px solid rgba(198, 161, 95, 0.3);
  background: #07100c;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
  transition: transform 180ms ease, border-color 180ms ease;
  border-radius: 28px;
  overflow: hidden;
}
.pathway-mark-link:hover,
.pathway-mark-link:focus-visible {
  transform: translateY(-3px);
  border-color: var(--gold);
}
.pathway-mark {
  display: block;
  width: 100%;
  height: auto;
}
.pathway-copy h2 {
  font-size: clamp(2.9rem, 5vw, 5rem);
  max-width: 760px;
}
.pathway-copy .intro {
  margin-bottom: 32px;
}
.statement {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 90px;
  align-items: start;
}
.statement blockquote {
  margin: 0;
  font-family: Impact, "Arial Narrow", sans-serif;
  text-transform: uppercase;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  line-height: 0.97;
  color: var(--bone);
}
.statement-copy p {
  color: #b9bbb6;
}
.values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 55px;
}
.value {
  padding: 0 32px;
  border-left: 1px solid var(--line);
}
.value:first-child {
  padding-left: 0;
  border: 0;
}
.value h3 {
  font-size: 1.8rem;
  margin: 0 0 8px;
}
.value p {
  color: var(--soft);
  margin: 0;
}
.about {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 90px;
  align-items: center;
}
.about img {
  width: 100%;
  max-width: 430px;
  border: 1px solid rgba(198, 161, 95, 0.46);
  border-radius: 2px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.4);
}
.about p {
  color: #b9bbb6;
}
.quote {
  border-left: 2px solid var(--gold);
  padding-left: 22px;
  color: var(--bone) !important;
  font-size: 1.35rem;
}
.cta {
  background: var(--cream);
  color: var(--black);
  text-align: center;
  max-width: none;
  padding: 90px 28px;
}
.cta h2 {
  font-size: clamp(3rem, 6vw, 5.4rem);
  line-height: 0.93;
  max-width: 850px;
  margin: auto;
}
.cta p {
  max-width: 620px;
  margin: 25px auto;
  color: #555954;
}
.cta .button.primary {
  background: var(--green);
  color: #fff;
}
footer {
  padding-top: 35px;
  padding-bottom: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--soft);
  font-size: 0.78rem;
  border-top: 1px solid var(--line);
}
footer .brand img {
  width: 44px;
  height: 44px;
}
.inner-hero {
  padding-top: 100px;
  padding-bottom: 90px;
  max-width: 900px;
}
.inner-hero h1 {
  font-size: clamp(4.5rem, 10vw, 8.8rem);
  line-height: 0.82;
  margin: 0;
}
.inner-hero .lead {
  max-width: 740px;
}
.smithy-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--green);
  padding: 28px max(28px, calc((100vw - var(--max)) / 2 + 28px));
  gap: 25px;
}
.smithy-band div {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 20px;
}
.smithy-band div:first-child {
  border: 0;
  padding-left: 0;
}
.smithy-band small {
  display: block;
  color: #b7c8bd;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.smithy-band b {
  font-size: 1rem;
}
.two-col {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 90px;
}
.plain-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.plain-list li {
  border-top: 1px solid var(--line);
  padding: 22px 0;
  display: grid;
  grid-template-columns: 45px 1fr;
  color: #c2c3bf;
}
.plain-list span {
  color: var(--gold);
}
.levels {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin-top: 50px;
}
.level {
  background: var(--coal);
  padding: 28px;
}
.level span {
  color: var(--gold);
  font-size: 0.7rem;
  letter-spacing: 0.15em;
}
.level h3 {
  font-size: 1.65rem;
  margin: 14px 0 10px;
}
.level p {
  color: var(--soft);
  margin: 0;
  font-size: 0.92rem;
}
.format {
  background: var(--coal);
  max-width: none;
  padding-left: max(28px, calc((100vw - var(--max)) / 2 + 28px));
  padding-right: max(28px, calc((100vw - var(--max)) / 2 + 28px));
}
.format-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  margin-top: 50px;
}
.format-card {
  background: var(--coal);
  padding: 35px;
}
.format-card h3 {
  font-size: 2rem;
  margin: 0 0 15px;
}
.format-card p {
  color: var(--soft);
}
.note {
  font-size: 0.82rem;
  color: var(--soft);
  margin-top: 25px;
}
.back {
  display: inline-block;
  color: var(--gold);
  margin-top: 28px;
}
@media (max-width: 850px) {
  .topbar {
    height: 164px;
    padding-left: 14px;
    padding-right: 14px;
  }
  .topbar .brand img {
    width: 132px;
    height: 132px;
  }
  .brand span {
    display: grid;
  }
  .topbar .brand {
    gap: 7px;
  }
  .topbar .brand b {
    font-size: 0.84rem;
    letter-spacing: 0.07em;
    white-space: nowrap;
  }
  .topbar .brand small {
    margin-top: 5px;
    font-size: 0.43rem;
    letter-spacing: 0.09em;
    white-space: nowrap;
  }
  .menu {
    display: block;
    min-height: 44px;
    padding: 10px 15px;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .nav {
    display: none;
    position: absolute;
    top: 164px;
    left: 18px;
    right: 18px;
    background: var(--coal);
    z-index: 10;
    padding: 22px;
    flex-direction: column;
    align-items: stretch;
    max-height: calc(100dvh - 176px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }
  .nav.open {
    display: flex;
  }
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 54px;
    padding-bottom: 70px;
  }
  .forge-mark {
    display: none;
  }
  .hero-program-mark {
    width: min(520px, 100%);
    justify-self: start;
    margin-top: 22px;
  }
  .hero h1,
  .inner-hero h1 {
    font-size: clamp(3rem, 12.5vw, 4.35rem);
    line-height: 0.94;
  }
  .hero h1 {
    font-size: clamp(2.7rem, 11.25vw, 3.92rem);
  }
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .doors,
  .statement,
  .about,
  .two-col,
  .pathway-panel {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .door {
    min-height: 330px;
  }
  .values,
  .levels {
    grid-template-columns: 1fr;
  }
  .value {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 22px 0;
  }
  .smithy-band {
    grid-template-columns: 1fr 1fr;
  }
  .smithy-band div:nth-child(3) {
    border-left: 0;
    padding-left: 0;
  }
  .format-grid {
    grid-template-columns: 1fr;
  }
  footer {
    flex-direction: column;
    gap: 18px;
    text-align: center;
  }
  footer .brand span {
    display: grid;
  }
}
