/* Canopy Crew — Shared Styles */
:root {
  --deep-forest: #141a12;
  --timber: #243022;
  --canopy: #3d5436;
  --sage: #8fa882;
  --amber: #c8a96a;
  --birch: #e8e4d8;
  --mist: #b8c4b0;
  --bark: #1a2118;
  --bark-soft: #203420;
  --ink: #101710;
  --text: #20311e;
  --text-soft: #5b5e54;
  --line: #dae2d6;
  --cream: #f4f2ea;
  --success: #587d46;
  --shadow: rgba(20, 26, 18, 0.12);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

body {
  font-family: "Barlow", Arial, sans-serif;
  font-weight: 300;
  color: var(--text);
  background: var(--cream);
  line-height: 1.6;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(141, 168, 130, 0.10) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.55;
  z-index: -1;
}

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

img,
svg,
video {
  max-width: 100%;
}

img {
  height: auto;
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  background: var(--deep-forest);
  color: var(--birch);
  border-bottom: 1px solid rgba(143, 168, 130, 0.25);
  position: sticky;
  top: 0;
  z-index: 10;
  transition: box-shadow 180ms ease;
}

.site-header.scrolled {
  box-shadow: 0 4px 22px rgba(0, 0, 0, 0.2);
}

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

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

.brand-mark svg {
  width: 40px;
  height: 44px;
}

.brand-wordmark {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.88rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--birch);
}

.brand-sub {
  display: block;
  font-family: "Barlow", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mist);
  margin-top: 4px;
}

.skip-link {
  position: absolute;
  top: -48px;
  left: 0;
  padding: 8px 14px;
  background: var(--amber);
  color: var(--deep-forest);
  z-index: 100;
}

.skip-link:focus {
  top: 0;
}

.nav-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  background: transparent;
  color: var(--birch);
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 24px;
  height: 2px;
  background: currentColor;
  transition: all 180ms ease;
}

.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: relative;
  display: block;
}

.nav-toggle span::before { top: -8px; }
.nav-toggle span::after { top: 6px; }

.nav-toggle[aria-expanded="true"] span {
  background: transparent;
}

.nav-toggle[aria-expanded="true"] span::before {
  transform: translateY(8px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span::after {
  transform: translateY(-8px) rotate(-45deg);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
}

.nav-links a {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.04rem;
  font-weight: 700;
  letter-spacing: 0.10em;
  color: var(--birch);
  text-transform: uppercase;
}

.nav-links a:hover,
.nav-links a.current {
  color: var(--amber);
}

.nav-cta {
  background: var(--canopy);
  color: var(--birch);
  padding: 9px 20px;
  border-radius: 999px;
  border: 1px solid var(--sage);
}

.nav-cta:hover {
  background: var(--sage);
  color: var(--deep-forest);
}

.hero {
  background: var(--deep-forest);
  color: var(--birch);
  padding: 84px 0 96px;
  position: relative;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(20, 26, 18, 0.84), rgba(20, 26, 18, 0.84)), url('https://images.unsplash.com/photo-1600566753190-17f0baa2a6c3?auto=format&fit=crop&q=80');
  background-size: cover;
  background-position: center;
  opacity: 0.95;
}

.hero .container {
  position: relative;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(560px, 1fr) minmax(300px, 420px);
  gap: 42px;
  align-items: center;
}

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

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
  font-size: 0.82rem;
  color: var(--sage);
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  height: 2px;
  width: 34px;
  background: var(--amber);
}

.hero h1,
.page-hero h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 900;
  font-size: clamp(2.7rem, 5.4vw, 4.7rem);
  line-height: 0.94;
  letter-spacing: -0.03em;
  margin: 22px 0 24px;
  color: var(--birch);
}

.hero p.lede {
  color: var(--mist);
  font-size: clamp(1.1rem, 2.2vw, 1.34rem);
  line-height: 1.54;
  max-width: 640px;
}

