/* 1xbet-casino11.info — премиум-лендинг 1xBet / 1хБет. Концепт «Икс-компас»: штурманская карта (петроль + нефрит + пергамент) */

:root {
  --bg: #08151c;
  --bg-2: #0f1d26;
  --bg-3: #162935;
  --line: #243845;
  --line-2: #33505f;
  --txt: #e9f2f4;
  --txt-d: #94aab0;
  --txt-dd: #5f7178;
  --jade: #23c483;
  --jade-d: #0e8f8a;
  --sand: #ead8b0;
  --sand-d: #cdb988;
  --coral: #ff6b5c;
  --good: #46d6a0;
  --r: 12px;
  --r-s: 8px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.64 "Ruda", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Arial, sans-serif;
  color: var(--txt);
  background:
    radial-gradient(1000px 600px at 90% -12%, rgba(35, 196, 131, .14) 0%, transparent 60%),
    radial-gradient(820px 560px at -8% 56%, rgba(234, 216, 184, .06) 0%, transparent 62%),
    var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; height: auto }
a { color: var(--jade); text-decoration: none }
a:hover { text-decoration: underline }

h1, h2, h3, h4 {
  font-family: "Cuprum", "Ruda", system-ui, sans-serif;
}

.skim {
  position: absolute; top: -44px; left: 8px;
  padding: 8px 12px; background: var(--jade); color: #04130c;
  border-radius: 6px; z-index: 100; font-weight: 700;
}
.skim:focus { top: 8px }

