@import "tailwindcss";

:root {
  --ink: #f1efe9;
  --muted: #9a9892;
  --black: #090909;
  --panel: #101010;
  --line: #2c251e;
  --gold: #a86b2f;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
  scroll-padding-top: 24px;
}

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

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

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

section[id],
footer[id] {
  scroll-margin-top: 24px;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  display: grid;
  width: 100%;
  grid-template-columns: 220px 1fr 150px;
  align-items: center;
  gap: 32px;
  padding: 24px 4vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: linear-gradient(rgba(0, 0, 0, 0.72), transparent);
}

.brand {
  width: 170px;
}

.site-header nav {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 3vw, 48px);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mobile-menu {
  display: none;
}

.site-header nav a,
.header-cta {
  transition: color 180ms ease;
}

.site-header nav a:hover,
.header-cta:hover {
  color: #d99a58;
}

.header-cta {
  border: 1px solid rgba(255, 255, 255, 0.45);
  padding: 11px 14px;
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 760px;
  height: 92vh;
  overflow: hidden;
}

.hero-image {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.28) 48%, transparent 76%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.65), transparent 35%);
}

.hero-content {
  position: absolute;
  z-index: 2;
  bottom: 15%;
  left: 6vw;
}

.eyebrow {
  margin: 0 0 22px;
  color: #b9834f;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(74px, 10vw, 156px);
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 0.77;
}

