:root {
  color-scheme: dark;
  --ink: #f6f2e8;
  --muted: #b8c0bb;
  --faint: rgba(246, 242, 232, 0.12);
  --line: rgba(246, 242, 232, 0.2);
  --black: #070806;
  --coal: #111411;
  --panel: #171b17;
  --panel-2: #20251f;
  --signal: #e0a12b;
  --signal-2: #8ab4a1;
  --rust: #b66b35;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--ink);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 18px clamp(18px, 4vw, 56px);
  background: linear-gradient(180deg, rgba(7, 8, 6, 0.9), rgba(7, 8, 6, 0));
}

.brand,
.nav-links,
.menu-link {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  font-family: "Rajdhani", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand-mark {
  width: 70px;
  height: 42px;
  flex: 0 0 auto;
}

.brand-wordmark {
  display: grid;
  gap: 0;
  line-height: 0.88;
}

.brand-wordmark span {
  color: var(--signal-2);
  font-size: 14px;
  letter-spacing: 0.16em;
}

.nav-links {
  gap: clamp(14px, 2.3vw, 32px);
  color: rgba(246, 242, 232, 0.8);
  font-family: "Rajdhani", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.nav-links a {
  border-bottom: 1px solid transparent;
}

.nav-links a:hover {
  border-color: var(--signal);
  color: white;
}

.menu-link {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  border: 1px solid rgba(246, 242, 232, 0.3);
  background: rgba(7, 8, 6, 0.48);
  padding: 9px;
}

.menu-link span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--ink);
}

.menu-link:hover,
.menu-link.active {
  border-color: var(--signal);
}

.menu-link:hover span,
.menu-link.active span {
  background: var(--signal);
}

.hero {
  position: relative;
  min-height: 96vh;
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media {
  z-index: -3;
  background-image: url("assets/hero-aerial-data-layers.png");
  background-position: center right;
  background-size: cover;
  transform: scale(1.02);
  filter: brightness(1.24) contrast(1.04) saturate(1.08);
}

.industry-hero {
  min-height: 88vh;
}

.offshore-hero .hero-media {
  background-image: url("assets/hero-remote-asset-drones.png");
  background-position: center center;
}

.offshore-platform-hero .hero-media {
  background-image: url("assets/hero-offshore-platform.jpg");
  background-position: center center;
}

.mountain-hero .hero-media {
  background-image: url("https://www.themanual.com/tachyon/sites/9/2025/04/Big-Sky-Montana-winter-skiing-%C2%A9Shutterstock.jpg?resize=1200%2C720");
  background-position: center center;
}

.arctic-hero .hero-media {
  background-image: url("assets/arctic-aerial-landscape.jpg");
  background-position: center center;
}

.desert-hero .hero-media {
  background-image: url("assets/desert-solar-aerial.jpg");
  background-position: center center;
}

.wildfire-hero .hero-media {
  background-image: url("assets/wildfire-smoke-aerial.jpg");
  background-position: center center;
}

.defense-hero .hero-media {
  background-image: url("assets/defense-airfield-aircraft.jpg");
  background-position: center center;
}

.hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(7, 8, 6, 0.82) 0%, rgba(7, 8, 6, 0.52) 36%, rgba(7, 8, 6, 0.08) 76%),
    linear-gradient(0deg, rgba(7, 8, 6, 0.72) 0%, rgba(7, 8, 6, 0.02) 52%);
}

.hero-content {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 150px 24px 126px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--signal);
  font-family: "Rajdhani", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-content .eyebrow {
  font-size: clamp(22.5px, 2.5vw, 30px);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 24px;
  font-family: "Rajdhani", Arial, Helvetica, sans-serif;
  font-size: clamp(52px, 7.4vw, 104px);
  font-weight: 700;
  line-height: 0.86;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 18px;
  font-family: "Rajdhani", Arial, Helvetica, sans-serif;
  font-size: clamp(34px, 4.9vw, 66px);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 12px;
  font-family: "Rajdhani", Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 690px;
  margin-bottom: 32px;
  color: rgba(246, 242, 232, 0.84);
  font-size: clamp(18px, 2vw, 24px);
}

