/* ==========================================================================
   Sunshine State Drone Services
   Palette and type sampled directly from the existing ssdsllc.com build.
   ========================================================================== */

@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/outfit-latin-wght-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/inter-tight-latin-wght-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink:      #0B0D0E;
  --ink-2:    #121516;
  --ink-3:    #191D1F;
  --chrome:   #101010;
  --paper:    #F3F0E9;
  --paper-2:  #E7E3D9;
  --orange:   #EF7421;
  --orange-hi:#FF8536;
  --white:    #FFFFFF;
  --grey:     #A9AEB2;
  --grey-dim: #75797D;
  --line:     rgba(255,255,255,0.11);
  --line-dark:rgba(11,13,14,0.14);
  --ink-body: #4A5257;

  --display: "Outfit", system-ui, -apple-system, "Segoe UI", sans-serif;
  --sans: "Inter Tight", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --shell: 1180px;
  --gutter: clamp(1.25rem, 5vw, 2.25rem);
  --pad: clamp(3.5rem, 5.2vw, 6.25rem);   /* 100px at 1920, measured */
  --header-h: clamp(74px, 6.5vw, 125px);
  --col-gap: clamp(1.5rem, 1.6vw, 30px);   /* 30px at 1920, measured */
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: var(--sans);
  font-size: clamp(.975rem, .95rem + .12vw, 1.0325rem);
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg, picture, video, iframe { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
button { font: inherit; }
:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; border-radius: 2px; }

h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.021em;
  margin: 0 0 .55em;
  text-wrap: pretty;
}
p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

.shell { width: 100%; max-width: calc(var(--shell) + var(--gutter) * 2);
  margin-inline: auto; padding-inline: var(--gutter); }
