:root {
  --forest: #003d24;
  --forest-deep: #002719;
  --green: #00784b;
  --jade: #18a56d;
  --mint: #dff3dc;
  --sage: #eef8ed;
  --sage-strong: #cce8bf;
  --text: #093825;
  --muted: #496757;
  --white: #ffffff;
  --line: rgba(0, 61, 36, 0.18);
  --shadow: 0 22px 60px rgba(0, 39, 25, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--sage);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

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

img,
svg {
  display: block;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 34px;
  min-height: 86px;
  padding: 18px clamp(22px, 4.6vw, 58px);
  background: linear-gradient(90deg, var(--forest-deep), var(--forest));
  color: var(--white);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
}

.brand,
.footer-brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.35vw, 2.45rem);
  letter-spacing: 0;
  line-height: 1;
}

.nav-links,
.site-footer nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3.2vw, 42px);
  font-size: 0.95rem;
  font-weight: 700;
}

.nav-links a,
.site-footer a {
  transition: color 180ms ease, opacity 180ms ease;
}

.nav-links a:hover,
.site-footer a:hover {
  color: var(--sage-strong);
}

.header-cta,
.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-cta {
  padding: 0 25px;
  background: var(--mint);
  color: var(--forest-deep);
}

.header-cta:hover,
.button:hover {
  transform: translateY(-2px);
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(310px, 0.9fr) minmax(360px, 1fr);
  min-height: clamp(720px, calc(100vh - 140px), 860px);
  overflow: hidden;
  background:
    radial-gradient(circle at 13% 20%, rgba(255, 255, 255, 0.84), transparent 31%),
    linear-gradient(104deg, #f6fff6 0%, #eef8ed 46%, #e2f4dd 100%);
}

.hero::after {
  position: absolute;
  right: -10vw;
  bottom: -7vw;
  left: -5vw;
  z-index: -1;
  height: clamp(86px, 10vw, 145px);
  content: "";
  background: linear-gradient(90deg, var(--forest-deep), var(--forest));
  clip-path: ellipse(64% 45% at 58% 100%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: 590px;
  padding: clamp(72px, 10vw, 130px) 0 clamp(96px, 13vw, 170px) clamp(28px, 10vw, 118px);
}

.hero h1,
.connect h2,
.section-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  color: var(--forest-deep);
  font-size: clamp(4.8rem, 10vw, 9.4rem);
  line-height: 0.93;
}

.title-rule {
  width: 132px;
  height: 2px;
  margin: 34px 0 30px;
  background: linear-gradient(90deg, var(--forest), var(--sage-strong));
}

.hero-copy p {
  max-width: 440px;
  margin: 0;
  color: #1a3c2c;
  font-size: clamp(1.03rem, 1.45vw, 1.32rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 46px;
}

.button {
  padding: 0 30px;
}

.button-primary {
  background: var(--forest);
  color: var(--white);
  box-shadow: 0 14px 32px rgba(0, 61, 36, 0.22);
}

.button-secondary {
  border: 1px solid var(--forest);
  background: rgba(255, 255, 255, 0.55);
  color: var(--forest-deep);
}

.portrait-frame {
  position: relative;
  justify-self: end;
  align-self: stretch;
  width: 100%;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  border-radius: 34% 0 0 42% / 28% 0 0 18%;
  background: #bfdcbc;
  box-shadow: -1px 0 0 rgba(0, 61, 36, 0.08);
}

.portrait-frame::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(90deg, rgba(238, 248, 237, 0.5) 0%, rgba(238, 248, 237, 0.08) 24%, rgba(238, 248, 237, 0) 52%),
    radial-gradient(circle at 66% 30%, rgba(255, 255, 255, 0.16), transparent 28%);
  pointer-events: none;
}

.portrait-frame::after {
  position: absolute;
  top: -4%;
  bottom: -4%;
  left: -2px;
  z-index: 2;
  width: clamp(54px, 7vw, 112px);
  content: "";
  border-left: 1px solid rgba(0, 120, 75, 0.12);
  border-radius: 100% 0 0 100% / 50% 0 0 50%;
  background: linear-gradient(90deg, rgba(238, 248, 237, 0.24), rgba(238, 248, 237, 0));
  pointer-events: none;
}

.portrait-frame img {
  position: absolute;
  inset: 0 0 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(1.04) contrast(1.02);
}

.hero-art {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.leaf {
  position: absolute;
  width: 220px;
  color: rgba(0, 120, 75, 0.18);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.leaf-a {
  top: 9px;
  left: -20px;
}

.spray-lines {
  position: absolute;
  bottom: 70px;
  left: 30px;
  width: min(560px, 48vw);
  fill: none;
  stroke: rgba(0, 120, 75, 0.2);
  stroke-dasharray: 8 11;
  stroke-linecap: round;
  stroke-width: 2;
}

.roles {
  padding: clamp(76px, 9vw, 116px) clamp(22px, 5vw, 68px);
  background:
    radial-gradient(circle at 50% -20%, rgba(39, 165, 99, 0.28), transparent 38%),
    linear-gradient(140deg, var(--forest-deep), var(--forest));
  color: var(--white);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading h2,
.connect h2 {
  font-size: clamp(2.55rem, 5vw, 4.2rem);
  line-height: 1;
}

.section-heading h2 {
  color: var(--white);
}

.section-heading p {
  margin: 22px 0 0;
  color: #dcefd6;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
}

.role-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1180px;
  margin: 0 auto;
}

.role-card {
  padding: 14px clamp(28px, 4vw, 52px) 0;
  text-align: center;
}

.role-card + .role-card {
  border-left: 1px solid rgba(220, 239, 214, 0.28);
}

.role-icon {
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  margin: 0 auto 25px;
  border-radius: 50%;
  background: var(--mint);
  color: var(--forest);
}

.role-icon svg {
  width: 58px;
  height: 58px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.role-card h3 {
  margin: 0;
  color: #fbfff8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 2.6vw, 2.35rem);
  font-weight: 500;
  line-height: 1.05;
}

.role-card p {
  max-width: 300px;
  margin: 18px auto 0;
  color: #edf8eb;
  font-size: 0.98rem;
  line-height: 1.55;
}

.connect {
  display: grid;
  grid-template-columns: minmax(300px, 0.92fr) minmax(320px, 1fr);
  gap: clamp(44px, 7vw, 84px);
  align-items: center;
  padding: clamp(68px, 9vw, 112px) clamp(24px, 5vw, 72px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0.18)),
    var(--sage);
}

.boise-panel {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  max-width: 560px;
  overflow: hidden;
  border-radius: 8px;
  background: #bcd9ba;
  box-shadow: var(--shadow);
}

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

.connect-copy {
  max-width: 580px;
}

.connect h2 {
  color: var(--forest-deep);
}

.connect-copy p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.03rem, 1.45vw, 1.24rem);
  line-height: 1.6;
}

.contact-list {
  display: grid;
  gap: 24px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.contact-list li {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  color: var(--forest-deep);
  font-weight: 800;
}

.contact-list a {
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-decoration-color: rgba(0, 61, 36, 0.32);
  text-underline-offset: 5px;
}

.contact-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: var(--forest);
  color: var(--white);
  font-weight: 900;
}

.contact-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.inquiry-section {
  display: grid;
  grid-template-columns: minmax(240px, 0.7fr) minmax(360px, 1fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: start;
  padding: clamp(56px, 7vw, 92px) clamp(24px, 5vw, 72px) clamp(76px, 8vw, 112px);
  background: linear-gradient(180deg, #f7fff7, var(--sage));
}

.inquiry-intro {
  max-width: 430px;
}

.inquiry-intro h2 {
  margin: 0;
  color: var(--forest-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.15rem, 4vw, 3.4rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.04;
  text-transform: uppercase;
}

.inquiry-intro p {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.6;
}

.contact-form {
  display: grid;
  gap: 16px;
  width: 100%;
  max-width: 720px;
}

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

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--forest-deep);
  font-size: 0.88rem;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(0, 61, 36, 0.22);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--text);
  font: inherit;
  font-size: 0.98rem;
  line-height: 1.35;
  padding: 13px 14px;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--green);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(0, 120, 75, 0.12);
}

