:root {
  --navy: #1a4a3c;
  --cta: #c6a15b;
  --cta-hover: #b38d48;
  --ink: #1a2e28;
  --muted: #5a6e66;
  --line: #d3e0d8;
  --paper: #f3f6f2;
  --white: #ffffff;
  --max: 1140px;
  --font: "IBM Plex Sans", ui-sans-serif, system-ui, sans-serif;
  --display: "Source Serif 4", Georgia, serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.02rem;
  line-height: 1.55;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: var(--navy);
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  background: var(--cta);
  color: #fff;
  padding: 0.6rem 1rem;
}

.skip-link:focus {
  left: 0.75rem;
  top: 0.75rem;
}

.wrap {
  width: min(var(--max), calc(100% - 2.75rem));
  margin-inline: auto;
}

.topbar {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

.topbar-inner {
  display: flex;
  justify-content: flex-end;
  padding: 0.28rem 0;
}

.topbar a {
  color: #fff;
  text-decoration: none;
}

.topbar a:hover {
  color: #e8d5a3;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 3.5rem;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: var(--navy);
}

.logo-mark {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid var(--navy);
  color: var(--navy);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  flex-shrink: 0;
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.logo-text strong {
  font-size: 0.92rem;
  font-weight: 600;
}

.logo-text small {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 0.9rem;
  font-weight: 500;
}

.nav a {
  color: var(--navy);
  text-decoration: none;
}

.nav a:hover,
.nav a.is-on {
  color: var(--cta);
}

.nav .login {
  border: 1px solid var(--navy);
  padding: 0.35rem 0.8rem;
}

.nav .login:hover {
  background: var(--navy);
  color: #fff;
}

.nav-toggle {
  display: none;
}

.burger {
  display: none;
  width: 2.2rem;
  height: 2.2rem;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.burger span,
.burger span::before,
.burger span::after {
  display: block;
  width: 1.25rem;
  height: 2px;
  background: var(--navy);
  position: relative;
}

.burger span::before,
.burger span::after {
  content: "";
  position: absolute;
  left: 0;
}

.burger span::before {
  top: -6px;
}

.burger span::after {
  top: 6px;
}

.hero {
  position: relative;
  min-height: min(62vh, 32rem);
  display: grid;
  place-items: center;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(26, 74, 60, 0.42);
}

.hero-copy {
  position: relative;
  z-index: 1;
  padding: 4rem 1.25rem;
}

.hero-copy .mark {
  margin: 0 0 0.7rem;
  font-family: var(--display);
  font-size: clamp(2.7rem, 6.5vw, 5.2rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.02;
}

.hero-copy p {
  margin: 0 0 1.7rem;
  font-size: 0.78rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-weight: 500;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 8.2rem;
  padding: 0.8rem 1.5rem;
  background: var(--cta);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
}

.btn:hover {
  background: var(--cta-hover);
  color: #fff;
}

.page-hero {
  position: relative;
  min-height: 18rem;
  display: grid;
  align-items: end;
  color: #fff;
  overflow: hidden;
}

.page-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(26, 74, 60, 0.45);
}

.page-hero .wrap {
  position: relative;
  z-index: 1;
  padding: 4rem 0 2.1rem;
}

.page-hero h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.1rem, 4vw, 3.1rem);
  font-weight: 500;
}

.section {
  padding: 4.25rem 0;
}

.section-tight {
  padding-top: 0;
}

.section h2 {
  margin: 0 0 0.85rem;
  font-family: var(--display);
  font-size: 1.85rem;
  font-weight: 500;
  color: var(--navy);
}

.kicker {
  margin: 0 0 0.45rem;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cta);
  font-weight: 600;
}

.lede {
  margin: 0 0 2rem;
  color: var(--muted);
  max-width: 34rem;
}

.directory {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.directory-2 {
  grid-template-columns: 1fr 1fr;
}

.directory article {
  padding: 1.85rem 1.75rem 2rem;
  border-right: 1px solid var(--line);
  overflow: visible;
}

.directory article:first-child {
  padding-left: 0;
}

.directory article:last-child {
  border-right: 0;
  padding-right: 0;
}

.directory h3 {
  margin: 0 0 0.5rem;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}

.directory p,
.directory a {
  margin: 0;
  color: var(--ink);
  text-decoration: none;
  line-height: 1.5;
}

.directory a:hover {
  color: var(--cta);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 3.5rem;
  align-items: center;
}

.still {
  overflow: hidden;
}

.still img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.bleed {
  height: min(42vh, 22rem);
  overflow: hidden;
  background: #1a4a3c;
}

.bleed img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-band {
  padding: 3.5rem 0;
  text-align: center;
}

.inquiry {
  display: grid;
  gap: 1.1rem;
  max-width: 28rem;
}

.inquiry label {
  display: grid;
  gap: 0.4rem;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}

.inquiry input,
.inquiry textarea {
  font: inherit;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: var(--ink);
  padding: 0.7rem 0.8rem;
  border: 1px solid var(--line);
  background: var(--white);
  width: 100%;
}

.inquiry textarea {
  min-height: 8rem;
  resize: vertical;
}

.inquiry input:focus,
.inquiry textarea:focus {
  outline: 1px solid var(--navy);
  border-color: var(--navy);
}

.inquiry .btn {
  width: fit-content;
  margin-top: 0.3rem;
  border: 0;
  cursor: pointer;
}

.email {
  font-size: 1.35rem;
  font-weight: 500;
  font-family: var(--display);
  text-decoration: none;
  color: var(--navy);
}

.email:hover {
  color: var(--cta);
}

.band {
  background: var(--navy);
  color: #fff;
}

.band h2 {
  color: #fff;
}

.band .lede,
.band .kicker {
  color: rgba(255, 255, 255, 0.7);
}

.band a.phone {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
  text-decoration: none;
  font-family: var(--display);
}

.band a.phone:hover {
  color: #e8d5a3;
}

.facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem 3rem;
}

.facts p {
  margin: 0 0 0.65rem;
}

.site-footer {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.68);
  padding: 2.6rem 0 1.5rem;
  font-size: 0.88rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

.site-footer h3 {
  margin: 0 0 0.7rem;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
}

.site-footer p {
  margin: 0 0 0.35rem;
}

.site-footer a {
  color: #fff;
  text-decoration: none;
}

.site-footer a:hover {
  color: #e8d5a3;
}

.footer-base {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.78rem;
}

@media (max-width: 860px) {
  .directory,
  .directory-2,
  .split,
  .facts,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .directory article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 1.25rem 0;
  }

  .directory article:last-child {
    border-bottom: 0;
  }

  .burger {
    display: grid;
    place-items: center;
  }

  .nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(3.5rem + 1.4rem);
    flex-direction: column;
    gap: 0;
    background: #fff;
    border-bottom: 1px solid var(--line);
    padding: 0.5rem 1.25rem 1rem;
  }

  .nav a {
    padding: 0.7rem 0;
    border-bottom: 1px solid var(--line);
  }

  .nav .login {
    display: inline-block;
    margin-top: 0.5rem;
    width: fit-content;
  }

  .nav-toggle:checked ~ .nav {
    display: flex;
  }
}
