:root {
  --ink: #171514;
  --muted: #6b625b;
  --paper: #f7f4ef;
  --surface: #ffffff;
  --line: #ddd6cb;
  --copper: #9b4f2f;
  --olive: #405c46;
  --gold: #c89c53;
  --shadow: 0 24px 70px rgba(23, 21, 20, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  color: #fff;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.64);
  background: rgba(23, 21, 20, 0.34);
  font-size: 0.82rem;
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
}

.nav-links a {
  text-decoration: none;
}

.nav-links a:hover {
  color: #fff;
}

.hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 108px clamp(18px, 5vw, 72px) 34px;
  color: #fff;
}

.hero-image,
.hero-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-scrim {
  background:
    linear-gradient(90deg, rgba(23, 21, 20, 0.88) 0%, rgba(23, 21, 20, 0.58) 43%, rgba(23, 21, 20, 0.18) 100%),
    linear-gradient(180deg, rgba(23, 21, 20, 0.36) 0%, rgba(23, 21, 20, 0.08) 44%, rgba(23, 21, 20, 0.76) 100%);
}

.hero-content {
  position: relative;
  width: min(850px, 100%);
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 6vw, 5.35rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.92;
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 500;
  line-height: 1.02;
}

h3 {
  margin-bottom: 8px;
  font-size: 1rem;
}

.hero-copy {
  max-width: 640px;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
}

.sponsor-line {
  max-width: 720px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.98rem;
}

.hero-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 780px;
}

.choice {
  min-height: 122px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.choice:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.66);
}

.choice.primary {
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
}

.choice.secondary {
  background: rgba(64, 92, 70, 0.86);
  color: #fff;
}

.choice span {
  font-size: 1.15rem;
  font-weight: 800;
}

.choice small {
  margin-top: 18px;
  color: currentColor;
  opacity: 0.72;
  font-size: 0.92rem;
}

.notice-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  justify-content: center;
  padding: 14px 18px;
  background: var(--ink);
  color: #fff;
  font-size: 0.9rem;
}

.notice-bar a {
  color: #fff;
}

.intro-section,
.service-section,
.advisory-section,
.contact-section {
  padding: clamp(58px, 9vw, 108px) clamp(18px, 5vw, 72px);
}

.intro-grid,
.service-layout,
.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: clamp(28px, 6vw, 88px);
  align-items: start;
}

.intro-grid p,
.service-layout > div > p,
.advisory-copy p {
  color: var(--muted);
  font-size: 1.1rem;
}

.service-section {
  background: var(--surface);
}

.service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.service-list article {
  min-height: 164px;
  padding: 24px;
  background: var(--surface);
}

.service-list p {
  margin-bottom: 0;
  color: var(--muted);
}

.advisory-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  gap: clamp(28px, 6vw, 88px);
  align-items: stretch;
  background: #ece5da;
}

.advisory-link {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  background: var(--olive);
  color: #fff;
  text-decoration: none;
  box-shadow: var(--shadow);
}

.advisory-link span {
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  font-family: Georgia, "Times New Roman", serif;
}

.advisory-link small {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.72);
}

.contact-panel {
  padding: 28px;
  border-top: 4px solid var(--copper);
  background: var(--surface);
}

.contact-panel p {
  color: var(--muted);
}

.contact-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  background: var(--ink);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.secondary-contact {
  background: var(--olive);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding: 28px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.88rem;
}

.site-footer strong,
.site-footer span {
  display: block;
}

.footer-links {
  display: grid;
  gap: 6px;
}

@media (max-width: 860px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: 94vh;
    padding-top: 104px;
  }

  .hero-actions,
  .intro-grid,
  .service-layout,
  .advisory-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .service-list {
    grid-template-columns: 1fr;
  }

  .site-footer {
    display: grid;
  }
}

@media (max-width: 520px) {
  .brand small {
    max-width: 180px;
  }

  h1 {
    font-size: 2.55rem;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .sponsor-line {
    font-size: 0.86rem;
  }

  .hero-actions {
    gap: 10px;
  }

  .choice {
    min-height: 104px;
    padding: 17px;
  }

  .choice small {
    margin-top: 10px;
    font-size: 0.84rem;
  }
}
