:root {
  --ink: #103833;
  --ink-2: #174b43;
  --green: #2f9d50;
  --green-dark: #237c3e;
  --lime: #dceaa7;
  --cream: #f8f5ec;
  --paper: #fffdf8;
  --orange: #f2a33a;
  --line: rgba(16, 56, 51, 0.14);
  --muted: #5f726e;
  --shadow: 0 24px 70px rgba(16, 56, 51, 0.12);
  --radius: 24px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 98px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Aptos", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 8px;
  left: 8px;
  padding: 10px 16px;
  color: #fff;
  background: var(--ink);
  border-radius: 8px;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: none;
}

.container {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(16, 56, 51, 0.08);
  background: rgba(255, 253, 248, 0.91);
  backdrop-filter: blur(18px);
}

.nav-wrap {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.brand span {
  font-size: 1.23rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.site-nav a {
  position: relative;
  font-size: 0.94rem;
  font-weight: 750;
}

.site-nav a:not(.button)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  height: 2px;
  background: var(--green);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  background: #fff;
  cursor: pointer;
}

.menu-toggle svg {
  width: 24px;
  margin: auto;
}

.button {
  display: inline-flex;
  min-height: 50px;
  padding: 12px 22px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 850;
  line-height: 1.15;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.button-primary {
  color: #fff;
  background: var(--ink);
  box-shadow: 0 12px 30px rgba(16, 56, 51, 0.2);
}

.button-primary:hover {
  background: var(--ink-2);
  box-shadow: 0 14px 34px rgba(16, 56, 51, 0.25);
}

.button-green {
  color: #fff;
  background: var(--green-dark);
}

.button-light {
  border-color: var(--line);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.8);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--green-dark);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 32px;
  height: 2px;
  background: currentColor;
}

h1,
h2,
h3 {
  margin-top: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(3.1rem, 7vw, 6.6rem);
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(2.25rem, 4.6vw, 4.35rem);
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.lead {
  max-width: 680px;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.8vw, 1.32rem);
  line-height: 1.6;
}

.hero {
  position: relative;
  min-height: calc(100vh - 82px);
  padding: 80px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 20%, rgba(220, 234, 167, 0.75), transparent 32%),
    linear-gradient(135deg, #fffdf8 0%, #f7f3e5 64%, #eef1d0 100%);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(47, 157, 80, 0.16);
  border-radius: 50%;
}

.hero::before {
  width: 420px;
  height: 420px;
  right: -90px;
  bottom: -180px;
}

.hero::after {
  width: 230px;
  height: 230px;
  top: 40px;
  right: 38%;
}

.hero-grid {
  position: relative;
  z-index: 1;
  min-height: 640px;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 62px;
}

.hero h1 em {
  display: block;
  color: var(--green-dark);
  font-style: italic;
  font-weight: 500;
}

.hero-actions {
  display: flex;
  margin-top: 34px;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-visual {
  position: relative;
  align-self: stretch;
}

.hero-photo {
  position: absolute;
  inset: 5% 0 7% 8%;
  width: 92%;
  height: 88%;
  object-fit: cover;
  border-radius: 220px 220px 32px 32px;
  box-shadow: var(--shadow);
}

.hero-logo {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: -20px;
  width: 190px;
  height: 190px;
  padding: 12px;
  object-fit: contain;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 50px rgba(16, 56, 51, 0.2);
}

.hero-note {
  position: absolute;
  z-index: 3;
  top: 16%;
  right: -20px;
  width: 190px;
  padding: 18px 20px;
  border-radius: 18px;
  color: var(--ink);
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 16px 45px rgba(16, 56, 51, 0.16);
  font-size: 0.9rem;
  font-weight: 750;
}

.hero-note strong {
  display: block;
  color: var(--green-dark);
  font-family: Georgia, serif;
  font-size: 1.75rem;
}

.trust-bar {
  border-block: 1px solid var(--line);
  background: var(--ink);
  color: #fff;
}

.trust-grid {
  min-height: 112px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}

.trust-item {
  min-height: 54px;
  padding: 0 25px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.91rem;
}

.trust-item:first-child {
  padding-left: 0;
}

.trust-item:last-child {
  border: 0;
}

.trust-item svg {
  width: 26px;
  flex: 0 0 26px;
  color: var(--lime);
}

.trust-item strong {
  display: block;
}

.section {
  padding: 120px 0;
}

.section-soft {
  background: var(--cream);
}

.section-green {
  color: #fff;
  background: var(--ink);
}

.section-green h2,
.section-green h3 {
  color: #fff;
}

.section-green .lead,
.section-green .eyebrow {
  color: var(--lime);
}

.section-head {
  max-width: 780px;
  margin-bottom: 56px;
}

.split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 70px;
}