.hero-actions {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.11em;
  padding: 12px 24px;
  border-radius: 999px;
  border: 1px solid var(--sage);
  background: var(--canopy);
  color: var(--birch);
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.btn.block {
  width: 100%;
}

.btn:hover,
.btn:focus {
  background: var(--sage);
  color: var(--deep-forest);
}

.btn.secondary {
  border-color: var(--sage);
  color: var(--birch);
  background: transparent;
}

.btn.secondary:hover {
  background: var(--sage);
  color: var(--deep-forest);
}

.btn.light {
  background: var(--birch);
  color: var(--deep-forest);
  border-color: var(--birch);
}

.btn.light:hover {
  background: var(--amber);
}

.btn-outline {
  background: transparent;
  border: 1px solid var(--sage);
  color: var(--birch);
}

.hero-card {
  background: linear-gradient(180deg, var(--timber), #2d3926);
  border-radius: 14px;
  border: 1px solid rgba(143, 168, 130, 0.5);
  padding: 28px;
  color: var(--birch);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.hero-card .logo-chip {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-card h3 {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.34rem;
  letter-spacing: 0.12em;
  color: var(--birch);
}

.hero-card p {
  color: var(--mist);
  margin-top: 12px;
}

.hero-card .stats {
  margin-top: 28px;
}

.hero-card .stats-row {
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.20);
}

.hero-card .stats-row:first-child {
  border-top: 0;
}

.stat-number {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 900;
  font-size: 2rem;
  color: var(--amber);
}

.stat-label {
  display: block;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.84rem;
  letter-spacing: 0.16em;
  color: var(--mist);
}

.page-hero {
  background: var(--bark);
  color: var(--birch);
  padding: 56px 0 74px;
}

.page-hero .container {
  position: relative;
}

.page-hero .page-headline {
  max-width: 720px;
}

.page-hero h1 {
  font-size: clamp(2rem, 4.4vw, 3.3rem);
}

.page-hero p {
  color: var(--mist);
  margin-top: 16px;
  font-size: 1.1rem;
}

.main-content {
  padding: 72px 0;
}

.section {
  padding: 62px 0;
}

.section.dark {
  background: var(--deep-forest);
  color: var(--birch);
}

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

.section .section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 34px;
}

.section h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: clamp(2rem, 3.2vw, 2.76rem);
  line-height: 1.08;
  color: var(--deep-forest);
}

.section.dark h2,
.section.dark .section-kicker {
  color: var(--birch);
}

.section-kicker {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  line-height: 1;
  letter-spacing: 0.16em;
  color: var(--canopy);
  text-transform: uppercase;
}

.section-head p {
  color: var(--text-soft);
}

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

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

.about-layout {
  display: grid;
  grid-template-columns: minmax(560px, 1.2fr) minmax(280px, 0.88fr);
  gap: 34px;
  align-items: stretch;
}

.about-story {
  background: white;
  border-radius: 14px;
  padding: 34px;
  border: 1px solid var(--line);
  box-shadow: 0 6px 20px var(--shadow);
}

.about-story h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  line-height: 1.02;
  color: var(--deep-forest);
  margin-top: 12px;
}

.about-story p {
  color: var(--text-soft);
  margin-top: 16px;
  line-height: 1.62;
}

.about-story .section-kicker {
  margin-bottom: 4px;
}

.about-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.about-actions .btn {
  width: auto;
}

.about-photo-panel {
  min-width: 0;
  display: flex;
  align-items: stretch;
}

.about-photo-wrap {
  min-height: 100%;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, var(--deep-forest), var(--timber));
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--sage);
  box-shadow: 0 10px 30px var(--shadow);
  display: flex;
  flex-direction: column;
  position: relative;
}

.about-photo-wrap::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.25);
  pointer-events: none;
  z-index: 1;
}

.about-photo {
  width: 100%;
  height: auto;
  display: block;
}

