:root {
  --ink: #05060a;
  --base: #0a0c14;
  --panel: #13151f;
  --panel-2: #0d0f17;
  --navy: #0a1d33;
  --cyan: #22e6d6;
  --cyan-deep: #0f9e93;
  --sky: #7bf5ea;
  --magenta: #e440ff;
  --magenta-deep: #a41fc0;
  --magenta-soft: #f184ff;
  --white: #eef4fb;
  --muted: #99a6ba;
  --line: rgba(255, 255, 255, 0.09);
  --shadow: 6px 6px 0 #000;
  --max: 1080px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    radial-gradient(circle at 18% 12%, rgba(34, 230, 214, 0.12), transparent 22rem),
    radial-gradient(circle at 82% 20%, rgba(228, 64, 255, 0.12), transparent 22rem),
    var(--base);
  background-size: 28px 28px, 28px 28px, auto, auto, auto;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.4;
  scroll-padding-top: 84px;
  scroll-padding-bottom: 86px;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(rgba(255, 255, 255, 0.05) 0.8px, transparent 0.8px);
  background-size: 8px 8px;
  pointer-events: none;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
  text-wrap: pretty;
}

h1,
h2,
h3 {
  font-family: Impact, "Arial Black", sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.92;
  text-transform: uppercase;
}

.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.skip-link:focus {
  z-index: 50;
  width: auto;
  height: auto;
  clip: auto;
  padding: 10px;
  color: var(--ink);
  background: var(--cyan);
}

.topbar {
  position: fixed;
  top: 10px;
  left: 50%;
  z-index: 40;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  width: min(calc(100% - 20px), var(--max));
  min-height: 50px;
  padding: 8px;
  color: var(--white);
  background: rgba(8, 10, 16, 0.92);
  border: 2px solid rgba(34, 230, 214, 0.4);
  box-shadow: 4px 4px 0 var(--cyan);
  transform: translateX(-50%);
  backdrop-filter: blur(12px);
}

.brand,
.topbar nav {
  display: flex;
  align-items: center;
}

.brand {
  gap: 8px;
  min-width: 0;
}

.flag-mark {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: var(--ink);
  background: var(--magenta);
  border: 2px solid var(--white);
  font-family: Impact, "Arial Black", sans-serif;
  box-shadow: 3px 3px 0 var(--cyan);
  transform: rotate(-5deg);
}

.brand strong {
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 1.15rem;
}

.topbar nav {
  justify-content: center;
  gap: 6px;
}

.topbar nav a {
  padding: 9px 10px;
  color: rgba(238, 244, 251, 0.76);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.topbar nav a:hover {
  color: var(--cyan);
}

.top-cta,
.btn,
.mobile-sticky,
.form-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 16px;
  border: 2px solid currentColor;
  font-size: 0.88rem;
  font-weight: 950;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.top-cta,
.btn.primary,
.mobile-sticky,
.form-actions button:last-child {
  color: var(--ink);
  background: var(--cyan);
  box-shadow: 4px 4px 0 var(--cyan-deep), 7px 7px 0 var(--ink);
}

.btn.secondary,
.form-actions button:first-child {
  color: var(--ink);
  background: var(--magenta);
  box-shadow: 4px 4px 0 var(--magenta-deep), 7px 7px 0 var(--ink);
}

.hero {
  position: relative;
  min-height: 92svh;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
  isolation: isolate;
}

.ocean,
.hero-photo,
.hero-shade {
  position: absolute;
  inset: 0;
}

.ocean {
  background:
    radial-gradient(circle at 18% 14%, rgba(34, 230, 214, 0.32), transparent 20rem),
    radial-gradient(circle at 85% 82%, rgba(228, 64, 255, 0.22), transparent 22rem),
    linear-gradient(180deg, #06202e 0%, #05121f 50%, #04070e 100%);
}

.ocean::before,
.ocean::after {
  content: "";
  position: absolute;
  left: -10%;
  width: 120%;
  height: 90px;
  background:
    radial-gradient(90px 42px at 45px 40px, rgba(34, 230, 214, 0.34) 0 45%, transparent 47%) 0 0 / 92px 58px repeat-x;
  opacity: 0.6;
}

.ocean::before {
  bottom: 96px;
}

.ocean::after {
  bottom: 34px;
  opacity: 0.4;
  transform: translateX(38px);
  background:
    radial-gradient(90px 42px at 45px 40px, rgba(228, 64, 255, 0.3) 0 45%, transparent 47%) 0 0 / 92px 58px repeat-x;
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 20%;
  filter: grayscale(1) contrast(1.14);
  opacity: 0.5;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(4, 5, 10, 0.94) 0%, rgba(4, 5, 10, 0.7) 44%, rgba(4, 5, 10, 0.2) 100%),
    linear-gradient(0deg, rgba(4, 5, 10, 0.92) 0%, transparent 42%),
    repeating-linear-gradient(112deg, transparent 0 34px, rgba(34, 230, 214, 0.1) 36px 38px, transparent 40px 84px);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(280px, 390px);
  gap: 34px;
  align-items: end;
  width: min(100%, var(--max));
  min-height: 92svh;
  margin-inline: auto;
  padding: 96px 16px 42px;
}

.tag {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--cyan);
  font-size: 0.75rem;
  font-weight: 950;
  text-transform: uppercase;
}

