:root {
  --harbor-night: #1F2733;
  --rivet-white: #EAEAE2;
  --funnel-buff: #E3A93C;
  --deck-cream: #F5F0E1;
  --steel-deck: #2C3948;
  --hold-black: #141A22;
  --rail-seam: #46536A;
  --lifebuoy-red: #B3402E;
  --ink: #16202B;
  --paper: #F2EFE7;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: Georgia, "Times New Roman", serif;
  background-color: #1F2733;
  color: #EAEAE2;
  line-height: 1.7;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin: 0 0 0.5em;
}

p {
  margin: 0 0 1.1em;
}

a {
  color: #E3A93C;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
}

/* ============ CLASS BAND BOARD NAVIGATION ============ */
.classband {
  background-color: #141A22;
  position: relative;
  padding: 0 0 18px;
  border-bottom: 4px solid #E3A93C;
}

.classband-stripe {
  height: 8px;
  width: 100%;
  background-color: #E3A93C;
  display: block;
}

.classband-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 24px 0;
  display: flex;
  align-items: flex-end;
  gap: 28px;
  flex-wrap: wrap;
}

.classband-headboard {
  background-color: #E3A93C;
  color: #141A22;
  border-radius: 10px 10px 0 0;
  padding: 16px 22px 14px;
  border: 3px solid #B3402E;
  border-bottom: none;
  flex: 0 0 auto;
}

.classband-brand {
  display: block;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: bold;
  font-size: 1.45rem;
  letter-spacing: 0.08em;
  color: #141A22;
  text-decoration: none;
}

.classband-brand:hover {
  text-decoration: none;
  color: #B3402E;
}

.classband-registry {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: #2C3948;
  margin-top: 4px;
}

.classband-doors {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  flex: 1 1 auto;
  flex-wrap: wrap;
}

