.ftc-site {
  --ftc-ink: #17211c;
  --ftc-muted: #617069;
  --ftc-surface: #ffffff;
  --ftc-wash: #f5f7f1;
  --ftc-field: #dce6cf;
  --ftc-canopy: #245d3f;
  --ftc-canopy-dark: #123326;
  --ftc-moss: #7d9b4e;
  --ftc-sky: #d9e8ea;
  --ftc-safety: #d56b2a;
  --ftc-line: #d8ded5;
  --ftc-shadow: 0 24px 70px rgba(18, 51, 38, 0.16);
  --ftc-serif: Georgia, Cambria, "Times New Roman", Times, serif;
  --ftc-sans: Arial, Helvetica, sans-serif;
  background: var(--ftc-wash);
  color: var(--ftc-ink);
  font-family: var(--ftc-sans);
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  overflow: hidden;
  position: relative;
  width: 100vw;
}

body:has(.ftc-site) .wp-site-blocks > header,
body:has(.ftc-site) .wp-site-blocks > footer,
body:has(.ftc-site) .wp-block-post-title,
body:has(.ftc-site) .entry-title {
  display: none;
}

body:has(.ftc-site) .wp-site-blocks > main,
body:has(.ftc-site) .wp-block-post-content,
body:has(.ftc-site) .entry-content {
  margin-block-start: 0;
  max-width: none;
  padding: 0;
}

body:has(.ftc-site) #wpadminbar {
  display: none !important;
}

html:has(.ftc-site) {
  margin-top: 0 !important;
}

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

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

.ftc-site a {
  color: inherit;
  text-decoration: none;
}

.ftc-site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--ftc-line);
  display: flex;
  gap: 38px;
  justify-content: space-between;
  min-height: 132px;
  padding: 18px clamp(18px, 4vw, 64px);
  position: sticky;
  top: 0;
  z-index: 30;
}

.ftc-brand {
  align-items: center;
  display: flex;
  gap: 16px;
  flex: 0 1 360px;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 900;
  letter-spacing: 0;
}

.ftc-brand img {
  background: #050403;
  height: clamp(82px, 8vw, 110px);
  object-fit: contain;
  width: auto;
}