.hero .tag,
.form-arc .tag {
  color: var(--magenta-soft);
}

.tag span {
  padding: 4px 8px;
  color: var(--ink);
  background: var(--magenta);
  border: 2px solid currentColor;
  box-shadow: 3px 3px 0 var(--cyan);
}

h1 {
  max-width: 9ch;
  margin-bottom: 14px;
  color: var(--white);
  font-size: clamp(3.8rem, 12vw, 8.8rem);
  text-shadow: 4px 4px 0 var(--cyan), 8px 8px 0 rgba(228, 64, 255, 0.5);
}

.hero-copy {
  max-width: 630px;
  margin-bottom: 18px;
  color: rgba(238, 244, 251, 0.88);
  font-size: clamp(1.04rem, 2.6vw, 1.35rem);
  font-weight: 850;
}

.hero-actions {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 10px;
  max-width: 540px;
}

.crew-badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  max-width: 660px;
  margin-top: 18px;
}

.crew-badges span {
  min-height: 48px;
  display: grid;
  place-items: center;
  padding: 8px;
  color: rgba(238, 244, 251, 0.94);
  background: rgba(255, 255, 255, 0.04);
  border: 2px solid rgba(34, 230, 214, 0.28);
  font-size: 0.72rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.wanted-card {
  position: relative;
  padding: 18px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    var(--panel);
  background-size: 18px 18px;
  border: 5px solid var(--cyan);
  box-shadow: 10px 10px 0 var(--magenta), 15px 15px 0 rgba(0, 0, 0, 0.6);
  transform: rotate(2deg);
}

.wanted-card::before,
.wanted-card::after {
  content: "";
  position: absolute;
  width: 46px;
  height: 46px;
  border: 3px solid var(--cyan);
  border-radius: 50%;
  background: rgba(34, 230, 214, 0.12);
}

.wanted-card::before {
  left: 12px;
  top: 12px;
}

.wanted-card::after {
  right: 12px;
  top: 12px;
}

.wanted-top {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: var(--magenta-soft);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(3rem, 8vw, 4.5rem);
  line-height: 0.86;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 22px rgba(228, 64, 255, 0.5);
}

.wanted-photo {
  overflow: hidden;
  border: 4px solid var(--ink);
  background: var(--ink);
}

.wanted-photo img {
  width: 100%;
  aspect-ratio: 0.82;
  object-fit: cover;
  object-position: 50% 18%;
  filter: grayscale(1) contrast(1.12);
}

.wanted-card h2 {
  margin: 14px 0 8px;
  color: var(--cyan);
  font-size: clamp(2.4rem, 7vw, 4rem);
  text-align: center;
  text-shadow: 0 0 22px rgba(34, 230, 214, 0.5), 2px 2px 0 var(--ink);
}

.reward {
  margin: 0;
  padding: 8px;
  color: var(--ink);
  background: var(--magenta);
  border: 3px solid var(--ink);
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.wanted-small {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.section,
.bounty-strip,
.form-wrap {
  width: min(100%, var(--max));
  margin-inline: auto;
}

.section {
  padding: 58px 16px;
}

.section-head {
  max-width: 760px;
  margin-bottom: 24px;
}

.section-head h2,
.scroll-panel h2 {
  margin-bottom: 12px;
  color: var(--white);
  font-size: clamp(2.35rem, 9vw, 5rem);
  text-shadow: 0 0 26px rgba(34, 230, 214, 0.18);
}

.section-head p:not(.tag),
.scroll-panel p,
.privacy-box p {
  color: var(--muted);
  font-weight: 800;
}

.bounty-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 24px 16px 0;
}

.bounty-strip article,
.route-map article,
.scroll-panel,
.faq-list details,
.privacy-box {
  border: 3px solid var(--cyan);
  box-shadow: var(--shadow);
}

.bounty-strip article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 12px;
  min-height: 120px;
  padding: 14px;
  background: var(--panel);
  transform: rotate(-1deg);
}

.bounty-strip article:nth-child(2) {
  border-color: var(--magenta);
  transform: rotate(1deg);
}

.bounty-strip b {
  grid-row: span 2;
  color: transparent;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 2.7rem;
  line-height: 0.84;
  -webkit-text-stroke: 1.5px var(--cyan);
  text-shadow: 0 0 16px rgba(34, 230, 214, 0.4);
}

.bounty-strip article:nth-child(2) b {
  -webkit-text-stroke-color: var(--magenta);
  text-shadow: 0 0 16px rgba(228, 64, 255, 0.4);
}

.bounty-strip strong {
  color: var(--white);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 1.55rem;
  line-height: 0.95;
  text-transform: uppercase;
}

.bounty-strip p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.map-section {
  position: relative;
}

.map-section::before {
  content: "";
  position: absolute;
  inset: 34px 12px;
  z-index: -1;
  border: 2px dashed rgba(34, 230, 214, 0.4);
  transform: rotate(-1deg);
}

.route-map {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.route-map::before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: 50%;
  border-top: 4px dashed var(--cyan);
  opacity: 0.55;
  filter: drop-shadow(0 0 6px rgba(34, 230, 214, 0.4));
  transform: rotate(-1.5deg);
}

.route-map article {
  position: relative;
  z-index: 1;
  min-height: 204px;
  padding: 16px;
  background: var(--panel);
}

.route-map article:nth-child(even) {
  border-color: var(--magenta);
}

.route-map article:nth-child(odd) {
  transform: translateY(14px) rotate(-1deg);
}

.route-map article:nth-child(even) {
  transform: translateY(-10px) rotate(1deg);
}

.route-map span {
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 8px;
  color: var(--ink);
  background: var(--cyan);
  border: 2px solid var(--ink);
  box-shadow: 3px 3px 0 var(--magenta);
  font-size: 0.75rem;
  font-weight: 950;
  text-transform: uppercase;
}

.route-map article:nth-child(even) span {
  background: var(--magenta);
  box-shadow: 3px 3px 0 var(--cyan);
}

.route-map h3 {
  margin-bottom: 8px;
  color: var(--white);
  font-size: 1.8rem;
}

.route-map p {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.captain-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) 1fr;
  gap: 18px;
  align-items: stretch;
}