.cabin-door {
  display: block;
  background-color: #2C3948;
  border: 2px solid #46536A;
  border-bottom: 4px solid #E3A93C;
  border-radius: 16px 16px 0 0;
  padding: 18px 16px 12px;
  min-width: 96px;
  text-align: center;
  color: #EAEAE2;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.86rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-decoration: none;
  position: relative;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.cabin-door:hover {
  background-color: #E3A93C;
  color: #141A22;
  text-decoration: none;
}

.cabin-door-high {
  padding-top: 34px;
}

.cabin-door-mid {
  padding-top: 24px;
}

.cabin-door-low {
  padding-top: 14px;
}

.classband-toggle {
  display: none;
  background-color: #E3A93C;
  color: #141A22;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 0.82rem;
  padding: 10px 18px;
  border: 3px solid #B3402E;
  border-radius: 4px;
  cursor: pointer;
}

.doghandle {
  width: 22px;
  height: 8px;
  background-color: #E3A93C;
  border-radius: 4px;
  margin: 8px auto 0;
  border: 1px solid #141A22;
}

.cabin-door:hover .doghandle {
  background-color: #141A22;
  border-color: #E3A93C;
}

/* ============ PAGE SHELL ============ */
.shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.band {
  padding: 62px 0;
}

.band-steel {
  background-color: #2C3948;
}

.band-hold {
  background-color: #141A22;
}

.band-cream {
  background-color: #F5F0E1;
  color: #16202B;
}

.band-title {
  font-size: 2rem;
  color: #E3A93C;
  border-bottom: 3px solid #46536A;
  padding-bottom: 12px;
  margin-bottom: 30px;
}

.band-title-ink {
  font-size: 2rem;
  color: #16202B;
  border-bottom: 3px solid #B3402E;
  padding-bottom: 12px;
  margin-bottom: 30px;
}

/* ============ PROMENADE HERO ============ */
.promenade {
  background-color: #1F2733;
  border-bottom: 3px solid #46536A;
  padding: 66px 0 48px;
}

.promenade-grid {
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 32px;
  align-items: center;
}

.promenade-copy h1 {
  font-size: 2.9rem;
  color: #EAEAE2;
  margin-bottom: 18px;
}

.promenade-buff {
  color: #E3A93C;
}

.promenade-copy p {
  font-size: 1.08rem;
  color: #EAEAE2;
  max-width: 34em;
}

.doorplate-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.doorplate {
  display: inline-block;
  background-color: #E3A93C;
  color: #141A22;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 14px 26px;
  border: 3px solid #B3402E;
  border-radius: 6px;
  text-decoration: none;
}

.doorplate:hover {
  background-color: #F5F0E1;
  color: #141A22;
  text-decoration: none;
}

.doorplate-dark {
  background-color: #2C3948;
  color: #EAEAE2;
  border-color: #E3A93C;
}

.doorplate-dark:hover {
  background-color: #E3A93C;
  color: #141A22;
}

/* --- PROMENADE SPAN illustration (pure CSS) --- */
.promenade-span {
  position: relative;
  height: 380px;
  background-color: #141A22;
  border: 4px solid #46536A;
  border-radius: 8px;
  overflow: hidden;
}

.teak-deck {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  background-color: #7A4A24;
  border-top: 6px solid #E3A93C;
}

.teak-plank {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #5E3518;
}

.plank-a { top: 22px; }
.plank-b { top: 44px; }
.plank-c { top: 66px; }
.plank-d { top: 88px; }

.rail-run {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 118px;
  height: 6px;
  background-color: #B3402E;
}

.rail-post {
  position: absolute;
  bottom: 118px;
  width: 6px;
  height: 30px;
  background-color: #EAEAE2;
}

.post-1 { left: 8%; }
.post-2 { left: 24%; }
.post-3 { left: 40%; }
.post-4 { left: 56%; }
.post-5 { left: 72%; }

.davit-arm {
  position: absolute;
  right: 30px;
  bottom: 150px;
  width: 130px;
  height: 12px;
  background-color: #E3A93C;
  transform: rotate(-8deg);
  border-radius: 6px;
}

.lifeboat {
  position: absolute;
  right: 24px;
  bottom: 168px;
  width: 120px;
  height: 40px;
  background-color: #F5F0E1;
  border: 3px solid #B3402E;
  border-radius: 40px 40px 8px 8px;
}

.funnel-band {
  position: absolute;
  right: 120px;
  bottom: 120px;
  width: 74px;
  height: 190px;
  background-color: #2C3948;
  border: 3px solid #46536A;
  border-radius: 10px 10px 0 0;
}

.funnel-band::after {
  content: "";
  position: absolute;
  top: 26px;
  left: 0;
  right: 0;
  height: 26px;
  background-color: #E3A93C;
}

.porthole-fr {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #46536A;
  border: 5px solid #EAEAE2;
}

.porthole-fr::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 50%;
  background-color: #1F2733;
  border: 2px solid #2C3948;
}

.porthole-one { left: 26px; bottom: 168px; }
.porthole-two { left: 84px; bottom: 168px; }

.bosun-stand {
  position: absolute;
  left: 40%;
  bottom: 118px;
  width: 96px;
  height: 76px;
  background-color: #F5F0E1;
  border: 3px solid #16202B;
  border-radius: 4px;
}

.bosun-stand::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 12px;
  right: 12px;
  height: 8px;
  background-color: #16202B;
  box-shadow: 0 16px 0 #16202B, 0 32px 0 #16202B;
}

.bosun-stand::after {
  content: "";
  position: absolute;
  top: -14px;
  left: 42px;
  width: 10px;
  height: 14px;
  background-color: #B3402E;
}

/* ============ DECK PLAN LEDGER ============ */
.deckledger {
  background-color: #2C3948;
  padding: 64px 0;
  border-top: 4px solid #141A22;
}

.bulkhead-row {
  display: flex;
  gap: 26px;
  margin-bottom: 26px;
  flex-wrap: wrap;
}

.bulkhead-row-lower {
  margin-left: 54px;
}

.cabin-plan {
  background-color: #F5F0E1;
  color: #16202B;
  border: 3px solid #16202B;
  border-radius: 4px;
  padding: 26px 22px 22px;
  flex: 1 1 280px;
  position: relative;
}

.cabin-plan h3 {
  font-size: 1.24rem;
  color: #16202B;
  margin-top: 14px;
}