.image-frame {
  position: relative;
}

.image-frame::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 26px -24px -24px 26px;
  border-radius: var(--radius);
  background: var(--lime);
}

.image-frame img {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 480px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.feature-list {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  margin: 0 0 14px;
  padding-left: 36px;
  color: var(--muted);
}

.feature-list li::before {
  content: "✓";
  position: absolute;
  top: 1px;
  left: 0;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 900;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.cards-four {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card {
  position: relative;
  min-height: 360px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.card-number {
  display: block;
  margin-bottom: 64px;
  color: var(--green-dark);
  font-size: 0.77rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}

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

.card-link {
  position: absolute;
  right: 30px;
  bottom: 28px;
  left: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 850;
}

.card-link span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--ink);
}

.portal-panel {
  position: relative;
  padding: 64px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 50px;
  border-radius: 34px;
  background: var(--lime);
}

.portal-panel::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -140px;
  width: 380px;
  height: 380px;
  border: 70px solid rgba(47, 157, 80, 0.16);
  border-radius: 50%;
}

.portal-panel > * {
  position: relative;
  z-index: 1;
}

.portal-panel .eyebrow {
  color: var(--ink);
}

.portal-features {
  display: grid;
  gap: 12px;
}

.portal-feature {
  padding: 15px 18px;
  display: flex;
  align-items: center;
  gap: 13px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.7);
  font-weight: 800;
}

.portal-feature span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--ink);
}

.jobs-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: start;
  gap: 64px;
}

.jobs-list {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.job-row {
  padding: 28px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.job-row h3 {
  margin-bottom: 6px;
  font-size: 1.45rem;
}

.job-row p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.94rem;
}

.job-row span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--lime);
  font-size: 1.3rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
}