.ftc-brand-text {
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.ftc-site-header nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.ftc-site-header nav a {
  border-radius: 999px;
  color: #33453b;
  font-size: 16px;
  font-weight: 800;
  padding: 10px 14px;
}

.ftc-site-header nav a:hover {
  background: var(--ftc-field);
}

.ftc-contact-hero {
  align-items: center;
  background: var(--ftc-safety);
  color: white;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 14px clamp(18px, 5vw, 72px);
}

.ftc-contact-hero span {
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ftc-contact-hero strong {
  display: block;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.15;
}

.ftc-contact-hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.ftc-contact-hero-actions a {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 7px;
  font-weight: 900;
  overflow-wrap: anywhere;
  padding: 11px 14px;
}

.ftc-contact-hero-actions .ftc-call-link {
  background: white;
  color: var(--ftc-canopy-dark);
}

.ftc-hero {
  background: var(--ftc-canopy-dark);
  color: white;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  min-height: 68vh;
  padding: 34px clamp(18px, 5vw, 72px) 24px;
  position: relative;
}

.ftc-page-banner {
  background:
    radial-gradient(circle at 78% 20%, rgba(125, 155, 78, 0.24), rgba(125, 155, 78, 0) 34%),
    linear-gradient(90deg, rgba(8, 25, 18, 0.98) 0%, rgba(18, 51, 38, 0.86) 44%, rgba(18, 51, 38, 0.45) 100%),
    url("../images/tree-climber.jpeg") center / cover;
  color: white;
  display: flex;
  align-items: center;
  min-height: clamp(430px, 52vw, 690px);
  padding: clamp(76px, 10vw, 132px) clamp(18px, 5vw, 72px);
}

.ftc-page-banner > div {
  border-left: 5px solid var(--ftc-safety);
  max-width: 980px;
  padding-left: clamp(18px, 3vw, 34px);
}

.ftc-page-banner h1 {
  font-size: clamp(52px, 7.5vw, 104px);
  line-height: 0.96;
  max-width: 980px;
}

.ftc-page-banner p:not(.ftc-eyebrow) {
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.62;
  max-width: 780px;
}

.ftc-banner-home {
  min-height: clamp(540px, 60vw, 780px);
}

.ftc-banner-projects,
.ftc-banner-gallery {
  background:
    linear-gradient(90deg, rgba(18, 51, 38, 0.94), rgba(18, 51, 38, 0.68)),
    url("../images/remarkable-trees.jpg") center / cover;
}

.ftc-hero-media {
  inset: 0 0 0 auto;
  overflow: hidden;
  position: absolute;
  width: 49%;
}

.ftc-hero-media::after {
  background: linear-gradient(90deg, var(--ftc-canopy-dark), rgba(18, 51, 38, 0.4) 50%, rgba(18, 51, 38, 0.08));
  content: "";
  inset: 0;
  position: absolute;
}

.ftc-hero-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ftc-hero-content {
  align-self: center;
  max-width: 760px;
  padding: clamp(18px, 3vw, 34px) 0 24px;
  position: relative;
  z-index: 2;
}

.ftc-eyebrow {
  color: var(--ftc-safety);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.13em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

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

.ftc-site h1 {
  color: inherit;
  font-family: var(--ftc-serif);
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.02;
  margin-bottom: 28px;
  max-width: 760px;
}

.ftc-site h2 {
  color: inherit;
  font-family: var(--ftc-serif);
  font-size: clamp(32px, 5vw, 70px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.03;
  margin-bottom: 20px;
}

.ftc-site h3 {
  color: inherit;
  font-family: var(--ftc-serif);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 12px;
}

.ftc-hero-copy {
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
  max-width: 680px;
}

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

.ftc-button {
  align-items: center;
  border: 2px solid transparent;
  border-radius: 7px;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 52px;
  padding: 14px 20px;
}

.ftc-primary {
  background: var(--ftc-safety);
  color: white;
}

.ftc-secondary {
  border-color: rgba(255, 255, 255, 0.45);
  color: white;
}

.ftc-inline-button {
  background: var(--ftc-canopy);
  color: white;
}

.ftc-text-link {
  color: var(--ftc-canopy);
  display: inline-block;
  font-weight: 900;
  margin-top: 8px;
}

.ftc-hero-panel {
  align-self: end;
  background: var(--ftc-surface);
  border-radius: 8px;
  box-shadow: var(--ftc-shadow);
  color: var(--ftc-ink);
  display: grid;
  gap: 8px;
  max-width: 420px;
  padding: 20px;
  position: relative;
  z-index: 3;
}

.ftc-hero-panel span,
.ftc-contact-card span,
.ftc-project-card span {
  color: var(--ftc-safety);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ftc-hero-panel strong {
  font-size: 22px;
  line-height: 1.18;
}

.ftc-hero-panel a {
  color: var(--ftc-canopy);
  font-size: 20px;
  font-weight: 900;
}

.ftc-intro-band,
.ftc-section,
.ftc-split-section,
.ftc-contact-section,
.ftc-quote-band {
  padding: clamp(58px, 9vw, 112px) clamp(18px, 5vw, 72px);
}

.ftc-page-hero {
  background: var(--ftc-canopy-dark);
  color: white;
  padding: clamp(80px, 12vw, 150px) clamp(18px, 5vw, 72px);
}

.ftc-page-hero p:not(.ftc-eyebrow) {
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.65;
  max-width: 760px;
}

.ftc-page-hero h1 {
  max-width: 980px;
}

.ftc-page-hero-services {
  background: linear-gradient(90deg, rgba(18, 51, 38, 0.94), rgba(18, 51, 38, 0.76)), url("../images/tree-climber.jpeg") center / cover;
}

.ftc-section[id] {
  scroll-margin-top: 86px;
}

.ftc-intro-band {
  align-items: end;
  background: var(--ftc-surface);
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.65fr);
}

.ftc-intro-band h2 {
  max-width: 860px;
}

.ftc-intro-band > p,
.ftc-section-heading p,
.ftc-split-copy p,
.ftc-contact-section p {
  color: var(--ftc-muted);
  font-size: 18px;
  line-height: 1.75;
}

.ftc-stats-strip {
  background: var(--ftc-sky);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ftc-stats-strip span {
  border-right: 1px solid rgba(18, 51, 38, 0.16);
  font-weight: 900;
  padding: 22px clamp(18px, 4vw, 42px);
}

.ftc-section-heading {
  max-width: 820px;
}

.ftc-section-heading.ftc-wide {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
  max-width: none;
}

.ftc-section-heading.ftc-wide .ftc-eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -18px;
}

.ftc-service-grid,
.ftc-project-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.ftc-service-card {
  background: var(--ftc-surface);
  border: 1px solid var(--ftc-line);
  border-radius: 8px;
  min-height: 260px;
  padding: 26px;
}

.ftc-service-card p,
.ftc-project-card p {
  color: var(--ftc-muted);
  line-height: 1.68;
}

.ftc-service-marker {
  background: var(--ftc-moss);
  border-radius: 999px;
  display: block;
  height: 14px;
  margin-bottom: 28px;
  width: 14px;
}

.ftc-split-section {
  align-items: stretch;
  background: var(--ftc-canopy);
  color: white;
  display: grid;
  gap: clamp(28px, 5vw, 64px);
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr);
}

.ftc-split-image {
  border-radius: 8px;
  min-height: 520px;
  overflow: hidden;
}

.ftc-split-image img,
.ftc-project-card img,
.ftc-gallery-grid img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ftc-split-copy {
  align-self: center;
  max-width: 760px;
}

.ftc-process-list {
  display: grid;
  gap: 18px;
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
}

.ftc-process-list li {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  display: grid;
  gap: 6px;
  grid-template-columns: 92px 1fr;
  padding: 18px;
}

.ftc-process-list span {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.55;
}

.ftc-project-card {
  background: var(--ftc-surface);
  border-radius: 8px;
  box-shadow: 0 12px 36px rgba(18, 51, 38, 0.08);
  overflow: hidden;
}

.ftc-project-card img {
  aspect-ratio: 4 / 3;
}

.ftc-project-card div {
  padding: 24px;
}

.ftc-project-listings {
  display: grid;
  gap: 24px;
}

.ftc-project-listing {
  align-items: stretch;
  background: var(--ftc-surface);
  border: 1px solid var(--ftc-line);
  border-radius: 8px;
  box-shadow: 0 14px 40px rgba(18, 51, 38, 0.08);
  display: grid;
  gap: 0;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  margin-inline: auto;
  max-width: 1180px;
  overflow: hidden;
  width: 100%;
}

.ftc-listing-gallery {
  background: var(--ftc-field);
  display: grid;
  grid-template-rows: minmax(260px, 310px) auto;
  min-height: 0;
}

.ftc-gallery-stage {
  background: #eef3e9;
  margin: 0;
  min-height: 260px;
  overflow: hidden;
  position: relative;
}

.ftc-gallery-slide {
  display: none;
  inset: 0;
  margin: 0;
  position: absolute;
}

.ftc-gallery-slide.is-active {
  display: block;
}

.ftc-gallery-slide img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ftc-gallery-slide figcaption {
  background: rgba(18, 51, 38, 0.84);
  border-radius: 6px;
  bottom: 16px;
  color: white;
  font-weight: 900;
  left: 16px;
  max-width: calc(100% - 32px);
  padding: 10px 12px;
  position: absolute;
}

.ftc-gallery-arrow {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(18, 51, 38, 0.16);
  border-radius: 999px;
  color: var(--ftc-canopy-dark);
  cursor: pointer;
  display: flex;
  font-size: 34px;
  font-weight: 500;
  height: 42px;
  justify-content: center;
  line-height: 1;
  padding: 0 0 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  z-index: 3;
}

.ftc-gallery-arrow:hover {
  background: white;
}

.ftc-gallery-prev {
  left: 12px;
}

.ftc-gallery-next {
  right: 12px;
}

.ftc-gallery-thumbs {
  background: var(--ftc-surface);
  display: grid;
  gap: 8px;
  grid-auto-flow: column;
  grid-auto-columns: 72px;
  overflow-x: auto;
  padding: 10px;
}

.ftc-gallery-thumbs button {
  background: transparent;
  border: 2px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  height: 56px;
  overflow: hidden;
  padding: 0;
}

.ftc-gallery-thumbs button.is-active {
  border-color: var(--ftc-safety);
}

.ftc-gallery-thumbs img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ftc-project-listing-copy {
  align-self: center;
  padding: clamp(22px, 4vw, 40px);
}

.ftc-project-listing-copy span {
  color: var(--ftc-safety);
  display: block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.ftc-project-listing-copy h2 {
  font-size: clamp(28px, 3.2vw, 44px);
}

.ftc-project-listing-copy p {
  color: var(--ftc-muted);
  font-size: 18px;
  line-height: 1.72;
}

.ftc-empty-state {
  background: var(--ftc-surface);
  border: 1px solid var(--ftc-line);
  border-radius: 8px;
  grid-column: 1 / -1;
  padding: 28px;
}

.ftc-empty-state p {
  color: var(--ftc-muted);
  line-height: 1.7;
  margin-bottom: 0;
}

.ftc-gallery-section {
  background: var(--ftc-surface);
}

.ftc-gallery-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}

.ftc-gallery-grid figure {
  background: var(--ftc-field);
  border-radius: 8px;
  margin: 0;
  min-height: 210px;
  overflow: hidden;
}

.ftc-feature-photo {
  grid-column: span 2;
  grid-row: span 2;
}

.ftc-quote-band {
  background: var(--ftc-canopy-dark);
  color: white;
}

.ftc-quote-band blockquote {
  font-size: clamp(32px, 5vw, 75px);
  line-height: 1.06;
  margin: 0 0 24px;
  max-width: 1100px;
}

.ftc-quote-band span {
  color: rgba(255, 255, 255, 0.72);
}

.ftc-contact-section {
  align-items: center;
  background: var(--ftc-sky);
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 480px);
}

.ftc-contact-page {
  min-height: 70vh;
}

.ftc-contact-card {
  background: var(--ftc-surface);
  border-radius: 8px;
  box-shadow: var(--ftc-shadow);
  display: grid;
  gap: 14px;
  padding: clamp(24px, 5vw, 42px);
}

.ftc-contact-card a {
  color: var(--ftc-canopy);
  font-size: clamp(19px, 2vw, 25px);
  font-weight: 900;
  overflow-wrap: anywhere;
}

.ftc-footer {
  align-items: center;
  background: var(--ftc-ink);
  color: rgba(255, 255, 255, 0.72);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  padding: 26px clamp(18px, 5vw, 72px);
}

.ftc-footer span:first-child {
  color: white;
  font-weight: 900;
}

@media (max-width: 980px) {
  .ftc-hero,
  .ftc-intro-band,
  .ftc-split-section,
  .ftc-contact-section,
  .ftc-section-heading.ftc-wide,
  .ftc-project-listing {
    grid-template-columns: 1fr;
  }

  .ftc-hero-media {
    height: 48%;
    opacity: 0.55;
    width: 100%;
  }

  .ftc-hero-media::after {
    background: linear-gradient(180deg, rgba(18, 51, 38, 0.18), var(--ftc-canopy-dark));
  }

  .ftc-service-grid,
  .ftc-project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ftc-stats-strip,
  .ftc-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ftc-split-image {
    min-height: 360px;
  }

  .ftc-contact-hero {
    align-items: flex-start;
    flex-direction: column;
  }

  .ftc-contact-hero-actions {
    justify-content: flex-start;
    width: 100%;
  }

  .ftc-contact-hero-actions a {
    text-align: center;
  }
}

@media (max-width: 640px) {
  .ftc-site-header {
    align-items: center;
    gap: 12px;
    min-height: 124px;
    padding: 14px 16px;
  }

  .ftc-brand {
    flex-basis: 100%;
    gap: 10px;
    font-size: 18px;
  }

  .ftc-brand img {
    height: 72px;
    max-width: 190px;
    width: auto;
  }

  .ftc-site-header nav {
    gap: 4px;
    justify-content: flex-start;
    width: 100%;
  }

  .ftc-site-header nav a {
    font-size: 13px;
    padding: 7px 8px;
  }

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

  .ftc-button {
    width: 100%;
  }

  .ftc-service-grid,
  .ftc-project-grid,
  .ftc-stats-strip,
  .ftc-gallery-grid {
    grid-template-columns: 1fr;
  }

  .ftc-feature-photo {
    grid-column: auto;
    grid-row: auto;
  }

  .ftc-process-list li {
    grid-template-columns: 1fr;
  }
}