.cabin-plan p {
  color: #16202B;
  font-size: 0.97rem;
}

.porthole-frame {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #2C3948;
  border: 5px solid #16202B;
  display: inline-block;
}

.badge-lifebuoy {
  display: inline-block;
  background-color: #B3402E;
  color: #F5F0E1;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.68rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  padding: 3px 9px;
  border-radius: 10px;
  margin-left: 8px;
  vertical-align: middle;
}

.boarded-chip {
  position: absolute;
  top: -14px;
  right: 16px;
  background-color: #E3A93C;
  color: #141A22;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.66rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  padding: 5px 10px;
  border: 2px solid #141A22;
  border-radius: 3px;
}

.cabin-plan a {
  color: #B3402E;
  font-weight: bold;
}

/* ============ MANIFEST DAY STRIP ============ */
.manifest-day {
  background-color: #E3A93C;
  color: #141A22;
  padding: 26px 0;
  border-top: 4px solid #141A22;
  border-bottom: 4px solid #141A22;
}

.manifest-day-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.manifest-tag {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 0.78rem;
  background-color: #141A22;
  color: #E3A93C;
  padding: 6px 12px;
  border-radius: 3px;
}

.manifest-day p {
  margin: 0;
  font-size: 1.12rem;
  font-weight: bold;
  color: #141A22;
}

/* ============ PROSE / GENERAL CONTENT ============ */
.prose {
  max-width: 78em;
}

.prose h3 {
  color: #E3A93C;
  font-size: 1.4rem;
  margin-top: 1.6em;
}

.prose-ink h3 {
  color: #16202B;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}

.panel-steel {
  background-color: #2C3948;
  border-left: 6px solid #E3A93C;
  padding: 24px 26px;
  border-radius: 0 6px 6px 0;
}

.panel-hold {
  background-color: #141A22;
  border-left: 6px solid #B3402E;
  padding: 24px 26px;
  border-radius: 0 6px 6px 0;
}

.panel-cream {
  background-color: #F5F0E1;
  color: #16202B;
  border-left: 6px solid #B3402E;
  padding: 24px 26px;
  border-radius: 0 6px 6px 0;
}

.panel-cream h3 {
  color: #16202B;
}

/* ============ PROCESS OVERVIEW ============ */
.process-rail {
  position: relative;
  padding-left: 42px;
}

.process-rail::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 6px;
  bottom: 6px;
  width: 4px;
  background-color: #E3A93C;
}

.process-step {
  position: relative;
  margin-bottom: 26px;
  background-color: #2C3948;
  padding: 20px 24px;
  border-radius: 6px;
  border: 2px solid #46536A;
}

.process-step::before {
  content: "";
  position: absolute;
  left: -36px;
  top: 24px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #B3402E;
  border: 3px solid #EAEAE2;
}

.process-num {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  color: #E3A93C;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 0.78rem;
  display: block;
  margin-bottom: 6px;
}

/* ============ CTA BAND ============ */
.cta-band {
  background-color: #141A22;
  border-top: 4px solid #E3A93C;
  border-bottom: 4px solid #E3A93C;
  padding: 54px 0;
  text-align: center;
}

.cta-band h2 {
  color: #E3A93C;
  font-size: 2rem;
}

.cta-band p {
  max-width: 46em;
  margin: 0 auto 22px;
  color: #EAEAE2;
}

/* ============ FACTS LIST ============ */
.fact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fact-list li {
  background-color: #2C3948;
  border: 2px solid #46536A;
  border-radius: 6px;
  padding: 16px 20px;
  margin-bottom: 14px;
}

.fact-list-ink li {
  background-color: #F5F0E1;
  color: #16202B;
  border-color: #16202B;
}

.fact-term {
  display: block;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: bold;
  color: #E3A93C;
  letter-spacing: 0.04em;
  font-size: 0.82rem;
  margin-bottom: 3px;
}

.fact-list-ink .fact-term {
  color: #B3402E;
}

/* ============ CONTACT FORM ============ */
.form-field {
  margin-bottom: 18px;
}

