:root {
  --brine: #061826;
  --hull: #0d2438;
  --hull-2: #14314a;
  --hull-3: #1c3e5c;
  --rope: #24506f;
  --rope-2: #3a749c;
  --foam: #eef6fb;
  --mist: #a6bfd2;
  --amber: #f5b21a;
  --amber-lift: #ffc94a;
  --lagoon: #29b6dc;
  --ink: #06202f;
  --swell: linear-gradient(135deg, #ffc94a 0%, #d8930c 100%);
  --swell-btn: linear-gradient(180deg, #ffc94a 0%, #f5b21a 100%);
  --swell-btn-lift: linear-gradient(180deg, #ffd875 0%, #ffc94a 100%);
  --curve: 12px;
  --curve-sm: 7px;
  --span: 1060px;
  --edge: 40px;
  --mast-h: 68px;
  --type: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --type-display: "Trebuchet MS", "Segoe UI", Verdana, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  max-width: 100%;
  font: 16px/1.6 var(--type);
  color: var(--foam);
  background: var(--brine);
  -webkit-font-smoothing: antialiased;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

a:focus-visible,
input:focus-visible,
label:focus-visible,
[role="link"]:focus-visible {
  outline: 2px solid var(--amber);
  outline-offset: 3px;
}

h1, h2, h3 {
  margin: 0 0 18px;
  font-family: var(--type-display);
  font-weight: 700;
  line-height: 1.22;
  color: var(--foam);
  overflow-wrap: break-word;
}

h1 { font-size: 40px; }
h2 { font-size: 29px; }
h3 { font-size: 21px; }
p { margin: 0 0 16px; overflow-wrap: break-word; }
ul, ol { margin: 0 0 18px; padding-left: 24px; }
li { margin-bottom: 8px; }
strong { font-weight: 700; }

.gridwrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 0 26px;
  border-radius: var(--curve-sm);
}

table {
  width: 100%;
  min-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
}

th, td {
  padding: 13px 15px;
  border: 1px solid var(--rope);
  text-align: left;
  vertical-align: top;
  font-size: 15px;
}

th {
  background: var(--hull-3);
  font-weight: 700;
  white-space: nowrap;
}

td { background: var(--hull-2); }
tbody tr:nth-child(odd) td { background: var(--hull); }
td:first-child { font-weight: 700; }

.deck { display: flex; flex-direction: column; min-height: 100vh; }
main { flex: 1 0 auto; }

.berth {
  max-width: calc(var(--span) + var(--edge) * 2);
  margin: 0 auto;
  padding-inline: var(--edge);
  padding-block: 0 44px;
}

.hop { cursor: pointer; -webkit-user-select: none; user-select: none; }

@keyframes breathe {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 rgba(245, 178, 26, 0); }
  50% { transform: scale(1.035); box-shadow: 0 0 26px rgba(245, 178, 26, .45); }
}

.plunge {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 330px;
  width: 100%;
  min-height: 58px;
  margin: 6px auto 0;
  padding: 12px 22px;
  border-radius: var(--curve-sm);
  background: var(--swell-btn);
  color: var(--ink);
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  transition: background .2s, transform .1s;
}

.plunge:hover { background: var(--swell-btn-lift); }
.plunge:active { transform: scale(.98); }

.plunge--breathe { animation: breathe 2.8s ease-in-out infinite; will-change: transform; }
.plunge--breathe:hover { animation-play-state: paused; }

.mast {
  position: sticky;
  top: 0;
  z-index: 60;
  background: var(--hull);
  border-bottom: 1px solid var(--rope);
}

.mast__inner {
  max-width: calc(var(--span) + var(--edge) * 2);
  margin-inline: auto;
  padding-inline: var(--edge);
  height: var(--mast-h);
  display: flex;
  align-items: center;
  gap: 22px;
}

.mast__inner > * { min-width: 0; }
.crest { margin-right: auto; }
.crest img { height: 42px; width: auto; }

.tiller__list {
  display: flex;
  gap: 7px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tiller__list li { margin: 0; }

.tiller__list .hop {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: var(--curve-sm);
  background: var(--hull-2);
  border: 1px solid var(--rope);
  font-size: 14px;
  font-weight: 700;
  color: var(--foam);
}

.tiller__list .hop:hover { background: var(--hull-3); border-color: var(--rope-2); }
.tiller__list svg { width: 16px; height: 16px; fill: var(--lagoon); flex: none; }
.tiller__pair { display: none; }
.mast__pair { display: flex; gap: 9px; margin-left: auto; }

.signin, .signup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 17px;
  border-radius: var(--curve-sm);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: background .2s;
}

.signin { background: var(--hull-2); color: var(--amber); border: 1px solid var(--amber); }
.signin:hover { background: var(--hull-3); }
.signup { background: var(--swell-btn); color: var(--ink); animation: breathe 2.8s ease-in-out infinite; will-change: transform; }
.signup:hover { background: var(--swell-btn-lift); animation-play-state: paused; }

.helm-toggle { position: absolute; opacity: 0; pointer-events: none; }

.helm {
  display: none;
  width: 42px;
  height: 42px;
  padding: 9px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  border-radius: var(--curve-sm);
  background: var(--hull-2);
  border: 1px solid var(--rope);
}

.helm span {
  display: block;
  height: 3px;
  border-radius: 2px;
  background: var(--foam);
  transition: transform .25s, opacity .25s;
}

.opening {
  padding-block: 30px 0;
  margin-bottom: 34px;
  text-align: center;
}

.opening__title { margin-bottom: 20px; }
.opening__lead { text-align: left; font-size: 17px; }
.opening__lead p:last-of-type { margin-bottom: 22px; }

.opening__poster {
  display: block;
  margin: 0 auto 22px;
  border-radius: var(--curve);
  overflow: hidden;
  border: 1px solid var(--rope);
}

.opening__poster img { width: 100%; height: auto; }

.band, .factsheet, .lineup, .voices, .answers {
  margin: 0 0 34px;
  padding: 26px;
  border-radius: var(--curve);
  background: var(--hull);
  border: 1px solid var(--rope);
}

.lineup, .voices, .answers, .band--heavy {
  content-visibility: auto;
  contain-intrinsic-size: auto 620px;
}

.band > *:last-child, .factsheet > *:last-child { margin-bottom: 0; }
.band__title--mid { text-align: center; }
.band p, .band li { font-size: 17px; }
.band h3 { margin-top: 26px; }
.band h3:first-of-type { margin-top: 18px; }

.factsheet__head {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  margin: 0 0 22px;
  padding: 12px 18px;
  border-radius: var(--curve-sm);
  background: var(--swell);
  text-align: center;
  font-size: 23px;
  color: var(--ink);
}

.factsheet td:first-child { width: 30%; }

.band__figure { margin: 0; }

.band__figure .hop {
  display: block;
  border-radius: var(--curve-sm);
  overflow: hidden;
  border: 1px solid var(--rope);
}

.band__figure img { width: 100%; }

.scales__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.scales__grid > * { min-width: 0; }

.scales__box {
  padding: 22px;
  border-radius: var(--curve-sm);
  background: var(--hull-2);
  border: 1px solid var(--rope);
}

.scales__box h3 { margin-top: 0; margin-bottom: 14px; }
.scales__box ul { margin: 0; padding: 0; list-style: none; }
.scales__box li { position: relative; padding-left: 26px; margin-bottom: 10px; }

.scales__box li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

.scales__box--plus li::before { background: #43c98f; }
.scales__box--minus li::before { background: var(--lagoon); }

.lineup h2 { text-align: center; }

.lineup__nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
}

.lineup__nav li { margin: 0; min-width: 0; }

.lineup__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 46px;
  border-radius: var(--curve-sm);
  background: var(--hull-2);
  border: 1px solid var(--rope);
  color: var(--foam);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: background .2s;
}

.lineup__tab svg { fill: currentColor; flex: none; }
.lineup__tab:hover { background: var(--hull-3); border-color: var(--rope-2); }
.lineup__tab.on { background: var(--hull-3); border-color: var(--amber); }

.pane { display: none; }
.pane.on { display: block; }

.lineup__rack { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px 14px; }
.lineup__rack > * { min-width: 0; }
.lineup__card { display: block; text-decoration: none; color: var(--foam); }

.lineup__art {
  display: block;
  border-radius: var(--curve-sm);
  overflow: hidden;
  background: var(--hull-2);
  border: 1px solid var(--rope);
  aspect-ratio: 360 / 472;
}

.lineup__art img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s; }
.lineup__card:hover .lineup__art img { transform: scale(1.05); }

