@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;600;700;800;900&family=Barlow+Condensed:ital,wght@0,700;0,800;0,900;1,700;1,800;1,900&display=swap");

:root {
  --green-950: #08261d;
  --green-900: #10382b;
  --green-700: #446868;
  --gold: #ffc36b;
  --cream: #fffaf0;
  --ink: #1b1f1e;
  --glass: rgba(8, 38, 29, 0.58);
  --glass-soft: rgba(255, 255, 255, 0.1);
  --border: rgba(255, 255, 255, 0.28);
  --shadow: 0 22px 60px rgba(8, 38, 29, 0.28);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: clamp(150px, 16vw, 190px);
}

body {
  margin: 0;
  color: var(--cream);
  background: var(--green-950);
  font-family: "Barlow", "Trebuchet MS", sans-serif;
  font-size: 18px;
  line-height: 1.55;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.brand,
.main-nav a,
.header-call {
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 10px clamp(18px, 4vw, 52px);
  overflow: visible;
  background:
    linear-gradient(90deg, rgba(27, 31, 30, 0.96), rgba(68, 104, 104, 0.96)),
    var(--green-700);
  border-bottom: 1px solid rgba(255, 195, 107, 0.34);
  box-shadow: 0 18px 42px rgba(27, 31, 30, 0.18);
  backdrop-filter: blur(16px);
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 1.7vw, 24px);
  color: rgba(255, 255, 255, 0.9);
  font-family: "Barlow Condensed", "Barlow", "Trebuchet MS", sans-serif;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.main-nav a {
  padding: 9px 0;
  color: rgba(255, 255, 255, 0.9);
}

.main-nav a:hover {
  color: var(--gold);
}

.header-call {
  display: inline-flex;
  flex-direction: column;
  gap: 1px;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 52px;
  padding: 11px 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #fff;
  background: rgba(8, 38, 29, 0.34);
  font-family: "Barlow Condensed", "Barlow", "Trebuchet MS", sans-serif;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-call-label {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.68rem;
  line-height: 1;
}

.header-call-number {
  color: var(--gold);
  font-size: 1.02rem;
  line-height: 1.1;
}

body > *:not(.fixed-drone-backdrop) {
  position: relative;
  z-index: 1;
}

body > .site-header {
  position: sticky;
  top: 0;
  z-index: 120;
}

.fixed-drone-backdrop {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: var(--green-950);
  pointer-events: none;
}

.fixed-drone-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.86;
  filter: saturate(0.96) contrast(1.05);
}

.fixed-drone-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 38, 29, 0.86), rgba(16, 56, 43, 0.64) 52%, rgba(68, 104, 104, 0.36)),
    linear-gradient(180deg, rgba(8, 38, 29, 0.42), rgba(8, 38, 29, 0.78));
}

main {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(28px, 5vw, 54px) 0 72px;
}

.service-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: clamp(18px, 4vw, 34px);
  align-items: stretch;
  min-height: 520px;
}

.hero-copy,
.hero-media,
.trust-strip,
.info-card,
.media-copy,
.final-cta,
.warranty-section {
  border: 1px solid var(--border);
  background: var(--glass);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 6vw, 68px);
}

.hero-media {
  min-height: 420px;
  overflow: hidden;
}

.hero-media img,
.media-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media--full-frame {
  position: relative;
  isolation: isolate;
  background: rgba(8, 38, 29, 0.72);
}

.hero-media--full-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: var(--full-frame-image);
  background-position: center;
  background-size: cover;
  filter: blur(20px) saturate(0.95);
  opacity: 0.58;
  transform: scale(1.08);
}

.hero-media--full-frame img {
  position: relative;
  object-fit: contain;
  padding: clamp(10px, 1.3vw, 16px);
  filter: drop-shadow(0 16px 32px rgba(8, 38, 29, 0.32));
}

.hero-media--cover-photo img {
  object-fit: cover;
  object-position: 45% center;
  padding: 0;
  filter: none;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-family: "Barlow Condensed", "Barlow", "Trebuchet MS", sans-serif;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: #fff;
  font-family: "Barlow Condensed", "Barlow", "Trebuchet MS", sans-serif;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0;
}

h1 {
  max-width: 850px;
  font-size: clamp(3.2rem, 7.2vw, 6.7rem);
  line-height: 0.86;
}

.hero-title-compact {
  font-size: clamp(2.85rem, 6vw, 5.55rem);
  line-height: 1.2;
}

h2 {
  font-size: clamp(2.25rem, 4.8vw, 4.4rem);
  line-height: 0.93;
}

h3 {
  font-size: 1.55rem;
  line-height: 1;
}

.hero-copy p:not(.eyebrow),
.section-heading p,
.info-card p,
.media-copy p,
.final-cta p {
  color: rgba(255, 255, 255, 0.84);
}

