.bosman-hero .hero-copy h1 {
  max-width: 760px;
  font-size: clamp(3rem, 5.35vw, 5.1rem);
}

.bosman-hero .hero-copy h1 span {
  color: var(--gold);
}

.bosman-graphic {
  background:
    radial-gradient(circle at 44% 58%, rgba(215, 182, 109, 0.14), transparent 32%),
    radial-gradient(circle at 22% 26%, rgba(99, 214, 198, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 38%),
    rgba(12, 16, 23, 0.78);
}

.bosman-graphic .sea-line {
  fill: none;
  stroke: rgba(99, 214, 198, 0.28);
  stroke-width: 2;
  stroke-dasharray: 8 16;
  animation: seaDrift 10s linear infinite;
}

.bosman-graphic .sea-line--b {
  animation-duration: 13s;
  opacity: 0.7;
}

.bosman-graphic .ship-glow {
  fill: url(#lanternGlow);
  opacity: 0.55;
  animation: shipGlow 5.6s ease-in-out infinite;
}

.bosman-graphic .ship-hull,
.bosman-graphic .ship-deck,
.bosman-graphic .ship-sail,
.bosman-graphic .compass-node circle:not(.node-glow),
.bosman-graphic .log-node rect,
.bosman-graphic .key-node circle {
  fill: rgba(9, 13, 18, 0.88);
  stroke: rgba(214, 199, 150, 0.66);
  stroke-width: 1.6;
}

.bosman-graphic .ship-deck {
  fill: rgba(214, 199, 150, 0.08);
}

.bosman-graphic .ship-mast,
.bosman-graphic .ship-wake,
.bosman-graphic .log-node path,
.bosman-graphic .key-node path {
  fill: none;
  stroke: rgba(236, 232, 220, 0.72);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bosman-graphic .ship-sail {
  fill: rgba(99, 214, 198, 0.055);
  stroke: rgba(99, 214, 198, 0.58);
}

.bosman-graphic .ship-sail--right {
  fill: rgba(215, 182, 109, 0.075);
  stroke: rgba(215, 182, 109, 0.58);
}

.bosman-graphic .ship-lantern {
  fill: var(--gold);
  filter: drop-shadow(0 0 18px rgba(215, 182, 109, 0.66));
  animation: lanternBlink 3.8s ease-in-out infinite;
}

.bosman-graphic .compass-node .node-glow {
  fill: url(#lanternGlow);
  opacity: 0.42;
}

.bosman-graphic .compass-needle {
  fill: rgba(215, 182, 109, 0.48);
  stroke: rgba(236, 232, 220, 0.78);
  stroke-width: 1.4;
  transform-box: fill-box;
  transform-origin: center;
  animation: compassSweep 7s ease-in-out infinite;
}

.bosman-graphic .conversation-nodes circle {
  fill: rgba(99, 214, 198, 0.12);
  stroke: rgba(99, 214, 198, 0.72);
  stroke-width: 1.5;
  animation: nodePulse 4.6s ease-in-out infinite;
}

.bosman-graphic .conversation-nodes g:nth-child(2) circle {
  animation-delay: -0.5s;
}

.bosman-graphic .conversation-nodes g:nth-child(3) circle {
  animation-delay: -1s;
}

.bosman-graphic .conversation-nodes g:nth-child(4) circle {
  animation-delay: -1.5s;
}

.bosman-graphic .conversation-nodes g:nth-child(5) circle {
  animation-delay: -2s;
}

.bosman-graphic .conversation-nodes g:nth-child(6) circle {
  animation-delay: -2.5s;
}

.latency-line {
  fill: none;
  stroke: url(#bosmanLine);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 7 12;
  opacity: 0.78;
  animation: latencyFlow 5.8s linear infinite;
}

.latency-line--b {
  animation-duration: 7.2s;
}

.latency-line--c {
  animation-duration: 6.4s;
}

.latency-line--d {
  animation-duration: 8s;
  animation-direction: reverse;
}

.signal-dots circle {
  fill: var(--gold);
  filter: drop-shadow(0 0 10px rgba(215, 182, 109, 0.6));
  opacity: 0.68;
  animation: signalBlink 3.2s ease-in-out infinite;
}

.signal-dots circle:nth-child(2) {
  animation-delay: -0.5s;
}

.signal-dots circle:nth-child(3) {
  animation-delay: -1s;
}

.signal-dots circle:nth-child(4) {
  animation-delay: -1.5s;
}

.signal-dots circle:nth-child(5) {
  animation-delay: -2s;
}

.bosman-graphic text {
  fill: rgba(236, 232, 220, 0.74);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  letter-spacing: 0.09em;
  text-anchor: middle;
}

.bosman-graphic .caption {
  fill: rgba(170, 164, 146, 0.78);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-anchor: start;
}

.bosman-content .opening-note {
  color: rgba(236, 232, 220, 0.86);
}

.conversation-map,
.steering-modes {
  display: grid;
  gap: 1px;
  margin: 2rem 0;
  border: 1px solid rgba(214, 199, 150, 0.16);
  background: rgba(214, 199, 150, 0.14);
}

.conversation-map {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.steering-modes {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.conversation-map section,
.steering-modes section,
.open-questions,
.epilogue-list,
.companion-block {
  background:
    linear-gradient(180deg, rgba(99, 214, 198, 0.045), transparent 54%),
    rgba(13, 16, 22, 0.78);
}

.conversation-map section,
.steering-modes section {
  padding: 1.15rem;
}

.conversation-map span,
.steering-modes span {
  display: block;
  margin-bottom: 1.6rem;
  color: var(--cyan);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.conversation-map h3,
.steering-modes h3 {
  margin: 0 0 0.65rem;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 750;
}

.conversation-map p,
.steering-modes p,
.open-questions p,
.epilogue-list p,
.companion-block span,
.fleet-note {
  color: rgba(236, 232, 220, 0.78);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.94rem;
  line-height: 1.62;
}

.conversation-map p,
.steering-modes p,
.open-questions p:last-child,
.epilogue-list p:last-child {
  margin-bottom: 0;
}

.ship-rule {
  margin: 2rem 0;
  border: 1px solid rgba(215, 182, 109, 0.2);
  background:
    linear-gradient(90deg, rgba(215, 182, 109, 0.12), rgba(99, 214, 198, 0.04)),
    rgba(13, 16, 22, 0.76);
  padding: 1.1rem 1.2rem;
  color: var(--gold);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.55;
  text-transform: uppercase;
}

.open-questions,
.epilogue-list,
.companion-block {
  margin: 2rem 0;
  border: 1px solid rgba(99, 214, 198, 0.18);
  padding: 1.2rem;
}

.open-questions {
  counter-reset: question;
}

.open-questions p {
  position: relative;
  margin: 0;
  padding-left: 2rem;
}

.open-questions p + p {
  margin-top: 0.85rem;
}

.open-questions p::before {
  counter-increment: question;
  content: "0" counter(question);
  position: absolute;
  left: 0;
  top: 0.1rem;
  color: var(--cyan);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.epilogue-list p {
  margin: 0;
}

.epilogue-list p + p {
  margin-top: 0.7rem;
}

.companion-block p {
  margin: 0 0 0.7rem;
  color: var(--gold);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fleet-note {
  margin-top: 1.6rem;
  color: var(--muted);
}

.bosman-content blockquote {
  text-align: left;
}

@keyframes seaDrift {
  to {
    stroke-dashoffset: -72;
  }
}

@keyframes shipGlow {
  50% {
    opacity: 0.82;
    transform: scale(1.04);
  }
}

@keyframes compassSweep {
  0%,
  100% {
    transform: rotate(-18deg);
  }

  45% {
    transform: rotate(28deg);
  }

  62% {
    transform: rotate(0deg);
    opacity: 0.55;
  }
}

@keyframes nodePulse {
  50% {
    stroke-opacity: 0.42;
    transform: scale(1.08);
  }
}

@keyframes latencyFlow {
  to {
    stroke-dashoffset: -38;
  }
}

@keyframes lanternBlink {
  50% {
    opacity: 0.48;
    transform: scale(0.86);
  }
}

@keyframes signalBlink {
  50% {
    opacity: 1;
    transform: scale(1.25);
  }
}

@media (max-width: 900px) {
  .conversation-map,
  .steering-modes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .bosman-hero .hero-copy h1 {
    font-size: 2.55rem;
  }

  .conversation-map,
  .steering-modes {
    grid-template-columns: 1fr;
  }
}