.lineup__label {
  display: block;
  margin-top: 9px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.lineup__card small { display: block; font-size: 12px; color: var(--mist); }

.lineup__mark {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 62px;
  padding: 6px;
  border-radius: var(--curve-sm);
  background: var(--hull-2);
  border: 1px solid var(--rope);
  transition: border-color .2s;
}

.lineup__mark img { width: 100px; height: 50px; object-fit: contain; }
.lineup__card--mark:hover .lineup__mark { border-color: var(--rope-2); }
.lineup__card--mark .lineup__label { text-align: center; font-size: 13px; }
.lineup__rack--marks { grid-template-columns: repeat(8, 1fr); gap: 16px 12px; }
.lineup__rack--wallet { grid-template-columns: repeat(6, 1fr); gap: 18px 14px; }
.lineup__rack--wallet .lineup__mark img { width: 75px; height: 45px; }

.voices__panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  margin-bottom: 20px;
  border-radius: var(--curve-sm);
  background: var(--hull-2);
  border: 1px solid var(--rope);
}

.voices__panel > * { min-width: 0; }
.voices__cap { font-size: 14px; color: var(--mist); margin-bottom: 4px; }
.voices__score { display: flex; align-items: center; gap: 11px; flex-wrap: wrap; }
.voices__score > span { font-size: 26px; font-weight: 700; }
.voices__score small { color: var(--mist); font-size: 13px; }
.sparks { display: inline-flex; gap: 2px; }
.sparks svg { width: 18px; height: 18px; fill: var(--amber); }