.hero-subtitle {
  margin: 36px 0 24px;
  font-size: clamp(18px, 2vw, 27px);
  line-height: 1.2;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid var(--gold);
  padding: 0 0 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.text-link span {
  color: #c58443;
  font-size: 16px;
}

.scroll-cue {
  position: absolute;
  z-index: 2;
  right: 4vw;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.scroll-cue i {
  display: block;
  width: 1px;
  height: 76px;
  background: var(--gold);
}

.feature-grid,
.equipment,
.workflow,
.about {
  display: grid;
}

.feature-grid {
  grid-template-columns: minmax(280px, 0.72fr) 1.55fr;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.feature-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 9vw 6vw;
}

.feature-copy h2,
.section-heading h2,
.workflow h2,
.about h2,
footer h2 {
  margin: 0;
  font-size: clamp(44px, 5.5vw, 88px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.93;
}

.feature-copy > p:not(.eyebrow),
.workflow-copy > p:not(.eyebrow),
.about-copy > p:not(.eyebrow) {
  max-width: 480px;
  margin: 30px 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.feature-image {
  position: relative;
  min-height: 0;
  aspect-ratio: 1672 / 941;
  margin: 0;
  overflow: hidden;
  background: #000;
}

.feature-image img,
.workflow > img,
.about > img {
  height: 100%;
  object-fit: cover;
}

.feature-image figcaption {
  position: absolute;
  right: 26px;
  bottom: 22px;
  left: 26px;
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.services {
  padding: 10vw 6vw;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 80px;
}

.section-heading h2 {
  max-width: 900px;
}

.service-list {
  border-top: 1px solid #2c2c2c;
}

.service-list article {
  display: grid;
  grid-template-columns: 80px 0.8fr 1fr;
  align-items: start;
  gap: 30px;
  padding: 38px 0;
  border-bottom: 1px solid #2c2c2c;
}

.service-list span {
  color: var(--gold);
  font-size: 11px;
}

.service-list h3 {
  margin: 0;
  font-size: clamp(25px, 3vw, 42px);
  font-weight: 400;
  letter-spacing: -0.035em;
}

.service-list p {
  max-width: 560px;
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.equipment {
  grid-template-columns: 1.05fr 0.95fr;
  border-top: 1px solid var(--line);
}

.equipment-card {
  display: grid;
  min-width: 0;
  background: var(--panel);
}

.equipment-card + .equipment-card {
  border-left: 1px solid var(--line);
}

.equipment-card img {
  aspect-ratio: 1.5;
  object-fit: cover;
}

.equipment-card img.mavic-image {
  object-fit: contain;
  padding: 6%;
  background: #000;
}

.equipment-copy {
  padding: 48px 5vw 70px;
}

.equipment-copy h2 {
  margin: 0;
  font-size: clamp(35px, 4.2vw, 66px);
  font-weight: 400;
  letter-spacing: -0.055em;
}

.equipment-lead {
  margin: 14px 0 25px;
  color: var(--ink) !important;
  font-size: 17px !important;
}

.equipment-copy > p:not(.eyebrow) {
  max-width: 590px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.workflow {
  grid-template-columns: 0.72fr 1.28fr;
  min-height: 720px;
  border-top: 1px solid var(--line);
}

.workflow-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8vw 6vw;
}

.about {
  grid-template-columns: 0.8fr 1.2fr;
  min-height: 820px;
  border-top: 1px solid var(--line);
}

.about-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 8vw 6vw;
}

.about-lead {
  color: var(--ink) !important;
  font-size: 18px !important;
}

footer {
  display: grid;
  grid-template-columns: 0.8fr 1.35fr;
  gap: 60px;
  padding: 9vw 6vw 40px;
  border-top: 1px solid var(--line);
}

.form-intro {
  max-width: 430px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #b9b5ad;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #46413b;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 1.5;
  text-transform: none;
}

.contact-form input {
  min-height: 46px;
}

.contact-form textarea {
  resize: vertical;
  padding: 12px 0;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #c58443;
}

.contact-form textarea::placeholder {
  color: #696660;
}

.contact-form button {
  align-self: flex-start;
  min-height: 48px;
  border: 1px solid var(--gold);
  padding: 0 24px;
  background: var(--gold);
  color: #fff;
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-details {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  padding-top: 55px;
  border-top: 1px solid #242424;
}

.footer-contact,
.footer-social {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: flex-end;
  padding-bottom: 10px;
  font-size: 13px;
}

.footer-contact span {
  margin-top: 15px;
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.footer-social a {
  border-bottom: 1px solid #333;
  padding-bottom: 7px;
}

.copyright {
  grid-column: 1 / -1;
  margin: 20px 0 0;
  padding-top: 25px;
  border-top: 1px solid #242424;
  color: #666;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav {
    display: none;
  }

  .hero {
    min-height: 680px;
  }

  .feature-grid,
  .equipment,
  .workflow,
  .about {
    grid-template-columns: 1fr;
  }

  .feature-image,
  .workflow,
  .about {
    min-height: auto;
  }

  .feature-image {
    height: auto;
  }

  .workflow > img,
  .about > img {
    aspect-ratio: 1.35;
  }

  .equipment-card + .equipment-card {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

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

  .footer-title {
    grid-column: auto;
  }
}

@media (max-width: 600px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
    gap: 12px;
    padding: 16px 20px;
  }

  .brand {
    width: 140px;
  }

  .header-cta {
    display: none;
  }

  .mobile-menu {
    position: relative;
    display: block;
  }

  .mobile-menu summary {
    min-width: 62px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    padding: 10px 12px;
    cursor: pointer;
    list-style: none;
    text-align: center;
    font-size: 9px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu nav {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    display: flex;
    width: min(260px, calc(100vw - 40px));
    flex-direction: column;
    gap: 0;
    padding: 8px;
    border: 1px solid #35312c;
    background: rgba(9, 9, 9, 0.98);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
  }

  .mobile-menu nav a {
    min-height: 48px;
    padding: 16px 14px;
    border-bottom: 1px solid #252525;
    font-size: 10px;
  }

  .mobile-menu nav a:last-child {
    border-bottom: 0;
  }

  .hero {
    height: 82vh;
    min-height: 620px;
  }

  .hero-content {
    right: 24px;
    bottom: 12%;
    left: 24px;
  }

  .hero h1 {
    font-size: clamp(58px, 18vw, 76px);
  }

  .hero-subtitle {
    font-size: 18px;
  }

  .feature-copy,
  .workflow-copy,
  .about-copy,
  .equipment-copy {
    padding: 74px 24px;
  }

  .services {
    padding: 86px 24px;
  }

  .section-heading {
    margin-bottom: 50px;
  }

  .service-list article {
    grid-template-columns: 40px 1fr;
    gap: 14px;
  }

  .service-list article p {
    grid-column: 2;
  }

  .service-list article {
    padding: 30px 0;
  }

  .feature-image {
    height: auto;
  }

  footer {
    grid-template-columns: 1fr;
    padding: 86px 24px 30px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .contact-form button {
    width: 100%;
  }

  .footer-details {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-top: 45px;
  }

  .copyright {
    grid-column: auto;
    margin-top: 30px;
  }
}

html,
body {
  min-height: 100%;
  overflow-x: clip;
  overflow-y: visible !important;
  position: static !important;
  touch-action: pan-y;
}

#work,
#services,
#equipment,
#about,
#contact {
  scroll-margin-top: 96px;
}