.skip { position: absolute; left: -9999px; top: 0; z-index: 200; background: var(--orange);
  color: #1A0C02; padding: .8rem 1.25rem; font-weight: 600; }
.skip:focus { left: 0; }

/* ---------- type scale ---------- */
.h1  { font-size: clamp(1.95rem, 1.15rem + 1.75vw, 2.8rem); line-height: 1.38; letter-spacing: -.015em; }
.h2  { font-size: clamp(1.95rem, .75rem + 3.1vw, 4.375rem); line-height: 1.02; }
.h3  { font-size: clamp(1.2rem, 1.08rem + .55vw, 1.5rem); }
.lede { font-size: clamp(1.02rem, .95rem + .3vw, 1.1875rem); line-height: 1.84;
  color: var(--grey); max-width: 46ch; }
.body-col { max-width: 62ch; color: var(--grey); font-size: clamp(.97rem, .93rem + .18vw, 1.0625rem); line-height: 1.9; }
.body-col p { margin-bottom: 1.05em; }
.paper .body-col, .paper .lede { color: var(--ink-body); }
.muted { color: var(--grey); }
.paper .muted { color: var(--ink-body); }
.tnum { font-variant-numeric: tabular-nums; }

.eyebrow {
  font-family: var(--sans);
  font-size: .6875rem;
  font-weight: 600;
  letter-spacing: .17em;
  text-transform: uppercase;
  color: var(--orange);
  margin: 0 0 clamp(1.5rem, 2.7vw, 3.25rem);
}
.eyebrow--grey { color: var(--grey-dim); letter-spacing: .2em; }
.paper .eyebrow--grey { color: #8A8578; }

.tags {
  font-size: .715rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase;
  color: var(--white); margin: 1.75rem 0 0; line-height: 1.7;
}
.paper .tags { color: var(--ink); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  min-height: 56px; padding: .9rem 1.65rem;
  font-family: var(--sans);
  font-size: .75rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase;
  text-decoration: none; border: 1px solid transparent; cursor: pointer;
  transition: background-color .18s, border-color .18s, color .18s, transform .18s;
}
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--orange); color: #1A0C02; }
.btn--primary:hover { background: var(--orange-hi); }
.btn--outline { border-color: rgba(255,255,255,.32); color: var(--white); }
.btn--outline:hover { border-color: var(--white); background: rgba(255,255,255,.07); }
.paper .btn--outline { border-color: rgba(11,13,14,.3); color: var(--ink); }
.paper .btn--outline:hover { border-color: var(--ink); background: rgba(11,13,14,.05); }
.btn--dark { background: var(--ink); color: var(--white); }
.btn--dark:hover { background: var(--ink-3); }
.btn--wide { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: .75rem; }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 90;
  background: var(--chrome);
  transition: background-color .25s;
}
/* On the home page the header floats over the video until you scroll. */
.site-header[data-overlay="true"] { position: fixed; left: 0; right: 0; background: transparent; }
.site-header[data-overlay="true"].is-stuck {
  position: fixed; background: rgba(16,16,16,.94);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
}
.site-header__bar { display: flex; align-items: center; gap: 1rem; min-height: var(--header-h); }
.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; margin-right: auto; }
.brand__mark { width: clamp(30px, 2.4vw, 46px); height: clamp(30px, 2.4vw, 46px); flex: none; }
.brand__name {
  font-family: var(--display); font-weight: 700; font-size: clamp(1.02rem, .75rem + .62vw, 1.45rem);
  letter-spacing: -.012em; line-height: 1.05; display: block;
}
.brand__sub {
  display: block; font-size: clamp(.53rem, .4rem + .2vw, .66rem); letter-spacing: .46em;
  color: #9AA0A4; margin-top: 4px; font-weight: 600;
}
.nav { display: none; align-items: center; gap: clamp(1.1rem, 1.5vw, 1.9rem); }
.nav > * { position: relative; }
.nav a { text-decoration: none; font-size: clamp(.9rem, .84rem + .12vw, .97rem); color: #D9DCDE; padding: .4rem 0; transition: color .15s; }
.nav a:hover { color: var(--white); }
.nav a[aria-current="page"] { color: var(--white); box-shadow: inset 0 -2px 0 var(--orange); }
.nav__group > button {
  background: none; border: 0; color: #D9DCDE; font-size: clamp(.9rem, .84rem + .12vw, .97rem); cursor: pointer;
  display: inline-flex; align-items: center; gap: .35rem; padding: .4rem 0;
}
.nav__group > button:hover { color: var(--white); }
.nav__group svg { width: 11px; height: 11px; transition: transform .2s; }
.nav__group[data-open="true"] svg { transform: rotate(180deg); }
.nav__menu {
  position: absolute; top: calc(100% + .75rem); left: -1rem; min-width: 250px;
  background: var(--ink-2); border: 1px solid var(--line); padding: .5rem;
  display: none; box-shadow: 0 24px 50px -18px rgba(0,0,0,.8);
}
.nav__group[data-open="true"] .nav__menu { display: block; }
.nav__menu a { display: block; padding: .7rem .85rem; font-size: .92rem; }
.nav__menu a:hover { background: rgba(255,255,255,.05); color: var(--orange); }
.header-cta { display: none; }
.nav-toggle {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; background: none; border: 1px solid var(--line);
  color: var(--white); cursor: pointer;
}
.nav-toggle svg { width: 20px; height: 20px; }
.nav-panel { display: none; border-top: 1px solid var(--line); padding: .5rem 0 1.5rem; }
.nav-panel.is-open { display: block; }
.nav-panel a { display: block; padding: .85rem 0; text-decoration: none;
  border-bottom: 1px solid var(--line); font-size: 1.02rem; }
.nav-panel a.sub { padding-left: 1.1rem; color: var(--grey); font-size: .95rem; }
.nav-panel .btn { margin-top: 1.15rem; }
@media (min-width: 1000px) {
  .nav, .header-cta { display: flex; }
  .nav-toggle { display: none; }
  .nav-panel { display: none !important; }
}

/* ---------- hero ---------- */
.hero { position: relative; isolation: isolate; background: var(--ink-2); overflow: hidden; }
.hero__bg { position: absolute; inset: 0; z-index: -2; }
.hero__bg picture { position: absolute; inset: 0; display: block; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(90deg, rgba(11,13,14,.94) 0%, rgba(11,13,14,.82) 38%, rgba(11,13,14,.28) 72%, rgba(11,13,14,.42) 100%),
    linear-gradient(0deg, rgba(11,13,14,.72) 0%, rgba(11,13,14,0) 45%);
}
.hero__inner { padding-block: clamp(4.5rem, 11vw, 8.5rem) clamp(2rem, 4vw, 3rem); }
.hero h1 { margin-bottom: 1.1rem; max-width: 21ch; }
.hero h1 span { display: block; color: var(--orange); }
.hero__lede { max-width: 44ch; color: #D2D6D8; margin-bottom: 2.1rem; }
.hero .btn { margin-bottom: clamp(2.5rem, 6vw, 4.5rem); }

.chips { display: flex; flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,.22); }
.chips li {
  list-style: none;
  font-size: .68rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase;
  padding: 1.05rem 1.35rem; color: #E4E7E9;
  border-right: 1px solid rgba(255,255,255,.22);
}
.chips li:first-child { padding-left: 0; }
.chips li:last-child { border-right: 0; }

.stats { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.22); }
.stats > div { padding: 1.5rem 1.25rem; border-bottom: 1px solid rgba(255,255,255,.14); }
.stats > div:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.14); padding-left: 0; }
.stats__fig { font-family: var(--display); font-weight: 600; font-size: clamp(1.5rem, 1.15rem + 1.5vw, 2.25rem); line-height: 1; letter-spacing: -.015em; }
.stats__lab { font-size: .625rem; letter-spacing: .15em; text-transform: uppercase; color: var(--grey-dim); margin-top: .55rem; }
@media (min-width: 800px) {
  .stats { grid-template-columns: repeat(4, 1fr); }
  .stats > div { border-bottom: 0; padding: 1.7rem 1.5rem; }
  .stats > div:nth-child(odd) { padding-left: 1.5rem; }
  .stats > div:first-child { padding-left: 0; }
  .stats > div { border-right: 1px solid rgba(255,255,255,.14); }
  .stats > div:last-child { border-right: 0; }
}
.paper .stats { border-color: var(--line-dark); }
.paper .stats > div { border-color: var(--line-dark); }
.paper .stats__lab { color: #8A8578; }

/* ---------- video hero (home) ---------- */
.vhero { position: relative; background: #000; overflow: hidden;
  height: 100svh; min-height: 520px; max-height: 1000px; }
@media (max-width: 700px) { .vhero { height: 88svh; min-height: 460px; } }
.vhero__media { position: absolute; inset: 0; }
.vhero__media picture { position: absolute; inset: 0; display: block; }
.vhero__media img { width: 100%; height: 100%; object-fit: cover; }
/* The iframe is sized as a true 16:9 box big enough to cover the hero in both
   axes, then centred. YouTube therefore never draws its own black bars. */
.vhero__frame {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: max(100vw, calc(100svh * 16 / 9));
  height: calc(max(100vw, calc(100svh * 16 / 9)) * 9 / 16);
  pointer-events: none; border: 0; overflow: hidden;
}
.vhero__frame iframe { width: 100%; height: 100%; border: 0; display: block; }
.vhero__veil { position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(0deg, rgba(11,13,14,.55) 0%, rgba(11,13,14,0) 30%),
              linear-gradient(180deg, rgba(11,13,14,.55) 0%, rgba(11,13,14,0) 22%); }
.vhero__toggle {
  position: absolute; right: clamp(1rem, 3vw, 2.2rem); bottom: clamp(1rem, 3vw, 2.2rem);
  width: 42px; height: 42px; display: grid; place-items: center; z-index: 3;
  background: rgba(11,13,14,.55); border: 1px solid rgba(255,255,255,.28); color: #fff;
  cursor: pointer; backdrop-filter: blur(6px);
}
.vhero__toggle svg { width: 14px; height: 14px; }
.vhero__scroll {
  position: absolute; left: 50%; bottom: clamp(1.5rem, 3vw, 2.4rem); z-index: 3;
  transform: translateX(-50%); color: rgba(255,255,255,.85);
  background: none; border: 0; cursor: pointer; padding: .5rem;
}
.vhero__scroll svg { width: 26px; height: 26px; }

/* ---------- sections ---------- */
.section { padding-block: var(--pad); }
.section--alt { background: var(--ink-2); }
.paper { background: var(--paper); color: var(--ink); }
.paper h1, .paper h2, .paper h3 { color: var(--ink); }
.section__head { margin-bottom: clamp(2.25rem, 3.4vw, 3.8rem); }
.section--flush { padding-bottom: 0; }

.two-col { display: grid; gap: var(--col-gap); }
@media (min-width: 900px) {
  /* 565 / 30 / 585 measured off the original */
  .two-col { grid-template-columns: minmax(0,565fr) minmax(0,585fr); align-items: end; }
  /* 711 / 30 / 439 measured off the original */
  .two-col--wide-left { grid-template-columns: minmax(0,711fr) minmax(0,439fr); }
  .two-col--narrow-left { grid-template-columns: minmax(0,565fr) minmax(0,585fr); }
  .two-col--center { align-items: center; gap: clamp(2rem, 3.1vw, 60px); }
  .two-col--top { align-items: start; }
  /* measured: 479 / 14 / 687 for the paired capture figures */
  .two-col--media { grid-template-columns: minmax(0,479fr) minmax(0,687fr); gap: 14px; align-items: stretch; }
  .two-col--media > .fig { height: 100%; aspect-ratio: auto; min-height: clamp(280px, 28.6vw, 549px); }
  /* measured: 517 / 30 / 633 for the why-SSDS block */
  .two-col--why { grid-template-columns: minmax(0,460fr) minmax(0,633fr);
    gap: clamp(2rem, 4.5vw, 87px); align-items: start; }
  .two-col--flip > *:first-child { order: 2; }
}

/* ---------- figures ---------- */
.fig { position: relative; overflow: hidden; background: var(--ink-3); isolation: isolate; }
.paper .fig { background: var(--paper-2); }
.fig picture { position: absolute; inset: 0; display: block; }
.fig img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fig--16x9 { aspect-ratio: 16/9; }
.fig--3x2  { aspect-ratio: 3/2; }
.fig--4x3  { aspect-ratio: 4/3; }
.fig--1x1  { aspect-ratio: 1/1; }
.fig--5x4  { aspect-ratio: 5/4; }
.fig--auto img { height: auto; }
.fig__label {
  position: absolute; left: 0; bottom: 0; z-index: 2;
  padding: .9rem 1.1rem;
  font-size: .655rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: #fff; text-shadow: 0 1px 8px rgba(0,0,0,.8);
}
.fig__label::before {
  content: ""; position: absolute; inset: -2rem 0 0 0; z-index: -1;
  background: linear-gradient(0deg, rgba(0,0,0,.72), rgba(0,0,0,0));
}
.fig-stack { display: grid; gap: .55rem; }

/* ---------- industry cards ---------- */
.cards { display: grid; gap: 24px; }
@media (min-width: 780px) { .cards { grid-template-columns: repeat(2, 1fr); } }
.card {
  position: relative; display: block; text-decoration: none;
  overflow: hidden; background: var(--ink-3); min-height: clamp(300px, 27vw, 523px);
  isolation: isolate;
}
.card picture { display: contents; }
.card img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2;
  transition: transform .5s cubic-bezier(.2,.7,.3,1);
}
.card::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(0deg, rgba(9,11,12,.94) 0%, rgba(9,11,12,.8) 24%, rgba(9,11,12,.34) 58%, rgba(9,11,12,0) 100%);
}
.card:hover img { transform: scale(1.04); }
.card__body { position: relative; padding: clamp(1.4rem,2vw,2.4rem) clamp(1.4rem,2vw,2.15rem); margin-top: auto;
  display: flex; flex-direction: column; justify-content: flex-end; min-height: clamp(300px, 27vw, 523px); }