.captain-poster {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  background: var(--ink);
  border: 5px solid var(--cyan);
  box-shadow: 8px 8px 0 var(--magenta), 13px 13px 0 var(--ink);
  transform: rotate(-1deg);
}

.captain-poster::before {
  content: "Wanted";
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  padding: 5px 8px;
  color: var(--ink);
  background: var(--magenta);
  border: 2px solid var(--ink);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.captain-poster img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  object-position: 50% 56%;
  filter: grayscale(1) contrast(1.12);
}

.captain-poster div {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 14px;
  color: var(--ink);
  background: var(--cyan);
  border: 3px solid var(--ink);
  box-shadow: 4px 4px 0 var(--magenta);
}

.captain-poster span,
.captain-poster strong {
  display: block;
  text-transform: uppercase;
}

.captain-poster span {
  font-size: 0.76rem;
  font-weight: 950;
}

.captain-poster strong {
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 2rem;
  line-height: 0.95;
}

.scroll-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    var(--panel);
  background-size: 20px 20px;
  border-color: var(--magenta);
}

.scroll-panel ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 8px 0 22px;
  list-style: none;
}

.scroll-panel li {
  position: relative;
  padding-left: 24px;
  color: var(--white);
  font-weight: 900;
}

.scroll-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 11px;
  height: 11px;
  background: var(--cyan);
  border: 2px solid var(--ink);
  box-shadow: 0 0 10px rgba(34, 230, 214, 0.5);
  transform: rotate(45deg);
}

