:root {
  --ink: #1f2522;
  --muted: #5f6863;
  --line: #d9ded8;
  --paper: #ffffff;
  --wash: #f6f7f3;
  --forest: #183f34;
  --forest-soft: #eef4f1;
  --gold: #b5862a;
  --gold-soft: #f5efe1;
  --shadow: 0 18px 55px rgba(24, 63, 52, 0.12);
  color-scheme: light;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.5;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 14px clamp(20px, 5vw, 72px);
  border-bottom: 1px solid rgba(217, 222, 216, 0.8);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--forest);
  font-size: 0.96rem;
  font-weight: 800;
  text-decoration: none;
}

.brand img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 28px);
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 650;
}

nav a {
  text-decoration: none;
}

nav a:hover,
nav a:focus-visible {
  color: var(--forest);
}

.hero {
  min-height: calc(100vh - 76px);
  padding: clamp(52px, 8vw, 96px) clamp(20px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(24, 63, 52, 0.04), rgba(181, 134, 42, 0.06) 58%, rgba(255, 255, 255, 0)),
    var(--wash);
}

.hero-simple {
  display: flex;
  align-items: center;
}

.hero-copy {
  max-width: 960px;
}

.eyebrow,
.card-label {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 18px;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 11vw, 9.5rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.9;
}

h2 {
  margin-bottom: 0;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 4.4rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

h3 {
  margin-bottom: 12px;
  color: var(--forest);
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  letter-spacing: 0;
  line-height: 1.1;
}

.lede {
  max-width: 700px;
  margin-bottom: 28px;
  color: #34413b;
  font-size: clamp(1.12rem, 2vw, 1.42rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.button {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid var(--forest);
  border-radius: 8px;
  background: var(--forest);
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
}

.button:hover,
.button:focus-visible {
  background: #102b24;
}

.status {
  display: inline-flex;
  align-items: center;
  max-width: 360px;
  min-height: 48px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 650;
}

.section {
  padding: clamp(56px, 8vw, 104px) clamp(20px, 5vw, 72px);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: clamp(28px, 7vw, 84px);
  border-bottom: 1px solid var(--line);
}

.copy-stack {
  color: #39433e;
  font-size: clamp(1.04rem, 1.5vw, 1.18rem);
}

.copy-stack p:last-child {
  margin-bottom: 0;
}

.section-heading {
  max-width: 880px;
  margin-bottom: clamp(28px, 5vw, 52px);
}

.section-heading > p:not(.eyebrow) {
  max-width: 680px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.dba-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.dba-detail-grid {
  align-items: stretch;
}

.operations {
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, #ffffff, #fbfaf6);
}

.operations-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.operations-grid article {
  min-height: 220px;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgba(181, 134, 42, 0.24);
  border-radius: 8px;
  background: var(--gold-soft);
}

.operations-grid p {
  margin-bottom: 0;
  color: #3d443f;
}

.dba-card {
  min-height: 420px;
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.dba-card p {
  max-width: 560px;
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 1rem;
}

.dba-card a,
.operations-grid a,
.contact-intro a,
.contact-copy a {
  color: var(--forest);
  font-weight: 750;
  overflow-wrap: anywhere;
  text-underline-offset: 3px;
}

.dba-card p:last-child {
  margin-bottom: 0;
}

.dba-note {
  color: var(--forest);
  font-weight: 750;
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: clamp(28px, 6vw, 76px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--forest-soft);
}

.contact-intro {
  max-width: 620px;
  margin: 22px 0 0;
  color: #3b4640;
  font-size: 1.02rem;
}

.phone-line {
  margin: 22px 0 0;
  color: var(--forest);
  font-size: 1.04rem;
  font-weight: 800;
}

.phone-line a {
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.contact-copy {
  align-self: center;
  padding: 26px;
  border: 1px solid rgba(24, 63, 52, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  color: #33413b;
  font-size: 1rem;
  font-weight: 650;
}

.contact-copy p {
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 500;
}

.contact-copy p:last-child {
  margin-bottom: 0;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  padding: 30px clamp(20px, 5vw, 72px);
  color: var(--muted);
  font-size: 0.88rem;
}

.site-footer p {
  margin: 0;
}

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

  nav {
    width: 100%;
    justify-content: space-between;
  }

  .split,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .dba-grid {
    grid-template-columns: 1fr;
  }

  .operations-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .site-header {
    position: static;
    padding-top: 18px;
  }

  nav {
    gap: 10px;
    font-size: 0.86rem;
  }

  h1 {
    font-size: 3.3rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button,
  .status {
    width: 100%;
  }

  .section,
  .hero {
    padding-left: 18px;
    padding-right: 18px;
  }
}