.hero-copy-secondary {
  max-width: 690px;
  margin-top: -14px;
}

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

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: "Rajdhani", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.button.primary {
  background: var(--signal);
  color: #171006;
}

.button.secondary {
  border-color: rgba(246, 242, 232, 0.42);
  background: rgba(7, 8, 6, 0.5);
}

.button.ghost {
  border-color: rgba(138, 180, 161, 0.55);
  background: rgba(138, 180, 161, 0.12);
  color: #d7eee4;
}

.hero-brief {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  max-width: var(--max);
  margin: 0 auto;
  border: 1px solid var(--line);
  background: rgba(7, 8, 6, 0.72);
  backdrop-filter: blur(12px);
}

.hero-brief span,
.hero-brief a {
  min-height: 58px;
  display: grid;
  place-items: center;
  padding: 12px;
  border-right: 1px solid var(--line);
  color: rgba(246, 242, 232, 0.82);
  font-family: "Rajdhani", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}

.hero-brief a:hover {
  color: var(--signal);
  background: rgba(224, 161, 43, 0.08);
}

.hero-brief span:last-child,
.hero-brief a:last-child {
  border-right: 0;
}

.intro,
.section,
.response,
.contact {
  padding: clamp(72px, 10vw, 128px) 24px;
}

.intro,
.response {
  background: #0c0e0c;
}

.section.dark {
  background:
    linear-gradient(180deg, rgba(224, 161, 43, 0.06), transparent 36%),
    var(--coal);
}

.section-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.split,
.response-layout,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(32px, 7vw, 88px);
  align-items: start;
}

.split p:not(.eyebrow),
.section-heading p:not(.eyebrow),
.response-panel p,
.contact p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.mission-strip {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(320px, 1.2fr);
  gap: clamp(34px, 8vw, 110px);
  align-items: center;
}

.mission-strip h2 {
  max-width: 760px;
}

.mission-summary-line {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(22px, 2.6vw, 36px);
  line-height: 1.25;
}

.section-heading {
  max-width: 850px;
  margin-bottom: 34px;
}

.section-heading.compact {
  max-width: 720px;
}

.service-grid,
.platform-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

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

.service-grid article,
.service-grid a,
.platform-grid article {
  min-height: 232px;
  padding: 26px;
  background: var(--panel);
}

.service-grid a {
  display: block;
}

.service-grid a:hover {
  background: rgba(224, 161, 43, 0.08);
}

.service-grid p,
.platform-grid p {
  margin-bottom: 0;
  color: rgba(246, 242, 232, 0.72);
}

.platform-grid article {
  min-height: 190px;
  background: var(--panel-2);
}

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

.platform-card-grid article {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(rgba(7, 8, 6, 0.5), rgba(7, 8, 6, 0.78)),
    var(--platform-image) center / cover;
}

.platform-card-grid article::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(7, 8, 6, 0.3);
}

.platform-card-grid h3,
.platform-card-grid p {
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
}

.capability-capture {
  --platform-image: url("assets/hero-aerial-data-layers.png");
}

.capability-analytics {
  --platform-image: url("assets/digital-twin-small-town.png");
}

.capability-fleet {
  --platform-image: url("assets/hero-remote-asset-drones.png");
}

.capability-custom {
  --platform-image: url("assets/infrared-home-animals.png");
}

.service-hero.digital-twin-hero .hero-media {
  background-image: url("assets/digital-twin-small-town.png");
  background-position: center center;
}

.service-hero .hero-content {
  padding-top: 136px;
  padding-bottom: 96px;
}

.service-hero .hero-content .eyebrow {
  font-size: clamp(14px, 1.5vw, 18px);
}