/* ===== HEADER / HELM ===== */
.helm {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(8, 21, 28, .82);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 50;
}
.ensign { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.ensign:hover { text-decoration: none }
.ensign__svg {
  width: 32px; height: 32px; flex: none;
  filter: drop-shadow(0 0 10px rgba(35, 196, 131, .5));
}
.ensign__t {
  font-family: "Cuprum", system-ui, sans-serif;
  font-weight: 700; line-height: 1; letter-spacing: .2px; font-size: 19px;
}
.ensign__sub {
  display: block; font-size: 10px; color: var(--txt-d);
  letter-spacing: 2.2px; font-weight: 600; margin-top: 4px;
  text-transform: uppercase;
}
.bearings { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.bearings a {
  color: var(--txt-d); font-size: 14px; padding: 4px 0;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
}
.bearings a:hover { color: var(--jade); border-bottom-color: var(--jade); text-decoration: none }

/* ===== SAIL / CTA ===== */
.sail {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 20px; border-radius: 8px;
  font-family: "Cuprum", system-ui, sans-serif;
  font-weight: 600; font-size: 15px;
  border: 1px solid transparent; white-space: nowrap;
  transition: transform .15s, box-shadow .2s, background .2s;
  cursor: pointer; letter-spacing: .2px;
}
.sail:hover { text-decoration: none; transform: translateY(-1px) }
.sail--sm { background: var(--bg-3); color: var(--txt); border-color: var(--line) }
.sail--sm:hover { background: var(--bg-2); border-color: var(--jade) }
.sail--lg { padding: 15px 28px; font-size: 16px; border-radius: 10px }
.sail--hot {
  background: linear-gradient(118deg, var(--jade) 0%, var(--jade-d) 100%);
  color: #03140d; border: 0;
  box-shadow: 0 12px 30px -10px rgba(35, 196, 131, .7);
  font-weight: 700;
}
.sail--hot:hover { box-shadow: 0 16px 38px -8px rgba(14, 143, 138, .9) }
.sail--line { background: transparent; color: var(--txt); border-color: var(--line) }
.sail--line:hover { border-color: var(--jade); color: var(--jade) }

/* ===== TALLY (aggregate strip) ===== */
.tally {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; padding: 10px 22px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(35, 196, 131, .045), rgba(234, 216, 184, .03));
  font-size: 13px;
}
.tally__cell {
  display: flex; flex-direction: column; gap: 2px;
  padding: 6px 14px;
  border-right: 1px solid var(--line);
  align-items: flex-start;
}
.tally__cell:last-child { border-right: 0 }
.tally__v {
  font-family: "Cuprum", system-ui, sans-serif;
  font-weight: 700; font-size: 16px; color: var(--jade);
  letter-spacing: .1px;
}
.tally__k { font-size: 11px; color: var(--txt-d); letter-spacing: .5px; text-transform: uppercase }

/* ===== HERO / ATLAS ===== */
.atlas {
  display: grid; grid-template-columns: 1.18fr 1fr; gap: 36px;
  padding: 48px 22px 32px;
  max-width: 1240px; margin: 0 auto;
  align-items: center;
}
.atlas__tag {
  display: inline-block;
  font-size: 11px; letter-spacing: 1.4px; color: var(--jade);
  background: rgba(35, 196, 131, .08);
  border: 1px solid rgba(35, 196, 131, .25);
  padding: 6px 12px; border-radius: 4px;
  margin: 0 0 18px;
  text-transform: uppercase; font-weight: 700;
}
h1 {
  font-size: clamp(28px, 4vw, 46px); line-height: 1.1;
  margin: 0 0 18px; letter-spacing: .2px; font-weight: 700;
}
.acc { color: var(--jade) }
.atlas__sub {
  color: var(--txt-d); font-size: 16px; margin: 0 0 14px; line-height: 1.66;
}
.atlas__acts { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 28px }
.atlas__art { margin: 0 }
.atlas__art-svg {
  display: block; width: 100%; height: auto;
  border-radius: var(--r); border: 1px solid var(--line);
  background:
    radial-gradient(420px 320px at 26% 28%, rgba(35, 196, 131, .22), transparent 60%),
    radial-gradient(360px 280px at 80% 80%, rgba(234, 216, 184, .14), transparent 65%),
    linear-gradient(135deg, #0b1c22 0%, #11242b 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 64px -22px rgba(35, 196, 131, .4);
}
.atlas__art figcaption {
  margin-top: 12px; font-size: 12px; color: var(--txt-dd);
  font-style: italic; text-align: right;
}

/* quick stats */
.atlas__quick {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 18px 0 0; border-top: 1px solid var(--line);
}
.quick { display: flex; flex-direction: column; gap: 2px }
.quick__v {
  font-family: "Cuprum", system-ui, sans-serif;
  font-size: 26px; font-weight: 700;
  color: var(--jade); letter-spacing: .2px;
}
.quick__k { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1.1px }

/* ===== SECTIONS GENERAL ===== */
section {
  max-width: 1240px; margin: 0 auto;
  padding: 56px 22px;
}
section.atlas, section.haul { padding-top: 36px }
.eye {
  display: inline-block;
  font-size: 11px; letter-spacing: 2.6px; text-transform: uppercase;
  color: var(--sand); font-weight: 700;
  margin: 0 0 10px;
}
h2 {
  font-size: clamp(23px, 3.1vw, 34px); line-height: 1.2;
  margin: 0 0 16px; letter-spacing: .2px; font-weight: 700;
}
h3 {
  font-size: clamp(17px, 2vw, 22px); line-height: 1.32;
  margin: 26px 0 10px; color: var(--jade); font-weight: 700; letter-spacing: .2px;
}
p { margin: 0 0 14px; color: var(--txt) }
.gist { color: var(--txt-d); font-size: 16px; margin-bottom: 24px; max-width: 790px }
.lede { color: var(--jade) }

/* ===== WELCOME / HAUL ===== */
.haul {
  background:
    radial-gradient(720px 360px at 84% 26%, rgba(234, 216, 184, .06) 0%, transparent 70%),
    rgba(15, 29, 38, .55);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px;
  max-width: none;
}
.haul__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin: 22px 0 24px;
}
.crate {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 20px;
  position: relative; overflow: hidden;
  transition: border-color .2s, transform .15s;
}
.crate:hover { border-color: var(--jade); transform: translateY(-2px) }
.crate::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(35, 196, 131, .07), transparent 60%);
  pointer-events: none;
}
.crate__step {
  font-family: "Cuprum", system-ui, sans-serif;
  font-size: 11px; color: var(--sand); font-weight: 700;
  letter-spacing: 2px; margin-bottom: 8px; text-transform: uppercase;
}
.crate__pct {
  font-family: "Cuprum", system-ui, sans-serif;
  font-size: 30px; font-weight: 700; line-height: 1;
  color: var(--jade); letter-spacing: .2px;
  margin-bottom: 8px;
}
.crate__title { font-weight: 700; font-size: 15px; margin-bottom: 6px }
.crate__sub { font-size: 13px; color: var(--txt-d); line-height: 1.5 }

