:root {
  --ink: #0d0d0d;
  --muted: #6a6a6a;
  --paper: #f4f1eb;
  --white: #fff;
  --star: #d4b13b;
  --line: rgba(13,13,13,.1);
  --max: 1200px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 40;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 36px;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid transparent;
}
.nav.scrolled { border-bottom-color: var(--line); }
.nav-logo img { height: 34px; width: auto; }
.home-nav .nav-logo { width: 1px; height: 34px; }
.nav-links { display: flex; gap: 28px; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; }
.nav-links a[aria-current="page"] { border-bottom: 1px solid var(--ink); padding-bottom: 2px; }
.nav-links a:hover { opacity: .55; }
.menu-btn { display: none; background: 0; border: 0; cursor: pointer; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; }
.hero {
  position: relative;
  min-height: 100vh; display: flex; align-items: flex-end;
  padding: 0 48px 72px;
  overflow: hidden;
  color: #fff;
  background: #1a1208 url("../img/hero-drone.jpg") center / cover no-repeat;
}
.hero-media {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero-media::-webkit-media-controls { display: none !important; }
.hero-fallback { display: none; }
.hero-fallback.is-on { display: block; }
.hero::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(13,13,13,.2) 0%, rgba(13,13,13,.55) 100%);
  z-index: 1;
}
.hero-sky-logo {
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
  width: min(420px, 46vw);
  height: auto;
  z-index: 2;
  pointer-events: none;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,.28));
  opacity: .92;
}
.hero-copy { position: relative; z-index: 2; max-width: 640px; }
.kicker { font-size: 11px; letter-spacing: .24em; text-transform: uppercase; margin-bottom: 14px; }
.hero h1 {
  font-family: Georgia, "Times New Roman", serif; font-weight: 400;
  font-size: clamp(44px, 7vw, 82px); line-height: .95; letter-spacing: -.03em;
}
.hero p { margin-top: 20px; max-width: 440px; font-size: 17px; color: rgba(255,255,255,.88); }
.section { padding: 88px 36px; }
.wrap { max-width: var(--max); margin: 0 auto; }
.eyebrow { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
h2 { font-family: Georgia, serif; font-weight: 400; font-size: clamp(30px, 4vw, 48px); letter-spacing: -.02em; line-height: 1.08; }
.about-band { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; }
.about-grid p + p { margin-top: 16px; }
.more { display: inline-block; margin-top: 22px; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; border-bottom: 1px solid var(--ink); }
.clients { display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 28px; color: var(--muted); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.featured { display: grid; grid-template-columns: 1.2fr .8fr; gap: 16px; margin-top: 40px; }
.tile { position: relative; min-height: 280px; overflow: hidden; background: #111; color: #fff; }
.tile img { width: 100%; height: 100%; object-fit: cover; opacity: .85; min-height: 280px; }
.tile figcaption { position: absolute; left: 20px; bottom: 18px; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.page-hero { padding: 140px 36px 40px; background: var(--paper); }
.page-hero h1 { font-family: Georgia, serif; font-weight: 400; font-size: clamp(36px, 5vw, 64px); letter-spacing: -.03em; max-width: 14ch; line-height: 1.05; }
.project { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; padding: 56px 0; border-top: 1px solid var(--line); }
.project:first-child { border-top: 0; }
.project.reverse { direction: rtl; }
.project.reverse > * { direction: ltr; }
.project img { width: 100%; height: 340px; object-fit: cover; background: #ece8e0; }
.meta { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.project h3 { font-family: Georgia, serif; font-weight: 400; font-size: 30px; margin-bottom: 12px; }
.awards { color: var(--star); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 12px; }
.placeholder { height: 340px; background: var(--paper); display: grid; place-items: center; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.who { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; margin-top: 48px; }
.who img { width: 100%; height: 420px; object-fit: cover; }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 48px; }
.gallery img { width: 100%; height: 220px; object-fit: cover; }
.gallery-top { object-position: top center; }
footer { padding: 28px 36px 48px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: #9a9a9a; background: var(--ink); }
footer a:hover { color: #fff; }
@media (max-width: 860px) {
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 62px; left: 0; right: 0; background: #fff; padding: 18px 36px 24px; border-bottom: 1px solid var(--line); }
  .menu-btn { display: block; }
  .hero { padding: 120px 24px 48px; min-height: 88vh; }
  .section { padding: 64px 24px; }
  .about-grid, .featured, .project, .project.reverse, .who, .gallery { grid-template-columns: 1fr; direction: ltr; }
  .project img, .placeholder, .who img { height: 240px; }
}
