:root {
  --ink: #1b3a4a;
  --teal: #2e6b6b;
  --cream: #f4efe6;
  --gold: #c4a46a;
  --paper: #fffdf8;
  --rust: #c45c26;
  --shade: #10242c;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Georgia, "Times New Roman", serif; background: var(--cream); color: var(--ink); }
img { max-width: 100%; height: auto; }
a { color: var(--teal); }
nav {
  display: flex; gap: 1.15rem; flex-wrap: wrap; align-items: center;
  padding: 0.9rem 8vw; background: var(--ink); color: #f7f1e6;
  font-family: Calibri, "Segoe UI", sans-serif; font-size: 16px;
  position: sticky; top: 0; z-index: 20;
}
nav a { color: #f7f1e6; text-decoration: none; border-bottom: 2px solid transparent; padding-bottom: 2px; }
nav a:hover, nav a.on { border-bottom-color: var(--gold); color: #fff; }
nav .brand { font-weight: 700; letter-spacing: .04em; margin-right: .4rem; }
.hero {
  background: var(--shade);
  display: flex; flex-direction: column; align-items: stretch;
}
.hero-frame {
  width: 100%; background: #0c1c22;
  display: flex; justify-content: center; align-items: center;
}
.hero-frame img {
  width: 100%; height: auto; max-height: 78vh;
  object-fit: contain; display: block; background: #0c1c22;
}
.hero-shade { width: 100%; background: linear-gradient(transparent, rgba(16,36,44,.92)); padding: 2.4rem 8vw 2.2rem; color: #f7f1e6; }
.page-hero { min-height: 38vh; display: flex; align-items: flex-end;
  background-color: #123; background-size: contain; background-repeat: no-repeat; background-position: center;
}
.page-hero .hero-shade { background: linear-gradient(transparent, rgba(16,36,44,.9)); }
.eyebrow { letter-spacing: .18em; text-transform: uppercase; font-size: 14px; color: var(--gold); font-family: Calibri, "Segoe UI", sans-serif; }
h1 { font-size: clamp(36px, 6.4vw, 68px); margin: .2rem 0 .4rem; font-weight: 600; }
h2 { font-size: clamp(28px, 4vw, 36px); margin: 0 0 .6rem; }
h3 { font-size: 22px; margin: .2rem 0 .4rem; }
.lede { font-size: 22px; max-width: 40rem; line-height: 1.4; }
section { padding: 3rem 8vw; }
p, li { font-size: 19px; line-height: 1.5; }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.2rem; }
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.2rem; }
.card { background: var(--paper); padding: 1.25rem 1.35rem; border-radius: 4px; box-shadow: 0 1px 0 rgba(0,0,0,.06); }
.card a.more { font-family: Calibri, sans-serif; color: var(--rust); text-decoration: none; font-weight: 700; }
.photos { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.photos img, .photos video { width: 100%; height: auto; object-fit: contain; display: block; background: #e8e2d6; }
.photos .wide { grid-column: 1 / -1; }
.caption { font-family: Calibri, sans-serif; font-size: 15px; color: var(--teal); margin: .4rem 0 0; }
.band { color: #f7f1e6; min-height: 360px; display: flex; align-items: flex-end;
  background-color: #123; background-size: contain; background-repeat: no-repeat; background-position: center;
}
.band .inner { background: linear-gradient(transparent, rgba(16,36,44,.92)); padding: 2.2rem 8vw; width: 100%; }
.videos { display: grid; grid-template-columns: 1fr; gap: 1.6rem; }
.videos video { width: 100%; max-height: 78vh; background: #000; object-fit: contain; display: block; }
.vid-cap { font-family: Calibri, sans-serif; font-size: 16px; color: var(--teal); margin: .45rem 0 0; }
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 1rem; margin: 1.4rem 0; }
.stat { background: var(--paper); padding: 1rem 1.1rem; }
.stat b { display: block; font-size: 28px; color: var(--rust); }
.stat span { font-family: Calibri, sans-serif; font-size: 15px; }
#map { height: 520px; width: 100%; border-radius: 4px; margin: 1rem 0 0; }
.legend { display: flex; flex-wrap: wrap; gap: 1rem 1.6rem; margin: .8rem 0 0; font-family: Calibri, sans-serif; font-size: 16px; }
.swatch { display: inline-block; width: 22px; height: 8px; vertical-align: middle; margin-right: 6px; border-radius: 2px; }
.pin { font-weight: 700; }
.sources { font-family: Calibri, sans-serif; font-size: 15px; color: #4a5c64; }
.sources a { color: var(--teal); }
.note { font-size: 16px; color: #4a5c64; }
form { display: grid; gap: .8rem; max-width: 36rem; }
label { font-family: Calibri, sans-serif; font-size: 15px; display: grid; gap: .3rem; }
input, textarea, select {
  font: 18px/1.3 Georgia, serif; padding: .55rem .7rem;
  border: 1px solid #c9c0b0; background: var(--paper); color: var(--ink);
}
button, .btn {
  display: inline-block; background: var(--rust); color: #fff; border: 0;
  padding: .7rem 1.2rem; font: 700 16px Calibri, sans-serif; cursor: pointer;
  text-decoration: none; width: fit-content;
}
footer { padding: 2rem 8vw; background: var(--ink); color: #f7f1e6; font-family: Calibri, sans-serif; }
footer a { color: #f7f1e6; }
footer .row { display: flex; flex-wrap: wrap; gap: .8rem 1.4rem; margin-bottom: .8rem; }
.timeline { border-left: 3px solid var(--gold); padding-left: 1.2rem; }
.timeline h3 { margin-bottom: .2rem; }
.timeline p { margin-top: .2rem; }
@media (max-width: 700px) {
  .photos { grid-template-columns: 1fr; }
  #map { height: 380px; }
  nav { font-size: 15px; gap: .85rem; }
  section { padding: 2.2rem 6vw; }
}

/* Off the Dock wall of fame */
.wall {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.4rem;
  margin-top: 1.2rem;
}
.wall-card {
  background: var(--paper);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(0,0,0,.06);
  display: flex;
  flex-direction: column;
}
.wall-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #e8e2d6;
  display: block;
}
.wall-card .body { padding: 1rem 1.15rem 1.2rem; }
.wall-card .tag {
  font-family: Calibri, "Segoe UI", sans-serif;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--rust);
  margin: 0 0 .35rem;
}
.wall-card h3 { margin: 0 0 .35rem; font-size: 22px; }
.wall-card p { margin: 0; font-size: 17px; line-height: 1.4; }
.wall-band {
  background: var(--shade);
  color: #f7f1e6;
}
.wall-band .eyebrow { color: var(--gold); }
.wall-band h2 { color: #f7f1e6; }
.wall-band p { color: #e8e0d2; }
.wall-band .wall-card { background: #1a3340; color: #f7f1e6; }
.wall-band .wall-card p { color: #d9d0c2; }
.wall-band .wall-card .tag { color: var(--gold); }
.wall-band a.more { color: var(--gold); }
.fame-strip {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 12px;
  margin-top: 1rem;
}
.fame-strip img {
  width: 100%; height: 100%; min-height: 220px;
  object-fit: cover; display: block; background: #e8e2d6;
}
.fame-strip .hero-shot { grid-row: 1 / span 2; min-height: 460px; }
@media (max-width: 800px) {
  .fame-strip { grid-template-columns: 1fr 1fr; }
  .fame-strip .hero-shot { grid-column: 1 / -1; grid-row: auto; min-height: 280px; }
}


.hero-frame { position: relative; overflow: hidden; }
.hero-frame .hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-frame .hero-fallback { display: none; }
@supports not (object-fit: cover) {
  .hero-frame .hero-fallback { display: block; width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-frame .hero-video { display: none; }
  .hero-frame .hero-fallback { display: block; width: 100%; height: 100%; object-fit: cover; }
}
