:root {
  --ink: #171713;
  --ink-soft: #292920;
  --olive: #6f6a24;
  --olive-light: #9e963f;
  --paper: #f5f4ee;
  --white: #ffffff;
  --line: rgba(23, 23, 19, 0.14);
  --muted: #68685f;
  --shadow: 0 22px 60px rgba(18, 18, 14, 0.13);
  --radius: 4px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.skip-link {
  position: fixed; left: 1rem; top: -5rem; z-index: 100;
  padding: .75rem 1rem; background: var(--white); color: var(--ink);
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(245, 244, 238, .95);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.nav-wrap {
  width: min(calc(100% - 2rem), var(--max)); margin: 0 auto;
  min-height: 82px; display: flex; align-items: center; gap: 2rem;
}
.brand { display: inline-flex; align-items: center; text-decoration: none; flex: 0 0 auto; }
.brand img { width: 210px; height: auto; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: .9rem; }
.main-nav a {
  text-decoration: none; text-transform: uppercase; letter-spacing: .08em;
  font-size: .73rem; font-weight: 800;
}
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--olive); }
.nav-cta, .button {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  min-height: 48px; padding: .75rem 1.15rem;
  background: var(--olive); color: var(--white) !important; border: 1px solid var(--olive);
  text-decoration: none; text-transform: uppercase; letter-spacing: .08em;
  font-weight: 850; font-size: .79rem; border-radius: var(--radius);
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.nav-cta { min-height: 40px; padding: .55rem .9rem; }
.button:hover, .nav-cta:hover { transform: translateY(-2px); background: #5e5a1e; border-color: #5e5a1e; }
.button.secondary { background: transparent; border-color: rgba(255,255,255,.55); color: var(--white) !important; }
.button.secondary:hover { background: rgba(255,255,255,.1); }
.button.ink { background: var(--ink); border-color: var(--ink); }
.menu-toggle {
  display: none; margin-left: auto; border: 0; background: transparent;
  width: 44px; height: 44px; color: var(--ink); font-size: 1.4rem;
}

.hero {
  min-height: 680px; position: relative; display: grid; align-items: end;
  color: var(--white); background: #24251d url('/assets/great-plains-drone-hero.png') center/cover no-repeat;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(11,12,9,.92) 0%, rgba(11,12,9,.70) 37%, rgba(11,12,9,.12) 72%),
              linear-gradient(0deg, rgba(11,12,9,.72) 0%, transparent 45%);
}
.hero-content { position: relative; width: min(calc(100% - 2rem), var(--max)); margin: 0 auto; padding: 7rem 0 5.5rem; }
.eyebrow {
  display: flex; align-items: center; gap: .7rem; margin: 0 0 1.1rem;
  color: var(--olive-light); text-transform: uppercase; letter-spacing: .17em;
  font-size: .8rem; font-weight: 850;
}
.eyebrow::before { content: ""; width: 48px; height: 2px; background: currentColor; }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -.025em; }
h1 { max-width: 800px; font-size: clamp(3rem, 7vw, 6.5rem); text-transform: uppercase; font-weight: 900; }
h2 { font-size: clamp(2.15rem, 4vw, 4.1rem); font-weight: 900; }
h3 { font-size: 1.35rem; font-weight: 850; }
.hero-lede { max-width: 650px; margin: 1.45rem 0 2rem; font-size: 1.16rem; color: rgba(255,255,255,.84); }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; }
.trust-strip { position: relative; border-top: 1px solid rgba(255,255,255,.24); background: rgba(9,10,7,.62); }
.trust-grid { width: min(calc(100% - 2rem), var(--max)); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 1.15rem 1.35rem; border-right: 1px solid rgba(255,255,255,.16); }
.trust-item:first-child { border-left: 1px solid rgba(255,255,255,.16); }
.trust-item strong { display: block; color: var(--white); font-size: .9rem; text-transform: uppercase; letter-spacing: .08em; }
.trust-item span { font-size: .8rem; color: rgba(255,255,255,.6); }

