:root {
  --ink: #1b2329;
  --muted: #687277;
  --paper: #f7f8f6;
  --white: #ffffff;
  --line: #dfe4e1;
  --forest: #17212b;
  --forest-2: #24323f;
  --mint: #e5efe8;
  --lime: #2f855a;
  --lime-strong: #276c4b;
  --teal: #3f7a5c;
  --shadow: 0 24px 70px rgba(23, 33, 43, 0.12);
  --shadow-soft: 0 14px 40px rgba(23, 33, 43, 0.08);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --container: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

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

h1,
h2,
h3,
.brand {
  font-family: "Manrope", "DM Sans", Arial, sans-serif;
}

h1,
h2 {
  letter-spacing: -0.045em;
  line-height: 1.04;
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(2.35rem, 5vw, 4.7rem);
  font-weight: 700;
}

h3 {
  line-height: 1.25;
}

svg {
  display: block;
}

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

.section {
  padding: 128px 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  padding: 11px 18px;
  border-radius: 999px;
  color: var(--white);
  background: var(--forest);
  transform: translateY(-150%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  border-bottom: 1px solid transparent;
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.site-header.is-scrolled {
  border-color: rgba(23, 33, 43, 0.1);
  background: rgba(247, 248, 246, 0.92);
  box-shadow: 0 10px 35px rgba(23, 33, 43, 0.06);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--forest);
  font-size: 1.28rem;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.brand-symbol {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.primary-nav a {
  position: relative;
  color: #3f494f;
  font-size: 0.94rem;
  font-weight: 600;
  transition: color 0.2s ease;
}

.primary-nav > a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--teal);
  content: "";
  transform: scaleX(0);
  transition: transform 0.2s ease;
}

.primary-nav > a:not(.nav-cta):hover,
.primary-nav > a:not(.nav-cta).is-active {
  color: var(--forest);
}

.primary-nav > a:not(.nav-cta):hover::after,
.primary-nav > a:not(.nav-cta).is-active::after {
  transform: scaleX(1);
}

.nav-cta {
  padding: 11px 20px;
  border-radius: 999px;
  color: var(--white) !important;
  background: var(--forest);
  box-shadow: 0 8px 24px rgba(23, 33, 43, 0.16);
}

.nav-cta:hover {
  background: var(--forest-2);
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 6px 20px rgba(23, 33, 43, 0.08);
  cursor: pointer;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 21px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: var(--forest);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

/* Hero */
.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 850px;
  padding: 160px 0 112px;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(47, 133, 90, 0.09), transparent 23%),
    linear-gradient(180deg, #fafbf9 0%, #f7f8f6 100%);
}

.hero::before {
  position: absolute;
  inset: 0;
  opacity: 0.24;
  background-image: linear-gradient(rgba(23, 33, 43, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(23, 33, 43, 0.04) 1px, transparent 1px);
  background-size: 54px 54px;
  content: "";
  mask-image: linear-gradient(to right, black, transparent 55%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
  align-items: center;
  gap: clamp(48px, 7vw, 92px);
}

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

.eyebrow,
.section-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: #397553;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 28px;
  height: 2px;
  background: var(--teal);
}

.hero h1 {
  max-width: 720px;
  margin-bottom: 30px;
  color: var(--forest);
  font-size: clamp(3.55rem, 6.3vw, 6.25rem);
  font-weight: 700;
}

.hero h1 em,
.contact-copy h2 em {
  color: #2f855a;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.hero-lead {
  max-width: 590px;
  margin-bottom: 36px;
  color: #5d676c;
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
  line-height: 1.65;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button svg,
.text-link svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform 0.2s ease;
}

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

.button:hover svg,
.text-link:hover svg {
  transform: translateX(4px);
}

.button-primary {
  color: var(--white);
  background: var(--lime);
  box-shadow: 0 14px 30px rgba(47, 133, 90, 0.2);
}

.button-primary:hover {
  background: var(--lime-strong);
  box-shadow: 0 18px 34px rgba(47, 133, 90, 0.28);
}

.button-secondary {
  border-color: #d4d8df;
  color: var(--forest);
  background: rgba(255, 255, 255, 0.65);
}

.button-secondary:hover {
  border-color: #b8c0cb;
  background: var(--white);
}

.hero-trust {
  display: flex;
  gap: 34px;
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.hero-trust div {
  display: grid;
}

.hero-trust strong {
  color: var(--forest);
  font-family: "Manrope", sans-serif;
  font-size: 1.3rem;
  line-height: 1.2;
}

.hero-trust span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.78rem;
}

.hero-visual {
  position: relative;
}

.visual-frame {
  position: relative;
  min-height: 560px;
  border: 10px solid rgba(255, 255, 255, 0.85);
  border-radius: 40px 40px 40px 14px;
  box-shadow: var(--shadow);
  overflow: hidden;
  transform: rotate(1.7deg);
}

.visual-frame > img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.visual-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 24, 30, 0.1) 20%, rgba(18, 28, 35, 0.9) 100%);
}