.service-hero h1 {
  max-width: 680px;
  font-size: clamp(34px, 4.4vw, 62px);
  line-height: 0.95;
}

.service-hero .hero-copy {
  max-width: 560px;
  font-size: clamp(15px, 1.45vw, 18px);
}

.service-hero.lidar-hero .hero-media {
  background-image: url("assets/lidar-results-mapping.png");
  background-position: 62% center;
  filter: brightness(1.1) contrast(1.06) saturate(1.08);
}

.service-hero.lidar-hero .hero-shade {
  background:
    linear-gradient(90deg, rgba(7, 8, 6, 0.9) 0%, rgba(7, 8, 6, 0.58) 30%, rgba(7, 8, 6, 0.06) 68%),
    linear-gradient(0deg, rgba(7, 8, 6, 0.82) 0%, rgba(7, 8, 6, 0.04) 48%);
}

.service-hero.lidar-hero h1 {
  max-width: 560px;
  font-size: clamp(30px, 3.8vw, 54px);
}

.service-hero.lidar-hero .hero-copy {
  max-width: 500px;
}

.service-hero.cleveland-survey-hero .hero-media {
  background-image: url("assets/lidar-results-mapping.png");
  background-position: 62% center;
  filter: brightness(1.1) contrast(1.06) saturate(1.08);
}

.service-hero.cleveland-survey-hero .hero-shade {
  background:
    linear-gradient(90deg, rgba(7, 8, 6, 0.9) 0%, rgba(7, 8, 6, 0.58) 30%, rgba(7, 8, 6, 0.06) 68%),
    linear-gradient(0deg, rgba(7, 8, 6, 0.82) 0%, rgba(7, 8, 6, 0.04) 48%);
}

.service-hero.cleveland-survey-hero h1 {
  max-width: 650px;
  font-size: clamp(30px, 3.8vw, 54px);
}

.service-hero.cleveland-survey-hero .hero-copy {
  max-width: 540px;
}

.service-hero.videography-hero .hero-media {
  background-image: url("assets/hero-expedition-airworks.png");
}

.videography-loop {
  background-image: none;
}

.video-frame {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-position: center center;
  background-size: cover;
  animation: videographyLoop 10s ease-in-out infinite;
  transform: scale(1.02);
  will-change: opacity, transform;
}

.frame-remote {
  background-image: url("assets/videography-tropical-remote-building.png");
  animation-delay: -1s;
}

.frame-mountain {
  background-image: url("assets/videography-backcountry-heli-ski.png");
  animation-delay: 1.5s;
}

.frame-home {
  background-image: url("assets/videography-residential-home.png");
  animation-delay: 4s;
}

.frame-asset {
  background-image: url("assets/hero-offshore-platform.jpg");
  animation-delay: 6.5s;
}

@keyframes videographyLoop {
  0% {
    opacity: 0;
    transform: scale(1.015);
  }

  10%,
  28% {
    opacity: 1;
    transform: scale(1.04);
  }

  40%,
  100% {
    opacity: 0;
    transform: scale(1.075);
  }
}

.service-hero.infrared-hero .hero-media {
  background-image: url("assets/infrared-home-animals.png");
  background-position: center center;
}

.service-detail-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
}

.insight-list {
  display: grid;
  gap: 12px;
}

.insight-list article,
.deliverable-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  background: rgba(246, 242, 232, 0.04);
}

.insight-list p,
.deliverable-grid p,
.service-use-list {
  color: rgba(246, 242, 232, 0.72);
}

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

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

.service-use-list li {
  padding: 18px 20px;
  border-left: 3px solid var(--signal);
  background: rgba(246, 242, 232, 0.04);
}

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

.action-grid a {
  min-height: 150px;
  display: grid;
  align-content: space-between;
  gap: 24px;
  margin: 0;
  padding: 24px;
  border: 1px solid var(--line);
  background: rgba(246, 242, 232, 0.04);
}