.form-arc {
  position: relative;
  overflow: hidden;
  margin-top: 14px;
  padding: 70px 16px;
  color: var(--white);
  background: var(--ink);
}

.form-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(4, 5, 10, 0.95), rgba(4, 5, 10, 0.55)),
    url("assets/andoni-physique-torso-bw.jpg") 50% 30% / cover;
  filter: grayscale(1) contrast(1.12);
}

.form-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(112deg, transparent 0 40px, rgba(255, 255, 255, 0.04) 42px 44px, transparent 46px 88px);
}

.form-wrap {
  position: relative;
  z-index: 1;
}

.form-arc .section-head h2 {
  text-shadow: 0 0 30px rgba(34, 230, 214, 0.3), 4px 4px 0 var(--magenta);
}

.form-arc .section-head p:not(.tag) {
  color: rgba(238, 244, 251, 0.85);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9);
}

.embed-form {
  overflow: hidden;
  color: var(--white);
  background: var(--panel);
  border: 5px solid var(--cyan);
  box-shadow: 8px 8px 0 var(--magenta), 13px 13px 0 var(--ink);
}

.form-progress {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  background: var(--ink);
  border-bottom: 3px solid var(--cyan);
}

.form-progress span {
  display: grid;
  place-items: center;
  min-height: 46px;
  padding: 10px;
  color: rgba(238, 244, 251, 0.55);
  background: var(--ink);
  font-size: 0.82rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.form-progress span + span {
  border-left: 2px solid rgba(255, 255, 255, 0.14);
}

.form-progress .is-active {
  color: var(--ink);
  background: var(--cyan);
}

.form-step[hidden] {
  display: none;
}

.embed-form fieldset {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 0;
  padding: 22px;
  border: 0;
  border-bottom: 3px solid rgba(255, 255, 255, 0.1);
}

.embed-form legend {
  grid-column: 1 / -1;
  margin-bottom: 4px;
  color: var(--cyan);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 1.55rem;
  text-transform: uppercase;
  text-shadow: 0 0 16px rgba(34, 230, 214, 0.35);
}

.embed-form label {
  display: grid;
  gap: 8px;
  color: rgba(238, 244, 251, 0.9);
  font-size: 1rem;
  font-weight: 850;
}

.embed-form em {
  color: var(--magenta-soft);
  font-style: normal;
}

.embed-form input,
.embed-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px;
  color: var(--white);
  background: rgba(4, 5, 10, 0.7);
  border: 2px solid rgba(255, 255, 255, 0.16);
  border-radius: 0;
}

.embed-form input::placeholder,
.embed-form textarea::placeholder {
  color: rgba(153, 166, 186, 0.7);
}

