:root {
  --ink: #172126;
  --muted: #5a6971;
  --paper: #f7f8f5;
  --line: #d7ddd7;
  --white: #ffffff;
  --green: #23483a;
  --green-dark: #18342b;
  --blue: #1c6f93;
  --shadow: 0 24px 60px rgba(18, 30, 35, 0.18);
  --font-body: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-display: Didot, "Bodoni 72", "Bodoni MT", "Playfair Display", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.55;
}

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

a {
  color: inherit;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px clamp(20px, 5vw, 72px);
  color: var(--white);
}

.brand {
  display: inline-flex;
  width: clamp(54px, 6vw, 78px);
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 34px);
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-links a {
  text-decoration: none;
  text-shadow: 0 1px 20px rgba(0, 0, 0, 0.42);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
}

.hero-image,
.hero-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: 62% center;
}

.hero-scrim {
  background:
    linear-gradient(90deg, rgba(6, 18, 24, 0.78), rgba(6, 18, 24, 0.34) 50%, rgba(6, 18, 24, 0.1)),
    linear-gradient(0deg, rgba(6, 18, 24, 0.7), rgba(6, 18, 24, 0.05) 52%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, calc(100% - 40px));
  margin: 0 clamp(20px, 5vw, 72px) clamp(72px, 12vh, 120px);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #bbdced;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(3.4rem, 13vw, 10.5rem);
  white-space: nowrap;
  text-transform: uppercase;
}

.page-title {
  max-width: 860px;
  font-size: clamp(2.25rem, 5vw, 4.6rem);
  line-height: 1.08;
  white-space: normal;
  text-transform: none;
}

h2 {
  font-size: clamp(2rem, 5vw, 4.2rem);
}

h3 {
  font-size: 1.25rem;
}

.hero-copy {
  max-width: 580px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

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

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
}

.button-primary {
  background: var(--green);
  color: var(--white);
}

.button-primary:hover {
  background: var(--green-dark);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.74);
  color: var(--white);
  backdrop-filter: blur(12px);
}

.section {
  padding: clamp(72px, 10vw, 128px) 0;
}

.section-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
}

.project-heading {
  position: relative;
  padding-bottom: 24px;
}

.project-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(190px, 42vw);
  height: 1px;
  background: linear-gradient(90deg, var(--blue), rgba(28, 111, 147, 0));
}

.project-heading h2 {
  max-width: 680px;
  font-size: clamp(2.2rem, 4.8vw, 4.35rem);
  line-height: 1.08;
}

.project-copy {
  margin: 34px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.55vw, 1.18rem);
}

.project-copy p {
  margin: 0;
}

.project-copy p + p {
  margin-top: 18px;
}

.media-band {
  background: #101819;
  padding: clamp(36px, 6vw, 72px) 0;
}

.video-wrap {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  box-shadow: var(--shadow);
}

.video-wrap video {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  object-fit: cover;
}

.section-heading {
  max-width: 760px;
  margin-bottom: clamp(34px, 6vw, 60px);
}

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

.feature-card {
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.feature-mark {
  display: block;
  margin-bottom: 62px;
  color: var(--blue);
  font-size: 0.8rem;
  font-weight: 800;
}

.feature-card p {
  margin: 14px 0 0;
  color: var(--muted);
}

.history-copy {
  max-width: 920px;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.15rem);
}

.history-copy p {
  margin: 0;
}

.history-copy p + p {
  margin-top: 16px;
}

.history-copy h3 {
  margin-top: 34px;
  margin-bottom: 12px;
  color: var(--ink);
}

.history-copy h2 {
  margin-top: 42px;
  margin-bottom: 12px;
  color: var(--ink);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  text-transform: none;
}

.history-page .site-header {
  position: sticky;
  background: #101819;
}

.history-page .nav-links a {
  text-shadow: none;
}

.history-section {
  padding-top: clamp(56px, 8vw, 96px);
}

.history-section .section-heading {
  position: relative;
  max-width: 920px;
  margin-bottom: clamp(42px, 7vw, 76px);
  padding-bottom: 28px;
}

.history-section .section-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(220px, 38vw);
  height: 1px;
  background: linear-gradient(90deg, var(--blue), rgba(28, 111, 147, 0));
}

.history-section .eyebrow {
  color: var(--green);
}

.history-gallery {
  margin: 18px 0 26px;
}

.gallery-preview {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #101819;
  box-shadow: var(--shadow);
}

.gallery-preview img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
}

.gallery-preview figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 14px;
  background: rgba(16, 24, 25, 0.84);
  color: var(--white);
  font-size: 0.92rem;
  font-weight: 800;
}

.gallery-controls {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  gap: 10px;
  align-items: center;
  margin-top: 12px;
}

.gallery-arrow,
.gallery-thumb {
  cursor: pointer;
}

.gallery-arrow {
  width: 44px;
  height: 72px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font-size: 2rem;
  line-height: 1;
}

.gallery-thumbs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 2px 2px 10px;
  scroll-behavior: smooth;
  scrollbar-width: thin;
}

.gallery-thumb {
  flex: 0 0 92px;
  height: 72px;
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 8px;
  background: var(--white);
}

.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-thumb.is-active {
  border-color: var(--blue);
}

.contact-section {
  padding: clamp(48px, 8vw, 88px) 0;
  background: var(--green);
  color: var(--white);
}

.contact-section .eyebrow {
  color: #b9d8c6;
}

.contact-heading {
  margin-bottom: clamp(28px, 5vw, 52px);
}

.contact-heading h2 {
  font-size: clamp(2rem, 4vw, 3.8rem);
}

.contact-section .button-primary {
  flex: 0 0 auto;
  background: var(--white);
  color: var(--green-dark);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: stretch;
}

.contact-visual {
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #101819;
}

.contact-visual img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.contact-details {
  display: grid;
  align-content: center;
  gap: 14px;
  margin: 0;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  font-style: normal;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
}

.contact-details strong {
  color: var(--white);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.25;
}

.contact-details a {
  width: fit-content;
  color: var(--white);
  font-weight: 800;
  text-decoration: none;
}

.contact-details .contact-mail {
  margin-top: 10px;
  color: var(--green-dark);
}

@media (max-width: 780px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
    padding-top: 18px;
  }

  .nav-links {
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    font-size: 0.78rem;
  }

  .hero {
    min-height: 88vh;
  }

  .hero-image {
    object-position: 56% center;
  }

  .hero-content {
    margin-bottom: 56px;
  }

  .intro-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .project-copy {
    margin-top: 0;
  }

  .feature-card {
    min-height: auto;
  }

  .feature-mark {
    margin-bottom: 34px;
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .contact-visual img {
    height: auto;
    min-height: 0;
  }

  .gallery-preview img {
    aspect-ratio: 4 / 3;
  }

  .gallery-controls {
    grid-template-columns: 38px minmax(0, 1fr) 38px;
  }

  .gallery-arrow {
    width: 38px;
    height: 64px;
  }

  .gallery-thumb {
    flex-basis: 78px;
    height: 64px;
  }
}

@media (max-width: 460px) {
  .hero-actions,
  .button {
    width: 100%;
  }
}