.action-grid a:hover {
  border-color: var(--signal);
  background: rgba(224, 161, 43, 0.08);
}

.action-grid strong {
  color: var(--ink);
  font-family: "Rajdhani", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.action-grid span {
  color: rgba(246, 242, 232, 0.72);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
  text-transform: none;
}

.response-panel {
  border-left: 3px solid var(--signal);
  padding-left: 28px;
}

.response-panel ul,
.industry-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.response-panel li {
  padding: 14px 0;
  border-top: 1px solid var(--faint);
  color: rgba(246, 242, 232, 0.86);
  font-family: "Rajdhani", Arial, Helvetica, sans-serif;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.industries {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 6vw, 70px);
}

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

.industry-list li {
  min-height: 150px;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--line);
  background: rgba(246, 242, 232, 0.04);
  color: rgba(246, 242, 232, 0.86);
}

.industry-list strong {
  font-family: "Rajdhani", Arial, Helvetica, sans-serif;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.industry-list span {
  color: rgba(246, 242, 232, 0.66);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
  text-transform: none;
}

.industry-list .linked-industry {
  padding: 0;
}

.industry-list a {
  display: grid;
  width: 100%;
  min-height: 150px;
  align-content: start;
  gap: 14px;
  padding: 16px;
  color: inherit;
}

.industry-list a:hover {
  color: var(--signal);
}

.offshore-visual-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(32px, 7vw, 88px);
  align-items: end;
}

.offshore-visual-intro p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.visual-site-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 14px;
}

.visual-card {
  position: relative;
  min-height: 360px;
  display: grid;
  align-items: end;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel);
}

.visual-card.large {
  min-height: 734px;
  grid-row: span 2;
}

.visual-card img,
.tutorial-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual-card::after,
.tutorial-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 14%, rgba(7, 8, 6, 0.2) 46%, rgba(7, 8, 6, 0.9) 100%),
    linear-gradient(90deg, rgba(7, 8, 6, 0.42), transparent 58%);
}

.visual-card div {
  position: relative;
  z-index: 1;
  padding: 28px;
}

.visual-card p {
  max-width: 620px;
  margin-bottom: 0;
  color: rgba(246, 242, 232, 0.78);
}

.visual-tutorial-section {
  padding-top: clamp(80px, 11vw, 140px);
  padding-bottom: clamp(80px, 11vw, 140px);
}

.tutorial-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: stretch;
}

.tutorial-media {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid var(--line);
}

.tutorial-copy {
  align-self: center;
}

.tutorial-steps {
  display: grid;
  gap: 16px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.tutorial-steps li {
  padding: 20px;
  border-left: 3px solid var(--signal);
  background: rgba(246, 242, 232, 0.05);
  color: rgba(246, 242, 232, 0.74);
}

.tutorial-steps strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-family: "Rajdhani", Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
}

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

.tech-path-grid a {
  min-height: 164px;
  display: grid;
  align-content: space-between;
  gap: 20px;
  padding: 24px;
  border: 1px solid var(--line);
  background: rgba(246, 242, 232, 0.04);
}

.tech-path-grid a:hover {
  border-color: var(--signal);
  background: rgba(224, 161, 43, 0.08);
}

.tech-path-grid strong {
  color: var(--ink);
  font-family: "Rajdhani", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
}

.tech-path-grid span {
  color: rgba(246, 242, 232, 0.72);
}

.roi-strip-section {
  padding-top: 0;
}

.roi-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  background: rgba(246, 242, 232, 0.04);
}

.roi-strip article {
  min-height: 178px;
  display: grid;
  align-content: space-between;
  gap: 24px;
  padding: 22px;
  border-right: 1px solid var(--line);
}

.roi-strip article:last-child {
  border-right: 0;
}

.roi-strip strong {
  color: var(--signal);
  font-family: "Rajdhani", Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
}

.roi-strip span {
  color: rgba(246, 242, 232, 0.72);
}