.embed-form input:focus,
.embed-form textarea:focus {
  outline: none;
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px rgba(34, 230, 214, 0.2);
}

.embed-form textarea {
  resize: vertical;
}

.embed-form .full,
.radio-grid {
  grid-column: 1 / -1;
}

.radio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.radio-grid label,
.checkbox {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 10px;
  color: rgba(238, 244, 251, 0.88);
  border: 2px solid rgba(255, 255, 255, 0.16);
  background: rgba(4, 5, 10, 0.6);
}

.radio-grid label:hover,
.checkbox:hover {
  border-color: var(--cyan);
}

.radio-grid input,
.checkbox input {
  width: 17px;
  min-height: 17px;
  accent-color: var(--cyan);
}

.privacy-disclosure {
  border: 2px solid rgba(255, 255, 255, 0.16);
  background: rgba(4, 5, 10, 0.6);
}

.privacy-disclosure summary {
  cursor: pointer;
  padding: 12px;
  color: var(--cyan);
  font-weight: 950;
  text-transform: uppercase;
}

.privacy-disclosure div {
  padding: 0 12px 12px;
}

.privacy-disclosure p {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.privacy-disclosure p:last-child {
  margin-bottom: 0;
}

.form-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--cyan);
}

.form-actions.single {
  grid-template-columns: 1fr;
  background: var(--cyan);
}

.form-actions button {
  min-height: 54px;
  border: 0;
  box-shadow: none;
  cursor: default;
}

.form-actions.single button {
  justify-content: flex-end;
  color: var(--ink);
  background: var(--cyan);
}

.form-actions button:first-child {
  justify-content: flex-start;
  color: var(--ink);
  background: var(--magenta);
}

.form-actions button:last-child {
  justify-content: flex-end;
  background: var(--cyan);
}

.cta-band {
  text-align: center;
}

.cta-inner {
  position: relative;
  max-width: 720px;
  margin-inline: auto;
  padding: 40px 24px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    var(--panel);
  background-size: 20px 20px;
  border: 3px solid var(--cyan);
  box-shadow: 8px 8px 0 var(--magenta), 13px 13px 0 var(--ink);
}

.cta-band .tag {
  justify-content: center;
  color: var(--magenta-soft);
}

.cta-band h2 {
  margin-bottom: 10px;
  color: var(--white);
  font-size: clamp(2.4rem, 8vw, 4rem);
  text-shadow: 0 0 26px rgba(34, 230, 214, 0.3), 3px 3px 0 var(--magenta);
}

.cta-band p:not(.tag) {
  max-width: 46ch;
  margin: 0 auto 22px;
  color: var(--muted);
  font-weight: 800;
}

.cta-band .btn.primary {
  min-width: 260px;
}

.faq-section {
  padding-bottom: 38px;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  background: var(--panel);
}

.faq-list summary {
  cursor: pointer;
  padding: 18px;
  color: var(--white);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(1.3rem, 4vw, 2rem);
  line-height: 1;
  text-transform: uppercase;
}

.faq-list details[open] summary {
  color: var(--cyan);
}