.image-caption {
  padding: 12px 16px;
  background: var(--deep-forest);
  color: var(--mist);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.card {
  background: white;
  border-radius: 14px;
  padding: 26px;
  border: 1px solid var(--line);
  box-shadow: 0 6px 20px var(--shadow);
}

.card.feature {
  background: var(--timber);
  color: var(--birch);
  border-color: var(--sage);
}

.card h3 {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.56rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.1;
  margin-bottom: 12px;
}

.card p {
  color: var(--text-soft);
  line-height: 1.58;
}

.card.feature p,
.card.feature li {
  color: var(--mist);
}

.card.feature ul {
  margin-top: 14px;
}

.card ul {
  list-style-position: outside;
  margin-left: 20px;
}

.card li {
  margin-bottom: 8px;
}

.icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: var(--sage);
  color: var(--deep-forest);
  margin-bottom: 12px;
}

.drone-strip {
  background: var(--deep-forest);
  color: var(--birch);
  padding: 40px 0;
}

.drone-strip .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.drone-strip h2 {
  color: var(--birch);
}

.drone-strip .price-line {
  color: var(--mist);
}

.divider {
  border-top: 1px solid var(--line);
}

.check-list {
  list-style: none;
  padding: 0;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 13px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--amber);
}

.cta-band {
  background: var(--canopy);
  color: var(--birch);
  padding: 70px 0;
}

.cta-band .cta-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.cta-band h2 {
  color: var(--birch);
}

.cta-band p {
  color: var(--mist);
}

.form-card {
  background: white;
  border-radius: 14px;
  border: 1px solid var(--line);
  padding: 28px;
  box-shadow: 0 8px 30px var(--shadow);
}

.form-card h2,
.form-card h3 {
  font-family: "Playfair Display", Georgia, serif;
  color: var(--deep-forest);
}

.form-row {
  display: grid;
  gap: 10px;
  margin-bottom: 16px;
}

.form-row.two-col {
  grid-template-columns: repeat(2, minmax(250px, 1fr));
  gap: 16px;
}

label,
.field-label {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-soft);
}

input,
select,
textarea {
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--sage);
  background: white;
  color: var(--text);
  font: 300 1rem/1.4 "Barlow", Arial, sans-serif;
  padding: 11px 12px;
}

textarea {
  min-height: 150px;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(200, 169, 106, 0.36);
  border-color: var(--amber);
}

.form-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.chip {
  padding: 8px 15px;
  border-radius: 999px;
  border: 1px solid var(--sage);
  background: transparent;
  color: var(--canopy);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.12em;
  cursor: pointer;
}

.chip.active {
  background: var(--canopy);
  color: var(--birch);
}

.form-alert {
  display: none;
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 8px;
  background: #ecf5e9;
  border: 1px solid var(--sage);
  color: var(--deep-forest);
}

.form-alert.show {
  display: block;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  border-radius: 10px;
  border: 1px solid var(--line);
  background: white;
  overflow: hidden;
}

.faq-question button {
  width: 100%;
  background: transparent;
  border: 0;
  color: var(--deep-forest);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.1;
  letter-spacing: 0.10em;
  font-weight: 700;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  cursor: pointer;
}

.faq-question button span {
  color: var(--canopy);
  font-size: 1.36rem;
  font-family: "Barlow", Arial, sans-serif;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 240ms ease;
}

.faq-answer p {
  padding: 0 20px 16px;
  color: var(--text-soft);
}

.faq-item.open .faq-answer {
  max-height: 220px;
}

.faq-item.open .faq-question button span {
  transform: rotate(45deg);
}

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

.location-grid .city-link {
  background: white;
  border-radius: 10px;
  padding: 14px 16px;
  border: 1px solid var(--line);
}

.location-grid .city-link a {
  color: var(--canopy);
  font-weight: 700;
}

.footer {
  background: var(--deep-forest);
  color: var(--birch);
  padding: 54px 0 16px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 1fr;
  gap: 34px;
}

.footer h3,
.footer h4 {
  color: var(--birch);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.footer .brand-sub,
.footer p,
.footer li,
.footer a {
  color: var(--mist);
}

.footer ul {
  list-style: none;
}

.footer li {
  margin-bottom: 8px;
}

.footer .footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.20);
  margin-top: 36px;
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.9rem;
}