/* ===== THREE STEPS / EMBARK ===== */
.embark__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.leg {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px;
  position: relative;
}
.leg__n {
  font-family: "Cuprum", system-ui, sans-serif;
  position: absolute; top: 14px; right: 22px;
  font-size: 56px; font-weight: 700; line-height: 1;
  color: var(--bg-3);
}
.leg__h {
  font-size: 18px; font-weight: 700; margin-bottom: 12px;
  color: var(--jade);
}
.leg p { color: var(--txt-d); font-size: 14px; margin: 0 }

/* ===== CATALOGUE / CARGO ===== */
.cargo__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px; margin: 24px 0;
}
.find {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  transition: transform .15s, border-color .2s, box-shadow .25s;
  display: flex; flex-direction: column;
}
.find:hover {
  transform: translateY(-3px);
  border-color: var(--jade);
  box-shadow: 0 18px 36px -14px rgba(35, 196, 131, .4);
}
.find__cover {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: "Cuprum", system-ui, sans-serif;
  font-weight: 700; font-size: 21px; color: rgba(233, 242, 244, .92);
  text-align: center; padding: 14px;
  letter-spacing: .2px; line-height: 1.16;
  position: relative; overflow: hidden;
}
.find__cover::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, transparent 40%, rgba(0,0,0,.35) 100%);
  pointer-events: none;
}
.cv-1 { background: linear-gradient(135deg, #07332a 0%, #23c483 100%) }
.cv-2 { background: linear-gradient(135deg, #2e1407 0%, #ff6b5c 100%) }
.cv-3 { background: linear-gradient(135deg, #07262a 0%, #0e8f8a 100%) }
.cv-4 { background: linear-gradient(135deg, #2a2406 0%, #ead8b0 100%); color: #1a1404 }
.cv-5 { background: linear-gradient(135deg, #07331f 0%, #46d6a0 100%); color: #04140c }
.cv-6 { background: linear-gradient(135deg, #082730 0%, #2fb0c8 100%) }
.cv-7 { background: linear-gradient(135deg, #1c2606 0%, #b9d64a 100%); color: #11160a }
.cv-8 { background: linear-gradient(135deg, #321507 0%, #ff8a4d 100%) }
.cv-9 { background: linear-gradient(135deg, #07322b 0%, #1fd6a6 100%); color: #04140c }
.cv-10 { background: linear-gradient(135deg, #2a2208 0%, #d4b25e 100%); color: #1a1404 }
.cv-11 { background: linear-gradient(135deg, #142a30 0%, #4dbcc4 100%) }
.cv-12 { background: linear-gradient(135deg, #2a0f24 0%, #c86fae 100%) }

.find h3 { font-size: 15px; margin: 12px 14px 4px; color: var(--txt); font-weight: 700 }
.find p { font-size: 12px; color: var(--txt-d); margin: 0 14px 12px; line-height: 1.4 }
.find__go {
  display: block; padding: 10px;
  margin: auto 12px 12px;
  background: var(--bg-3); color: var(--txt);
  text-align: center; border-radius: 6px; font-size: 13px; font-weight: 600;
  border: 1px solid var(--line); transition: all .15s;
}
.find__go:hover { background: var(--jade); border-color: var(--jade); color: #03140d; text-decoration: none }

.chips { margin: 22px 0 0 }
.chips__h { font-size: 12px; color: var(--sand); margin-bottom: 10px; letter-spacing: 1.3px; text-transform: uppercase; font-weight: 700 }
.chips__row { display: flex; flex-wrap: wrap; gap: 8px }
.chips__row span {
  padding: 6px 12px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 12px; color: var(--txt-d);
}

/* ===== LOYALTY / COMPASS ===== */
.compass__grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  margin-top: 22px;
}
.charter {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  transition: border-color .2s;
}
.charter:hover { border-color: var(--sand) }
.charter__h { font-weight: 700; font-size: 17px; margin-bottom: 10px; color: var(--sand) }
.charter p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.6 }

/* compass rose = разряды */
.compass__rose {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 6px; margin-top: 14px;
}
.point {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 8px;
  text-align: center;
  position: relative;
}
.point:nth-child(1) { transform: translateY(0) }
.point:nth-child(2) { transform: translateY(-6px) }
.point:nth-child(3) { transform: translateY(-12px) }
.point:nth-child(4) { transform: translateY(-18px); border-color: var(--jade); background: var(--bg-2) }
.point:nth-child(5) { transform: translateY(-24px); border-color: var(--jade); background: var(--bg-2) }
.point:nth-child(6) { transform: translateY(-30px); border-color: var(--sand); background: linear-gradient(135deg, var(--bg-2), rgba(234, 216, 184, .08)) }
.point__name {
  font-family: "Cuprum", system-ui, sans-serif;
  font-size: 13px; font-weight: 700; color: var(--txt);
  display: block; line-height: 1; margin-bottom: 5px;
}
.point__cb { font-size: 11px; color: var(--txt-d) }
.point:nth-child(6) .point__name { color: var(--sand) }

/* ===== TOURNAMENT / REGATTA ===== */
.regatta {
  background:
    radial-gradient(640px 360px at 50% 50%, rgba(35, 196, 131, .1) 0%, transparent 70%),
    var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px; max-width: none;
  text-align: center;
}
.regatta__acts { margin: 22px 0 28px }
.regatta__kpi {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 22px;
}
.regatta__kpi > div {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 18px 16px;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  text-align: center;
}
.regatta__kpi span {
  font-family: "Cuprum", system-ui, sans-serif;
  font-size: 22px; font-weight: 700; color: var(--jade);
  margin-bottom: 4px; letter-spacing: .2px;
}
.regatta__kpi .kpi-b { font-size: 14px; font-weight: 700; color: var(--txt); font-style: normal; display: block }
.regatta__kpi i { font-size: 12px; color: var(--txt-d); font-style: normal; line-height: 1.4 }

/* ===== LIVE / BERTH ===== */
.berth__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px; margin-top: 22px;
}
.port {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  position: relative;
  transition: transform .15s, border-color .2s, box-shadow .25s;
}
.port:hover {
  transform: translateY(-3px);
  border-color: var(--coral);
  box-shadow: 0 18px 36px -14px rgba(255, 107, 92, .38);
}
.port__cover {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: "Cuprum", system-ui, sans-serif;
  font-weight: 700; font-size: 18px; color: rgba(233, 242, 244, .94);
  padding: 12px; text-align: center; letter-spacing: .2px;
  position: relative; overflow: hidden;
}
.dk-1 { background: linear-gradient(135deg, #07242a 0%, #2fb0c8 100%) }
.dk-2 { background: linear-gradient(135deg, #07332a 0%, #23c483 100%) }
.dk-3 { background: linear-gradient(135deg, #2a1208 0%, #ff8a4d 100%); color: #160c04 }
.dk-4 { background: linear-gradient(135deg, #102a30 0%, #0e8f8a 100%) }
.dk-5 { background: linear-gradient(135deg, #2a2208 0%, #ead8b0 100%); color: #160c04 }
.dk-6 { background: linear-gradient(135deg, #2e1410 0%, #ff6b5c 100%) }

.port__b { padding: 14px 16px 16px; position: relative }
.port__t { font-weight: 700; font-size: 16px; margin-bottom: 4px }
.port__s { font-size: 12px; color: var(--txt-d); margin-bottom: 10px }
.port__m { font-size: 13px; color: var(--sand); font-weight: 600; margin-bottom: 4px }
.port__p { font-size: 12px; color: var(--txt-dd) }
.port__live {
  position: absolute; top: 12px; right: 16px;
  background: var(--coral); color: #1a0907;
  padding: 3px 10px; border-radius: 4px;
  font-size: 10px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase;
}

/* ===== BRAND OVERVIEW / LOGBOOK ===== */
.logbook h3 {
  border-left: 3px solid var(--jade);
  padding-left: 14px; margin-top: 30px;
}
.logbook p { color: var(--txt); line-height: 1.7 }
.flag {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line);
}
.flagrow {
  padding: 7px 13px;
  background: var(--bg-2);
  border: 1px solid var(--jade);
  border-radius: 4px;
  font-size: 12px; color: var(--txt);
  letter-spacing: .4px;
}

/* ===== REVIEWS / CREWLOG ===== */
.crewlog__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.hail {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.hail__stars { color: var(--sand); font-size: 16px; letter-spacing: 4px }
.hail__stars--four .star-off { color: var(--line-2) }
.hail__q { font-size: 14px; line-height: 1.6; color: var(--txt); margin: 0 }
.hail__meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; color: var(--txt-d);
  border-top: 1px solid var(--line); padding-top: 14px;
}
.hail__a {
  display: flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--jade), var(--sand));
  border-radius: 50%; color: #03140d; font-weight: 700; font-size: 14px;
  flex: none;
}

/* ===== CASHIER / PURSER ===== */
.purser__grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px;
  margin: 22px 0 22px;
}
.coin {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r-s);
  padding: 18px 14px;
  text-align: center;
  display: flex; flex-direction: column; gap: 4px;
}
.coin__n { font-size: 15px; color: var(--txt); font-weight: 700 }
.coin__d { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1px }

.purser__times {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-top: 8px;
}
.purser__times > div {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: var(--r-s);
  padding: 14px 18px;
  display: flex; flex-direction: column; gap: 4px;
}
.purser__times .coin__n {
  font-family: "Cuprum", system-ui, sans-serif;
  font-size: 16px; color: var(--jade); font-weight: 700;
}
.purser__times .coin__d { font-size: 12px; color: var(--txt-d); text-transform: none; letter-spacing: 0 }

/* ===== PRE-FOOTER / CASTOFF ===== */
.castoff {
  text-align: center; padding: 56px 22px;
  background:
    radial-gradient(620px 320px at 50% 50%, rgba(35, 196, 131, .15) 0%, transparent 70%),
    var(--bg-2);
  border-radius: var(--r);
  margin: 32px 22px;
  border: 1px solid var(--line);
  max-width: none;
}
.castoff h2 { margin-bottom: 10px }
.castoff p { color: var(--txt-d); margin-bottom: 24px }

/* ===== FAQ / SOUNDINGS ===== */
.soundings h2 { margin-bottom: 22px }
details {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r-s);
  padding: 16px 20px;
  margin: 0 0 10px;
  transition: border-color .2s;
}
details[open] { border-color: var(--jade) }
summary {
  cursor: pointer; font-weight: 700; list-style: none;
  position: relative; padding-right: 32px;
  display: flex; align-items: center; min-height: 24px;
  font-family: "Cuprum", system-ui, sans-serif; font-size: 16px;
}
summary::-webkit-details-marker { display: none }
summary::after {
  content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  width: 22px; height: 22px;
  border: 1px solid var(--line); border-radius: 4px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; color: var(--jade); font-size: 16px;
  transition: transform .25s;
}
details[open] summary::after { transform: translateY(-50%) rotate(45deg); border-color: var(--jade) }
details p { margin: 12px 0 0; color: var(--txt-d); font-size: 15px; line-height: 1.65 }

/* ===== AUTHOR NOTE / DISPATCH ===== */
.dispatch {
  max-width: 1240px; margin: 0 auto;
  padding: 24px 22px 48px;
}
.dispatch p { color: var(--txt-d); font-size: 14px; line-height: 1.7; max-width: 900px }

/* ===== FOOTER / HARBOR ===== */
.harbor {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  background: rgba(8, 21, 28, .6);
}
.harbor__top {
  max-width: 1240px; margin: 0 auto;
  padding: 42px 22px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 36px;
}
.harbor__brand { font-size: 14px; color: var(--txt-d); line-height: 1.65 }
.harbor__logo {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
}
.harbor__name { display: flex; flex-direction: column; line-height: 1.1 }
.harbor__name-b { color: var(--txt); font-size: 16px; font-weight: 700; margin-bottom: 2px; font-family: "Cuprum", system-ui, sans-serif }
.harbor__legal { font-size: 12px; color: var(--txt-dd); margin: 0; line-height: 1.65 }
.harbor__legal .lede { color: var(--jade) }
.harbor__cols {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.harbor__col h4 {
  font-family: "Cuprum", system-ui, sans-serif;
  font-size: 12px; color: var(--sand); font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.5px;
  margin: 0 0 12px;
}
.harbor__col ul { list-style: none; padding: 0; margin: 0 }
.harbor__col li {
  font-size: 13px; color: var(--txt-d);
  padding: 4px 0; cursor: default;
  transition: color .15s;
}
.harbor__col li:hover { color: var(--txt) }
.harbor__bottom {
  border-top: 1px solid var(--line);
  padding: 16px 22px;
  max-width: 1240px; margin: 0 auto;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px;
  font-size: 12px; color: var(--txt-dd);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .haul__grid { grid-template-columns: repeat(2, 1fr) }
  .purser__grid { grid-template-columns: repeat(3, 1fr) }
  .regatta__kpi { grid-template-columns: repeat(2, 1fr) }
  .crewlog__grid { grid-template-columns: 1fr }
  .harbor__top { grid-template-columns: 1fr }
  .tally { grid-template-columns: repeat(3, 1fr) }
  .tally__cell:nth-child(4), .tally__cell:nth-child(5) { border-top: 1px solid var(--line); padding-top: 8px }
  .compass__rose { grid-template-columns: repeat(3, 1fr) }
  .point { transform: none !important }
}

@media (max-width: 880px) {
  .atlas { grid-template-columns: 1fr; gap: 24px; padding-top: 32px }
  .atlas__art { order: -1 }
  .bearings { display: none }
  .helm { padding: 11px 14px }
  section { padding: 36px 16px }
  .haul, .regatta, .castoff { padding: 36px 18px; margin: 22px 14px }
  .haul__grid { grid-template-columns: 1fr }
  .embark__grid { grid-template-columns: 1fr }
  .compass__grid { grid-template-columns: 1fr }
  .harbor__top { padding: 30px 16px 22px; gap: 22px }
  .harbor__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .tally { padding: 8px 14px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .tally__cell { padding: 4px 10px }
  .purser__times { grid-template-columns: 1fr }
  .atlas__quick { grid-template-columns: repeat(2, 1fr) }
}

@media (max-width: 480px) {
  .cargo__grid { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .berth__grid { grid-template-columns: 1fr }
  .find h3 { font-size: 13px }
  .find p { font-size: 11px }
  .find__cover { font-size: 16px }
  .atlas__acts { flex-direction: column; align-items: stretch }
  .sail--lg { width: 100% }
  .purser__grid { grid-template-columns: repeat(2, 1fr) }
  .regatta__kpi { grid-template-columns: 1fr }
  .harbor__cols { grid-template-columns: 1fr }
  .compass__rose { grid-template-columns: repeat(2, 1fr) }
}
