:root {
  color-scheme: light;
  font-family: "Segoe UI", "Yu Gothic UI", "Yu Gothic", sans-serif;
  font-synthesis: none;
  --ink: #17201f;
  --paper: #f4f3ef;
  --white: #fff;
  --muted: #67706e;
  --line: #c9cdca;
  --accent: #b5482d;
  --aqua: #dcebea;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3em;
}

.site-header {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  width: min(92%, 78rem);
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem 0;
  color: var(--white);
}

.brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  font-weight: 700;
  text-decoration: none;
}

nav {
  display: flex;
  gap: 1.75rem;
  font-size: 0.78rem;
}

nav a {
  text-decoration: none;
}

.hero {
  position: relative;
  display: flex;
  min-height: 82vh;
  min-height: 82svh;
  overflow: hidden;
  align-items: flex-end;
  background: #24302f url("/assets/travel-harbor.jpg") center 48% / cover no-repeat;
  color: var(--white);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 17, 17, 0.78) 0%, rgba(9, 17, 17, 0.47) 43%, rgba(9, 17, 17, 0.08) 78%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(92%, 78rem);
  margin: 0 auto;
  padding: 8rem 0 5.4rem;
}

.eyebrow {
  margin: 0 0 1.2rem;
  color: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", "Yu Mincho", serif;
  font-weight: 400;
  letter-spacing: 0;
}

h1 {
  max-width: 10ch;
  font-size: clamp(4rem, 9vw, 7.8rem);
  line-height: 0.88;
}

h2 {
  font-size: clamp(2.25rem, 5vw, 4.5rem);
  line-height: 1.05;
}

.lead {
  max-width: 37rem;
  margin: 2rem 0 2.4rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(0.98rem, 1.8vw, 1.15rem);
}

.primary-link {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  gap: 1.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
}

.photo-note {
  position: absolute;
  z-index: 1;
  right: 4%;
  bottom: 1.5rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.68rem;
}

.archive-band,
.projects,
.about {
  width: min(92%, 78rem);
  margin: 0 auto;
}

.archive-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 1.1fr);
  gap: 5rem;
  padding: 7rem 0;
}

.section-heading .eyebrow,
.section-intro .eyebrow,
.about .eyebrow {
  color: var(--accent);
}

.section-copy {
  align-self: end;
  max-width: 38rem;
  font-size: 1.05rem;
}

.text-link {
  display: inline-flex;
  margin-top: 1.1rem;
  align-items: center;
  gap: 1.5rem;
  color: var(--accent);
  font-weight: 700;
  text-decoration: none;
}

.projects {
  display: grid;
  grid-template-columns: minmax(13rem, 0.72fr) minmax(0, 1.28fr);
  gap: 5rem;
  border-top: 1px solid var(--line);
  padding: 6rem 0 7rem;
}

.project-list {
  border-top: 1px solid var(--ink);
}

.project-list a {
  display: grid;
  min-height: 7.5rem;
  grid-template-columns: 3rem minmax(0, 1fr) 1.5rem;
  gap: 1.2rem;
  align-items: center;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}

.project-list a:hover strong,
.project-list a:focus-visible strong {
  color: var(--accent);
}

.project-number {
  color: var(--muted);
  font-size: 0.7rem;
}

.project-list strong,
.project-list small {
  display: block;
}

.project-list strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 400;
}

.project-list small {
  margin-top: 0.3rem;
  color: var(--muted);
  font-size: 0.74rem;
}

.about {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.85fr);
  gap: 6rem;
  padding: 7rem 0;
}

.about-copy {
  align-self: end;
}

.about-copy p {
  margin: 0 0 1.3rem;
}

.site-footer {
  display: flex;
  width: min(92%, 78rem);
  margin: 0 auto;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding: 2rem 0 3rem;
  color: var(--muted);
  font-size: 0.72rem;
}

.legal-page {
  min-height: 100vh;
  padding: 6rem 4% 4rem;
}

.legal-inner {
  width: min(100%, 48rem);
  margin: 0 auto;
}

.legal-inner h1 {
  margin-bottom: 3rem;
  font-size: clamp(2.7rem, 7vw, 5rem);
  line-height: 1;
}

.legal-inner h2 {
  margin: 2.5rem 0 0.7rem;
  font-family: inherit;
  font-size: 1.15rem;
  font-weight: 700;
}

.back-link {
  display: inline-block;
  margin-bottom: 3rem;
  color: var(--accent);
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 720px) {
  .site-header {
    width: 86%;
  }

  nav {
    gap: 1rem;
  }

  nav a:nth-child(2) {
    display: none;
  }

  .hero {
    min-height: 78svh;
    background-position: 57% center;
  }

  .hero-shade {
    background: linear-gradient(0deg, rgba(9, 17, 17, 0.78) 0%, rgba(9, 17, 17, 0.2) 74%);
  }

  .hero-inner {
    width: 86%;
    padding-bottom: 4.8rem;
  }

  h1 {
    font-size: clamp(3.6rem, 19vw, 5.3rem);
  }

  .lead br {
    display: none;
  }

  .photo-note {
    right: 7%;
    bottom: 1rem;
  }

  .archive-band,
  .projects,
  .about {
    width: 86%;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 4.5rem 0;
  }

  .projects {
    gap: 3rem;
  }

  .project-list a {
    min-height: 6.8rem;
    grid-template-columns: 2rem minmax(0, 1fr) 1rem;
    gap: 0.8rem;
  }

  .project-list strong {
    font-size: 1.2rem;
  }

  .site-footer {
    width: 86%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