.visual-topbar {
  position: absolute;
  top: 24px;
  left: 24px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: var(--white);
  background: rgba(23, 33, 43, 0.68);
  font-size: 0.75rem;
  font-weight: 600;
  backdrop-filter: blur(10px);
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 5px rgba(47, 133, 90, 0.18);
}

.visual-card {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  color: var(--white);
  background: rgba(23, 33, 43, 0.74);
  backdrop-filter: blur(14px);
}

.visual-card span {
  display: block;
  margin-bottom: 5px;
  color: #d1d8dc;
  font-size: 0.78rem;
}

.visual-card strong {
  display: block;
  max-width: 300px;
  font-family: "Manrope", sans-serif;
  font-size: 1.22rem;
  line-height: 1.35;
}

.signal {
  position: absolute;
  right: 24px;
  bottom: 28px;
  display: flex;
  align-items: end;
  gap: 4px;
  height: 34px;
}

.signal i {
  display: block;
  width: 4px;
  border-radius: 99px;
  background: var(--lime);
}

.signal i:nth-child(1) { height: 35%; }
.signal i:nth-child(2) { height: 55%; }
.signal i:nth-child(3) { height: 48%; }
.signal i:nth-child(4) { height: 76%; }
.signal i:nth-child(5) { height: 100%; }

.floating-note {
  position: absolute;
  right: -28px;
  bottom: 74px;
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 240px;
  padding: 15px 18px;
  border-radius: 17px;
  background: var(--white);
  box-shadow: 0 18px 50px rgba(23, 33, 43, 0.2);
  transform: rotate(-2deg);
}

.floating-note svg {
  width: 38px;
  height: 38px;
  padding: 9px;
  border-radius: 50%;
  fill: none;
  stroke: var(--forest);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  background: var(--lime);
}

.floating-note div {
  display: grid;
}

.floating-note strong {
  color: var(--forest);
  font-size: 0.88rem;
}

.floating-note span {
  color: var(--muted);
  font-size: 0.72rem;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
}

.hero-orb-one {
  top: 14%;
  right: -120px;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(47, 133, 90, 0.14);
}

.hero-orb-two {
  right: 12%;
  bottom: -190px;
  width: 390px;
  height: 390px;
  background: rgba(47, 133, 90, 0.06);
}

.scroll-cue {
  position: absolute;
  bottom: 34px;
  left: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #717b80;
  font-size: 0.73rem;
  font-weight: 600;
  transform: translateX(-50%);
}

.scroll-cue svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

/* Shared headings */
.section-heading {
  margin-bottom: 64px;
}

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

.section-heading > p:not(.section-kicker),
.split-heading > p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  align-items: end;
  gap: 80px;
}

.split-heading h2 {
  margin-bottom: 0;
}

.split-heading > p {
  max-width: 470px;
  margin-bottom: 4px;
}

