:root {
  --green-900: #133f2b;
  --green-800: #174b31;
  --green-700: #266642;
  --green-100: #dfe9de;
  --cream: #f4f1e8;
  --paper: #faf8f1;
  --white: #ffffff;
  --ink: #20251f;
  --muted: #5e665e;
  --red: #a73530;
  --rule: rgba(19, 63, 43, 0.34);
  --shadow: 0 22px 54px rgba(19, 63, 43, 0.14);
  --shell: min(1180px, calc(100% - 48px));
}

* {
  box-sizing: border-box;
}

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

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

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.32;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.045'/%3E%3C/svg%3E");
}

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

a {
  color: inherit;
}

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

button:focus-visible,
a:focus-visible {
  outline: 3px solid #e9b74b;
  outline-offset: 4px;
}

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

h1,
h2,
h3,
.brand-copy strong {
  font-family: Georgia, "Times New Roman", serif;
}

h1,
h2 {
  letter-spacing: -0.035em;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.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: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px 16px;
  color: var(--white);
  background: var(--green-900);
  transform: translateY(-150%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(19, 63, 43, 0.14);
  background: rgba(250, 248, 241, 0.96);
  backdrop-filter: blur(16px);
  transition: box-shadow 180ms ease;
}

.site-header.is-scrolled {
  box-shadow: 0 10px 34px rgba(19, 63, 43, 0.1);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-image {
  display: block;
  width: 72px;
  height: 54px;
  overflow: hidden;
  border: 1px solid rgba(19, 63, 43, 0.28);
  background: var(--green-100);
}

.brand-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  color: var(--green-900);
  line-height: 1.08;
}

.brand-copy strong {
  font-size: 24px;
  letter-spacing: -0.025em;
}

.brand-copy span {
  margin-top: 4px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

.site-nav a {
  position: relative;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

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

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 44px;
  padding: 11px;
  border: 0;
  background: transparent;
}

.menu-toggle > span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--green-900);
}

.hero {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  color: var(--white);
  background: var(--green-900);
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 54%;
  transform: scale(1.02);
}

.hero-shade {
  background: rgba(8, 24, 16, 0.56);
}

.hero-inner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 660px;
  padding-block: 92px;
}

.hero-copy {
  width: min(660px, 75%);
}

.hero h1 {
  max-width: 650px;
  margin-bottom: 25px;
  font-size: clamp(58px, 7vw, 92px);
  font-weight: 500;
  line-height: 0.96;
  text-wrap: balance;
}

.hero p {
  max-width: 520px;
  margin-bottom: 34px;
  font-size: 21px;
  line-height: 1.55;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 144px;
  min-height: 50px;
  padding: 12px 24px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

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

.button-primary {
  color: var(--white);
  background: var(--red);
}

.button-primary:hover {
  background: #bc4039;
}

.button-ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.04);
}

.button-ghost:hover {
  color: var(--green-900);
  background: var(--white);
}

.section {
  padding-block: 108px;
}

.story {
  background: var(--paper);
}

.story-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(60px, 9vw, 140px);
  align-items: start;
}

.section-number {
  margin-bottom: 20px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.story h2 {
  max-width: 560px;
  margin-bottom: 0;
  color: var(--green-800);
  font-size: clamp(48px, 5.5vw, 72px);
  font-weight: 500;
  line-height: 1.04;
}

.story-copy {
  padding-top: 48px;
}

.story-copy p {
  max-width: 590px;
  color: var(--muted);
}

.story-copy .lead {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  line-height: 1.45;
}

.work {
  border-block: 1px solid rgba(19, 63, 43, 0.13);
  background: var(--cream);
}

.section-title-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 30px;
  align-items: center;
  margin-bottom: 70px;
}

.section-title-row span {
  height: 1px;
  background: var(--rule);
}

.section-title-row h2 {
  margin: 0;
  color: var(--green-800);
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 500;
  line-height: 1.08;
  text-align: center;
}

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

.pillar {
  text-align: center;
}

.pillar + .pillar {
  border-left: 1px solid rgba(19, 63, 43, 0.18);
  padding-left: 54px;
}

.pillar-icon {
  width: 88px;
  height: 88px;
  margin: 0 auto 26px;
  color: var(--green-700);
}

.pillar-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.pillar h3 {
  max-width: 290px;
  margin: 0 auto 15px;
  color: var(--red);
  font-size: 27px;
  line-height: 1.12;
}

.pillar p {
  max-width: 310px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.community {
  background: var(--paper);
}

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

.activity {
  overflow: hidden;
  border: 1px solid rgba(19, 63, 43, 0.15);
  background: var(--white);
  box-shadow: 0 16px 36px rgba(19, 63, 43, 0.07);
}

.activity-wide {
  grid-column: span 2;
}

.activity-image {
  display: block;
  width: 100%;
  height: 330px;
  padding: 0;
  overflow: hidden;
  border: 0;
  cursor: zoom-in;
  background: var(--green-100);
}

.activity-wide:not(.activity-horizontal) .activity-image {
  height: 430px;
}

.activity-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.activity-image:hover img {
  transform: scale(1.025);
}

.activity:first-child .activity-image img {
  object-fit: contain;
  background: #edece6;
}

.activity:nth-child(3) .activity-image img {
  object-position: top;
}

.activity-copy {
  padding: 28px 30px 32px;
}

.activity-copy h3 {
  margin-bottom: 10px;
  color: var(--green-800);
  font-size: 29px;
  line-height: 1.15;
}

.activity-copy p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
}

