.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: #b74d20;
  --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;
  }
}

/* 0.3.4: a calmer, more accessible layout for the existing FTC identity. */
body:has(.ftc-site) .wp-site-blocks { padding-top: 0; padding-bottom: 0; }
/* A theme group can contain BOTH its title and the shortcode content. */
body:has(.ftc-site) .wp-site-blocks > main > .wp-block-group:has(> .wp-block-post-title):not(:has(.ftc-site)) { display: none; }
body:has(.ftc-site) .wp-site-blocks > main > .wp-block-group:has(.ftc-site) { padding-block: 0 !important; }
body:has(.ftc-site) .wp-block-post-content > .ftc-site { margin-block: 0; }
.ftc-site { --ftc-wash: #f6f5ef; --ftc-muted: #526259; line-height: 1.6; }
.ftc-site-header { min-height: 100px; padding: 12px max(24px, calc((100vw - 1280px) / 2)); gap: 24px; }
.ftc-brand { flex: 0 1 auto; }
.ftc-brand img { height: 76px; max-width: 230px; }
.ftc-site-header nav { gap: 8px; }
.ftc-site-header nav a { border-radius: 6px; min-height: 44px; display: inline-flex; align-items: center; font-size: 15px; }
.ftc-site-header nav .ftc-nav-call { background: var(--ftc-canopy-dark); color: #fff; gap: 18px; margin-left: 12px; }
.ftc-site-header nav .ftc-nav-call:hover { background: var(--ftc-canopy); }
.ftc-contact-hero { background: #e8eddf; color: var(--ftc-canopy-dark); padding: 12px max(24px, calc((100vw - 1280px) / 2)); }
.ftc-contact-hero span { font-size: 10px; letter-spacing: .12em; }
.ftc-contact-hero strong { font-size: 15px; line-height: 1.5; }
.ftc-contact-hero-actions { gap: 20px; }
.ftc-contact-hero-actions a, .ftc-contact-hero-actions .ftc-call-link { background: transparent; border: 0; border-radius: 0; padding: 8px 0; font-size: 14px; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.ftc-page-banner { min-height: 420px; padding: 72px max(24px, calc((100vw - 1280px) / 2)); background-position: 60% center; }
.ftc-banner-home { min-height: 610px; }
.ftc-page-banner > div { border-left: 0; padding-left: 0; max-width: 780px; }
.ftc-site .ftc-page-banner h1 { font-size: clamp(40px, 5.1vw, 72px); line-height: 1.07; letter-spacing: -.025em; max-width: 760px; margin-bottom: 24px; text-wrap: balance; }
.ftc-page-banner p:not(.ftc-eyebrow) { font-size: clamp(17px, 1.6vw, 20px); line-height: 1.65; max-width: 610px; }
.ftc-page-banner .ftc-eyebrow, .ftc-split-section .ftc-eyebrow, .ftc-quote-cta .ftc-eyebrow { color: #f5b68c; }
.ftc-site h2 { font-size: clamp(30px, 3.3vw, 46px); line-height: 1.15; letter-spacing: -.02em; text-wrap: balance; }
.ftc-site h3 { font-size: 25px; line-height: 1.25; }
.ftc-eyebrow { font-size: 11px; line-height: 1.6; letter-spacing: .14em; }
.ftc-button { border-radius: 6px; gap: 24px; font-size: 15px; font-weight: 700; min-height: 52px; transition: background-color .15s ease, border-color .15s ease; }
.ftc-site .ftc-primary, .ftc-site .ftc-inline-button { color: white; }
.ftc-primary:hover { background: #963d17; }
.ftc-inline-button:hover { background: var(--ftc-canopy-dark); }
.ftc-secondary:hover { background: rgba(255,255,255,.12); border-color: #fff; }
.ftc-site :is(a, button, input, textarea, select):focus-visible { outline: 3px solid #cd692f; outline-offset: 5px; }
.ftc-page-banner a:focus-visible, .ftc-quote-cta a:focus-visible { outline-color: #ffca9e; }
.ftc-intro-band, .ftc-section, .ftc-split-section, .ftc-contact-section { padding: 80px max(24px, calc((100vw - 1280px) / 2)); }
.ftc-intro-band { align-items: center; gap: 72px; grid-template-columns: minmax(0, 1fr) minmax(0, .8fr); }
.ftc-intro-band h2 { margin-bottom: 0; }
.ftc-intro-band > p { margin-bottom: 0; font-size: 17px; }
.ftc-stats-strip { background: #e8eddf; padding-inline: max(24px, calc((100vw - 1280px) / 2)); }
.ftc-stats-strip span { font-size: 13px; padding: 22px 20px; text-align: center; font-weight: 700; }
.ftc-stats-strip span:last-child { border: 0; }
.ftc-section-heading.ftc-wide { grid-template-columns: minmax(0, 820px) auto; gap: 16px 40px; align-items: end; justify-content: space-between; }
.ftc-section-heading.ftc-wide .ftc-eyebrow { margin: 0; }
.ftc-section-heading .ftc-eyebrow, .ftc-contact-section .ftc-eyebrow { color: var(--ftc-safety); font-size: 11px; line-height: 1.6; }
.ftc-section-heading.ftc-wide h2 { margin-bottom: 0; }
.ftc-section-heading.ftc-wide > p:last-child { margin-bottom: 0; }
.ftc-service-grid { gap: 24px; margin-top: 40px; }
.ftc-service-card { padding: 32px; border: 1px solid #dce2d6; border-top: 3px solid #7d9b4e; border-radius: 8px; min-height: 0; }
.ftc-service-marker { width: 32px; height: 4px; border-radius: 0; margin-bottom: 26px; }
.ftc-service-card p { font-size: 16px; margin-bottom: 0; }
.ftc-quote-cta { background: var(--ftc-canopy-dark); color: white; display: flex; align-items: center; justify-content: space-between; gap: 48px; padding: 64px max(24px, calc((100vw - 1280px) / 2)); }
.ftc-quote-cta > div { max-width: 690px; }
.ftc-quote-cta h2 { margin-bottom: 16px; }
.ftc-quote-cta p:last-child { color: #d5e1d4; margin-bottom: 0; }
.ftc-quote-cta > a { flex-shrink: 0; }
.ftc-footer { padding: 32px max(24px, calc((100vw - 1280px) / 2)); gap: 24px; font-size: 14px; }
.ftc-footer strong { color: #fff; font-size: 17px; }
.ftc-footer p { margin: 4px 0 0; }
.ftc-footer a { overflow-wrap: anywhere; text-decoration: underline; text-underline-offset: 4px; }
.ftc-contact-page { min-height: 560px; }
.ftc-contact-card { box-shadow: 0 12px 40px rgba(18,51,38,.08); border: 1px solid var(--ftc-line); }
.ftc-split-copy p { color: #e0e9df; }
@media (max-width: 980px) {
  .ftc-intro-band { grid-template-columns: 1fr; gap: 28px; }
  .ftc-contact-hero { flex-direction: row; align-items: center; }
  .ftc-contact-hero-actions { width: auto; }
  .ftc-contact-hero-actions > a:last-child { display: none; }
  .ftc-section-heading.ftc-wide { grid-template-columns: 1fr; }
  .ftc-stats-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ftc-stats-strip span { border: 0; }
  .ftc-quote-cta { align-items: flex-start; flex-direction: column; gap: 24px; }
}
@media (max-width: 640px) {
  .ftc-site-header { position: relative; flex-wrap: wrap; justify-content: center; gap: 12px; padding: 16px 20px; min-height: 0; }
  .ftc-brand { flex: 0 1 auto; }
  .ftc-brand img { height: 68px; max-width: 200px; }
  .ftc-site-header nav { justify-content: center; gap: 4px; width: 100%; }
  .ftc-site-header nav a { padding: 10px 12px; font-size: 14px; }
  .ftc-site-header nav .ftc-nav-call { margin-left: 0; gap: 8px; }
  .ftc-contact-hero { justify-content: center; padding: 8px 20px; }
  .ftc-contact-hero > div:first-child { display: none; }
  .ftc-page-banner { min-height: 0; padding: 52px 24px; }
  .ftc-banner-home { min-height: 510px; }
  .ftc-site .ftc-page-banner h1 { font-size: clamp(36px, 10vw, 46px); }
  .ftc-hero-actions { gap: 12px; }
  .ftc-intro-band, .ftc-section, .ftc-split-section, .ftc-contact-section { padding: 48px 24px; }
  .ftc-service-grid { margin-top: 28px; gap: 16px; }
  .ftc-service-card { padding: 26px; }
  .ftc-stats-strip { padding: 12px; }
  .ftc-stats-strip span { padding: 12px; font-size: 12px; }
  .ftc-quote-cta { padding: 48px 24px; }
  .ftc-footer { padding: 32px 24px; gap: 16px; }
  .ftc-contact-card { padding: 24px; }
  .ftc-contact-card a { font-size: 18px; }
  .ftc-contact-card a[href^="mailto:"] { font-size: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  .ftc-site * { scroll-behavior: auto; transition: none; }
}