.hero-copy p:not(.eyebrow) {
  max-width: 760px;
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 999px;
  font-family: "Barlow Condensed", "Barlow", "Trebuchet MS", sans-serif;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.button-primary {
  color: var(--ink);
  background: var(--gold);
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
  padding: 16px;
}

.trust-strip span {
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.08);
  font-family: "Barlow Condensed", "Barlow", "Trebuchet MS", sans-serif;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.related-service-rail {
  display: grid;
  grid-template-columns: minmax(160px, 0.35fr) minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
  margin-top: 14px;
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: rgba(8, 38, 29, 0.42);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.related-service-rail__label {
  display: flex;
  align-items: center;
  color: var(--gold);
  font-family: "Barlow Condensed", "Barlow", "Trebuchet MS", sans-serif;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.1;
  text-transform: uppercase;
}

.related-service-rail__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.related-service-rail a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
  font-family: "Barlow Condensed", "Barlow", "Trebuchet MS", sans-serif;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.related-service-rail a:hover,
.related-service-rail a:focus-visible {
  border-color: rgba(255, 195, 107, 0.58);
  color: var(--gold);
  background: rgba(255, 195, 107, 0.14);
}

.section {
  margin-top: clamp(42px, 7vw, 76px);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 24px;
}

.warranty-section {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.2fr) auto;
  gap: clamp(18px, 4vw, 34px);
  align-items: center;
  margin-top: clamp(42px, 7vw, 76px);
  padding: clamp(30px, 5vw, 52px);
}

.warranty-section p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
}

.warranty-section .button {
  justify-self: end;
}

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

.photo-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 0.8fr;
  gap: 14px;
}

.photo-grid img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border: 1px solid var(--border);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.photo-grid img.photo-focus-up {
  object-position: center 14%;
}

.photo-grid img.photo-focus-slight-up {
  object-position: center 34%;
}

.photo-grid img:first-child {
  grid-row: span 2;
  height: 574px;
}

.info-card {
  min-height: 235px;
  padding: 24px;
}

.info-card a {
  display: inline-flex;
  margin-top: 10px;
  color: var(--gold);
  font-family: "Barlow Condensed", "Barlow", "Trebuchet MS", sans-serif;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.info-card a:hover {
  color: #fff;
}

.info-card strong {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--gold);
  font-family: "Barlow Condensed", "Barlow", "Trebuchet MS", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.card-bullets {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.48;
  list-style: none;
}

.card-bullets li {
  position: relative;
  padding-left: 18px;
}

.card-bullets li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--gold);
  content: "";
}

.media-band {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: 14px;
  margin-top: clamp(42px, 7vw, 76px);
}

.media-band--copy-only {
  grid-template-columns: 1fr;
}

.media-band > img,
.media-copy {
  min-height: 380px;
}

.infographic-section {
  display: flex;
  justify-content: center;
  padding-inline: clamp(0px, 3vw, 28px);
}

.infographic-section img {
  width: min(100%, 540px);
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow:
    0 22px 68px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.media-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 5vw, 46px);
}

.step-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.step-list li {
  padding: 12px 14px;
  border-left: 4px solid var(--gold);
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.1);
  font-weight: 800;
}

.link-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.link-list a {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
  font-weight: 800;
  text-decoration: none;
}

.link-list a::after {
  color: var(--gold);
  content: "View";
  font-family: "Barlow Condensed", "Barlow", "Trebuchet MS", sans-serif;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.link-list a:hover {
  border-color: rgba(255, 195, 107, 0.48);
  color: #fff;
  background: rgba(255, 195, 107, 0.14);
}

.financing-faq .media-copy {
  min-height: 0;
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: clamp(24px, 4vw, 36px);
}

.faq-item {
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-left: 4px solid var(--gold);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04)),
    rgba(18, 46, 42, 0.36);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(16px) saturate(1.18);
  -webkit-backdrop-filter: blur(16px) saturate(1.18);
}

.faq-item h3 {
  font-size: clamp(1.24rem, 2vw, 1.7rem);
  line-height: 1.05;
}

.faq-item p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.84);
}

.final-cta {
  margin-top: clamp(46px, 8vw, 84px);
  padding: clamp(34px, 6vw, 68px);
  text-align: center;
}

.final-cta p {
  max-width: 700px;
  margin: 18px auto 0;
}

.final-cta .hero-actions {
  justify-content: center;
}

.site-footer {
  display: grid;
  gap: 6px;
  padding: 34px clamp(18px, 5vw, 64px);
  color: #fff;
  background: rgba(8, 38, 29, 0.94);
}

.site-footer span {
  color: rgba(255, 255, 255, 0.72);
}

.service-hero,
.hero-copy,
.hero-media,
.trust-strip,
.info-card,
.media-band > img,
.media-copy,
.final-cta,
.warranty-section {
  border-radius: 24px;
}

@media (max-width: 960px) {
  .service-hero,
  .media-band,
  .warranty-section {
    grid-template-columns: 1fr;
  }

  .hero-media {
    min-height: 320px;
  }

  .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .photo-grid img:first-child {
    grid-column: span 2;
    grid-row: auto;
    height: 360px;
  }

  .warranty-section .button {
    justify-self: start;
  }

}