.centered {
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

.centered .section-kicker {
  justify-content: center;
}

.centered > p:not(.section-kicker) {
  max-width: 650px;
  margin: 0 auto;
}

.compact {
  margin-bottom: 48px;
}

/* About */
.about {
  background: var(--white);
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.principle-card {
  position: relative;
  min-height: 370px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fbfbfa;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.principle-card:hover {
  border-color: #cbd1da;
  box-shadow: var(--shadow-soft);
  transform: translateY(-6px);
}

.principle-card.featured {
  color: var(--white);
  border-color: var(--forest);
  background: var(--forest);
  box-shadow: var(--shadow-soft);
}

.card-number {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #9098a4;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.featured .card-number {
  color: rgba(255, 255, 255, 0.45);
}

.principle-icon,
.service-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  color: var(--forest);
  background: var(--mint);
}

.principle-icon svg,
.service-icon svg,
.contact-icon svg {
  width: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.featured .principle-icon {
  background: var(--lime);
}

.principle-card h3 {
  margin: 84px 0 15px;
  color: var(--forest);
  font-size: 1.65rem;
}

.featured h3 {
  color: var(--white);
}

.principle-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.featured p {
  color: #c1c9d5;
}

/* Services */
.services {
  background: var(--paper);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.service-card {
  min-height: 330px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

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

.service-type {
  display: inline-block;
  margin: 36px 0 11px;
  color: #397553;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.service-card h3 {
  margin-bottom: 14px;
  color: var(--forest);
  font-size: 1.48rem;
}

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

.service-dark {
  border-color: var(--forest);
  color: var(--white);
  background: var(--forest);
}

.service-dark .service-icon {
  color: var(--forest);
  background: var(--lime);
}

.service-dark .service-type {
  color: var(--lime);
}

.service-dark h3 {
  color: var(--white);
}

.service-dark p {
  color: #c1c9d5;
}

.service-accent {
  border-color: #b8cdbf;
  background: #edf4ef;
}

.service-accent .service-icon {
  background: var(--white);
}

/* Spotlight */
.spotlight {
  padding: 64px 0;
  color: var(--white);
  background: var(--forest);
}

.spotlight-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: clamp(56px, 8vw, 110px);
}

.spotlight-image {
  position: relative;
}

.spotlight-image img {
  width: 100%;
  min-height: 540px;
  border-radius: 26px 26px 26px 8px;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.04);
}

.spotlight-image::after {
  position: absolute;
  inset: 0;
  border-radius: 26px 26px 26px 8px;
  background: linear-gradient(135deg, rgba(23, 33, 43, 0.08), rgba(23, 33, 43, 0.48));
  content: "";
}

.spotlight-badge {
  position: absolute;
  right: -26px;
  bottom: 34px;
  z-index: 2;
  display: grid;
  min-width: 170px;
  padding: 20px;
  border-radius: 18px 18px 18px 5px;
  color: var(--forest);
  background: var(--lime);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
}

.spotlight-badge strong {
  font-family: "Manrope", sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.spotlight-badge span {
  margin-top: 6px;
  font-size: 0.78rem;
  font-weight: 600;
}

.section-kicker.light {
  color: var(--lime);
}

.spotlight-copy h2 {
  color: var(--white);
}

.spotlight-copy > p:not(.section-kicker) {
  margin-bottom: 30px;
  color: #c1c9d5;
  font-size: 1.08rem;
}

.check-list {
  display: grid;
  gap: 13px;
  margin: 0 0 36px;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
}

.check-list span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: var(--forest);
  background: var(--lime);
  font-size: 0.72rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid currentColor;
  font-weight: 700;
}

.light-link {
  color: var(--lime);
}

/* Clients */
.clients {
  background: var(--white);
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.logo-grid div {
  display: grid;
  place-items: center;
  min-height: 138px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
  transition: background 0.2s ease;
}

.logo-grid div:hover {
  background: #f5f5f3;
}

.logo-grid img {
  max-width: 100%;
  max-height: 66px;
  filter: grayscale(1);
  opacity: 0.68;
  transition: filter 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.logo-grid div:hover img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.04);
}

/* Testimonials */
.testimonials {
  background: #eff1f4;
}

.testimonial-heading h2 {
  max-width: 740px;
  font-size: clamp(2.4rem, 4.3vw, 4.25rem);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 20px;
}

.quote-card {
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: 0 10px 30px rgba(23, 33, 43, 0.04);
}

.quote-card.quote-featured {
  color: var(--white);
  border-color: var(--forest);
  background: var(--forest);
  transform: translateY(-18px);
}

.quote-mark {
  height: 46px;
  color: var(--teal);
  font-family: Georgia, serif;
  font-size: 5rem;
  line-height: 0.95;
}

.quote-featured .quote-mark {
  color: var(--lime);
}

.quote-card blockquote {
  flex: 1;
  margin: 24px 0 36px;
  color: #3e495c;
  font-family: "Manrope", sans-serif;
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.65;
}

.quote-featured blockquote {
  color: #f1f4f8;
}

.quote-card footer {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.quote-featured footer {
  border-color: rgba(255, 255, 255, 0.13);
}

.quote-card footer img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.quote-card footer div {
  display: grid;
}

.quote-card footer strong {
  color: var(--forest);
  font-size: 0.88rem;
}

.quote-featured footer strong {
  color: var(--white);
}

.quote-card footer span {
  color: var(--muted);
  font-size: 0.72rem;
}

.quote-featured footer span {
  color: #aab3c0;
}

/* Contact */
.contact-section {
  padding: 100px 0;
  background: #eff1f4;
}

.contact-shell {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 90px;
  padding: clamp(42px, 6vw, 78px);
  border-radius: var(--radius-lg) var(--radius-lg) var(--radius-lg) 10px;
  color: var(--white);
  background:
    radial-gradient(circle at 85% 10%, rgba(47, 133, 90, 0.13), transparent 28%),
    var(--forest);
  box-shadow: 0 34px 80px rgba(23, 33, 43, 0.18);
  overflow: hidden;
}

.contact-shell::after {
  position: absolute;
  right: -150px;
  bottom: -170px;
  width: 410px;
  height: 410px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  content: "";
}

.contact-copy,
.contact-details {
  position: relative;
  z-index: 1;
}

.contact-copy h2 {
  max-width: 680px;
  color: var(--white);
  font-size: clamp(2.5rem, 5vw, 4.6rem);
}

.contact-copy h2 em {
  color: var(--lime);
}

.contact-copy > p:not(.section-kicker) {
  max-width: 550px;
  margin-bottom: 32px;
  color: #c1c9d5;
  font-size: 1.05rem;
}

.button-light {
  color: var(--forest);
  background: var(--white);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.14);
}

.button-light:hover {
  background: var(--lime);
}

.contact-details {
  align-self: center;
  display: grid;
  gap: 14px;
}

.contact-details > a {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.055);
  transition: background 0.2s ease, transform 0.2s ease;
}

.contact-details > a:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(4px);
}

.contact-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  color: var(--forest);
  background: var(--lime);
}

