:root {
  --navy: #071428;
  --navy-2: #0b1d3a;
  --gold: #c9a227;
  --gold-2: #e4c56a;
  --cream: #f1e6ce;
  --ink: #140f0a;
  --red: #9c1c1c;
  --red-2: #c42828;
  --rule: #c9a227;
  --serif: "Cinzel", "Trajan Pro", "Times New Roman", serif;
  --text: "Libre Baskerville", "Palatino Linotype", Palatino, serif;
  --cond: "Oswald", "Arial Narrow", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
}

body {
  color: var(--cream);
  background: var(--navy);
  font-family: var(--text);
  line-height: 1.55;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.tape {
  overflow: hidden;
  background: var(--gold);
  color: var(--navy);
  font-family: var(--cond);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.tape-track {
  display: flex;
  width: max-content;
  animation: tape 32s linear infinite;
}

.tape-track span {
  padding: 8px 0 8px 36px;
  white-space: nowrap;
}

.tape-track span::before {
  content: "◆";
  margin-right: 36px;
}

.masthead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 28px;
  border-top: 3px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  background: var(--navy);
}

.plate {
  display: flex;
  align-items: baseline;
  gap: 10px;
  text-decoration: none;
}

.plate-name {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.32em;
}

.plate-eu {
  font-family: var(--serif);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  color: var(--gold);
}

.plate-dot {
  color: var(--gold);
}

.mast-line {
  margin: 0;
  flex: 1;
  text-align: center;
  font-family: var(--cond);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--gold-2);
}

.mast-join {
  display: flex;
  align-items: center;
  gap: 8px;
}

.icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--gold);
  color: var(--gold);
  text-decoration: none;
}

.icon-btn:hover {
  background: var(--gold);
  color: var(--navy);
}

.ico {
  width: 1.15em;
  height: 1.15em;
  fill: currentColor;
  flex-shrink: 0;
}

.icon-btn .ico {
  width: 18px;
  height: 18px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.btn-navy,
.btn-red,
.btn-gold,
.btn-ink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border: 1px solid var(--gold);
  text-decoration: none;
  font-family: var(--cond);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
}

.btn-navy {
  color: var(--gold);
}

.btn-navy:hover,
.btn-gold:hover {
  background: var(--gold);
  color: var(--navy);
}

.btn-red {
  background: var(--red);
  border-color: var(--red);
  color: var(--cream);
  padding: 16px 28px;
  font-size: 0.95rem;
  letter-spacing: 0.2em;
}

.btn-red:hover {
  background: var(--red-2);
  border-color: var(--red-2);
}

.btn-gold {
  background: transparent;
  color: var(--gold);
}

.btn-ink {
  background: transparent;
  border-color: var(--navy);
  color: var(--navy);
}

.btn-ink:hover {
  background: var(--navy);
  color: var(--cream);
}

.btn-navy:focus-visible,
.btn-red:focus-visible,
.btn-gold:focus-visible,
.btn-ink:focus-visible,
.icon-btn:focus-visible {
  outline: 2px solid var(--gold-2);
  outline-offset: 3px;
}

.hero {
  position: relative;
  display: grid;
  min-height: calc(100dvh - 92px);
  background: var(--navy);
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(720px, 54%);
  min-height: calc(100dvh - 92px);
  padding: 56px 48px 64px;
  background: linear-gradient(90deg, var(--navy) 0%, rgba(7, 20, 40, 0.94) 62%, rgba(7, 20, 40, 0) 100%);
}

.member {
  margin: 0 0 18px;
  font-family: var(--cond);
  font-size: 0.78rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
}

h1,
.floor-copy h2 {
  margin: 0 0 22px;
  font-family: var(--serif);
  font-size: clamp(3rem, 6.4vw, 5.6rem);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.floor-copy h2 {
  font-size: clamp(2.4rem, 5.2vw, 4.4rem);
}

.lede {
  max-width: 34rem;
  margin: 0 0 32px;
  color: #d9ccb3;
  font-size: 1.02rem;
}

.handle {
  margin: 18px 0 0;
  font-family: var(--cond);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.handle a {
  color: var(--gold-2);
  text-decoration: none;
}

.prospectus-join {
  margin: 22px 0 0;
}

.hero-shot {
  position: absolute;
  inset: 0;
  margin: 0;
}

.hero-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 78% 18%;
  filter: contrast(1.08) saturate(0.9);
}

.floor-band {
  position: relative;
  display: grid;
  min-height: min(88vh, 920px);
  background: var(--navy);
  border-top: 3px solid var(--gold);
  overflow: hidden;
}

.floor-copy {
  min-height: min(88vh, 920px);
}

.floor-copy .lede {
  margin-bottom: 18px;
}

.floor-copy .member + .lede {
  margin-bottom: 22px;
}

.floor-shot {
  position: absolute;
  inset: 0;
  margin: 0;
}

.floor-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left 18%;
  filter: contrast(1.04) saturate(0.92);
}