.voices__add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 20px;
  border-radius: var(--curve-sm);
  background: var(--hull-3);
  border: 1px solid var(--amber);
  color: var(--amber);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}

.voices__add:hover { background: var(--rope); }
.voices__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.voices__grid > * { min-width: 0; }

.voices__note {
  padding: 18px;
  border-radius: var(--curve-sm);
  background: var(--hull-2);
  border: 1px solid var(--rope);
}

.voices__who { display: flex; align-items: center; gap: 11px; margin-bottom: 11px; }

.voices__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: none;
  border-radius: 50%;
  background: var(--swell);
  font-weight: 700;
  font-size: 17px;
  color: var(--ink);
}

.voices__who span { display: block; font-weight: 700; }
.voices__who small { color: var(--mist); font-size: 12px; }
.voices__stars { margin-bottom: 9px; }
.voices__note p { margin: 0; font-size: 15px; }

.answers h2 { text-align: center; }

.answers__item {
  padding: 18px 22px;
  margin-bottom: 11px;
  border-radius: var(--curve-sm);
  background: var(--hull-2);
  border: 1px solid var(--rope);
}

.answers__item:last-child { margin-bottom: 0; }
.answers__item h3 { font-size: 18px; margin: 0 0 8px; }
.answers__item p { margin: 0; font-size: 16px; }

.stamped { margin: 0 0 8px; }

.stamped__plate {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px 22px;
  border-radius: var(--curve);
  background: var(--hull);
  border: 1px solid var(--rope);
  font-size: 15px;
  color: var(--mist);
}

.stamped__plate svg { width: 24px; height: 24px; fill: var(--amber); flex: none; }
.stamped__plate time { color: var(--foam); font-weight: 700; }

.keel {
  background: var(--hull);
  border-top: 1px solid var(--rope);
  content-visibility: auto;
  contain-intrinsic-size: auto 700px;
}

.keel__inner {
  max-width: calc(var(--span) + var(--edge) * 2);
  margin-inline: auto;
  padding-inline: var(--edge);
  padding-block: 38px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.keel__inner > * { min-width: 0; }
.keel__brand { max-width: 360px; }
.keel__brand .crest img { height: 52px; margin-bottom: 16px; }
.keel__blurb { font-size: 14px; color: var(--mist); }
.keel__label { margin: 0 0 12px; font-size: 15px; font-weight: 700; color: var(--foam); }
.keel__social { display: flex; gap: 10px; }

.keel__social .hop {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--hull-2);
  border: 1px solid var(--rope);
}

.keel__social .hop:hover { background: var(--hull-3); border-color: var(--rope-2); }
.keel__social svg { width: 17px; height: 17px; fill: var(--mist); }
.keel__social .hop:hover svg { fill: var(--amber); }
.keel__cols { display: flex; gap: 54px; }
.keel__cols > * { min-width: 0; }
.keel__list { list-style: none; margin: 0; padding: 0; }
.keel__list li { margin-bottom: 4px; }
.keel__list .hop { display: inline-block; padding: 3px 0; font-size: 14px; line-height: 1.4; color: var(--mist); }
.keel__list .hop:hover { color: var(--foam); text-decoration: underline; }

.keel__wallet {
  max-width: calc(var(--span) + var(--edge) * 2);
  margin-inline: auto;
  padding-inline: var(--edge);
  padding-block: 4px 26px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-bottom: 1px solid var(--rope);
}

.keel__chip {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border: 1px solid var(--rope);
  border-radius: var(--curve-sm);
  background: var(--hull-2);
}

.keel__wallet img { height: 32px; width: auto; }

.keel__marks {
  max-width: calc(var(--span) + var(--edge) * 2);
  margin-inline: auto;
  padding-inline: var(--edge);
  padding-block: 26px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: center;
  gap: 16px;
}