.contact-list {
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.contact-list li {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.contact-list small {
  display: block;
  color: var(--muted);
}

.contact-list a {
  font-weight: 850;
}

.contact-card {
  padding: 42px;
  border-radius: var(--radius);
  background: var(--cream);
}

.contact-card h3 {
  margin-bottom: 8px;
}

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

.form-field {
  display: grid;
  gap: 7px;
}

.form-field-full {
  grid-column: 1 / -1;
}

.form-field label {
  font-size: 0.86rem;
  font-weight: 850;
}

.form-field input,
.form-field textarea {
  width: 100%;
  padding: 13px 15px;
  border: 1px solid rgba(16, 56, 51, 0.2);
  border-radius: 12px;
  color: var(--ink);
  background: #fff;
}

.form-field textarea {
  min-height: 140px;
  resize: vertical;
}

.form-field input:focus,
.form-field textarea:focus {
  outline: 3px solid rgba(47, 157, 80, 0.22);
  border-color: var(--green-dark);
}

.form-note {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.hp-field {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.form-status {
  grid-column: 1 / -1;
  min-height: 26px;
  margin: 0;
  color: var(--ink);
  font-weight: 750;
}

.form-status.error {
  color: #a1261c;
}

.contact-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-hero {
  position: relative;
  padding: 104px 0 86px;
  overflow: hidden;
  background: var(--cream);
}

.page-hero::after {
  content: "";
  position: absolute;
  top: -140px;
  right: -100px;
  width: 430px;
  height: 430px;
  border: 80px solid rgba(47, 157, 80, 0.12);
  border-radius: 50%;
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  max-width: 930px;
  font-size: clamp(3rem, 6vw, 5.8rem);
}

.page-hero .lead {
  max-width: 760px;
}

.photo-hero {
  min-height: 520px;
  display: grid;
  align-items: end;
  background-position: center;
  background-size: cover;
}

.photo-hero-overlay {
  padding: 160px 0 60px;
  color: #fff;
  background: linear-gradient(transparent, rgba(8, 42, 37, 0.85));
}

.photo-hero h1,
.photo-hero .eyebrow {
  color: #fff;
}

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

.stat {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
}

.stat strong {
  display: block;
  margin-bottom: 6px;
  color: var(--green-dark);
  font-family: Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1;
}

.content {
  max-width: 840px;
}

.content h2 {
  margin-top: 70px;
  font-size: clamp(2rem, 4vw, 3.3rem);
}

.content h3 {
  margin-top: 36px;
}

.content p,
.content li {
  color: #405a55;
}

.content a {
  color: var(--green-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.callout {
  margin: 44px 0;
  padding: 34px;
  border-left: 5px solid var(--green);
  border-radius: 0 18px 18px 0;
  background: var(--cream);
}

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

.figure-card {
  margin: 32px 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
}

.figure-card img {
  width: 100%;
  max-height: 620px;
  object-fit: contain;
  border-radius: 12px;
}

.figure-card figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.84rem;
}

.detail-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: start;
  gap: 68px;
}

.detail-grid + .detail-grid {
  margin-top: 100px;
}

.detail-grid.reverse {
  grid-template-columns: 1.1fr 0.9fr;
}

.detail-grid.reverse .detail-image {
  order: 2;
}

.detail-image {
  position: sticky;
  top: 120px;
}

.detail-image img {
  width: 100%;
  max-height: 590px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.detail-copy h2 {
  font-size: clamp(2.2rem, 4vw, 3.7rem);
}

.job-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: stretch;
  min-height: 640px;
}

.job-hero-copy {
  padding: 100px max(40px, calc((100vw - var(--max)) / 2));
  padding-right: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--lime);
}

.job-hero-copy h1 {
  font-size: clamp(3rem, 5.8vw, 5.8rem);
}

.job-hero-image {
  min-height: 500px;
  background-position: center;
  background-size: cover;
}

.job-facts {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}

.job-facts li {
  padding: 8px 14px;
  border: 1px solid rgba(16, 56, 51, 0.2);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 850;
}

.legal h1 {
  font-size: clamp(2.8rem, 5vw, 4.8rem);
}

.site-footer {
  padding: 70px 0 30px;
  color: #fff;
  background: #092e2a;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 60px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 18px;
}

.footer-brand img {
  width: 82px;
  height: 82px;
  padding: 5px;
  object-fit: contain;
  border-radius: 50%;
  background: #fff;
}

.footer-brand strong {
  display: block;
  font-family: Georgia, serif;
  font-size: 1.55rem;
}

.footer-brand span,
.footer-col p,
.footer-col a {
  color: rgba(255, 255, 255, 0.7);
}

.footer-col h3 {
  color: #fff;
  font-family: inherit;
  font-size: 0.78rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.footer-col a {
  display: block;
  margin: 8px 0;
}

.footer-col a:hover {
  color: #fff;
}

.footer-bottom {
  margin-top: 54px;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.83rem;
}

.reveal {
  opacity: 1;
  transform: none;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1020px) {
  .site-nav {
    position: fixed;
    z-index: 90;
    inset: 83px 0 0;
    padding: 30px 24px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    background: var(--paper);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    padding: 14px 6px;
    font-size: 1.1rem;
  }

  .site-nav a.button {
    margin-top: 12px;
  }

  .menu-toggle {
    display: grid;
    place-items: center;
  }

  .hero-grid {
    grid-template-columns: 1fr 0.9fr;
    gap: 36px;
  }

  .hero-note {
    right: 0;
  }

  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-item:nth-child(2) {
    border-right: 0;
  }

  .trust-item {
    padding: 20px;
  }

  .portal-panel {
    padding: 48px;
  }

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

  .footer-grid > :first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(calc(100% - 28px), var(--max));
  }

  .brand span {
    font-size: 1.05rem;
  }

  .hero {
    padding: 56px 0 36px;
  }

  .hero-grid {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 470px;
  }

  .hero-photo {
    inset: 0 0 30px 4%;
    width: 96%;
    height: calc(100% - 30px);
  }

  .hero-logo {
    left: 0;
    width: 135px;
    height: 135px;
  }

  .hero-note {
    top: 10%;
    right: 0;
    width: 160px;
  }

  .section {
    padding: 78px 0;
  }

  .split,
  .cards,
  .cards-four,
  .portal-panel,
  .jobs-grid,
  .contact-grid,
  .detail-grid,
  .detail-grid.reverse,
  .stats,
  .job-hero {
    grid-template-columns: 1fr;
  }

  .cards {
    gap: 14px;
  }

  .card {
    min-height: 330px;
  }

  .image-frame::before {
    inset: 18px -8px -16px 18px;
  }

  .image-frame img {
    min-height: 360px;
  }

  .portal-panel {
    padding: 36px 24px;
    gap: 28px;
  }

  .detail-grid + .detail-grid {
    margin-top: 72px;
  }

  .detail-grid.reverse .detail-image {
    order: 0;
  }

  .detail-image {
    position: static;
  }

  .job-hero-copy {
    padding: 72px 24px;
  }

  .job-hero-image {
    min-height: 380px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .footer-grid > :first-child {
    grid-column: auto;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 2.85rem;
  }

  .hero-actions,
  .contact-actions {
    flex-direction: column;
  }

  .hero-actions .button,
  .contact-actions .button {
    width: 100%;
  }

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

  .trust-item,
  .trust-item:nth-child(2) {
    padding: 16px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .trust-item:last-child {
    border-bottom: 0;
  }

  .contact-card {
    padding: 28px 22px;
  }

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

  .form-field-full {
    grid-column: auto;
  }
}