.contact-form button {
  width: fit-content;
  min-width: 158px;
  border: 0;
  cursor: pointer;
}

.contact-form button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 800;
}

.form-status.is-success {
  color: var(--green);
}

.form-status.is-error {
  color: #8a2a15;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.2fr auto minmax(180px, 0.7fr);
  gap: clamp(28px, 6vw, 92px);
  align-items: start;
  padding: 42px clamp(24px, 5vw, 72px);
  background: linear-gradient(90deg, var(--forest), var(--forest-deep));
  color: var(--white);
}

.site-footer p,
.footer-connect span {
  margin: 16px 0 0;
  color: #dcefd6;
}

.site-footer nav,
.footer-connect {
  display: grid;
  gap: 10px;
}

.footer-connect span {
  display: block;
  font-size: 0.88rem;
}

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

  .nav-links {
    display: none;
  }

  .hero,
  .connect,
  .inquiry-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy {
    max-width: none;
    padding: 64px 28px 40px;
  }

  .portrait-frame {
    min-height: 560px;
    border-radius: 46% 0 0 0 / 14% 0 0 0;
  }

  .portrait-frame img {
    inset: 0;
    width: 100%;
    height: 100%;
    object-position: 55% center;
    transform: none;
  }

  .role-list {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .role-card + .role-card {
    border-left: 0;
    border-top: 1px solid rgba(220, 239, 214, 0.28);
    padding-top: 44px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .inquiry-intro {
    max-width: none;
  }
}

@media (max-width: 560px) {
  .site-header {
    min-height: 76px;
    gap: 16px;
    padding: 16px 18px;
  }

  .brand {
    font-size: 1.45rem;
  }

  .header-cta {
    min-height: 42px;
    padding: 0 16px;
    font-size: 0.84rem;
  }

  .hero h1 {
    font-size: clamp(4.1rem, 20vw, 5.6rem);
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .portrait-frame {
    min-height: 470px;
  }

  .spray-lines {
    width: 380px;
  }

  .roles,
  .connect {
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact-list li {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
  }

  .contact-icon {
    width: 40px;
    height: 40px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .contact-form button {
    width: 100%;
  }
}
