:root {
  --forest: #173f36;
  --forest-deep: #102e28;
  --moss: #6f846f;
  --cream: #f4f1e8;
  --paper: #fffdf8;
  --stone: #d7d1c5;
  --ink: #202722;
  --muted: #626a64;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 13px max(20px, calc((100vw - var(--max)) / 2));
  background: rgba(244, 241, 232, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(32, 39, 34, 0.08);
}
.brand img { width: 146px; height: 42px; object-fit: contain; border-radius: 7px; }
nav { display: flex; align-items: center; gap: 20px; font-size: 14px; font-weight: 650; }
nav a { text-decoration: none; }
.nav-cta { background: var(--forest); color: white; padding: 10px 15px; border-radius: 999px; }

.hero {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--forest);
}
.hero-photo, .hero-shade { position: absolute; inset: 0; }
.hero-photo {
  background: url('assets/canopy-field-fencing.jpg') center 48% / cover no-repeat;
  transform: scale(1.01);
}
.hero-shade {
  background: linear-gradient(90deg, rgba(12, 31, 27, .88) 0%, rgba(12, 31, 27, .61) 44%, rgba(12, 31, 27, .16) 78%);
}
.hero-content { position: relative; z-index: 2; color: white; padding: 90px 0 112px; }
.eyebrow { margin: 0 0 13px; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.eyebrow.dark { color: var(--forest); }
.eyebrow.light { color: #dce9df; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 600; letter-spacing: -.025em; }
h1 { max-width: 760px; margin: 0; font-size: clamp(48px, 7vw, 88px); line-height: .98; }
.hero-copy { max-width: 690px; margin: 24px 0 0; font-size: clamp(18px, 2vw, 22px); color: #eee8dc; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border-radius: 999px; text-decoration: none; font-weight: 750; }
.button-light { background: white; color: var(--forest); }
.button-ghost { border: 1px solid rgba(255,255,255,.65); color: white; }
.button-dark { background: var(--forest); color: white; }
.button-outline { border: 1px solid var(--forest); color: var(--forest); background: transparent; }

.workflow-wrap { position: relative; margin-top: -48px; z-index: 3; }
.workflow-card {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  background: var(--paper);
  border: 1px solid var(--stone);
  border-radius: 24px;
  box-shadow: 0 18px 44px rgba(15, 34, 28, .12);
  overflow: hidden;
}
.workflow-card article { text-align: center; padding: 26px 16px; }
.step-number { display: inline-block; color: var(--moss); font-size: 12px; font-weight: 800; letter-spacing: .1em; margin-bottom: 4px; }
.workflow-card h2 { margin: 0; font-size: 24px; }
.workflow-card p { margin: 5px 0 0; color: var(--muted); font-size: 14px; }
.step-arrow { color: #9aa49d; font-size: 22px; }

.split-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center; padding-block: 120px; }
.section-copy h2, .section-heading h2, .trades-section h2, .control-section h2, .launch h2 { margin: 0; font-size: clamp(38px, 5vw, 62px); line-height: 1.02; }
.section-copy > p:not(.eyebrow) { max-width: 570px; font-size: 19px; color: var(--muted); }
.small-note { font-size: 15px !important; padding-left: 15px; border-left: 3px solid var(--moss); }
.image-card { min-height: 520px; border-radius: 30px; box-shadow: 0 20px 60px rgba(15, 34, 28, .12); }
.image-patio { background: url('assets/canopy-field-patio.jpg') center / cover no-repeat; }

.trades-section { background: var(--forest); color: white; padding: 100px 0; }
.trades-section h2 { max-width: 850px; }
.section-lead { max-width: 690px; color: #dce5df; font-size: 18px; }
.trade-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.trade-pills span { border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.07); padding: 10px 14px; border-radius: 999px; }

.features { padding-block: 110px; }
.section-heading { max-width: 800px; margin-bottom: 44px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.feature-grid article { background: var(--paper); border: 1px solid var(--stone); border-radius: 18px; padding: 24px; }
.feature-grid h3 { margin: 0; font-size: 24px; }
.feature-grid p { margin: 9px 0 0; color: var(--muted); }

.pricing-section { background: var(--forest-deep); color: white; padding: 100px 0; }
.pricing-heading { margin-bottom: 36px; }
.pricing-heading p:not(.eyebrow) { max-width: 760px; color: #d5ded8; font-size: 18px; }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.price-card { background: var(--paper); color: var(--ink); border-radius: 22px; padding: 30px; border: 1px solid var(--stone); }
.price-card-pro { border: 2px solid #b8c8ba; }
.price-label { margin: 0 0 8px; color: var(--forest); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.price-card h3 { margin: 0; font-size: 44px; line-height: 1; }
.price-card h3 span { font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 16px; font-weight: 650; letter-spacing: 0; }
.price-period { margin: 10px 0 22px; color: var(--muted); }
.price-card ul { margin: 0; padding-left: 20px; }
.price-card li + li { margin-top: 8px; }
.pricing-note { max-width: 820px; margin: 22px 0 0; color: #cdd8d2; font-size: 13px; }

.control-section { background: var(--forest); color: white; padding: 80px 0; }
.control-grid { display: grid; grid-template-columns: 170px 1fr; gap: 42px; align-items: center; }
.control-mark { width: 170px; aspect-ratio: 1; object-fit: cover; border-radius: 28px; }
.control-section p:not(.eyebrow) { max-width: 700px; color: #d5ded8; font-size: 18px; }

.launch { text-align: center; padding-block: 110px; }
.launch-logo { width: 210px; margin: 0 auto 24px; border-radius: 10px; }
.launch p { max-width: 680px; margin: 20px auto 0; color: var(--muted); font-size: 18px; }
.launch-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.domain-note { font-size: 14px !important; letter-spacing: .08em; text-transform: uppercase; }

.legal-page { min-height: 100vh; background: var(--cream); }
.legal-wrap { width: min(calc(100% - 40px), 860px); margin: 0 auto; padding: 72px 0 96px; }
.legal-wrap h1 { font-size: clamp(42px, 7vw, 70px); color: var(--forest); }
.legal-wrap h2 { font-size: 28px; margin-top: 38px; }
.legal-wrap p, .legal-wrap li { color: var(--muted); }
.legal-wrap a { color: var(--forest); }
.legal-meta { font-size: 14px; color: var(--muted); margin: 14px 0 28px; }
.support-card { background: var(--paper); border: 1px solid var(--stone); border-radius: 20px; padding: 24px; margin: 26px 0; }

footer { background: #0c231e; color: #d9e2dd; padding: 34px 0; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 13px; }
.footer-inner > img { width: 128px; border-radius: 7px; }
.footer-links { display: flex; gap: 18px; }
.footer-links a { color: inherit; }

@media (max-width: 900px) {
  nav a:not(.nav-cta) { display: none; }
}

@media (max-width: 820px) {
  .hero { min-height: 600px; }
  .hero-shade { background: linear-gradient(0deg, rgba(12,31,27,.9) 0%, rgba(12,31,27,.48) 62%, rgba(12,31,27,.18) 100%); }
  .hero-content { padding: 80px 0 94px; }
  .workflow-wrap { margin-top: -34px; }
  .workflow-card { grid-template-columns: 1fr 1fr 1fr; }
  .workflow-card article { padding: 20px 8px; }
  .step-arrow { display: none; }
  .workflow-card h2 { font-size: 20px; }
  .workflow-card p { font-size: 12px; }
  .split-section { grid-template-columns: 1fr; gap: 34px; padding-block: 80px; }
  .image-card { min-height: 380px; order: -1; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .control-grid { grid-template-columns: 90px 1fr; gap: 24px; }
  .control-mark { width: 90px; border-radius: 18px; }
  .footer-inner { flex-direction: column; text-align: center; }
}

@media (max-width: 540px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .site-header { padding-inline: 14px; }
  .brand img { width: 132px; }
  .nav-cta { padding: 9px 12px; font-size: 13px; }
  .hero { min-height: 570px; }
  h1 { font-size: 48px; }
  .hero-copy { font-size: 17px; }
  .workflow-card { border-radius: 18px; }
  .workflow-card h2 { font-size: 18px; }
  .feature-grid { grid-template-columns: 1fr; }
  .control-grid { grid-template-columns: 1fr; text-align: left; }
  .legal-wrap { width: min(calc(100% - 28px), 860px); padding-top: 48px; }
}