.assessment-link-section {
  padding: clamp(54px, 8vw, 92px) 24px clamp(72px, 10vw, 120px);
  background: #0c0e0c;
}

.assessment-link-panel {
  display: grid;
  justify-items: start;
  gap: 18px;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid rgba(224, 161, 43, 0.42);
  background:
    linear-gradient(135deg, rgba(224, 161, 43, 0.12), transparent 48%),
    rgba(246, 242, 232, 0.04);
}

.assessment-link-panel h2 {
  max-width: 820px;
  margin-bottom: 4px;
}

.assessment-page {
  min-height: 100vh;
  padding: 154px 24px 92px;
  background:
    linear-gradient(90deg, rgba(7, 8, 6, 0.96), rgba(7, 8, 6, 0.76)),
    url("assets/hero-offshore-platform.jpg") center / cover;
}

.assessment-page h1 {
  max-width: 760px;
  font-size: clamp(36px, 4.5vw, 66px);
}

.assessment-headline {
  display: grid;
  gap: 18px;
}

.assessment-headline span {
  display: block;
}

.assessment-page p {
  max-width: 660px;
  color: var(--muted);
  font-size: 18px;
}

.completion-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 136px 24px 72px;
  background:
    linear-gradient(90deg, rgba(7, 8, 6, 0.92), rgba(7, 8, 6, 0.58)),
    url("assets/hero-aerial-data-layers.png") center right / cover;
}

.completion-panel {
  width: min(100%, 880px);
  padding: clamp(28px, 6vw, 72px);
  border: 1px solid rgba(224, 161, 43, 0.44);
  background:
    linear-gradient(135deg, rgba(224, 161, 43, 0.13), transparent 46%),
    rgba(7, 8, 6, 0.72);
}

.completion-panel h1 {
  max-width: 760px;
  margin-bottom: 18px;
}

.completion-panel p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
  font-size: clamp(18px, 2.2vw, 28px);
  line-height: 1.35;
}

.completion-panel .button {
  margin-top: 18px;
}

.tree-page {
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(224, 161, 43, 0.09), transparent 320px),
    var(--black);
}

.tree-section {
  padding-top: 130px;
}

.tree-hero {
  padding: 154px 24px 52px;
  border-bottom: 1px solid var(--line);
  background: #0c0e0c;
}

.tree-hero h1 {
  margin-bottom: 18px;
}

.tree-hero p {
  max-width: 720px;
  color: var(--muted);
  font-size: 20px;
}

.tree-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.tree-group {
  min-height: 360px;
  padding: 24px;
  border: 1px solid var(--line);
  background: rgba(246, 242, 232, 0.04);
}

.primary-tree-group {
  border-color: rgba(224, 161, 43, 0.5);
  background: rgba(224, 161, 43, 0.08);
}

.tree-group h2 {
  margin-bottom: 22px;
  font-size: 30px;
}

.tree-group ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tree-group li {
  border-top: 1px solid var(--faint);
}

.tree-group a,
.tree-group span {
  display: block;
  padding: 13px 0;
  color: rgba(246, 242, 232, 0.82);
}

.tree-group a:hover {
  color: var(--signal);
}

.tree-group span {
  color: rgba(246, 242, 232, 0.42);
}

.careers-page {
  min-height: 100vh;
  padding-top: 154px;
  background:
    linear-gradient(180deg, rgba(224, 161, 43, 0.08), transparent 360px),
    var(--black);
}

.career-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.career-grid article {
  min-height: 220px;
  display: grid;
  align-content: space-between;
  padding: 28px;
  border: 1px solid var(--line);
  background: rgba(246, 242, 232, 0.04);
}

.career-grid h2 {
  margin-bottom: 0;
  font-size: clamp(30px, 3vw, 46px);
}

