:root {
  --ink: #0b0b0c;
  --ink-2: #111113;
  --graphite: #1a1a1d;
  --graphite-2: #27272a;
  --steel: #8f8b84;
  --silver: #d9d5ce;
  --stone: #f1eee8;
  --stone-2: #e5e0d8;
  --white: #ffffff;
  --bronze: #b87333;
  --bronze-2: #d89a55;
  --bronze-dark: #6f3f1b;
  --muted: #6f6d69;
  --shadow: 0 24px 60px rgba(0, 0, 0, .18);
  --shadow-soft: 0 14px 40px rgba(0, 0, 0, .1);
  --radius: 18px;
  --radius-sm: 10px;
  --shell: 1180px;
  --display: "Arial Narrow", "Roboto Condensed", "Franklin Gothic Medium", Arial, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  left: 12px;
  top: -70px;
  z-index: 9999;
  padding: 12px 16px;
  color: var(--ink);
  background: var(--stone);
  border-radius: 8px;
  transition: top .2s ease;
}
.skip-link:focus { top: 12px; }
.shell { width: min(var(--shell), calc(100% - 40px)); margin: 0 auto; }

.announcement {
  color: var(--stone);
  background: #060607;
  border-bottom: 1px solid rgba(255,255,255,.08);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.announcement__inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.announcement__phone { color: var(--bronze-2); }
.announcement__phone:hover { color: #f0bc7d; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  color: var(--stone);
  background: rgba(11,11,12,.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.08);
  transition: box-shadow .25s ease, background .25s ease;
}
.site-header.is-scrolled { background: rgba(7,7,8,.97); box-shadow: 0 10px 30px rgba(0,0,0,.2); }
.site-header--solid { position: relative; background: var(--ink); }
.nav-wrap { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand img { width: 48px; height: 54px; object-fit: contain; }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__text strong {
  font-family: var(--display);
  font-size: 20px;
  letter-spacing: .14em;
  white-space: nowrap;
}
.brand__text small { margin-top: 7px; color: var(--bronze-2); font-size: 9px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; white-space: nowrap; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav > a:not(.button) { color: #d8d6d2; font-size: 14px; font-weight: 650; }
.site-nav > a:not(.button):hover { color: var(--bronze-2); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; align-items: center; justify-content: center; flex-direction: column; gap: 5px; cursor: pointer; }
.nav-toggle span:not(.sr-only) { width: 24px; height: 2px; background: var(--stone); transition: transform .2s ease, opacity .2s ease; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid var(--bronze);
  border-radius: 999px;
  color: #101011;
  background: linear-gradient(135deg, var(--bronze-2), var(--bronze));
  box-shadow: 0 10px 30px rgba(184,115,51,.2);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(184,115,51,.28); filter: brightness(1.05); }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, button:focus-visible { outline: 3px solid rgba(216,154,85,.5); outline-offset: 3px; }
.button--small { min-height: 42px; padding: 0 18px; font-size: 11px; }
.button--ghost { color: var(--stone); background: transparent; border-color: rgba(255,255,255,.28); box-shadow: none; }
.button--ghost:hover { border-color: var(--bronze-2); background: rgba(255,255,255,.05); }
.button--light { background: var(--stone); border-color: var(--stone); color: var(--ink); box-shadow: none; }
.button--form { width: 100%; border-radius: 10px; }

.hero {
  position: relative;
  overflow: hidden;
  color: var(--stone);
  background:
    radial-gradient(circle at 78% 20%, rgba(184,115,51,.18), transparent 31%),
    radial-gradient(circle at 18% 92%, rgba(131,126,118,.12), transparent 29%),
    linear-gradient(135deg, #0b0b0c 0%, #111114 60%, #080809 100%);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .35;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}
.hero__grid { position: relative; z-index: 2; min-height: 720px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; padding-top: 70px; padding-bottom: 86px; }
.hero__copy { max-width: 650px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--bronze-2);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow span { width: 20px; height: 1px; background: currentColor; opacity: .7; }
.eyebrow--dark { color: var(--bronze-dark); }
.hero h1, .section-heading h2, .about-copy h2, .contact-copy h2, .spreader-callout h2, .legal-content h1, .thank-you-card h1 {
  margin: 18px 0 0;
  font-family: var(--display);
  line-height: .98;
  letter-spacing: -.025em;
}
.hero h1 { max-width: 710px; font-size: clamp(48px, 6vw, 82px); font-weight: 900; text-transform: uppercase; }
.hero__lead { max-width: 620px; margin: 26px 0 0; color: #c7c4bf; font-size: 19px; line-height: 1.65; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero__motto { margin-top: 34px; color: #c3c0bb; font-family: var(--display); font-size: 18px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.hero__motto span { color: var(--bronze-2); }
.hero__proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 34px; overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: 12px; background: rgba(255,255,255,.08); }
.hero__proof > div { padding: 15px 16px; background: rgba(4,4,5,.62); }
.hero__proof strong { display: block; color: var(--stone); font-size: 13px; }
.hero__proof span { display: block; margin-top: 3px; color: #8f8c87; font-size: 11px; }
.hero__visual { position: relative; }
.visual-card { position: relative; min-height: 560px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: linear-gradient(160deg, rgba(255,255,255,.075), rgba(255,255,255,.018)); box-shadow: var(--shadow); }
.visual-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,.03), inset 0 -100px 100px rgba(0,0,0,.42); }
.visual-card__top { position: absolute; z-index: 2; top: 24px; left: 24px; right: 24px; display: flex; align-items: center; gap: 10px; color: #c6c3be; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--bronze-2); box-shadow: 0 0 0 5px rgba(184,115,51,.14); }
.drone-field { position: absolute; width: 112%; max-width: none; left: -5%; top: 38px; opacity: .94; }
.visual-card__caption { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 26px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.13); }
.visual-card__caption strong { display: block; font-family: var(--display); font-size: 25px; letter-spacing: .02em; text-transform: uppercase; }
.visual-card__caption span { display: block; margin-top: 8px; color: #9e9a95; font-size: 13px; }
.hero__contours { position: absolute; z-index: 1; inset: auto 0 0; height: 220px; background: url("field-contours.svg") center bottom / 100% 100% no-repeat; }

.section { padding: 108px 0; }
.section--stone { background: var(--stone); }
.section--white { background: var(--white); }
.section--dark { color: var(--stone); background: linear-gradient(145deg, #101012, #080809); }
.section--about { color: var(--stone); background: #0c0c0e; }
.section--contact { background: linear-gradient(180deg, #f4f1eb, #fff); }
.section-heading { max-width: 790px; margin-bottom: 48px; }
.section-heading h2, .about-copy h2, .contact-copy h2, .spreader-callout h2 { font-size: clamp(38px, 4.5vw, 62px); text-transform: uppercase; }
.section-heading p { max-width: 720px; margin: 22px 0 0; color: #65635f; font-size: 17px; }
.section-heading--light p { color: #aaa7a2; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 285px; padding: 28px; border: 1px solid #d9d4cc; border-radius: var(--radius); background: rgba(255,255,255,.8); box-shadow: 0 7px 24px rgba(28,24,18,.04); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: #c8b7a4; box-shadow: var(--shadow-soft); }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: var(--bronze-dark); border: 1px solid rgba(184,115,51,.45); font-family: var(--display); font-size: 14px; font-weight: 900; letter-spacing: .08em; }
.service-card h3 { margin: 27px 0 0; font-family: var(--display); font-size: 25px; line-height: 1.08; letter-spacing: .01em; text-transform: uppercase; }
.service-card p { margin: 15px 0 0; color: #6d6964; font-size: 14px; line-height: 1.7; }
.service-card--featured { color: var(--stone); background: linear-gradient(145deg, #171719, #0c0c0d); border-color: rgba(216,154,85,.35); }
.service-card--featured p { color: #b6b2ac; }
.service-card--wide { grid-column: 1 / -1; min-height: 190px; }
.service-card__flag { position: absolute; top: 28px; right: 24px; color: var(--bronze-2); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.text-link { display: inline-flex; gap: 8px; align-items: center; margin-top: 18px; color: var(--bronze-2); font-size: 13px; font-weight: 800; }
.text-link:hover { color: #e1ad73; }

.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pillar { padding: 30px 28px 34px; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); background: rgba(255,255,255,.035); }
.pillar__number { color: var(--bronze-2); font-family: var(--display); font-size: 13px; font-weight: 900; letter-spacing: .12em; }
.pillar h3 { margin: 56px 0 0; font-family: var(--display); font-size: 32px; text-transform: uppercase; }
.pillar p { margin: 14px 0 0; color: #a8a4a0; font-size: 14px; }
.trust-panel { display: grid; grid-template-columns: 150px 1fr; align-items: center; gap: 38px; margin-top: 22px; padding: 34px 42px; border-radius: var(--radius); background: linear-gradient(110deg, rgba(184,115,51,.17), rgba(255,255,255,.035)); border: 1px solid rgba(216,154,85,.22); }
.trust-panel img { width: 116px; height: 140px; object-fit: contain; opacity: .9; }
.trust-panel span { color: var(--bronze-2); font-size: 10px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.trust-panel blockquote { margin: 12px 0 0; max-width: 780px; font-family: var(--display); font-size: clamp(24px, 3vw, 38px); line-height: 1.15; text-transform: uppercase; }

.process-grid { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 0; border-top: 1px solid #d8d3cb; border-bottom: 1px solid #d8d3cb; }
.process-step { min-height: 325px; padding: 30px 26px 34px; border-right: 1px solid #d8d3cb; }
.process-step:last-child { border-right: 0; }
.process-step > span { color: var(--bronze); font-family: var(--display); font-size: 13px; font-weight: 900; letter-spacing: .12em; }
.process-step h3 { margin: 72px 0 0; font-family: var(--display); font-size: 24px; line-height: 1.1; text-transform: uppercase; }
.process-step p { margin: 16px 0 0; color: #696661; font-size: 14px; }

.spreader-callout { position: relative; overflow: hidden; color: var(--stone); background: linear-gradient(125deg, #8b5426 0%, #b87333 48%, #6c3f1e 100%); }
.spreader-callout::before { content: ""; position: absolute; inset: 0; opacity: .4; background: url("field-contours.svg") center / cover no-repeat; filter: brightness(1.45); }
.spreader-callout__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 80px; }
.spreader-callout .eyebrow { color: #f3d4ad; }
.spreader-callout h2 { max-width: 720px; }
.spreader-callout p { max-width: 720px; margin: 22px 0 0; color: #f4dfc5; font-size: 17px; }
.spreader-callout__action { padding: 30px; border-radius: var(--radius); color: var(--stone); background: rgba(9,9,10,.68); border: 1px solid rgba(255,255,255,.19); box-shadow: var(--shadow); }
.spreader-callout__action strong { display: block; font-family: var(--display); font-size: 26px; line-height: 1.1; text-transform: uppercase; }
.spreader-callout__action span { display: block; margin: 12px 0 22px; color: #dfd7ce; font-size: 14px; }

.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 76px; }
.about-family { position: relative; margin: 0; overflow: hidden; border-radius: 28px; border: 1px solid rgba(255,255,255,.11); background: #111113; box-shadow: var(--shadow); }
.about-family::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,.025), inset 0 -150px 120px rgba(0,0,0,.52); }
.about-family img { width: 100%; aspect-ratio: 16 / 11; object-fit: cover; object-position: 50% 44%; }
.about-family figcaption { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 24px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.24); }
.about-family figcaption strong { display: block; font-family: var(--display); font-size: 22px; letter-spacing: .06em; text-transform: uppercase; }
.about-family figcaption span { display: block; margin-top: 4px; color: var(--bronze-2); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.about-copy p { margin: 22px 0 0; color: #b0aca7; font-size: 17px; }
.about-signature { margin-top: 34px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); }
.about-signature strong { display: block; font-family: var(--display); font-size: 22px; letter-spacing: .05em; text-transform: uppercase; }
.about-signature span { color: var(--bronze-2); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 76px; align-items: start; }
.contact-copy p { margin: 22px 0 0; color: #696661; font-size: 17px; }
.contact-card { margin-top: 34px; padding: 24px 26px; border-left: 4px solid var(--bronze); border-radius: 0 12px 12px 0; background: #ece8e1; }
.contact-card > span { display: block; color: #77736d; font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.contact-card a { display: inline-block; margin-top: 5px; }
.contact-card strong { font-family: var(--display); font-size: 32px; letter-spacing: .04em; }
.contact-card small { display: block; margin-top: 5px; color: #77736d; }
.email-link { display: inline-block; margin-top: 18px; color: var(--bronze-dark); font-weight: 750; }
.quote-form { padding: 32px; border: 1px solid #d8d2c9; border-radius: 20px; background: #fff; box-shadow: var(--shadow-soft); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quote-form label { display: block; margin-bottom: 16px; color: #45423e; font-size: 12px; font-weight: 760; }
.quote-form label > span { color: var(--bronze-dark); }
.quote-form input, .quote-form select, .quote-form textarea {
  width: 100%;
  margin-top: 7px;
  border: 1px solid #d2ccc3;
  border-radius: 9px;
  color: var(--ink);
  background: #faf9f7;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.quote-form input, .quote-form select { height: 48px; padding: 0 13px; }
.quote-form textarea { min-height: 124px; resize: vertical; padding: 12px 13px; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--bronze); background: #fff; box-shadow: 0 0 0 4px rgba(184,115,51,.11); outline: 0; }
.checkbox-label { display: flex !important; align-items: flex-start; gap: 10px; margin: 2px 0 18px !important; font-weight: 550 !important; }
.checkbox-label input { width: 18px; height: 18px; margin: 3px 0 0; flex: 0 0 auto; }
.checkbox-label span { color: #5c5954 !important; }
.form-note { margin: 14px 0 0; color: #817d77; font-size: 10px; line-height: 1.55; }
.hidden-field { display: none; }

.site-footer { color: var(--stone); background: #070708; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .9fr .8fr; align-items: center; gap: 42px; padding-top: 54px; padding-bottom: 42px; }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-brand img { width: 65px; height: 78px; object-fit: contain; }
.footer-brand strong { display: block; font-family: var(--display); font-size: 24px; letter-spacing: .14em; }
.footer-brand span { display: block; margin-top: 5px; color: var(--bronze-2); font-size: 9px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 24px; }
.footer-links a { color: #a9a6a1; font-size: 13px; }
.footer-links a:hover { color: var(--bronze-2); }
.footer-contact { text-align: right; }
.footer-contact > span { display: block; color: var(--bronze-2); font-family: var(--display); font-size: 14px; letter-spacing: .1em; text-transform: uppercase; }
.footer-contact a { display: block; margin-top: 9px; font-family: var(--display); font-size: 24px; letter-spacing: .06em; }
.footer-contact small { display: block; color: #8c8984; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 18px; padding-bottom: 22px; border-top: 1px solid rgba(255,255,255,.09); color: #77746f; font-size: 11px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal--delay { transition-delay: .12s; }

.legal-page { background: var(--stone); }
.legal-content { max-width: 820px; padding-top: 96px; padding-bottom: 110px; }
.legal-content h1 { font-size: clamp(42px, 6vw, 68px); text-transform: uppercase; }
.legal-content h2 { margin: 42px 0 0; font-family: var(--display); font-size: 26px; text-transform: uppercase; }
.legal-content p { color: #5e5b56; font-size: 16px; }
.legal-content a { color: var(--bronze-dark); font-weight: 800; }
.thank-you-page { min-height: 100vh; display: grid; place-items: center; padding: 30px; color: var(--stone); background: radial-gradient(circle at 50% 35%, rgba(184,115,51,.18), transparent 25%), var(--ink); }
.thank-you-card { width: min(640px, 100%); padding: 54px; text-align: center; border: 1px solid rgba(255,255,255,.11); border-radius: 24px; background: rgba(255,255,255,.035); box-shadow: var(--shadow); }
.thank-you-card img { width: 140px; height: 176px; object-fit: contain; margin: 0 auto 22px; }
.thank-you-card h1 { font-size: clamp(40px, 7vw, 66px); text-transform: uppercase; }
.thank-you-card p { margin: 22px auto 28px; max-width: 500px; color: #aaa7a2; }
.thank-you-card .button { margin: 6px; }

@media (max-width: 1020px) {
  .site-nav { gap: 18px; }
  .site-nav > a:not(.button) { font-size: 12px; }
  .hero__grid { grid-template-columns: 1fr; gap: 48px; min-height: auto; padding-top: 80px; }
  .hero__copy { max-width: 820px; }
  .hero__visual { max-width: 760px; width: 100%; }
  .visual-card { min-height: 510px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card--wide { grid-column: 1 / -1; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-step:nth-child(2) { border-right: 0; }
  .process-step:nth-child(-n+2) { border-bottom: 1px solid #d8d3cb; }
  .spreader-callout__grid, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .about-family { max-width: 760px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-contact { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 790px) {
  .shell { width: min(100% - 30px, var(--shell)); }
  .announcement__inner { min-height: 42px; justify-content: center; text-align: center; }
  .announcement__phone { display: none; }
  .nav-toggle { display: flex; }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 18px 20px 24px; flex-direction: column; align-items: stretch; gap: 0; background: #0a0a0b; border-bottom: 1px solid rgba(255,255,255,.1); box-shadow: 0 18px 30px rgba(0,0,0,.25); }
  .site-nav.is-open { display: flex; }
  .site-nav > a:not(.button) { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.07); font-size: 14px; }
  .site-nav .button { margin-top: 14px; }
  .hero__grid { padding-top: 60px; padding-bottom: 70px; }
  .hero__lead { font-size: 17px; }
  .hero__proof { grid-template-columns: 1fr; }
  .visual-card { min-height: 430px; }
  .drone-field { top: 60px; }
  .section { padding: 78px 0; }
  .service-grid, .pillars { grid-template-columns: 1fr; }
  .service-card--wide { grid-column: auto; }
  .trust-panel { grid-template-columns: 86px 1fr; gap: 20px; padding: 26px; }
  .trust-panel img { width: 78px; height: 96px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { min-height: auto; border-right: 0; border-bottom: 1px solid #d8d3cb; }
  .process-step:last-child { border-bottom: 0; }
  .process-step h3 { margin-top: 38px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-contact { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (max-width: 520px) {
  .brand img { width: 39px; height: 45px; }
  .brand__text strong { font-size: 16px; }
  .brand__text small { font-size: 7px; }
  .hero h1 { font-size: 44px; }
  .hero__actions .button { width: 100%; }
  .hero__motto { font-size: 15px; line-height: 1.5; }
  .visual-card { min-height: 360px; border-radius: 20px; }
  .visual-card__caption strong { font-size: 20px; }
  .section-heading h2, .about-copy h2, .contact-copy h2, .spreader-callout h2 { font-size: 38px; }
  .quote-form { padding: 22px 18px; }
  .contact-card strong { font-size: 27px; }
  .thank-you-card { padding: 36px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* 2027 booking + static sunset cornfield hero */
.booking-banner {
  position: relative;
  z-index: 1100;
  color: #101011;
  background: linear-gradient(100deg, #a9632b 0%, #d89a55 50%, #b87333 100%);
  border-bottom: 1px solid rgba(0,0,0,.28);
  box-shadow: 0 8px 24px rgba(0,0,0,.2);
}
.booking-banner__inner {
  min-height: 58px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  color: #111113;
}
.booking-banner__inner:hover .booking-banner__action { transform: translateX(4px); }
.booking-banner__label {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 950;
  letter-spacing: .09em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
.booking-banner__detail {
  padding-left: 28px;
  border-left: 1px solid rgba(17,17,19,.35);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.booking-banner__action {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform .2s ease;
}
.nav-booking { box-shadow: 0 8px 26px rgba(184,115,51,.23); }

.hero--photo {
  min-height: 740px;
  isolation: isolate;
  background: #080809 url("core-acre-hero-front-application.jpg") center / cover no-repeat;
}
.hero--photo::before { display: none; }
.hero__media,
.hero__shade,
.hero__texture {
  position: absolute;
  inset: 0;
}
.hero__media { z-index: -4; overflow: hidden; }
.hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 67% center;
  transform: scale(1.025);
  filter: saturate(.92) contrast(1.04) brightness(.88);
}
.hero__shade {
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(4,4,5,.94) 0%, rgba(7,7,8,.84) 36%, rgba(7,7,8,.43) 66%, rgba(7,7,8,.26) 100%),
    linear-gradient(0deg, rgba(7,7,8,.66) 0%, rgba(7,7,8,.08) 50%, rgba(7,7,8,.22) 100%);
}
.hero__texture {
  z-index: -2;
  opacity: .28;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 92%);
}
.hero__photo-content {
  position: relative;
  z-index: 2;
  min-height: 740px;
  display: flex;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 94px;
}
.hero--photo .hero__copy {
  width: min(760px, 100%);
  max-width: 760px;
}
.hero__booking-pill {
  width: fit-content;
  max-width: 100%;
  display: inline-grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  gap: 12px;
  margin-bottom: 26px;
  padding: 11px 15px;
  color: var(--stone);
  background: rgba(8,8,9,.7);
  border: 1px solid rgba(216,154,85,.58);
  border-radius: 999px;
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 38px rgba(0,0,0,.28);
  font-size: 10px;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.hero__booking-pill strong { color: #f2c38e; font-size: 11px; }
.hero__booking-pill > span:last-child {
  padding-left: 12px;
  border-left: 1px solid rgba(255,255,255,.18);
  color: #b7b3ad;
}
.hero--photo h1 {
  text-shadow: 0 4px 28px rgba(0,0,0,.55);
}
.hero--photo .hero__lead {
  color: #dedbd5;
  text-shadow: 0 2px 16px rgba(0,0,0,.75);
}
.hero--photo .hero__motto { color: #e4e0da; text-shadow: 0 2px 12px rgba(0,0,0,.55); }
.hero--photo .hero__proof {
  max-width: 700px;
  background: rgba(255,255,255,.11);
  border-color: rgba(255,255,255,.17);
  backdrop-filter: blur(12px);
}
.hero--photo .hero__proof > div { background: rgba(4,4,5,.68); }
.hero--photo .hero__contours { opacity: .28; }
.media-credit a { color: #908c85; text-decoration: underline; text-underline-offset: 2px; }
.media-credit a:hover { color: var(--bronze-2); }

@media (max-width: 790px) {
  .booking-banner__inner {
    min-height: 64px;
    grid-template-columns: 1fr auto;
    gap: 12px;
  }
  .booking-banner__label { font-size: 18px; }
  .booking-banner__detail { display: none; }
  .booking-banner__action { font-size: 10px; }
  .hero--photo,
  .hero__photo-content { min-height: 720px; }
  .hero__photo-content { padding-top: 64px; padding-bottom: 82px; }
  .hero__image { object-position: 72% center; }
  .hero__shade {
    background:
      linear-gradient(90deg, rgba(4,4,5,.91) 0%, rgba(5,5,6,.78) 68%, rgba(5,5,6,.56) 100%),
      linear-gradient(0deg, rgba(7,7,8,.76) 0%, rgba(7,7,8,.15) 56%, rgba(7,7,8,.34) 100%);
  }
  .hero__booking-pill { grid-template-columns: auto auto; }
  .hero__booking-pill > span:last-child { display: none; }
}

@media (max-width: 520px) {
  .booking-banner__inner { min-height: 60px; }
  .booking-banner__label { font-size: 16px; letter-spacing: .07em; }
  .booking-banner__action { font-size: 9px; letter-spacing: .07em; }
  .hero--photo,
  .hero__photo-content { min-height: 760px; }
  .hero__photo-content { padding-top: 54px; padding-bottom: 72px; }
  .hero__image { object-position: 76% center; }
  .hero__booking-pill { margin-bottom: 22px; padding: 10px 13px; }
  .hero--photo h1 { font-size: 45px; }
  .hero--photo .hero__lead { font-size: 16px; line-height: 1.55; }
}

/* Core Acre sunset hero framing */
.hero__image { object-position: 57% 50%; filter: saturate(1.05) contrast(1.03); }
@media (max-width: 790px) {
  .hero__image { object-position: 65% 50%; }
  .about-family figcaption { left: 20px; right: 20px; bottom: 18px; }
  .about-family figcaption strong { font-size: 19px; }
}


/* Prominent Core Acre identity in the hero */
.hero__brand-lockup {
  width: fit-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 18px;
  padding: 12px 18px 12px 12px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px;
  background: linear-gradient(105deg, rgba(7,7,8,.86), rgba(7,7,8,.56));
  box-shadow: 0 16px 40px rgba(0,0,0,.24);
  backdrop-filter: blur(9px);
}
.hero__brand-lockup img {
  width: 82px;
  height: 98px;
  flex: 0 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(0,0,0,.35));
}
.hero__brand-lockup strong {
  display: block;
  color: #f2f0eb;
  font-family: var(--display);
  font-size: clamp(30px, 3.4vw, 48px);
  font-weight: 900;
  letter-spacing: .10em;
  line-height: .95;
  text-transform: uppercase;
  text-shadow: 0 2px 16px rgba(0,0,0,.6);
}
.hero__brand-lockup span {
  display: block;
  margin-top: 8px;
  color: var(--bronze-2);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}

/* Selected hero photo: front-on application over dark green corn */
.hero__image { object-position: 55% 50%; filter: saturate(1.02) contrast(1.08) brightness(.78); }
.hero__shade {
  background:
    linear-gradient(90deg, rgba(3,3,4,.95) 0%, rgba(4,4,5,.82) 37%, rgba(4,4,5,.32) 68%, rgba(4,4,5,.14) 100%),
    linear-gradient(0deg, rgba(4,4,5,.68) 0%, rgba(4,4,5,.04) 64%, rgba(4,4,5,.14) 100%);
}
@media (max-width: 790px) {
  .hero__brand-lockup { gap: 13px; padding: 10px 14px 10px 9px; border-radius: 13px; }
  .hero__brand-lockup img { width: 60px; height: 74px; }
  .hero__brand-lockup strong { font-size: 30px; }
  .hero__brand-lockup span { font-size: 8px; letter-spacing: .13em; }
  .hero__image { object-position: 61% 50%; }
}
@media (max-width: 520px) {
  .hero__brand-lockup { width: 100%; max-width: 340px; }
  .hero__brand-lockup img { width: 52px; height: 64px; }
  .hero__brand-lockup strong { font-size: 26px; }
  .hero__brand-lockup span { margin-top: 6px; font-size: 7px; }
}


/* Clear contact labels and reliable form feedback */
.contact-card { display: grid; gap: 18px; }
.contact-card > span { margin-bottom: -3px; }
.contact-detail { display: grid; gap: 3px; }
.contact-detail + .contact-detail { padding-top: 15px; border-top: 1px solid #d8d1c7; }
.contact-detail small,
.contact-service-area { color: #77736d; font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.contact-detail a { margin-top: 0; overflow-wrap: anywhere; }
.contact-detail .email-link { margin-top: 1px; color: var(--bronze-dark); font-family: var(--display); font-size: 20px; font-weight: 800; letter-spacing: .02em; text-transform: none; }
.contact-service-area { display: block; padding-top: 15px; border-top: 1px solid #d8d1c7; }

.form-status { margin-top: 16px; padding: 13px 15px; border: 1px solid #c7d9c5; border-radius: 10px; color: #234622; background: #eef7ed; font-size: 12px; font-weight: 700; line-height: 1.5; }
.form-status.is-working { border-color: #d8c7b1; color: #6f3f1b; background: #fbf3e9; }
.form-status.is-error { border-color: #e3b8b4; color: #7b2520; background: #fff0ef; }
.form-status a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.button[disabled] { cursor: wait; opacity: .72; transform: none; filter: grayscale(.1); }
.form-success { display: grid; place-items: center; min-height: 420px; padding: 32px 18px; text-align: center; }
.form-success__mark { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 50%; color: #15110d; background: linear-gradient(135deg, var(--bronze-2), var(--bronze)); font-size: 28px; font-weight: 950; }
.form-success h3 { margin: 0; font-family: var(--display); font-size: 34px; letter-spacing: .04em; line-height: 1.05; text-transform: uppercase; }
.form-success p { max-width: 520px; margin: 16px auto 0; color: #696661; font-size: 15px; }
.form-success__contact { margin-top: 20px !important; font-size: 13px !important; }

.footer-contact__item { margin-top: 13px; }
.footer-contact__item small { display: block; color: #77746f; font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.footer-contact__item a { margin-top: 1px; }
.footer-contact .footer-email { color: #ddd9d2; font-family: var(--body); font-size: 13px; font-weight: 700; letter-spacing: 0; overflow-wrap: anywhere; }
.footer-contact > small[data-service-area] { margin-top: 13px; }

@media (max-width: 790px) {
  .hero__image { object-position: 62% 50%; }
}
@media (max-width: 520px) {
  .hero__image { object-position: 68% 50%; }
  .contact-detail .email-link { font-size: 17px; }
}


/* Final approved hero composition: strong left fade with the aircraft centered in the open right field */
@media (min-width: 791px) {
  .hero__image {
    object-position: 0% 50%;
    transform: scale(1.025);
    filter: saturate(1.04) contrast(1.09) brightness(.82);
  }
  .hero__shade {
    background:
      linear-gradient(90deg,
        rgba(3,3,4,.99) 0%,
        rgba(3,3,4,.96) 24%,
        rgba(3,3,4,.86) 39%,
        rgba(3,3,4,.62) 50%,
        rgba(3,3,4,.25) 65%,
        rgba(3,3,4,.08) 82%,
        rgba(3,3,4,.02) 100%),
      linear-gradient(0deg,
        rgba(4,4,5,.70) 0%,
        rgba(4,4,5,.05) 62%,
        rgba(4,4,5,.16) 100%);
  }
  .hero--photo .hero__copy {
    width: min(700px, 100%);
    max-width: 700px;
  }
}

/* Keep the family image visibly paired with the founder story. */
.about-family figcaption strong {
  letter-spacing: .045em;
}

/* Keep the aircraft visible on narrow screens while preserving text contrast. */
@media (max-width: 790px) {
  .hero__image { object-position: 46% 50%; }
}
@media (max-width: 520px) {
  .hero__image { object-position: 46% 50%; }
}

/* Hero service-area statement */
.hero__location {
  display: block;
  max-width: 100%;
  line-height: 1.55;
}