.form-field label {
  display: block;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  color: #E3A93C;
  margin-bottom: 6px;
}

.form-field input,
.form-field textarea {
  width: 100%;
  padding: 12px 14px;
  background-color: #F5F0E1;
  color: #16202B;
  border: 3px solid #46536A;
  border-radius: 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
}

.form-field input:focus,
.form-field textarea:focus {
  outline: none;
  border-color: #E3A93C;
}

.form-note {
  font-size: 0.86rem;
  color: #EAEAE2;
}

/* ============ FAQ ============ */
.faq-item {
  background-color: #2C3948;
  border: 2px solid #46536A;
  border-radius: 6px;
  margin-bottom: 14px;
}

.faq-q {
  width: 100%;
  text-align: left;
  background-color: #141A22;
  color: #E3A93C;
  border: none;
  padding: 16px 20px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px;
}

.faq-a {
  padding: 16px 20px;
  margin: 0;
  color: #EAEAE2;
}

/* ============ HOLD LADDER FOOTER ============ */
.holdladder {
  background-color: #141A22;
  border-top: 6px solid #E3A93C;
  padding: 48px 0 26px;
}

.holdladder-grid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 180px 1fr 1fr 1fr;
  gap: 30px;
  align-items: start;
}

.ladder-col {
  position: relative;
  padding-left: 34px;
}

.ladder-rung {
  position: absolute;
  left: 0;
  width: 24px;
  height: 6px;
  background-color: #E3A93C;
  border-radius: 3px;
}

.rung-1 { top: 0; }
.rung-2 { top: 46px; }
.rung-3 { top: 92px; }
.rung-4 { top: 138px; }
.rung-5 { top: 184px; }

.ladder-stringer {
  position: absolute;
  left: 9px;
  top: 0;
  bottom: 0;
  width: 6px;
  background-color: #46536A;
}

.brand-plate {
  background-color: #E3A93C;
  color: #141A22;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: bold;
  letter-spacing: 0.06em;
  padding: 12px 14px;
  border: 3px solid #B3402E;
  border-radius: 4px;
  font-size: 0.95rem;
}

.net-sling {
  border: 3px dashed #46536A;
  border-radius: 10px;
  padding: 16px 18px;
  background-color: #1F2733;
}

.net-sling h4 {
  color: #E3A93C;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.net-sling a {
  display: block;
  color: #EAEAE2;
  padding: 4px 0;
  font-size: 0.95rem;
}

.net-sling a:hover {
  color: #E3A93C;
}

.hold-floor {
  max-width: 1180px;
  margin: 34px auto 0;
  padding: 18px 24px 0;
  border-top: 3px solid #46536A;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 0.88rem;
  color: #EAEAE2;
}

.hold-floor a {
  color: #E3A93C;
}

.porthole-glyph {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #E3A93C;
  vertical-align: middle;
  margin-right: 6px;
}

/* ============ SCROLL REVEAL ============ */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.is-shown {
  opacity: 1;
  transform: translateY(0);
}

/* ============ RESPONSIVE ============ */
@media (max-width: 900px) {
  .promenade-grid {
    grid-template-columns: 1fr;
  }
  .two-col {
    grid-template-columns: 1fr;
  }
  .holdladder-grid {
    grid-template-columns: 1fr 1fr;
  }
  .bulkhead-row-lower {
    margin-left: 0;
  }
}

@media (max-width: 720px) {
  .classband-inner {
    align-items: flex-start;
  }
  .classband-toggle {
    display: inline-block;
    margin-left: auto;
  }
  .classband-doors {
    flex-basis: 100%;
    display: none;
    gap: 8px;
    margin-top: 12px;
  }
  .classband-doors.doors-open {
    display: flex;
  }
}

@media (max-width: 640px) {
  .promenade-copy h1 {
    font-size: 2.1rem;
  }
  .classband-doors {
    gap: 8px;
  }
  .cabin-door {
    min-width: 84px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.78rem;
  }
  .holdladder-grid {
    grid-template-columns: 1fr;
  }
  .hold-floor {
    flex-direction: column;
  }
}