.card__eyebrow { font-size: .625rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase;
  color: var(--orange); margin-bottom: .55rem; }
.card h3 { font-size: clamp(1.3rem,.95rem+1vw,1.8rem); margin-bottom: .55rem; }
.card p { font-size: clamp(.9rem,.86rem+.16vw,.965rem); line-height: 1.62; color: #C9CDCF; margin: 0; max-width: 44ch; }


/* ---------- three/four up ---------- */
.grid-3 { display: grid; gap: 0; border-top: 1px solid var(--line); }
.paper .grid-3 { border-color: var(--line-dark); }
.grid-3 > div { padding: 1.65rem 0; border-bottom: 1px solid var(--line); }
.paper .grid-3 > div { border-color: var(--line-dark); }
@media (min-width: 820px) {
  .grid-3 { grid-template-columns: repeat(3, 1fr); }
  .grid-3--4 { grid-template-columns: repeat(4, 1fr); }
  .grid-3 > div { padding: 1.75rem 1.6rem; border-bottom: 0; border-right: 1px solid var(--line); }
  .paper .grid-3 > div { border-right-color: var(--line-dark); }
  .grid-3 > div:first-child { padding-left: 0; }
  .grid-3 > div:last-child { border-right: 0; }
}
.grid-3 h3 { font-size: 1.08rem; margin-bottom: .45rem; }
.grid-3 p { font-size: .9rem; color: var(--grey); margin: 0; }
.paper .grid-3 p { color: var(--ink-body); }
.grid-3 .eyebrow { margin-bottom: .6rem; }

.why { display: grid; gap: 0; }
@media (min-width: 700px) { .why { grid-template-columns: repeat(2, 1fr); column-gap: clamp(1.5rem, 2.8vw, 53px); } }
.why > div { padding: 1.5rem 0; border-top: 1px solid var(--line); }
@media (min-width: 700px) {
  .why > div { padding: 1.55rem 0; }
}
.why h3 { font-size: 1rem; margin-bottom: .4rem; }
.why p { font-size: .9rem; color: var(--grey); margin: 0; }

.note {
  border-left: 2px solid var(--orange); padding: .3rem 0 .3rem 1.1rem;
  color: var(--grey); font-size: .95rem; margin-top: 2.25rem;
}
.paper .note { color: var(--ink-body); }

/* ---------- capture juxtaposition ---------- */
.juxta { position: relative; display: grid; gap: .55rem; --jh: clamp(230px, 26vw, 350px); }
.juxta > .fig { aspect-ratio: auto; height: var(--jh); }
@media (min-width: 760px) { .juxta { grid-template-columns: minmax(0,.42fr) minmax(0,.58fr); gap: .55rem; } }
.juxta__arrow {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 52px; height: 52px; border-radius: 50%; background: var(--orange); color: #1A0C02;
  display: grid; place-items: center; z-index: 4; box-shadow: 0 8px 26px rgba(0,0,0,.5);
}
.juxta__arrow svg { width: 22px; height: 22px; }
@media (max-width: 759px) { .juxta__arrow { transform: translate(-50%,-50%) rotate(90deg); } }

/* ---------- accent band ---------- */
.band { background: var(--ink-2); border-block: 1px solid var(--line); padding-block: clamp(2.5rem,5vw,3.5rem); }
.band p { max-width: 68ch; margin-inline: auto; text-align: center; color: var(--grey); }
.band b, .band strong { color: var(--orange); font-weight: 600; }

/* ---------- CTA ---------- */
.cta { padding-block: clamp(3.75rem, 5.5vw, 6.6rem); text-align: center; }
.cta .eyebrow { margin-bottom: 1.5rem; }
.cta h2 { max-width: 17ch; margin-inline: auto;
  font-size: clamp(2.1rem, .8rem + 3.5vw, 5rem); line-height: 1.0; }
.cta p { max-width: 56ch; margin: 1.6rem auto 2.5rem; color: var(--grey);
  font-size: clamp(1rem,.95rem+.22vw,1.125rem); line-height: 1.8; }
.cta .btn-row { justify-content: center; }

/* ---------- contact ---------- */
.contact-grid { display: grid; gap: clamp(2.25rem, 5vw, 3.5rem); }
@media (min-width: 940px) { .contact-grid { grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); } }
.info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; margin-top: 2.25rem; }
@media (max-width: 520px) { .info-grid { grid-template-columns: 1fr; } }
.info-card { border: 1px solid var(--line); padding: 1.35rem 1.4rem; text-decoration: none; display: block;
  transition: border-color .18s, background-color .18s; }