.section { padding: 6.5rem 0; }
.section.white { background: var(--white); }
.section.dark { background: var(--ink); color: var(--white); }
.section-inner { width: min(calc(100% - 2rem), var(--max)); margin: 0 auto; }
.section-head { display: grid; grid-template-columns: .9fr 1.1fr; gap: 4rem; align-items: end; margin-bottom: 3rem; }
.section-head p { margin: 0; color: var(--muted); font-size: 1.05rem; }
.dark .section-head p { color: rgba(255,255,255,.66); }
.kicker { margin: 0 0 .65rem; color: var(--olive); text-transform: uppercase; letter-spacing: .14em; font-size: .76rem; font-weight: 900; }
.dark .kicker { color: var(--olive-light); }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card {
  position: relative; min-height: 295px; padding: 2rem;
  background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
  text-decoration: none; overflow: hidden;
}
.service-card::after { content: "↗"; position: absolute; right: 1.5rem; bottom: 1.25rem; color: var(--olive); font-size: 1.35rem; transition: transform .2s ease; }
.service-card:hover::after { transform: translate(4px,-4px); }
.service-card:hover { background: #f0efe7; }
.service-num { color: var(--olive); font-size: .76rem; font-weight: 900; letter-spacing: .13em; }
.service-card h3 { margin-top: 3.6rem; text-transform: uppercase; }
.service-card p { margin: .75rem 0 0; color: var(--muted); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.metric-panel { background: var(--olive); color: var(--white); padding: 3rem; box-shadow: var(--shadow); }
.metric-panel .big { font-size: clamp(3rem, 6vw, 5.5rem); font-weight: 900; line-height: 1; }
.metric-panel .label { text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.check-list { list-style: none; padding: 0; margin: 1.5rem 0 0; }
.check-list li { position: relative; padding: .75rem 0 .75rem 2rem; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--olive); font-weight: 900; }

.band { background: var(--olive); color: var(--white); }
.band-inner { width: min(calc(100% - 2rem), var(--max)); margin: 0 auto; padding: 3rem 0; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.band h2 { font-size: clamp(1.8rem, 3.5vw, 3rem); }
.band p { margin: .55rem 0 0; color: rgba(255,255,255,.78); }
.band .button { background: var(--white); color: var(--ink) !important; border-color: var(--white); white-space: nowrap; }

.page-hero { background: var(--ink); color: var(--white); padding: 6rem 0 5rem; position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; right: -8rem; top: -9rem; width: 30rem; height: 30rem; border: 1px solid rgba(158,150,63,.35); border-radius: 50%; box-shadow: 0 0 0 70px rgba(158,150,63,.06), 0 0 0 140px rgba(158,150,63,.04); }
.page-hero-inner { position: relative; z-index: 1; width: min(calc(100% - 2rem), var(--max)); margin: 0 auto; }
.page-hero h1 { font-size: clamp(2.8rem, 6vw, 5.6rem); max-width: 930px; }
.page-hero p { max-width: 700px; font-size: 1.12rem; color: rgba(255,255,255,.72); margin: 1.35rem 0 0; }
.breadcrumb { margin-bottom: 2rem; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.58); }
.breadcrumb a { text-decoration: none; }

.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 5rem; align-items: start; }
.prose h2 { font-size: clamp(2rem, 4vw, 3.4rem); margin-bottom: 1.35rem; }
.prose h3 { margin: 2.4rem 0 .75rem; color: var(--olive); }
.prose p { color: #4f5048; }
.prose .lead { font-size: 1.18rem; color: var(--ink); }
.benefit-panel { margin-top: 2.25rem; padding: 1.75rem; background: #f1f0e8; border-left: 4px solid var(--olive); }
.benefit-panel h3 { margin-top: 0; }
.benefit-panel ul { margin-bottom: 0; }
.benefit-panel li + li { margin-top: .65rem; }
.compliance-note { margin-top: 1.5rem; padding: 1.4rem 1.5rem; background: var(--ink); color: var(--white); }
.compliance-note h3 { margin-top: 0; color: var(--olive-light); }
.compliance-note p { margin-bottom: 0; color: rgba(255,255,255,.76); }
.compliance-note a { color: var(--olive-light); font-weight: 850; text-underline-offset: 4px; }
.side-card { position: sticky; top: 110px; padding: 2rem; background: var(--ink); color: var(--white); box-shadow: var(--shadow); }
.side-card p { color: rgba(255,255,255,.65); }
.side-card .button { width: 100%; margin-top: .75rem; }
.side-card .phone { display: block; margin-top: 1.1rem; color: var(--olive-light); font-weight: 850; text-decoration: none; }

.process { counter-reset: steps; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.step { counter-increment: steps; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.step::before { content: "0" counter(steps); display: block; margin-bottom: 2.5rem; color: var(--olive); font-weight: 900; letter-spacing: .12em; }
.step p { color: var(--muted); margin-bottom: 0; }

.quote-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 4rem; align-items: start; }
.quote-form { background: var(--white); padding: 2.5rem; box-shadow: var(--shadow); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.field { display: grid; gap: .4rem; margin-bottom: 1.1rem; }
.field.full { grid-column: 1 / -1; }
label { font-weight: 800; font-size: .86rem; }
input, select, textarea {
  width: 100%; border: 1px solid #b9b9ae; border-radius: 2px; padding: .82rem .9rem;
  background: #fbfbf8; color: var(--ink); min-height: 48px;
}
textarea { min-height: 145px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(111,106,36,.2); border-color: var(--olive); }
.form-note { margin: 1rem 0 0; color: var(--muted); font-size: .86rem; }
.form-status { min-height: 1.5rem; margin-top: .75rem; font-weight: 750; color: var(--olive); }
.contact-block { padding: 2rem 0; border-top: 1px solid var(--line); }
.contact-block a { color: var(--olive); font-size: 1.4rem; font-weight: 900; text-decoration: none; }
.contact-block .contact-email { display: inline-block; margin-top: .45rem; font-size: 1.05rem; overflow-wrap: anywhere; }
.contact-block .contact-website { display: inline-block; margin-top: .45rem; font-size: 1.05rem; overflow-wrap: anywhere; }
.payment-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 3.5rem; align-items: start; }
.payment-card { padding: 2rem; background: var(--ink); color: var(--white); box-shadow: var(--shadow); }
.payment-card .status { color: var(--olive-light); font-size: .75rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.payment-card p, .payment-card small { color: rgba(255,255,255,.7); }
.payment-card .button { width: 100%; margin-top: .75rem; }
.payment-card small { display: block; margin-top: 1rem; line-height: 1.5; }
.security-box { margin: 2rem 0; padding: 1.5rem; border-left: 4px solid var(--olive); background: #f1f0e8; }
.security-box h3 { margin-top: 0; }
.reward-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.reward-grid article { padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.reward-grid article > span { color: var(--olive); font-weight: 900; letter-spacing: .12em; }
.reward-grid h3 { margin-top: 2.5rem; text-transform: uppercase; }
.reward-grid p { color: var(--muted); margin-bottom: 0; }

.owner-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; align-items: start; }
.owner-card { background: var(--white); border: 1px solid var(--line); box-shadow: 0 14px 32px rgba(20,20,15,.08); overflow: hidden; }
.owner-photo { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; object-position: center; }
.owner-photo-placeholder {
  min-height: 390px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .65rem;
  padding: 2rem; background: linear-gradient(145deg, #24251d, #11110e); color: var(--white); text-align: center;
}
.owner-photo-placeholder span { color: var(--olive-light); text-transform: uppercase; letter-spacing: .15em; font-size: .75rem; font-weight: 900; }
.owner-photo-placeholder strong { font-size: 1.4rem; }
.owner-card-body { padding: 2rem; }
.owner-card-body h3 { margin-bottom: 1.25rem; font-size: 1.7rem; text-transform: uppercase; }
.owner-bio p { color: #4f5048; margin: 0 0 1.15rem; }
.owner-bio p:last-child { margin-bottom: 0; }
.owner-bio .owner-bio-lead { color: var(--ink); font-size: 1.16rem; font-weight: 800; line-height: 1.5; }
.owner-bio-placeholder { padding: 1.35rem; background: #f1f0e8; border-left: 4px solid var(--olive); }
.owner-bio-placeholder p { margin: .45rem 0 0; color: var(--muted); }

.restriction-hero h1 { max-width: 1000px; }
.restriction-alert {
  display: grid; grid-template-columns: .9fr 1.1fr; gap: 3rem; align-items: start;
  margin-bottom: 5rem; padding: 2rem; background: var(--ink); color: var(--white);
  border-left: 5px solid var(--olive-light); box-shadow: var(--shadow);
}
.restriction-alert-label, .restriction-status {
  display: inline-block; color: var(--olive-light); text-transform: uppercase;
  letter-spacing: .13em; font-size: .74rem; font-weight: 900;
}
.restriction-alert h2 { margin-top: .55rem; font-size: clamp(1.65rem, 3vw, 2.5rem); }
.restriction-alert p { margin: 0; color: rgba(255,255,255,.72); }
.restriction-head { margin-bottom: 2rem; }
.restriction-principles {
  display: grid; grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line); border-left: 1px solid var(--line);
}
.restriction-principles article { min-height: 230px; padding: 1.75rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.restriction-principles article > span { color: var(--olive); font-size: .76rem; font-weight: 900; letter-spacing: .13em; }
.restriction-principles h3 { margin-top: 2.4rem; text-transform: uppercase; font-size: 1.1rem; }
.restriction-principles p { margin-bottom: 0; color: var(--muted); }
.restrictions-section { background: #ecebe3; }
.state-restriction-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
.state-restriction-card { padding: 2rem; background: var(--white); border-top: 4px solid var(--olive); box-shadow: 0 12px 28px rgba(20,20,15,.07); }
.state-card-head { display: flex; justify-content: space-between; gap: 1rem; align-items: flex-start; padding-bottom: 1.35rem; border-bottom: 1px solid var(--line); }
.state-card-head > div { display: flex; align-items: center; gap: .9rem; }
.state-abbr { display: inline-grid; place-items: center; width: 46px; height: 46px; background: var(--ink); color: var(--white); font-weight: 900; letter-spacing: .05em; }
.state-card-head h3 { text-transform: uppercase; }
.restriction-status { color: var(--olive); text-align: right; max-width: 150px; }
.state-restriction-card ul { padding-left: 1.2rem; margin: 1.5rem 0; }
.state-restriction-card li + li { margin-top: .75rem; }
.state-source { display: grid; gap: .4rem; padding-top: 1.2rem; border-top: 1px solid var(--line); }
.state-source span { color: var(--muted); text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; font-weight: 900; }
.state-source a { color: var(--olive); font-weight: 800; text-underline-offset: 3px; }
.compliance-process { display: grid; grid-template-columns: .8fr 1.2fr; gap: 5rem; align-items: start; }
.compliance-process > div > p:last-child { color: rgba(255,255,255,.66); font-size: 1.05rem; }
.compliance-process ol { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(255,255,255,.16); }
.compliance-process li { display: grid; grid-template-columns: 44px 1fr; gap: 1.1rem; padding: 1.25rem 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.compliance-process li > span { color: var(--olive-light); font-weight: 900; }
.compliance-process strong { text-transform: uppercase; letter-spacing: .05em; }
.compliance-process li p { margin: .35rem 0 0; color: rgba(255,255,255,.63); }

.merch-hero { background: var(--ink); color: var(--white); padding: 4.5rem 0; }
.merch-hero-grid { width: min(calc(100% - 2rem), var(--max)); margin: 0 auto; display: grid; grid-template-columns: .82fr 1.18fr; gap: 4rem; align-items: center; }
.merch-hero h1 { font-size: clamp(3rem, 6vw, 5.8rem); }
.merch-hero p:not(.eyebrow) { color: rgba(255,255,255,.7); font-size: 1.08rem; margin: 1.25rem 0 1.8rem; }
.merch-image { box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.16); }
.merch-note { display: inline-block; margin-top: 1rem; color: rgba(255,255,255,.55); font-size: .82rem; }
.collection-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.collection-card { min-height: 270px; padding: 2rem; background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.collection-card .status { display: inline-block; color: var(--olive); font-size: .74rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 900; }
.collection-card h3 { margin-top: 3rem; text-transform: uppercase; }
.collection-card p { color: var(--muted); margin-bottom: 0; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
.product-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); box-shadow: 0 14px 32px rgba(20,20,15,.08); }
.product-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; display: block; }
.product-card-body { padding: 1.65rem; }
.product-card .status { display: inline-block; color: var(--olive); font-size: .74rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 900; }
.product-card h3 { margin: .75rem 0 .65rem; text-transform: uppercase; }
.product-card p { color: var(--muted); margin: 0 0 1rem; }
.product-options { color: var(--ink); font-size: .8rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }

.site-footer { background: #10100d; color: var(--white); padding: 4rem 0 1.5rem; }
.footer-grid { width: min(calc(100% - 2rem), var(--max)); margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 3rem; }
.footer-logo { width: 250px; background: var(--white); padding: .65rem; }
.footer-copy { max-width: 410px; color: rgba(255,255,255,.58); }
.footer-title { color: var(--olive-light); text-transform: uppercase; font-size: .76rem; letter-spacing: .14em; font-weight: 900; }
.footer-links { display: grid; gap: .45rem; margin-top: 1rem; }
.footer-links a { text-decoration: none; color: rgba(255,255,255,.72); }
.footer-links a:hover { color: var(--white); }
.footer-bottom { width: min(calc(100% - 2rem), var(--max)); margin: 3rem auto 0; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 1rem; color: rgba(255,255,255,.45); font-size: .78rem; }

@media (max-width: 960px) {
  .menu-toggle { display: inline-grid; place-items: center; }
  .main-nav { display: none; position: absolute; left: 0; right: 0; top: 82px; padding: 1.2rem 1rem 1.5rem; background: var(--paper); border-bottom: 1px solid var(--line); align-items: stretch; flex-direction: column; gap: .9rem; }
  .main-nav.open { display: flex; }
  .main-nav .nav-cta { align-self: flex-start; }
  .hero { min-height: 650px; }
  .section-head, .split, .quote-layout, .payment-layout, .restriction-alert, .compliance-process { grid-template-columns: 1fr; gap: 2rem; }
  .merch-hero-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .service-grid, .restriction-principles { grid-template-columns: repeat(2, 1fr); }
  .process { grid-template-columns: repeat(2,1fr); }
  .content-grid { grid-template-columns: 1fr; gap: 3rem; }
  .side-card { position: static; }
}

@media (max-width: 640px) {
  .brand img { width: 170px; }
  .nav-wrap { min-height: 72px; }
  .main-nav { top: 72px; }
  .hero { min-height: 610px; background-position: 62% center; }
  .hero::before { background: linear-gradient(90deg, rgba(11,12,9,.92), rgba(11,12,9,.47)), linear-gradient(0deg, rgba(11,12,9,.8), transparent 55%); }
  .hero-content { padding: 5.5rem 0 3.5rem; }
  h1 { font-size: clamp(2.5rem, 13vw, 4rem); }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(3) { border-left: 1px solid rgba(255,255,255,.16); }
  .section { padding: 4.5rem 0; }
  .service-grid, .process, .field-grid, .footer-grid, .collection-grid, .product-grid, .reward-grid, .restriction-principles, .state-restriction-grid, .owner-grid { grid-template-columns: 1fr; }
  .restriction-alert { margin-bottom: 3.5rem; padding: 1.5rem; }
  .state-restriction-card { padding: 1.35rem; }
  .state-card-head { flex-direction: column; }
  .restriction-status { text-align: left; max-width: none; }
  .section-head { margin-bottom: 2rem; }
  .service-card { min-height: 230px; }
  .band-inner { align-items: flex-start; flex-direction: column; }
  .page-hero { padding: 4.5rem 0 4rem; }
  .quote-form { padding: 1.25rem; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
