:root {
  --tan: #e6d2a7;
  --tan-light: #f1e0b8;
  --brown: #2b1f13;
  --forest: #1e6b3c;
  --burgundy: #6b1e2e;
  --orange: #d79a2b;
  --gray: #6b6b6b;
  --ink: #12100e;
  --paper: #fff8e8;
  --background: var(--tan-light);
  --foreground: var(--ink);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: Arial, Helvetica, sans-serif;
}

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

img {
  display: block;
  max-width: 100%;
}

.site-shell {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  color: var(--ink);
}

.hero-media,
.hero-scrim {
  position: absolute;
  inset: 0;
}

.hero-media {
  background: url("/assets/glen-abbey-gallery-06.jpg") center / cover no-repeat;
}

.hero-scrim {
  background:
    linear-gradient(180deg, rgba(241, 224, 184, 0.48), rgba(241, 224, 184, 0.12) 44%, rgba(18, 16, 14, 0.22)),
    linear-gradient(90deg, rgba(241, 224, 184, 0.92), rgba(241, 224, 184, 0.2) 58%, rgba(241, 224, 184, 0.02));
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 92vh;
  flex-direction: column;
  justify-content: space-between;
  padding: 56px 0 34px;
}

.hero-title {
  display: grid;
  grid-template-columns: 128px minmax(0, 620px);
  gap: 36px;
  align-items: start;
}

.hero-title img {
  width: 128px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  color: var(--ink);
  font-size: 58px;
  font-weight: 900;
  line-height: 0.98;
  text-transform: uppercase;
}

.hero-title p {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
}

.hero-title p:first-of-type {
  padding-top: 18px;
  border-top: 4px solid var(--burgundy);
}

.hero-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
  justify-content: center;
  color: var(--paper);
  text-align: center;
}

.hero-footer img:first-child {
  width: 74px;
}

.hero-footer img:nth-child(2) {
  width: 210px;
}

.hero-footer span {
  flex-basis: 100%;
  font-size: 20px;
  font-style: italic;
}

.intro-band,
.support-band,
.day-band,
.levels-band,
.proof-band,
.scorecard-proof-band,
.opportunities-band,
.commit-band {
  padding: 82px 0;
}

.intro-band,
.levels-band,
.opportunities-band {
  background: var(--tan-light);
}

.support-band,
.proof-band,
.commit-band {
  background: var(--tan);
}

.scorecard-proof-band {
  background: var(--paper);
}

.intro-grid,
.support-grid,
.day-grid,
.levels-layout,
.opportunities-grid,
.commit-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 70px;
  align-items: start;
}

.kicker {
  margin-bottom: 18px;
  color: var(--burgundy);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 24px;
  color: var(--burgundy);
  font-size: 42px;
  font-weight: 900;
  line-height: 1.08;
  text-transform: uppercase;
}

.intro-grid > div > p:not(.kicker),
.support-grid p,
.levels-layout p,
.opportunities-grid p {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.55;
}

.about-panel {
  position: relative;
  min-height: 430px;
  padding-right: 300px;
}

.about-panel h3 {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: 30px;
  line-height: 1.08;
}

.about-panel p:not(.kicker) {
  max-width: 360px;
  font-size: 16px;
  line-height: 1.55;
}

.industry-strip {
  margin-top: 44px;
}

.industry-strip .kicker {
  margin-bottom: 14px;
}

.industry-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.industry-list span {
  border: 2px solid rgba(43, 31, 19, 0.24);
  border-radius: 8px;
  background: rgba(255, 248, 232, 0.72);
  color: var(--ink);
  padding: 11px 14px;
  font-size: 15px;
  font-weight: 850;
  line-height: 1;
}

.about-panel img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(290px, 45vw);
}

.first-tee-mark {
  width: 220px;
  margin-bottom: 26px;
}

.venue-photo,
.course-photo {
  margin: 0;
  border: 2px solid rgba(43, 31, 19, 0.22);
  background: var(--paper);
  padding: 12px;
}