.career-grid span {
  color: var(--signal);
  font-family: "Rajdhani", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.credibility-page {
  min-height: 100vh;
  padding-top: 154px;
  background:
    linear-gradient(180deg, rgba(138, 180, 161, 0.08), transparent 360px),
    var(--black);
}

.credibility-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.credibility-grid article {
  min-height: 240px;
  padding: 28px;
  border: 1px solid var(--line);
  background: rgba(246, 242, 232, 0.04);
}

.credibility-grid h2 {
  font-size: clamp(28px, 3vw, 44px);
}

.credibility-grid p {
  color: rgba(246, 242, 232, 0.72);
}

.contact {
  background:
    linear-gradient(135deg, rgba(138, 180, 161, 0.11), transparent 42%),
    linear-gradient(315deg, rgba(224, 161, 43, 0.12), transparent 38%),
    #0a0b09;
}

.lead-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  background: rgba(7, 8, 6, 0.58);
}

.lead-form label {
  display: grid;
  gap: 8px;
  color: rgba(246, 242, 232, 0.8);
  font-family: "Rajdhani", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.optional-field {
  color: rgba(246, 242, 232, 0.5);
  font-size: 11px;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  border: 1px solid rgba(246, 242, 232, 0.24);
  background: rgba(246, 242, 232, 0.08);
  color: var(--ink);
  padding: 12px;
  outline: none;
}

.lead-form textarea {
  resize: vertical;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: var(--signal);
}

.lead-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.form-status {
  min-height: 18px;
  margin: -2px 0 0;
  color: var(--signal);
  font-size: 14px;
}

.site-footer {
  background: #f2f2f2;
  color: #616161;
  padding: 38px 24px 22px;
  font-size: 12px;
  line-height: 1.35;
}

.footer-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 26px;
}

.site-footer h2 {
  margin: 0 0 12px;
  color: #616161;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer li {
  margin: 0 0 12px;
}

.site-footer a {
  color: #616161;
}

.site-footer a:hover {
  color: #111;
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 30px;
  padding-top: 8px;
}

.footer-bottom ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px 22px;
}

.footer-bottom li {
  margin: 0;
}

.footer-bottom p {
  margin: 0;
}

.footer-locale {
  flex: 0 0 auto;
}

@media (max-width: 920px) {
  .site-header {
    position: absolute;
  }

  .nav-links {
    display: none;
  }

  .hero-content {
    padding-bottom: 168px;
  }

  .hero-brief {
    grid-template-columns: repeat(3, 1fr);
  }

  .split,
  .response-layout,
  .contact-layout,
  .industries,
  .mission-strip,
  .offshore-visual-intro,
  .service-detail-grid,
  .tutorial-layout {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .platform-grid,
  .industry-list,
  .tech-path-grid,
  .action-grid,
  .deliverable-grid,
  .career-grid,
  .credibility-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .visual-site-grid,
  .roi-strip {
    grid-template-columns: 1fr;
  }

  .visual-card.large,
  .visual-card,
  .tutorial-media {
    min-height: 440px;
  }

  .roi-strip article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .roi-strip article:last-child {
    border-bottom: 0;
  }

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

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

  .footer-bottom {
    display: grid;
    justify-content: start;
  }

  .footer-bottom ul {
    justify-content: start;
  }
}

@media (max-width: 620px) {
  .hero-content {
    padding-top: 116px;
    padding-bottom: 248px;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .hero-brief,
  .service-grid,
  .platform-grid,
  .industry-list,
  .tech-path-grid,
  .action-grid,
  .deliverable-grid,
  .career-grid,
  .credibility-grid {
    grid-template-columns: 1fr;
  }

  .visual-card.large,
  .visual-card,
  .tutorial-media {
    min-height: 360px;
  }

  .hero-brief span,
  .hero-brief a {
    min-height: 44px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-brief span:last-child,
  .hero-brief a:last-child {
    border-bottom: 0;
  }

  .service-grid article,
  .service-grid a,
  .platform-grid article {
    min-height: auto;
  }

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

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