.pros-head {
  max-width: 720px;
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 3px double var(--gold);
}

.pros-head p {
  margin: 0 0 8px;
  font-family: var(--cond);
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  font-size: 0.78rem;
}

.pros-head h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cream);
}

.pros-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--navy);
}

.tomb {
  padding: 32px 28px 36px;
  background: #f7f0de;
  color: var(--ink);
}

.tomb + .tomb {
  border-left: 1px solid var(--navy);
}

.tomb-label {
  margin: 0;
  font-family: var(--cond);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: var(--red);
}

.tomb h3 {
  margin: 10px 0 12px;
  font-family: var(--serif);
  font-size: 1.55rem;
  letter-spacing: 0.03em;
}

.tomb p {
  margin: 0;
  color: #3a3228;
}

.tomb:hover {
  background: #fff8e8;
}

.desk-shot {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin: 0;
  min-height: min(78vh, 820px);
  overflow: hidden;
}

.desk-shot img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 70%;
  filter: contrast(1.06) saturate(0.9);
}

.desk-overlay {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 140px 48px 48px;
  background: linear-gradient(
    180deg,
    rgba(7, 20, 40, 0) 0%,
    rgba(7, 20, 40, 0.5) 26%,
    rgba(7, 20, 40, 0.92) 70%,
    rgba(7, 20, 40, 0.96) 100%
  );
}

.faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 0;
  border: 1px solid var(--navy);
}

.faq-item {
  padding: 22px 24px 24px;
  background: #f7f0de;
  color: var(--ink);
}

.faq-item:nth-child(2n) {
  border-left: 1px solid var(--navy);
}

.faq-item:nth-child(n + 3) {
  border-top: 1px solid var(--navy);
}

.faq-item dt {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: 1.15rem;
  letter-spacing: 0.02em;
}

.faq-item dd {
  margin: 0;
  color: #3a3228;
}

.closer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 28px 48px 36px;
  background: var(--navy);
  border-top: 3px solid var(--gold);
}

.closer-name {
  margin: 0 0 4px;
  font-family: var(--serif);
  letter-spacing: 0.28em;
  font-size: 0.95rem;
}

.closer p {
  margin: 0;
  color: #cfc3aa;
}

.visits {
  margin-top: 8px;
  font-family: var(--cond);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--gold-2);
}

.closer .cta-row {
  justify-content: flex-end;
}

@media (max-width: 900px) {
  .masthead {
    padding: 10px 16px;
    gap: 10px;
  }

  .plate-name {
    font-size: 0.82rem;
    letter-spacing: 0.22em;
  }

  .plate-eu {
    font-size: 0.72rem;
  }

  .mast-line {
    font-size: 0.58rem;
    letter-spacing: 0.18em;
  }

  .icon-btn {
    width: 34px;
    height: 34px;
  }

  .btn-navy,
  .btn-red,
  .btn-gold,
  .btn-ink {
    padding: 12px 16px;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
  }

  .hero,
  .hero-copy,
  .floor-band,
  .floor-copy {
    min-height: 0;
  }

  .hero-copy {
    width: min(520px, 72%);
    padding: 22px 18px 26px 16px;
    justify-content: flex-start;
    background: linear-gradient(90deg, var(--navy) 0%, rgba(7, 20, 40, 0.9) 42%, rgba(7, 20, 40, 0.28) 78%, rgba(7, 20, 40, 0) 100%);
  }

  .member {
    margin-bottom: 10px;
    font-size: 0.62rem;
    letter-spacing: 0.18em;
  }

  h1,
  .floor-copy h2 {
    margin-bottom: 12px;
    font-size: clamp(1.7rem, 8.4vw, 3.1rem);
    letter-spacing: 0.03em;
  }

  .lede {
    margin-bottom: 18px;
    font-size: 0.88rem;
    line-height: 1.45;
  }

  .cta-row {
    align-self: flex-start;
  }

  .hero-shot img {
    object-position: 50% 18%;
  }

  .floor-shot img {
    object-position: 38% 22%;
  }

  .desk-overlay {
    padding: 100px 22px 28px;
  }

  .desk-shot {
    min-height: 0;
  }

  .faq {
    grid-template-columns: 1fr;
  }

  .faq-item:nth-child(2n),
  .faq-item:nth-child(n + 3) {
    border-left: 0;
    border-top: 1px solid var(--navy);
  }

  .closer {
    padding-left: 22px;
    padding-right: 22px;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .mast-line {
    display: none;
  }

  .hero-copy {
    width: 70%;
  }

  .hero-shot img {
    object-position: 50% 16%;
  }

  .floor-shot img {
    object-position: 36% 20%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tape-track {
    animation: none;
  }
}

@keyframes tape {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
