:root {
  --forest-black: #07120f;
  --forest: #0c1d18;
  --forest-soft: #132821;
  --cream: #f1e7d2;
  --cream-muted: #cdbfa8;
  --copper: #b96729;
  --copper-bright: #d7954a;
  --gold-line: rgba(202, 146, 66, 0.48);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--forest-black);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--forest-black);
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
}

.icon-library {
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}

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

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

svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.hero {
  isolation: isolate;
  min-height: 920px;
  overflow: hidden;
  padding: 0 clamp(28px, 3.2vw, 62px);
  position: relative;
}

.hero-image,
.hero-shade {
  inset: 0;
  position: absolute;
}

.hero-image {
  background-image: url("images/MG-6240.jpg");
  background-position: center;
  background-size: cover;
  filter: saturate(0.7) sepia(0.12);
  transform: scale(1.01);
  z-index: -3;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(3, 15, 12, 0.99) 0%, rgba(3, 15, 12, 0.94) 25%, rgba(3, 15, 12, 0.7) 43%, rgba(3, 15, 12, 0.06) 76%),
    linear-gradient(180deg, rgba(4, 13, 11, 0.65) 0%, transparent 31%, rgba(4, 13, 11, 0.08) 70%, rgba(4, 13, 11, 0.72) 100%);
  z-index: -2;
}

.hero::after {
  background: linear-gradient(90deg, rgba(4, 14, 11, 0.28), transparent 30%);
  content: "";
  inset: 0;
  opacity: 0.35;
  pointer-events: none;
  z-index: -1;
}

.site-header {
  align-items: center;
  border-bottom: 1px solid var(--gold-line);
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(280px, 1fr) auto minmax(190px, 1fr);
  height: 101px;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 20px;
  justify-self: start;
}

.brand-mark {
  align-items: center;
  border: 1px solid var(--copper-bright);
  border-radius: 15px;
  color: var(--copper-bright);
  display: inline-flex;
  font-size: 18px;
  height: 62px;
  justify-content: center;
  letter-spacing: 0.04em;
  width: 62px;
}

.brand strong {
  font-size: clamp(19px, 1.5vw, 26px);
  font-weight: 600;
  white-space: nowrap;
}

nav {
  align-items: center;
  display: flex;
  gap: clamp(24px, 3.1vw, 55px);
}

nav a {
  color: #e5dccb;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  letter-spacing: 0.01em;
  position: relative;
  white-space: nowrap;
}

nav a::after {
  background: var(--copper-bright);
  bottom: -9px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  width: 100%;
}

nav a:hover::after,
nav a:focus-visible::after {
  transform: scaleX(1);
}