@media (max-width: 640px) {
  body {
    font-size: 16px;
  }

  main {
    width: min(100% - 20px, var(--max));
    padding-top: 18px;
  }

  .hero-copy,
  .media-copy,
  .final-cta,
  .warranty-section {
    padding: 24px;
  }

  .card-grid {
    grid-template-columns: 1fr;
  }

  .photo-grid {
    grid-template-columns: 1fr;
  }

  .photo-grid img,
  .photo-grid img:first-child {
    grid-column: auto;
    height: 290px;
  }

  .button {
    width: 100%;
  }

  .warranty-section .button {
    justify-self: stretch;
  }

  .related-service-rail {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .related-service-rail__links {
    display: grid;
    grid-template-columns: 1fr;
  }

  .related-service-rail a {
    width: 100%;
  }
}

/* Operation Clean Ridge: service page rhythm and repeated component polish. */
h1,
h2,
h3 {
  letter-spacing: 0;
}

h1 {
  line-height: 0.9;
}

h2 {
  line-height: 0.98;
}

main {
  padding-top: clamp(22px, 4vw, 42px);
}

.service-hero {
  gap: clamp(14px, 3vw, 26px);
  min-height: 480px;
}

.hero-copy {
  padding: clamp(26px, 5vw, 54px);
}

.hero-copy p:not(.eyebrow) {
  font-size: clamp(1rem, 1.55vw, 1.16rem);
}

.button {
  min-height: 46px;
  padding: 12px 18px;
}

.service-hero,
.hero-copy,
.hero-media,
.trust-strip,
.info-card,
.media-band > img,
.media-copy,
.final-cta,
.warranty-section,
.related-service-rail,
.photo-grid img,
.step-list li,
.link-list a {
  border-radius: 8px;
}

.hero-copy,
.hero-media,
.trust-strip,
.info-card,
.media-copy,
.final-cta,
.warranty-section,
.related-service-rail {
  box-shadow: 0 14px 36px rgba(8, 38, 29, 0.2);
}

.trust-strip {
  gap: 8px;
  margin-top: 14px;
  padding: 12px;
}

.trust-strip span {
  padding: 7px 12px;
  border-radius: 8px;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
}

.related-service-rail {
  margin-top: 12px;
  padding: 14px;
}

.related-service-rail a {
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 8px;
}

.section,
.media-band,
.warranty-section {
  margin-top: clamp(34px, 6vw, 62px);
}

.card-grid,
.photo-grid,
.media-band {
  gap: 12px;
}

.info-card {
  min-height: 210px;
  padding: 22px;
}

.info-card strong {
  margin-bottom: 14px;
  font-size: 1.75rem;
}

.media-copy {
  padding: clamp(24px, 4vw, 40px);
}

.step-list li,
.link-list a {
  padding: 11px 13px;
}

@media (max-width: 640px) {
  h1 {
    font-size: clamp(2.8rem, 13vw, 4.7rem);
  }

  .hero-title-compact {
    font-size: clamp(2.45rem, 10.5vw, 4rem);
  }

  .service-hero {
    min-height: 0;
  }

  .hero-media {
    min-height: 280px;
  }

  .hero-copy,
  .media-copy,
  .final-cta,
  .warranty-section {
    padding: 22px;
  }
}

/* Liquid Glass sitewide touches: visual polish only, no layout or copy changes. */
:root {
  --glass-surface: rgba(18, 46, 42, 0.62);
  --glass-surface-light: rgba(255, 255, 255, 0.13);
  --glass-surface-gold: rgba(255, 195, 107, 0.86);
  --glass-border: rgba(255, 255, 255, 0.3);
  --glass-highlight: rgba(255, 255, 255, 0.45);
  --glass-shadow: 0 22px 68px rgba(0, 0, 0, 0.28);
}

.hero-copy,
.hero-media,
.trust-strip,
.info-card,
.media-copy,
.final-cta,
.warranty-section,
.related-service-rail {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.28);
  background:
    linear-gradient(135deg, var(--glass-surface-light), rgba(255, 255, 255, 0.04) 38%, rgba(255, 195, 107, 0.08)),
    var(--glass-surface);
  box-shadow:
    var(--glass-shadow),
    inset 0 1px 0 var(--glass-highlight);
  backdrop-filter: blur(20px) saturate(1.22);
  -webkit-backdrop-filter: blur(20px) saturate(1.22);
}

.button {
  position: relative;
  overflow: hidden;
  outline: 1px solid var(--glass-border);
  outline-offset: -1px;
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 var(--glass-highlight);
  backdrop-filter: blur(20px) saturate(1.22);
  -webkit-backdrop-filter: blur(20px) saturate(1.22);
}

.button-primary {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.04) 48%),
    var(--glass-surface-gold);
  outline-color: rgba(255, 233, 188, 0.82);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.34);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05)),
    rgba(18, 46, 42, 0.5);
}

.trust-strip span,
.step-list li,
.link-list a {
  border-color: rgba(255, 255, 255, 0.24);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04)),
    rgba(18, 46, 42, 0.36);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(16px) saturate(1.18);
  -webkit-backdrop-filter: blur(16px) saturate(1.18);
}

.hero-media img,
.media-band > img,
.photo-grid img {
  box-shadow:
    0 22px 68px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}