a.info-card:hover { border-color: var(--orange); background: rgba(239,116,33,.06); }
.info-card__lab { font-size: .62rem; letter-spacing: .17em; text-transform: uppercase; color: var(--grey-dim); }
.info-card__val { font-weight: 600; font-size: 1.02rem; margin-top: .55rem; }
.aside {
  background: var(--paper); color: var(--ink); padding: clamp(1.75rem, 4vw, 2.5rem);
}
.aside h3 { font-size: 1.35rem; margin-bottom: 1.4rem; }
.aside .eyebrow { color: #C2622A; }
.checklist { list-style: none; padding: 0; margin: 0; }
.checklist li { display: flex; gap: .8rem; padding: .85rem 0; border-top: 1px solid var(--line-dark); font-size: .95rem; }
.checklist li::before { content: ""; width: 7px; height: 7px; background: var(--orange); flex: none; margin-top: .55rem; }
.aside__foot { margin-top: 1.6rem; padding-top: 1.3rem; border-top: 1px solid var(--line-dark);
  font-weight: 600; font-size: .95rem; }

/* ---------- form ---------- */
.form { display: grid; gap: 1rem; }
.field { display: grid; gap: .4rem; }
.field label { font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; color: var(--grey-dim); font-weight: 600; }
.field input, .field select, .field textarea {
  font: inherit; font-size: 1rem; background: var(--ink-3); border: 1px solid var(--line);
  color: var(--white); padding: .85rem .95rem; width: 100%; border-radius: 0;
  transition: border-color .16s;
}
.field textarea { min-height: 120px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: var(--grey-dim); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--orange); outline: none; }
.field-row { display: grid; gap: 1rem; }
@media (min-width: 560px) { .field-row { grid-template-columns: 1fr 1fr; } }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form__note { font-size: .82rem; color: var(--grey-dim); margin: 0; }
.form__status { display: none; padding: .9rem 1rem; font-size: .95rem; border: 1px solid; }
.form__status.is-ok  { display: block; border-color: rgba(239,116,33,.5); background: rgba(239,116,33,.1); color: #fff; }
.form__status.is-err { display: block; border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.06); color: #fff; }
.btn[aria-busy="true"] { opacity: .65; pointer-events: none; }

/* ---------- footer ---------- */
.site-footer { background: var(--chrome); }
.footer-cred {
  min-height: 75px; display: flex; flex-wrap: wrap; align-items: center;
  gap: .5rem 1.5rem; justify-content: space-between;
  font-size: .8125rem; color: #8B9094; padding-block: 1rem;
}
.footer-cred a { text-decoration: none; color: #8B9094; }
.footer-cred a:hover { color: var(--white); }
.footer-cred b { color: #B7BCBF; font-weight: 600; }

/* ---------- mobile call bar ---------- */
.callbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 95;
  display: grid; grid-template-columns: 1fr 1fr; gap: .5rem;
  padding: .6rem var(--gutter) calc(.6rem + env(safe-area-inset-bottom));
  background: rgba(8,9,10,.95); border-top: 1px solid var(--line);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
}
.callbar .btn { padding: .8rem .6rem; font-size: .7rem; }
@media (min-width: 1000px) { .callbar { display: none; } }
@media (max-width: 999px) { body { padding-bottom: 4.6rem; } }

/* ---------- misc ---------- */
.inline-link { color: var(--orange); text-underline-offset: 3px; }
.orange { color: var(--orange); }
.pull { font-size: 1.05rem; }