.contact-details > a > span:last-child {
  display: grid;
}

.contact-details small {
  color: #aab3c0;
  font-size: 0.7rem;
}

.contact-details strong {
  color: var(--white);
  font-size: 0.92rem;
  font-weight: 600;
}

/* Footer */
.site-footer {
  padding: 38px 0;
  background: var(--paper);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
}

.footer-brand .brand-symbol {
  width: 36px;
  height: 36px;
}

.footer-inner > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  text-align: center;
}

.footer-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  color: #858e9c;
  font-size: 0.7rem;
}

.footer-meta a:hover {
  color: var(--forest);
}

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 900;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px 14px 14px 5px;
  color: var(--white);
  background: var(--forest);
  box-shadow: 0 12px 28px rgba(23, 33, 43, 0.25);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top svg {
  width: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

/* Motion */
.js [data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.75s cubic-bezier(0.2, 0.7, 0.2, 1), transform 0.75s cubic-bezier(0.2, 0.7, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Focus */
:focus-visible {
  outline: 3px solid #63a17c;
  outline-offset: 4px;
}

/* Responsive */
@media (max-width: 1080px) {
  .hero {
    min-height: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr 0.82fr;
    gap: 48px;
  }

  .visual-frame,
  .visual-frame > img {
    min-height: 490px;
  }

  .floating-note {
    right: -10px;
  }

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

  .logo-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .contact-shell {
    gap: 48px;
  }

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

  .footer-inner > p {
    display: none;
  }
}

@media (max-width: 900px) {
  .section {
    padding: 96px 0;
  }

  .menu-toggle {
    position: relative;
    z-index: 1002;
    display: block;
  }

  .menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-of-type(2) {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-of-type(3) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-of-type(4) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .primary-nav {
    position: fixed;
    inset: 0;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 22px;
    padding: 100px max(30px, calc((100vw - 740px) / 2));
    background: rgba(247, 248, 246, 0.98);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  }

  .primary-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .primary-nav a {
    color: var(--forest);
    font-family: "Manrope", sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
  }

  .primary-nav .nav-cta {
    margin-top: 12px;
    padding: 12px 24px;
    color: var(--white);
    font-size: 1rem;
  }

  html:not(.js) .header-inner {
    flex-wrap: wrap;
    padding: 12px 0;
  }

  html:not(.js) .menu-toggle {
    display: none;
  }

  html:not(.js) .primary-nav {
    position: static;
    display: flex;
    flex-basis: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px 20px;
    padding: 12px 0 0;
    background: transparent;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  html:not(.js) .primary-nav a {
    font-size: 0.85rem;
  }

  html:not(.js) .primary-nav .nav-cta {
    margin-top: 0;
    padding: 7px 14px;
    font-size: 0.8rem;
  }

  .hero {
    padding-top: 130px;
  }

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

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

  .hero-visual {
    max-width: 690px;
  }

  .scroll-cue {
    display: none;
  }

  .split-heading,
  .spotlight-grid,
  .contact-shell {
    grid-template-columns: 1fr;
  }

  .split-heading {
    gap: 28px;
  }

  .split-heading > p {
    max-width: 680px;
  }

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

  .principle-card {
    min-height: auto;
  }

  .principle-card h3 {
    margin-top: 50px;
  }

  .spotlight {
    padding: 50px 0 80px;
  }

  .spotlight-grid {
    gap: 70px;
  }

  .spotlight-image {
    max-width: 680px;
  }

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

  .quote-card {
    min-height: 330px;
  }

  .quote-card.quote-featured {
    transform: none;
  }

  .contact-shell {
    gap: 58px;
  }

  .contact-details {
    max-width: 580px;
  }
}

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

  .section {
    padding: 78px 0;
  }

  .header-inner {
    min-height: 72px;
  }

  .hero {
    padding: 112px 0 78px;
  }

  .hero h1 {
    font-size: clamp(3.15rem, 15vw, 4.7rem);
  }

  .eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.11em;
  }

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

  .button {
    width: 100%;
  }

  .hero-trust {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }

  .hero-trust div:last-child {
    grid-column: 1 / -1;
  }

  .visual-frame {
    min-height: 450px;
    border-width: 7px;
    border-radius: 26px 26px 26px 10px;
    transform: none;
  }

  .visual-frame > img {
    min-height: 450px;
  }

  .visual-card {
    right: 16px;
    bottom: 16px;
    left: 16px;
    padding: 20px;
  }

  .visual-card strong {
    max-width: 210px;
    font-size: 1.04rem;
  }

  .signal {
    right: 17px;
    bottom: 24px;
  }

  .floating-note {
    right: 10px;
    bottom: -34px;
    min-width: 220px;
  }

  .section-heading {
    margin-bottom: 44px;
  }

  .section-heading h2,
  .testimonial-heading h2 {
    font-size: clamp(2.3rem, 12vw, 3.35rem);
  }

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

  .service-card {
    min-height: 300px;
  }

  .spotlight-image img {
    min-height: 440px;
  }

  .spotlight-badge {
    right: 14px;
    bottom: -28px;
  }

  .spotlight-copy h2 {
    font-size: 3.15rem;
  }

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

  .logo-grid div {
    min-height: 120px;
    padding: 22px;
  }

  .contact-section {
    padding: 52px 0;
  }

  .contact-shell {
    width: min(calc(100% - 20px), var(--container));
    padding: 38px 24px;
    border-radius: 24px 24px 24px 8px;
  }

  .contact-copy h2 {
    font-size: 2.9rem;
  }

  .contact-details > a {
    padding: 14px;
  }

  .contact-details strong {
    font-size: 0.8rem;
  }

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

  .footer-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