.venue-photo img,
.course-photo img {
  width: 100%;
  height: auto;
}

.venue-photo figcaption {
  margin-top: 10px;
  color: var(--brown);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.course-photo {
  margin-top: 28px;
}

.day-band {
  background: var(--paper);
}

.timeline {
  display: grid;
  gap: 12px;
}

.timeline article {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  border-left: 6px solid var(--burgundy);
  background: var(--tan-light);
  padding: 14px 16px;
}

.timeline time {
  color: var(--burgundy);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.timeline h3 {
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 15px;
  text-transform: uppercase;
}

.timeline p {
  margin: 0;
  color: var(--brown);
  font-size: 14px;
  line-height: 1.4;
}

.levels-list {
  display: grid;
  gap: 12px;
}

.level-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px 104px;
  gap: 16px;
  align-items: center;
  min-height: 52px;
  padding: 0 18px;
  color: var(--paper);
}

.level-row span,
.level-row strong {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.level-row small {
  color: rgba(255, 248, 232, 0.86);
  font-size: 12px;
  font-weight: 800;
  text-align: right;
  text-transform: uppercase;
}

.platinum {
  background: var(--brown);
}

.gold {
  background: var(--orange);
}

.silver {
  background: var(--gray);
}

.bronze {
  background: #9a632e;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.section-heading p:not(.kicker) {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.55;
}

.wide-proof {
  margin: 0;
  border: 2px solid rgba(43, 31, 19, 0.24);
  background: rgba(255, 248, 232, 0.62);
  padding: 18px;
}

.wide-proof img {
  width: 100%;
  height: auto;
  background: #fff;
}

.wide-proof figcaption {
  margin-top: 12px;
  color: var(--brown);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.proof-link {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  border: 2px solid var(--brown);
  background: var(--burgundy);
  color: var(--paper);
  padding: 0 22px;
  font-size: 17px;
  font-weight: 900;
}

.app-proof {
  padding: 22px;
}

.scorecard-stack {
  display: grid;
  gap: 34px;
}

.opportunity-list {
  display: grid;
  gap: 10px;
}

.opportunity-list article {
  display: block;
  min-height: 112px;
  border: 1px solid rgba(43, 31, 19, 0.24);
  background: var(--tan);
  padding: 18px;
}

.opportunity-list span,
.opportunity-list strong {
  color: var(--ink);
  display: block;
}

.opportunity-list span {
  margin-bottom: 8px;
  color: var(--burgundy);
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.opportunity-list strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.commit-grid {
  align-items: center;
}

.commit-grid h2 {
  margin-bottom: 14px;
}

.commit-grid p:not(.kicker) {
  max-width: 620px;
  margin: 0;
  color: var(--brown);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.5;
}

.commit-grid a {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--brown);
  background: var(--burgundy);
  color: var(--paper);
  padding: 0 24px;
  font-size: 18px;
  font-weight: 900;
}

@media (max-width: 980px) {
  .intro-grid,
  .support-grid,
  .day-grid,
  .levels-layout,
  .opportunities-grid,
  .commit-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .about-panel {
    padding-right: 240px;
  }
}

@media (max-width: 680px) {
  .site-shell {
    width: min(100% - 28px, 1160px);
  }

  .hero,
  .hero-content {
    min-height: 760px;
  }

  .hero-content {
    padding: 34px 0 28px;
  }

  .hero-title {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 18px;
  }

  .hero-title img {
    width: 82px;
  }

  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 30px;
  }

  .about-panel {
    min-height: auto;
    padding-right: 0;
  }

  .about-panel img {
    position: static;
    width: 230px;
    margin-top: 26px;
  }

  .timeline article,
  .level-row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 14px;
  }

  .opportunity-list article {
    padding: 14px;
  }

  .level-row small {
    text-align: left;
  }

  .wide-proof {
    overflow-x: auto;
    padding: 10px;
  }

  .app-proof img {
    width: 820px;
    max-width: none;
  }

  .scorecard-stack .wide-proof img {
    width: 980px;
    max-width: none;
  }
}