.footer-bottom .right {
  color: var(--sage);
}

.footer-logo .brand-wordmark {
  font-size: 2rem;
}

.footer-logo svg {
  width: 40px;
  height: 44px;
}

.muted {
  color: var(--mist);
}

.service-list-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.service-list-row .service-pill {
  border-radius: 999px;
  padding: 8px 14px;
  border: 1px solid var(--sage);
  color: var(--canopy);
  background: transparent;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-weight: 700;
}

.page-subnav {
  background: var(--timber);
  padding: 12px 0;
}

.page-subnav .subnav-links {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}

.page-subnav a {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-weight: 700;
  color: var(--birch);
}

.page-subnav a.current {
  color: var(--amber);
}

@media (max-width: 900px) {
  body {
    font-size: 15px;
  }

  .hero-grid,
  .grid-3,
  .grid-2,
  .footer-grid,
  .location-grid,
  .form-row.two-col {
    grid-template-columns: 1fr;
  }

  .about-layout {
    grid-template-columns: 1fr;
  }

  .about-story {
    padding: 24px;
  }

  .about-story h2 {
    font-size: clamp(1.84rem, 7vw, 2.44rem);
  }

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

  .about-actions .btn {
    width: 100%;
  }

  .about-photo {
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .about-photo-wrap {
    min-height: auto;
  }

  .hero {
    padding-top: 56px;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(2rem, 8vw, 3.3rem);
  }

  .hero p.lede {
    font-size: 1rem;
  }

  .hero-grid {
    gap: 28px;
  }

  .hero-card,
  .card,
  .form-card {
    padding: 22px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: absolute;
    left: 0;
    right: 0;
    top: 73px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding: 20px 24px;
    background: var(--deep-forest);
    border-top: 1px solid var(--sage);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-20px);
    transition: all 250ms ease;
  }

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

  .nav-links a {
    padding: 8px 0;
  }

  .section .section-head {
    display: block;
  }

  .section .section-head p {
    margin-top: 14px;
  }

  .section {
    padding: 46px 0;
  }

  .cta-band .cta-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .drone-strip .container {
    flex-direction: column;
    align-items: flex-start;
  }

  .drone-strip .btn {
    width: 100%;
    justify-content: center;
  }

  .footer .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .service-list-row {
    gap: 12px;
  }

  .service-list-row .service-pill {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: auto;
  }

  .nav-wrap {
    min-height: 72px;
  }

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

  .hero-copy .hero-actions {
    gap: 12px;
  }

  .hero-card .stats-row {
    padding: 10px 0;
  }

  .drone-strip {
    padding: 34px 0;
  }

  .drone-strip h2 {
    font-size: clamp(1.58rem, 8vw, 2rem);
  }
}

@media (max-width: 599px) {
  body {
    overflow-x: hidden;
  }

  .container {
    width: min(100%, calc(100% - 28px));
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .hero-actions {
    align-items: stretch;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .grid-3,
  .grid-2,
  .form-row.two-col {
    grid-template-columns: 1fr;
  }

  .about-layout {
    grid-template-columns: 1fr;
  }

  .about-photo-wrap {
    border-radius: 12px;
  }

  .about-story {
    padding: 20px;
  }

  .about-story p {
    font-size: 0.98rem;
  }

  .about-photo {
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .footer .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .section-kicker {
    font-size: 0.76rem;
  }

  .card,
  .form-card,
  .hero-card {
    border-radius: 12px;
  }

  .container {
    width: min(100%, calc(100% - 28px));
  }

  .btn {
    width: 100%;
  }

  .page-subnav .subnav-links {
    justify-content: center;
  }

  .brand-wordmark {
    font-size: 1.62rem;
  }

  .brand-sub {
    font-size: 0.62rem;
  }

  .hero-card h3,
  .card h3,
  .form-card h2 {
    font-size: clamp(1.1rem, 5.4vw, 1.56rem);
  }

  .hero-copy .lede {
    font-size: 0.98rem;
  }
}