.button {
  align-items: center;
  background: linear-gradient(135deg, #9d4818, var(--copper));
  border: 1px solid rgba(234, 163, 79, 0.38);
  border-radius: 999px;
  box-shadow: 0 12px 32px rgba(38, 14, 4, 0.28), inset 0 1px rgba(255, 255, 255, 0.12);
  color: #fff2dd;
  display: inline-flex;
  font-size: 18px;
  gap: 26px;
  justify-content: center;
  min-height: 64px;
  padding: 15px 30px;
  transition: filter 180ms ease, transform 180ms ease;
}

.button:hover {
  filter: brightness(1.12);
  transform: translateY(-2px);
}

.button svg,
.outline-button svg {
  height: 22px;
  transition: transform 180ms ease;
  width: 22px;
}

.button:hover svg,
.outline-button:hover svg {
  transform: translateX(4px);
}

.button-small {
  font-size: 17px;
  justify-self: end;
  min-height: 52px;
  padding: 12px 24px;
}

.hero-content {
  max-width: 720px;
  padding: 86px 0 54px;
}

.eyebrow {
  color: var(--copper-bright);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.hero h1 {
  color: #f3ebda;
  font-size: clamp(76px, 7vw, 116px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.88;
  margin: 0;
  text-shadow: 0 6px 30px rgba(0, 0, 0, 0.18);
}

.flourish {
  align-items: center;
  color: var(--copper-bright);
  display: flex;
  font-size: 26px;
  gap: 16px;
  margin: 22px 0 14px;
  width: 430px;
}

.flourish::after {
  background: var(--gold-line);
  content: "";
  height: 1px;
  width: 100%;
}

.hero h2 {
  color: var(--copper-bright);
  font-size: clamp(31px, 3vw, 45px);
  font-weight: 400;
  margin: 0 0 10px;
}

.hero-intro {
  color: #e0d7c7;
  font-size: 20px;
  line-height: 1.6;
  margin: 0;
  max-width: 570px;
}

.hero-actions {
  align-items: center;
  display: flex;
  gap: 38px;
  margin: 34px 0 40px;
}

.text-link {
  border-bottom: 1px solid var(--copper-bright);
  color: #eee3d0;
  display: inline-block;
  font-size: 17px;
  padding: 7px 0;
}

.text-link:hover {
  color: var(--copper-bright);
}

.quick-facts {
  display: flex;
  margin: 0;
}

.quick-facts div {
  border-left: 1px solid var(--gold-line);
  display: grid;
  grid-template-columns: 48px auto;
  min-width: 185px;
  padding: 0 30px;
}

.quick-facts div:first-child {
  border-left: 0;
  padding-left: 0;
}

.quick-facts svg {
  color: var(--copper-bright);
  grid-row: 1 / span 2;
  height: 34px;
  margin-top: 5px;
  width: 34px;
}

.quick-facts dt {
  color: #f5eddd;
  font-size: 40px;
  line-height: 1;
  white-space: nowrap;
}

.quick-facts dd {
  color: #d6c8b1;
  font-size: 16px;
  margin: 5px 0 0;
}

.hero-panel {
  align-items: center;
  backdrop-filter: blur(12px);
  background: rgba(10, 23, 18, 0.84);
  border: 1px solid var(--gold-line);
  border-radius: 14px;
  bottom: 34px;
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(100px, auto) 1fr auto;
  max-width: 620px;
  padding: 20px 22px 20px 32px;
  position: absolute;
  right: clamp(28px, 3.2vw, 62px);
  width: 42vw;
}

.hero-panel > p {
  color: var(--copper-bright);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1.45;
  margin: 0;
  text-transform: uppercase;
}

.hero-panel > div {
  border-left: 1px solid var(--gold-line);
  padding-left: 28px;
}

.hero-panel span,
.hero-panel strong {
  display: block;
}

.panel-kicker {
  color: var(--cream-muted);
  font-size: 14px;
  margin-bottom: 3px;
}

.hero-panel strong {
  font-size: 20px;
  font-weight: 500;
}

.panel-copy {
  color: var(--cream-muted);
  font-size: 14px;
  margin-top: 4px;
}

.hero-panel > a {
  align-items: center;
  border: 1px solid var(--copper-bright);
  border-radius: 50%;
  color: var(--copper-bright);
  display: flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.hero-panel > a:hover {
  background: var(--copper);
  color: white;
}

.hero-panel svg {
  height: 20px;
  width: 20px;
}

.facility-strip {
  align-items: center;
  background:
    radial-gradient(circle at 20% -150%, rgba(108, 138, 91, 0.24), transparent 55%),
    var(--forest-black);
  border-bottom: 1px solid var(--gold-line);
  border-top: 1px solid var(--gold-line);
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(260px, 1fr) 3fr;
  min-height: 142px;
  padding: 24px clamp(28px, 4.2vw, 80px);
}

.facility-strip > p {
  font-size: 22px;
  line-height: 1.35;
  margin: 0;
}

.facility-strip ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}

.facility-strip li {
  align-items: center;
  border-left: 1px solid var(--gold-line);
  color: #eadfcb;
  display: flex;
  font-size: 16px;
  gap: 22px;
  justify-content: center;
  line-height: 1.35;
  min-height: 64px;
  padding: 0 22px;
}

.facility-strip svg {
  color: var(--copper-bright);
  flex: 0 0 auto;
  height: 34px;
  width: 34px;
}

.intro-section,
.groups-section,
.contact-section {
  display: grid;
  gap: clamp(50px, 10vw, 170px);
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  padding: 120px clamp(28px, 7vw, 132px);
}

.intro-section {
  background:
    radial-gradient(circle at 85% 0, rgba(87, 120, 91, 0.12), transparent 40%),
    var(--forest);
}

.section-heading h2,
.hire-copy h2,
.groups-section h2,
.contact-section h2 {
  color: #f2e8d5;
  font-size: clamp(48px, 5vw, 78px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.98;
  margin: 0;
}

.section-heading em,
.hire-copy em {
  color: var(--copper-bright);
  display: block;
  font-weight: 400;
}

.section-copy,
.groups-copy {
  align-self: end;
}

.section-copy p,
.hire-copy > p,
.groups-copy > p {
  color: var(--cream-muted);
  font-size: 19px;
  line-height: 1.75;
  margin: 0 0 26px;
}

.gallery {
  background: var(--forest);
  display: grid;
  gap: 14px;
  grid-template-columns: 1.65fr 1fr 1fr;
  padding: 0 clamp(28px, 3.2vw, 62px) 120px;
}

.gallery figure {
  height: 430px;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.gallery-main {
  height: 560px !important;
  margin-top: -18px !important;
}

.gallery img {
  filter: saturate(0.72) sepia(0.08);
  height: 100%;
  object-fit: cover;
  transition: filter 400ms ease, transform 700ms ease;
  width: 100%;
}

.gallery figure:hover img {
  filter: saturate(0.95);
  transform: scale(1.025);
}

.gallery figcaption {
  background: linear-gradient(180deg, transparent, rgba(3, 12, 9, 0.86));
  bottom: 0;
  font-size: 17px;
  left: 0;
  padding: 70px 24px 22px;
  position: absolute;
  right: 0;
}

.hire-section {
  background: #0a1612;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
}

.hire-photo {
  min-height: 720px;
}

.hire-photo img {
  filter: saturate(0.62) sepia(0.12) brightness(0.73);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hire-copy {
  align-self: center;
  padding: 90px clamp(38px, 7vw, 120px);
}

.hire-copy > p {
  margin-top: 30px;
}

.hire-copy ul {
  border-bottom: 1px solid var(--gold-line);
  border-top: 1px solid var(--gold-line);
  color: #e5dac7;
  list-style: none;
  margin: 30px 0;
  padding: 20px 0;
}

.hire-copy li {
  padding: 7px 0 7px 26px;
  position: relative;
}

.hire-copy li::before {
  color: var(--copper-bright);
  content: "◆";
  font-size: 8px;
  left: 4px;
  position: absolute;
  top: 12px;
}

.hire-actions {
  align-items: center;
  display: flex;
  gap: 30px;
}

.groups-section {
  background:
    radial-gradient(circle at 0 100%, rgba(140, 89, 43, 0.15), transparent 45%),
    var(--forest-soft);
  border-bottom: 1px solid var(--gold-line);
}

.groups-section h2 {
  max-width: 640px;
}

.groups-note {
  border-left: 1px solid var(--copper-bright);
  font-size: 15px !important;
  padding-left: 20px;
}

.outline-button {
  align-items: center;
  border: 1px solid var(--gold-line);
  border-radius: 999px;
  color: var(--copper-bright);
  display: inline-flex;
  font-size: 17px;
  gap: 22px;
  min-height: 56px;
  padding: 13px 24px;
}

.outline-button:hover {
  background: rgba(185, 103, 41, 0.11);
  border-color: var(--copper-bright);
}

.contact-section {
  background:
    linear-gradient(110deg, rgba(4, 15, 12, 0.94), rgba(4, 15, 12, 0.76)),
    url("images/hall-exterior.jpg") center / cover;
  min-height: 530px;
}

.contact-section address {
  align-self: end;
  border-left: 1px solid var(--copper-bright);
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-style: normal;
  gap: 13px;
  line-height: 1.5;
  padding-left: 28px;
}

.contact-section address strong {
  color: var(--copper-bright);
  font-size: 24px;
  font-weight: 400;
}

.contact-section address span {
  color: var(--cream-muted);
}

.contact-section address a:hover {
  color: var(--copper-bright);
}

footer {
  align-items: center;
  background: #030c09;
  color: var(--cream-muted);
  display: grid;
  font-size: 13px;
  gap: 30px;
  grid-template-columns: 1fr auto auto;
  min-height: 130px;
  padding: 28px clamp(28px, 4.2vw, 80px);
}

.footer-brand .brand-mark {
  border-radius: 10px;
  font-size: 12px;
  height: 42px;
  width: 42px;
}

.footer-brand strong {
  color: var(--cream);
  font-size: 17px;
}

footer p {
  margin: 0;
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  nav {
    display: none;
  }

  .hero-panel {
    width: 50vw;
  }

  .facility-strip {
    grid-template-columns: 1fr;
  }

  .facility-strip > p {
    text-align: center;
  }

  .intro-section,
  .groups-section,
  .contact-section {
    gap: 60px;
  }

  .gallery {
    grid-template-columns: 1.35fr 1fr;
  }

  .gallery figure:last-child {
    display: none;
  }
}

@media (max-width: 760px) {
  .hero {
    min-height: 920px;
    padding: 0 20px;
  }

  .hero-image {
    background-position: 62% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(3, 15, 12, 0.94), rgba(3, 15, 12, 0.62)),
      linear-gradient(180deg, rgba(3, 15, 12, 0.55), transparent 52%, rgba(3, 15, 12, 0.9));
  }

  .site-header {
    height: 82px;
  }

  .brand {
    gap: 12px;
  }

  .brand-mark {
    border-radius: 11px;
    font-size: 13px;
    height: 45px;
    width: 45px;
  }

  .brand strong {
    font-size: 16px;
  }

  .button-small {
    display: none;
  }

  .hero-content {
    padding-top: 70px;
  }

  .hero h1 {
    font-size: clamp(62px, 20vw, 86px);
  }

  .flourish {
    width: 80%;
  }

  .hero h2 {
    font-size: 31px;
  }

  .hero-intro {
    font-size: 17px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 34px;
  }

  .button {
    font-size: 16px;
    min-height: 56px;
  }

  .quick-facts div {
    display: block;
    min-width: 0;
    padding: 0 16px;
  }

  .quick-facts svg {
    height: 25px;
    margin: 0 0 8px;
    width: 25px;
  }

  .quick-facts dt {
    font-size: 29px;
  }

  .quick-facts dd {
    font-size: 13px;
  }

  .hero-panel {
    bottom: 22px;
    gap: 15px;
    grid-template-columns: 1fr auto;
    left: 20px;
    padding: 18px 18px 18px 22px;
    right: 20px;
    width: auto;
  }

  .hero-panel > p {
    grid-column: 1 / -1;
  }

  .hero-panel > div {
    border-left: 0;
    padding-left: 0;
  }

  .hero-panel strong {
    font-size: 17px;
  }

  .panel-copy {
    display: none !important;
  }

  .facility-strip {
    padding: 34px 20px;
  }

  .facility-strip ul {
    gap: 26px 12px;
    grid-template-columns: 1fr 1fr;
  }

  .facility-strip li {
    border-left: 0;
    font-size: 14px;
    justify-content: flex-start;
    padding: 0;
  }

  .facility-strip svg {
    height: 28px;
    width: 28px;
  }

  .intro-section,
  .groups-section,
  .contact-section {
    display: block;
    padding: 80px 24px;
  }

  .section-heading h2,
  .hire-copy h2,
  .groups-section h2,
  .contact-section h2 {
    font-size: 50px;
  }

  .section-copy,
  .groups-copy,
  .contact-section address {
    margin-top: 42px;
  }

  .gallery {
    display: block;
    padding: 0 20px 80px;
  }

  .gallery figure,
  .gallery-main {
    height: 390px !important;
    margin: 0 0 12px !important;
  }

  .gallery figure:last-child {
    display: block;
  }

  .hire-section {
    display: block;
  }

  .hire-photo {
    min-height: 430px;
  }

  .hire-copy {
    padding: 75px 24px;
  }

  .hire-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-section {
    min-height: 600px;
  }

  footer {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
  }
}
