:root {
  --deep-shale: #444B52;
  --forest-green: #4A735C;
  --river-teal: #2F8F9D;
  --mist-blue: #B4D3DC;
  --moss-gold: #A68C5B;
  --drift-grey: #F6F6F6;

  --text: #1d252b;
  --muted: rgba(29, 37, 43, 0.72);
  --panel-bg: rgba(246, 246, 246, 0.84);
  --panel-border: rgba(68, 75, 82, 0.18);
  --shadow: 0 26px 80px rgba(25, 32, 37, 0.20);
  --max: 1040px;
}

* { box-sizing: border-box; }

html,
body {
  min-height: 100%;
  margin: 0;
  scroll-behavior: smooth;
}

body {
  font-family: Inter, "Open Sans", Arial, sans-serif;
  color: var(--text);
  background: #cfcfcf url("Waterfall.png") center center / cover no-repeat fixed;
  line-height: 1.55;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(246,246,246,0.16), rgba(246,246,246,0.44) 58%, rgba(246,246,246,0.20)),
    radial-gradient(circle at 78% 20%, rgba(180,211,220,0.20), transparent 32%);
  pointer-events: none;
}

a {
  color: var(--river-teal);
  text-decoration: none;
}

a:hover,
a:focus-visible {
  text-decoration: underline;
}

.wrap {
  width: min(92%, var(--max));
  margin: 0 auto;
}

.page-shell {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  padding: 14px 48px 40px;
}

.content-shell {
  width: min(92vw, var(--max));
  margin: 0 auto;
}

.site-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 48px;
  font-size: 15px;
  color: #0f171b;
}

.service-line {
  color: rgba(15, 23, 27, 0.92);
}

.brand {
  color: #0f171b;
  text-decoration: none;
  font-weight: 500;
}

.brand:hover,
.brand:focus-visible {
  text-decoration: none;
}

.brand span {
  color: var(--forest-green);
}

.quick-links {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
  margin-bottom: 18px;
}

.button-link {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--forest-green);
  color: white;
  text-decoration: none;
  font-weight: 600;
  border: 0;
}

.button-link:hover,
.button-link:focus-visible {
  background: var(--deep-shale);
  color: white;
  text-decoration: none;
  outline: none;
}

.secondary-link {
  background: rgba(246,246,246,0.76);
  color: var(--deep-shale);
  border: 1px solid rgba(68,75,82,0.18);
}

.secondary-link:hover,
.secondary-link:focus-visible {
  background: var(--deep-shale);
  color: white;
}

.content-card {
  margin: 18px 0 28px;
  padding: 34px;
  border: 1px solid var(--panel-border);
  border-radius: 24px;
  background: var(--panel-bg);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-card-page {
  max-width: 820px;
}

.eyebrow {
  margin: 0 0 7px;
  color: var(--forest-green);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 12px;
}

h1,
h2,
h3 {
  color: var(--deep-shale);
}

h1 {
  margin: 18px 0 18px;
  font-family: Merriweather, Georgia, serif;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
}

h2 {
  margin: 0 0 12px;
  font-family: Merriweather, Georgia, serif;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.12;
}

h3 {
  margin: 0 0 10px;
  font-size: 1.1rem;
}

p {
  color: var(--muted);
  font-size: 1rem;
}

.hero-card-page p {
  max-width: 66ch;
  font-size: 1.06rem;
}

.section-intro {
  max-width: 72ch;
  margin: 0 0 28px;
}

.cta-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.cards,
.process,
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

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

.card,
.step,
.contact-box {
  background: rgba(255,255,255,0.68);
  border: 1px solid rgba(68,75,82,0.14);
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 8px 24px rgba(68, 75, 82, 0.08);
}

.card {
  display: flex;
  flex-direction: column;
}

.card p {
  margin: 0 0 12px;
  flex-grow: 1;
}

.tag {
  display: inline-block;
  margin-top: auto;
  padding-top: 12px;
  color: var(--moss-gold);
  font-size: 0.84rem;
  font-weight: 700;
}

.step-num {
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: var(--mist-blue);
  color: var(--deep-shale);
  font-weight: 700;
}

.small {
  font-size: 0.93rem;
}

.contact-note {
  margin-top: 12px;
}

.footer {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(68,75,82,0.18);
  padding: 22px 0 40px;
  color: var(--muted);
  font-size: 0.94rem;
  background: rgba(246,246,246,0.44);
}

@media (max-width: 860px) {
  body { background-attachment: scroll; }

  .page-shell {
    padding: 14px 20px 32px;
  }

  .site-header {
    justify-content: space-between;
    gap: 20px;
    font-size: 13px;
  }

  .content-shell {
    width: 100%;
  }

  .content-card {
    padding: 24px;
  }

  .cards,
  .process,
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

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

  .quick-links {
    margin-top: 22px;
  }

  .button-link {
    width: 100%;
    text-align: center;
  }
}