.keel__marks > * { min-width: 0; display: flex; align-items: center; justify-content: center; }
.keel__marks img { max-height: 40px; width: auto; opacity: .88; }
.keel__marks a:hover img { opacity: 1; }
.keel__base { border-top: 1px solid var(--rope); }

.keel__legal {
  max-width: calc(var(--span) + var(--edge) * 2);
  margin-inline: auto;
  padding-inline: var(--edge);
  padding-block: 20px;
  text-align: center;
  font-size: 12px;
  line-height: 1.65;
  color: var(--mist);
}

.keel__legal p { margin: 0 0 8px; }
.keel__legal p:last-child { margin-bottom: 0; }
.keel__legal a { color: var(--mist); }

@media (max-width: 1100px) {
  :root { --edge: 32px; }
  .lineup__rack { grid-template-columns: repeat(5, 1fr); }
  .lineup__rack--marks { grid-template-columns: repeat(6, 1fr); }
  .tiller__list .hop { padding: 7px 9px; font-size: 13px; }
  .keel__cols { gap: 36px; }
}

@media (max-width: 1000px) {
  .helm { display: flex; order: 1; }
  .crest { order: 2; margin-right: auto; }
  .mast__pair { order: 3; }

  .tiller {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: var(--mast-h);
    padding: 14px var(--edge) 20px;
    background: var(--hull);
    border-bottom: 1px solid var(--rope);
  }

  .helm-toggle:checked ~ .tiller { display: block; }
  .helm-toggle:checked ~ .helm span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .helm-toggle:checked ~ .helm span:nth-child(2) { opacity: 0; }
  .helm-toggle:checked ~ .helm span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .tiller__list { flex-direction: column; gap: 8px; }
  .tiller__list .hop { padding: 11px 12px; font-size: 15px; }
  .tiller__pair { display: flex; gap: 10px; margin-top: 16px; }
  .tiller__pair > * { flex: 1; }
  .lineup__rack { grid-template-columns: repeat(4, 1fr); }
  .lineup__rack--wallet { grid-template-columns: repeat(4, 1fr); }
  .voices__grid { grid-template-columns: repeat(2, 1fr); }
  .keel__inner { flex-direction: column; gap: 30px; }
  .keel__marks { grid-template-columns: repeat(4, 1fr); gap: 18px; }
}

@media (max-width: 768px) {
  :root { --edge: 24px; }
  h1 { font-size: 30px; }
  h2 { font-size: 23px; }
  h3 { font-size: 18px; }
  .band, .factsheet, .lineup, .voices, .answers { padding: 20px; margin-bottom: 26px; }
  .band p, .band li, .opening__lead { font-size: 16px; }
  th, td { padding: 10px 11px; font-size: 13px; }
  .factsheet td:first-child { width: 34%; }
  .factsheet__head { font-size: 18px; min-height: 54px; }
  .lineup__nav { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .lineup__tab { height: 42px; font-size: 14px; }
  .lineup__rack { grid-template-columns: repeat(3, 1fr); gap: 16px 10px; }
  .lineup__rack--marks { grid-template-columns: repeat(4, 1fr); }
  .lineup__rack--wallet { grid-template-columns: repeat(3, 1fr); }
  .scales__grid { grid-template-columns: 1fr; }
  .voices__panel { flex-direction: column; align-items: flex-start; }
  .voices__add { width: 100%; }
  .voices__grid { grid-template-columns: 1fr; }
  .plunge { min-height: 52px; font-size: 16px; }
  .keel__cols { gap: 30px; }
}

@media (max-width: 560px) {
  :root { --edge: 18px; --mast-h: 60px; }
  .crest img { height: 34px; }
  .signin, .signup { height: 36px; padding: 0 12px; font-size: 13px; }
  .mast__inner { gap: 10px; }
  .lineup__rack { grid-template-columns: repeat(2, 1fr); }
  .lineup__rack--marks { grid-template-columns: repeat(3, 1fr); }
  .lineup__rack--wallet { grid-template-columns: repeat(2, 1fr); }
  .keel__marks { grid-template-columns: repeat(3, 1fr); }
  .keel__cols { flex-direction: column; gap: 24px; }
  th, td { padding: 9px 8px; font-size: 12.5px; }
}

@media (max-width: 380px) {
  :root { --edge: 14px; }
  h1 { font-size: 26px; }
  .band, .factsheet, .lineup, .voices, .answers { padding: 16px; }
  .signin { display: none; }
  .lineup__mark { height: 54px; }
  .keel__marks { grid-template-columns: repeat(2, 1fr); }
}
