:root {
  color-scheme: light;
  --ink: #16221d;
  --muted: #5d6b63;
  --paper: #f6f2e8;
  --white: #fffdf8;
  --water: #0f5963;
  --water-deep: #07373f;
  --leaf: #2f6d3f;
  --sun: #dfb84e;
  --coral: #c8563f;
  --line: rgba(22, 34, 29, .14);
  --shadow: 0 18px 50px rgba(14, 32, 25, .18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

img {
  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: 18px clamp(18px, 4vw, 54px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(4, 24, 25, .76), rgba(4, 24, 25, .08));
}

.mark,
.nav-links {
  display: flex;
  align-items: center;
}

.mark {
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0;
}

.mark-icon {
  width: 28px;
  height: 16px;
  border-radius: 60% 44% 48% 56%;
  background: linear-gradient(135deg, var(--leaf), var(--sun));
  box-shadow: inset 9px 0 0 rgba(7, 55, 63, .45);
}

.nav-links {
  gap: clamp(12px, 2vw, 24px);
  font-size: 14px;
  font-weight: 700;
}

.nav-links a {
  text-decoration: none;
  opacity: .9;
}

.nav-links a:hover {
  opacity: 1;
}

.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--water-deep);
}

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

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 31, 33, .88), rgba(5, 31, 33, .46) 48%, rgba(5, 31, 33, .14)),
    linear-gradient(0deg, rgba(5, 31, 33, .62), rgba(5, 31, 33, .04) 40%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(780px, calc(100% - 36px));
  margin: 0 0 clamp(52px, 9vw, 120px) clamp(18px, 8vw, 112px);
  color: var(--white);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--coral);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #ffd26d;
}

h1,
h2 {
  margin: 0;
  line-height: .98;
  letter-spacing: 0;
}

h1 {
  max-width: 700px;
  font-size: clamp(58px, 11vw, 142px);
}

h2 {
  font-size: clamp(34px, 5.5vw, 76px);
}

.hero-copy {
  max-width: 660px;
  margin: 22px 0 0;
  font-size: clamp(19px, 2.2vw, 28px);
  color: rgba(255, 253, 248, .9);
}

.hero-actions,
.contact-section {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-actions {
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 18px;
  border: 1px solid rgba(255, 253, 248, .5);
  border-radius: 4px;
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  border-color: var(--sun);
  color: #18251d;
  background: var(--sun);
}

.button.secondary {
  color: var(--white);
  background: rgba(255, 253, 248, .1);
  backdrop-filter: blur(10px);
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.stats div {
  min-height: 154px;
  padding: clamp(22px, 3vw, 34px);
  background: var(--white);
}

.stats strong {
  display: block;
  color: var(--water);
  font-size: clamp(28px, 4vw, 50px);
  line-height: 1;
}

.stats span {
  display: block;
  max-width: 230px;
  margin-top: 12px;
  color: var(--muted);
  font-weight: 650;
}

.split-section,
.build-section,
.gallery-section,
.poster-section,
.press-section,
.contact-section {
  padding: clamp(64px, 9vw, 130px) clamp(18px, 5vw, 70px);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 5vw, 84px);
  align-items: center;
}

.split-section.reverse {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
}

.reverse .section-copy {
  order: 2;
}

.section-copy p:not(.eyebrow),
.section-heading p {
  max-width: 720px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 1.4vw, 20px);
}

.feature-image,
.image-grid figure,
.build-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #d8dfd1;
  box-shadow: var(--shadow);
}

.feature-image img {
  width: 100%;
  aspect-ratio: 1.34 / 1;
  object-fit: cover;
}

.gallery-section,
.build-section {
  background: var(--water-deep);
  color: var(--white);
}

.section-heading {
  max-width: 880px;
  margin-bottom: clamp(28px, 5vw, 58px);
}

.gallery-section .section-heading p,
.build-section .section-heading p {
  color: rgba(255, 253, 248, .72);
}

.image-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr .75fr;
  grid-auto-rows: minmax(220px, 31vw);
  gap: 16px;
}

.image-grid figure {
  box-shadow: none;
}

.image-grid img,
.tile-gallery img,
.build-grid img,
.poster-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-grid .wide {
  grid-column: span 2;
}

.image-grid .tall {
  grid-row: span 2;
}

.tile-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.tile-gallery img {
  min-height: 210px;
  border-radius: 8px;
  background: #dde2d3;
  box-shadow: var(--shadow);
}

.tile-gallery img:nth-child(3) {
  grid-column: 1 / -1;
  max-height: 460px;
  object-fit: contain;
  padding: 18px;
  background: var(--white);
}

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

.build-grid figure {
  display: grid;
  grid-template-rows: minmax(220px, 26vw) auto;
  box-shadow: none;
  background: rgba(255, 253, 248, .08);
}

.build-grid figcaption {
  padding: 14px 16px;
  color: rgba(255, 253, 248, .82);
  font-weight: 800;
}

.poster-section {
  background: #ede5d3;
}

.poster-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.poster-grid img {
  aspect-ratio: 2 / 3;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.press-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.press-list a {
  min-height: 168px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(14, 32, 25, .08);
}

.press-list a:hover {
  border-color: rgba(15, 89, 99, .45);
  transform: translateY(-2px);
}

.press-list span {
  color: var(--coral);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.press-list strong {
  font-size: 20px;
  line-height: 1.15;
}

.contact-section {
  justify-content: space-between;
  border-top: 1px solid var(--line);
  background: var(--water);
  color: var(--white);
}

.contact-section p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(255, 253, 248, .75);
}

.contact-section p a {
  color: var(--sun);
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 70px);
  color: rgba(255, 253, 248, .72);
  background: #061f24;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--sun);
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 980px) {
  .stats,
  .build-grid,
  .poster-grid,
  .press-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .split-section,
  .split-section.reverse {
    grid-template-columns: 1fr;
  }

  .reverse .section-copy {
    order: 0;
  }

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

  .image-grid .tall {
    grid-row: span 1;
  }
}

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

  .nav-links {
    display: none;
  }

  .hero {
    min-height: 88svh;
  }

  .hero-content {
    margin: 0 18px 40px;
    width: calc(100% - 36px);
  }

  h1 {
    font-size: clamp(54px, 17vw, 92px);
  }

  .stats,
  .image-grid,
  .build-grid,
  .poster-grid,
  .press-list,
  .tile-gallery {
    grid-template-columns: 1fr;
  }

  .image-grid {
    grid-auto-rows: minmax(230px, 70vw);
  }

  .image-grid .wide,
  .tile-gallery img:nth-child(3) {
    grid-column: auto;
  }

  .stats div {
    min-height: 132px;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