.faq-list p {
  padding: 0 18px 18px;
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.privacy-section {
  padding-top: 28px;
  padding-bottom: 118px;
}

.privacy-box {
  padding: 20px;
  background: var(--panel);
  border-color: var(--magenta);
}

.privacy-box summary {
  cursor: pointer;
  color: var(--white);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(1.55rem, 5vw, 3rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.privacy-box summary span {
  display: inline-block;
  margin-right: 8px;
  padding: 5px 8px;
  color: var(--ink);
  background: var(--magenta);
  border: 2px solid var(--ink);
  box-shadow: 3px 3px 0 var(--cyan);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  font-weight: 950;
  vertical-align: middle;
}

.privacy-box div {
  margin-top: 18px;
}

.privacy-box p:last-child {
  margin-bottom: 0;
}

.mobile-sticky {
  display: none;
}

@media (max-width: 860px) {
  body {
    padding-bottom: 76px;
  }

  .topbar {
    grid-template-columns: auto auto;
    min-height: 44px;
  }

  .topbar nav,
  .top-cta {
    display: none;
  }

  .flag-mark {
    width: 28px;
    height: 28px;
  }

  .hero,
  .hero-grid {
    min-height: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 86px 14px 36px;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(4, 5, 10, 0.84) 0%, rgba(4, 5, 10, 0.5) 42%, rgba(4, 5, 10, 0.92) 100%);
  }

  .hero-copy-block {
    order: 2;
    text-align: center;
  }

  .hero-copy-block .tag {
    justify-content: center;
  }

  .hero-copy-block h1 {
    max-width: 14ch;
    margin-inline: auto;
  }

  .hero-copy {
    margin-inline: auto;
  }

  .wanted-card {
    order: 1;
    width: min(100%, 330px);
    justify-self: center;
    margin-top: 6px;
  }

  h1 {
    font-size: clamp(3.4rem, 16vw, 5.8rem);
  }

  .hero-actions {
    grid-template-columns: 1fr;
    margin-inline: auto;
  }

  .bounty-strip,
  .route-map,
  .captain-section {
    grid-template-columns: 1fr;
  }

  .crew-badges {
    gap: 6px;
    max-width: 420px;
    margin-inline: auto;
  }

  .crew-badges span {
    min-height: 46px;
    padding: 6px 4px;
    font-size: 0.66rem;
  }

  .bounty-strip {
    padding-top: 18px;
  }

  .bounty-strip article,
  .route-map article:nth-child(odd),
  .route-map article:nth-child(even),
  .captain-poster,
  .wanted-card {
    transform: none;
  }

  .bounty-strip article {
    min-height: auto;
  }

  .section {
    padding: 44px 14px;
  }

  .route-map::before {
    top: 0;
    bottom: 0;
    left: 24px;
    right: auto;
    border-top: 0;
    border-left: 4px dashed var(--cyan);
    transform: none;
  }

  .route-map article {
    min-height: auto;
  }

  .captain-poster,
  .captain-poster img {
    min-height: 360px;
  }

  .scroll-panel {
    padding: 18px;
  }

  .form-arc {
    padding: 50px 12px;
  }

  /* En movil el contenedor es muy alto: con cover la foto se recorta a una
     franja central super ampliada. Mostramos el torso completo a lo ancho,
     anclado arriba, y lo fundimos con el negro para que no se vea costura. */
  .form-bg {
    background-image:
      linear-gradient(
        180deg,
        rgba(4, 5, 10, 0.55) 0%,
        rgba(4, 5, 10, 0.14) 15%,
        rgba(4, 5, 10, 0.45) 26%,
        rgba(4, 5, 10, 0.99) 34%,
        var(--ink) 100%
      ),
      url("assets/andoni-physique-torso-bw.jpg");
    background-size: 100% 100%, 118% auto;
    background-position: center, center top;
    background-repeat: no-repeat, no-repeat;
    background-color: var(--ink);
  }

  .form-bg::after {
    display: none;
  }

  .embed-form fieldset,
  .radio-grid {
    grid-template-columns: 1fr;
  }

  .embed-form fieldset {
    padding: 18px;
  }

  .form-actions {
    grid-template-columns: 1fr;
  }

  .form-actions button:first-child,
  .form-actions button:last-child {
    justify-content: center;
  }

  .mobile-sticky {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 50;
    display: flex;
    min-height: 52px;
    border-color: var(--ink);
  }
}

@media (max-width: 430px) {
  .section-head h2,
  .scroll-panel h2 {
    font-size: clamp(2.2rem, 12vw, 3.35rem);
  }

  .hero-copy {
    font-size: 0.98rem;
  }

  h1 {
    text-shadow: 3px 3px 0 var(--cyan), 6px 6px 0 rgba(228, 64, 255, 0.5);
  }

  .tag {
    font-size: 0.68rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