.activity-horizontal {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: stretch;
}

.activity-horizontal .activity-image {
  height: 100%;
  min-height: 320px;
}

.activity-horizontal .activity-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px;
}

.text-link {
  display: inline-block;
  align-self: flex-start;
  margin-top: 22px;
  color: var(--green-800);
  font-weight: 900;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.contact {
  padding-block: 92px;
  color: var(--white);
  background: var(--green-800);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 80px;
  align-items: center;
}

.contact h2 {
  margin-bottom: 22px;
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 500;
  line-height: 1.02;
}

.contact p {
  max-width: 600px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
}

.contact-actions {
  border-left: 1px solid rgba(255, 255, 255, 0.32);
  padding-left: 70px;
}

.email-link {
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
}

.email-icon {
  display: grid;
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 50%;
}

.email-icon svg {
  width: 32px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.email-link small {
  display: block;
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.email-link strong {
  display: block;
  font-size: clamp(19px, 2vw, 28px);
  line-height: 1.2;
}

.facebook-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.facebook-link span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: var(--green-800);
  background: var(--white);
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.site-footer {
  padding-block: 56px 40px;
  border-top: 6px solid var(--cream);
  background: var(--paper);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1.2fr 0.9fr;
  gap: 42px;
  align-items: center;
}

.brand-footer .brand-image {
  width: 64px;
  height: 48px;
}

.brand-footer .brand-copy strong {
  font-size: 21px;
}

.brand-footer .brand-copy span {
  font-size: 9px;
}

.footer-grid > p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.footer-grid nav {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: end;
  gap: 8px 22px;
}

.footer-grid nav a {
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.footer-location {
  grid-column: 1 / -1;
  padding-top: 26px;
  border-top: 1px solid rgba(19, 63, 43, 0.16);
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lightbox {
  width: min(1000px, calc(100% - 36px));
  max-height: calc(100vh - 48px);
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: var(--shadow);
}

.lightbox::backdrop {
  background: rgba(6, 18, 12, 0.86);
  backdrop-filter: blur(4px);
}

.lightbox img {
  width: 100%;
  max-height: calc(100vh - 48px);
  object-fit: contain;
  background: #111;
}

.lightbox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  color: var(--white);
  background: rgba(0, 0, 0, 0.56);
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms ease, transform 650ms ease;
}

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

@media (max-width: 900px) {
  :root {
    --shell: min(100% - 36px, 720px);
  }

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

  .brand-image {
    width: 60px;
    height: 46px;
  }

  .brand-copy strong {
    font-size: 21px;
  }

  .brand-copy span {
    font-size: 9px;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    padding: 10px 18px 18px;
    border-bottom: 1px solid rgba(19, 63, 43, 0.14);
    background: var(--paper);
    box-shadow: 0 24px 34px rgba(19, 63, 43, 0.12);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    padding: 13px 10px;
  }

  .site-nav a::after {
    display: none;
  }

  .hero,
  .hero-inner {
    min-height: 620px;
  }

  .hero-copy {
    width: 100%;
  }

  .hero h1 {
    font-size: clamp(49px, 11vw, 78px);
  }

  .story-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .story-copy {
    padding-top: 0;
  }

  .pillar-grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .pillar + .pillar {
    padding-top: 54px;
    padding-left: 0;
    border-top: 1px solid rgba(19, 63, 43, 0.18);
    border-left: 0;
  }

  .activity-horizontal {
    grid-template-columns: 1fr;
  }

  .activity-horizontal .activity-image {
    min-height: 280px;
  }

  .contact-actions {
    padding-top: 40px;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.32);
    border-left: 0;
  }

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

  .footer-grid nav {
    grid-column: 1 / -1;
    justify-content: start;
  }
}

@media (max-width: 620px) {
  :root {
    --shell: calc(100% - 30px);
  }

  body {
    font-size: 16px;
  }

  .brand-copy span {
    max-width: 190px;
  }

  .hero,
  .hero-inner {
    min-height: 600px;
  }

  .hero-inner {
    align-items: flex-end;
    padding-block: 90px 64px;
  }

  .hero-media img {
    object-position: 51% 50%;
  }

  .hero-shade {
    background: rgba(8, 24, 16, 0.64);
  }

  .hero h1 {
    font-size: clamp(46px, 14vw, 65px);
  }

  .hero p {
    font-size: 18px;
  }

  .button {
    flex: 1 1 145px;
  }

  .section {
    padding-block: 82px;
  }

  .story h2,
  .contact h2 {
    font-size: 46px;
  }

  .section-title-row {
    grid-template-columns: 1fr;
    margin-bottom: 52px;
  }

  .section-title-row span {
    display: none;
  }

  .section-title-row h2 {
    font-size: 43px;
    text-align: left;
  }

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

  .activity-wide {
    grid-column: span 1;
  }

  .activity-image,
  .activity-wide:not(.activity-horizontal) .activity-image {
    height: 310px;
  }

  .activity:first-child .activity-image {
    height: auto;
  }

  .activity-copy,
  .activity-horizontal .activity-copy {
    padding: 26px 24px 30px;
  }

  .email-link {
    align-items: flex-start;
  }

  .email-icon {
    flex-basis: 52px;
    width: 52px;
    height: 52px;
  }

  .email-link strong {
    font-size: 17px;
    overflow-wrap: anywhere;
  }

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

  .footer-grid nav {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

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