/* 1xbet1s.team — премиум-лендинг 1xBet / 1хБет. Концепт: «Икс-Глубоководье» (батискаф · столб воды · биолюминесценция) */

:root {
  --bg: #04100f;
  --bg-2: #08201d;
  --bg-3: #0d2e29;
  --line: #143f38;
  --line-2: #1d5a4f;
  --txt: #e6f2ee;
  --txt-d: #9fc2b8;
  --txt-dd: #5f877d;
  --acc: #2ff5a8;
  --acc-2: #9b6bff;
  --acc-3: #1c9e7a;
  --hot: #ff5d73;
  --r: 12px;
  --r-s: 8px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.62 "Inconsolata", ui-monospace, "Cascadia Mono", "Segoe UI Mono", Menlo, Consolas, monospace;
  color: var(--txt);
  background:
    radial-gradient(1040px 600px at 88% -12%, rgba(47, 245, 168, .13) 0%, transparent 60%),
    radial-gradient(840px 600px at -12% 58%, rgba(155, 107, 255, .09) 0%, transparent 60%),
    var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; height: auto }
a { color: var(--acc); text-decoration: none }
a:hover { text-decoration: underline }

.diveskip {
  position: absolute; top: -42px; left: 8px;
  padding: 8px 12px; background: var(--acc); color: #04100f;
  border-radius: 6px; z-index: 100; font-weight: 700;
}
.diveskip:focus { top: 8px }

/* ===== TOP BAR ===== */
.abyssbar {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(4, 16, 15, .84);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 50;
}
.hullmark { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.hullmark:hover { text-decoration: none }
.hullmark__svg {
  width: 32px; height: 32px; flex: none;
  filter: drop-shadow(0 0 11px rgba(47, 245, 168, .55));
}
.hullmark__t {
  font-family: "Vidaloka", Georgia, serif;
  font-weight: 400; line-height: 1; letter-spacing: .2px; font-size: 19px;
}
.hullmark__sub {
  display: block; font-size: 10px; color: var(--txt-d);
  letter-spacing: 2.2px; font-weight: 600; margin-top: 4px;
  text-transform: uppercase;
}
.finrow { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.finrow a {
  color: var(--txt-d); font-size: 14px; padding: 4px 0;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
}
.finrow a:hover { color: var(--acc); border-bottom-color: var(--acc); text-decoration: none }

/* ===== DIVE BUTTON (CTA) ===== */
.divebtn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 20px; border-radius: 8px;
  font-family: "Inconsolata", monospace;
  font-weight: 700; font-size: 14px;
  border: 1px solid transparent; white-space: nowrap;
  transition: transform .15s, box-shadow .2s, background .2s;
  cursor: pointer; letter-spacing: .2px;
}
.divebtn:hover { text-decoration: none; transform: translateY(-1px) }
.divebtn--small { background: var(--bg-3); color: var(--txt); border-color: var(--line) }
.divebtn--small:hover { background: var(--bg-2); border-color: var(--acc) }
.divebtn--big { padding: 15px 28px; font-size: 15px; border-radius: 10px }
.divebtn--hot {
  background: linear-gradient(120deg, #34f0a8 0%, #1c9e7a 100%);
  color: #04130d; border: 0;
  box-shadow: 0 12px 30px -10px rgba(47, 245, 168, .7);
  font-weight: 700;
}
.divebtn--hot:hover { box-shadow: 0 16px 38px -8px rgba(47, 245, 168, .92) }
.divebtn--ghost { background: transparent; color: var(--txt); border-color: var(--line) }
.divebtn--ghost:hover { border-color: var(--acc); color: var(--acc) }

/* ===== AGGREGATE COUNTER STRIP (давление/глубина) ===== */
.trenchstrip {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; padding: 10px 22px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(47, 245, 168, .045), rgba(155, 107, 255, .035));
  font-size: 13px;
}
.trenchstrip__cell {
  display: flex; flex-direction: column; gap: 2px;
  padding: 6px 14px;
  border-right: 1px solid var(--line);
  align-items: flex-start;
}
.trenchstrip__cell:last-child { border-right: 0 }
.trenchstrip__num {
  font-family: "Vidaloka", Georgia, serif;
  font-weight: 400; font-size: 16px; color: var(--acc);
  letter-spacing: .2px;
}
.trenchstrip__lbl { font-size: 11px; color: var(--txt-d); letter-spacing: .6px; text-transform: uppercase }

/* ===== HERO (pelagibox) ===== */
.pelagibox {
  display: grid; grid-template-columns: 1.18fr 1fr; gap: 36px;
  padding: 48px 22px 32px;
  max-width: 1240px; margin: 0 auto;
  align-items: center;
}
.halotag {
  display: inline-block;
  font-size: 11px; letter-spacing: 1.4px; color: var(--acc);
  background: rgba(47, 245, 168, .08);
  border: 1px solid rgba(47, 245, 168, .26);
  padding: 6px 12px; border-radius: 4px;
  margin: 0 0 18px;
  text-transform: uppercase; font-weight: 700;
}
h1 {
  font-family: "Vidaloka", Georgia, serif;
  font-size: clamp(29px, 4.2vw, 47px); line-height: 1.1;
  margin: 0 0 18px; letter-spacing: -.4px; font-weight: 400;
}
.surge { color: var(--acc) }
.pelagibox__sub {
  color: var(--txt-d); font-size: 16px; margin: 0 0 14px; line-height: 1.65;
}
.pelagibox__btns { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 28px }
.pelagibox__pic { margin: 0 }
.pelagibox__pic-svg {
  display: block; width: 100%; height: auto;
  border-radius: var(--r); border: 1px solid var(--line);
  background:
    radial-gradient(440px 360px at 50% 12%, rgba(47, 245, 168, .24), transparent 60%),
    radial-gradient(380px 320px at 70% 86%, rgba(155, 107, 255, .18), transparent 65%),
    linear-gradient(180deg, #06181a 0%, #03100e 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 64px -22px rgba(47, 245, 168, .42);
}
.pelagibox__pic figcaption {
  margin-top: 12px; font-size: 12px; color: var(--txt-dd);
  font-style: italic; text-align: right;
}

/* KPI inline блок (sounderrow) */
.sounderrow {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 18px 0 0; border-top: 1px solid var(--line);
}
.sounderrow__item { display: flex; flex-direction: column; gap: 2px }
.sounderrow__num {
  font-family: "Vidaloka", Georgia, serif;
  font-size: 26px; font-weight: 400;
  color: var(--acc); letter-spacing: .2px;
}
.sounderrow__lbl { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1.2px }

/* ===== SECTIONS GENERAL ===== */
section {
  max-width: 1240px; margin: 0 auto;
  padding: 56px 22px;
}
section.pelagibox, section.caissonrow { padding-top: 36px }
.benthosline {
  display: inline-block;
  font-size: 11px; letter-spacing: 2.6px; text-transform: uppercase;
  color: var(--acc-2); font-weight: 700;
  margin: 0 0 10px;
}
h2 {
  font-family: "Vidaloka", Georgia, serif;
  font-size: clamp(24px, 3.2vw, 35px); line-height: 1.2;
  margin: 0 0 16px; letter-spacing: -.2px; font-weight: 400;
}
h3 {
  font-family: "Vidaloka", Georgia, serif;
  font-size: clamp(17px, 2vw, 21px); line-height: 1.32;
  margin: 26px 0 10px; color: var(--acc); font-weight: 400; letter-spacing: 0;
}
p { margin: 0 0 14px; color: var(--txt) }
.kelplead { color: var(--txt-d); font-size: 16px; margin-bottom: 24px; max-width: 800px }

/* ===== WELCOME (caissonrow) ===== */
.caissonrow {
  background:
    radial-gradient(720px 380px at 80% 26%, rgba(155, 107, 255, .08) 0%, transparent 70%),
    rgba(8, 32, 29, .55);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px;
  max-width: none;
}
.caissonrow__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin: 22px 0 24px;
}
.plumebox {
  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;
}
.plumebox:hover { border-color: var(--acc); transform: translateY(-2px) }
.plumebox::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(47, 245, 168, .07), transparent 60%);
  pointer-events: none;
}
.plumebox__step {
  font-family: "Inconsolata", monospace;
  font-size: 11px; color: var(--acc-2); font-weight: 700;
  letter-spacing: 2px; margin-bottom: 8px; text-transform: uppercase;
}
.plumebox__pct {
  font-family: "Vidaloka", Georgia, serif;
  font-size: 30px; font-weight: 400; line-height: 1;
  color: var(--acc); letter-spacing: 0;
  margin-bottom: 8px;
}
.plumebox__title { font-weight: 700; font-size: 15px; margin-bottom: 6px }
.plumebox__sub { font-size: 13px; color: var(--txt-d); line-height: 1.5 }

/* ===== THREE STEPS (brinerow) ===== */
.brinerow__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.medusabar {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px;
  position: relative;
}
.medusabar__num {
  font-family: "Vidaloka", Georgia, serif;
  position: absolute; top: 14px; right: 22px;
  font-size: 56px; font-weight: 400; line-height: 1;
  color: var(--bg-3);
}
.medusabar__head {
  font-size: 18px; font-weight: 700; margin-bottom: 12px;
  color: var(--acc);
}
.medusabar p { color: var(--txt-d); font-size: 14px; margin: 0 }

/* ===== SLOT GRID (reefrow / sonarcard) ===== */
.reefrow {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px; margin: 24px 0;
}
.sonarcard {
  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;
}
.sonarcard:hover {
  transform: translateY(-3px);
  border-color: var(--acc);
  box-shadow: 0 18px 36px -14px rgba(47, 245, 168, .42);
}
.sonarcard__cover {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: "Vidaloka", Georgia, serif;
  font-weight: 400; font-size: 24px; color: rgba(230, 242, 238, .92);
  text-align: center; padding: 14px;
  letter-spacing: .2px; line-height: 1.15;
  position: relative; overflow: hidden;
}
.sonarcard__cover::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, transparent 40%, rgba(0,0,0,.35) 100%);
  pointer-events: none;
}
.cv1 { background: linear-gradient(135deg, #052a22 0%, #2ff5a8 100%); color: #04130d }
.cv2 { background: linear-gradient(135deg, #1a1140 0%, #9b6bff 100%) }
.cv3 { background: linear-gradient(135deg, #07241f 0%, #1c9e7a 100%) }
.cv4 { background: linear-gradient(135deg, #2a0a1f 0%, #ff5d73 100%) }
.cv5 { background: linear-gradient(135deg, #052a22 0%, #34f0a8 100%); color: #04130d }
.cv6 { background: linear-gradient(135deg, #14103a 0%, #6c4dff 100%) }
.cv7 { background: linear-gradient(135deg, #06222a 0%, #2fb6f5 100%) }
.cv8 { background: linear-gradient(135deg, #2a1d05 0%, #f5c542 100%); color: #04130d }
.cv9 { background: linear-gradient(135deg, #07241f 0%, #1c9e7a 100%) }
.cv10 { background: linear-gradient(135deg, #052a22 0%, #2ff5a8 100%); color: #04130d }
.cv11 { background: linear-gradient(135deg, #1a1140 0%, #9b6bff 100%) }
.cv12 { background: linear-gradient(135deg, #2a0a1f 0%, #ff8aa0 100%); color: #04130d }

.sonarcard h3 { font-size: 15px; margin: 12px 14px 4px; color: var(--txt); font-weight: 400 }
.sonarcard p { font-size: 12px; color: var(--txt-d); margin: 0 14px 12px; line-height: 1.4 }
.sonarcard__btn {
  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: 700;
  border: 1px solid var(--line); transition: all .15s;
}
.sonarcard__btn:hover { background: var(--acc); border-color: var(--acc); color: #04130d; text-decoration: none }

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

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

/* разряды глубины как стек ступеней */
.bathybox__ladder {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 6px; margin-top: 14px;
}
.bathybox__step {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 8px;
  text-align: center;
  position: relative;
}
.bathybox__step:nth-child(1) { transform: translateY(0) }
.bathybox__step:nth-child(2) { transform: translateY(-6px) }
.bathybox__step:nth-child(3) { transform: translateY(-13px) }
.bathybox__step:nth-child(4) { transform: translateY(-20px); border-color: var(--acc); background: var(--bg-2) }
.bathybox__step:nth-child(5) { transform: translateY(-28px); border-color: var(--acc); background: var(--bg-2) }
.bathybox__step:nth-child(6) { transform: translateY(-36px); border-color: var(--acc-2); background: linear-gradient(135deg, var(--bg-2), rgba(155, 107, 255, .1)) }
.bathybox__name {
  font-family: "Vidaloka", Georgia, serif;
  font-size: 13px; font-weight: 400; color: var(--txt);
  display: block; line-height: 1; margin-bottom: 5px;
}
.bathybox__cb { font-size: 11px; color: var(--txt-d) }
.bathybox__step:nth-child(6) .bathybox__name { color: var(--acc-2) }

/* ===== TOURNAMENT (surgerow / fathomcard) ===== */
.surgerow {
  background:
    radial-gradient(640px 380px at 50% 50%, rgba(47, 245, 168, .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;
}
.surgerow__btns { margin: 22px 0 28px }
.fathomcard__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 22px;
}
.fathomcard {
  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;
}
.fathomcard span {
  font-family: "Vidaloka", Georgia, serif;
  font-size: 22px; font-weight: 400; color: var(--acc);
  margin-bottom: 4px; letter-spacing: 0;
}
.fathomcard em { font-size: 14px; font-weight: 700; font-style: normal; color: var(--txt) }
.fathomcard i { font-size: 12px; color: var(--txt-d); font-style: normal; line-height: 1.4 }

/* ===== LIVE GALLERY (anglerwrap / anglercard) ===== */
.anglerwrap__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px; margin-top: 22px;
}
.anglercard {
  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;
}
.anglercard:hover {
  transform: translateY(-3px);
  border-color: var(--hot);
  box-shadow: 0 18px 36px -14px rgba(255, 93, 115, .4);
}
.anglercard__cover {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: "Vidaloka", Georgia, serif;
  font-weight: 400; font-size: 18px; color: rgba(230, 242, 238, .94);
  padding: 12px; text-align: center; letter-spacing: .2px;
  position: relative; overflow: hidden;
}
.lvc1 { background: linear-gradient(135deg, #06222a 0%, #2fb6f5 100%) }
.lvc2 { background: linear-gradient(135deg, #1a1140 0%, #9b6bff 100%) }
.lvc3 { background: linear-gradient(135deg, #052a22 0%, #2ff5a8 100%); color: #04130d }
.lvc4 { background: linear-gradient(135deg, #2a1d05 0%, #f5c542 100%); color: #04130d }
.lvc5 { background: linear-gradient(135deg, #2a0a1f 0%, #ff5d73 100%) }
.lvc6 { background: linear-gradient(135deg, #07241f 0%, #1c9e7a 100%) }

.anglercard__b { padding: 14px 16px 16px; position: relative }
.anglercard__t { font-weight: 700; font-size: 16px; margin-bottom: 4px }
.anglercard__s { font-size: 12px; color: var(--txt-d); margin-bottom: 10px }
.anglercard__m { font-size: 13px; color: var(--acc-2); font-weight: 600; margin-bottom: 4px }
.anglercard__p { font-size: 12px; color: var(--txt-dd) }
.anglercard__live {
  position: absolute; top: 12px; right: 16px;
  background: var(--hot); color: #fff;
  padding: 3px 10px; border-radius: 4px;
  font-size: 10px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase;
}

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

/* ===== REVIEWS (plumewrap / finbox) ===== */
.plumewrap__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.finbox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.finbox__stars { color: var(--acc-2); font-size: 16px; letter-spacing: 4px }
.finbox__stars--four .star-off { color: var(--line-2); }
.finbox__q { font-size: 14px; line-height: 1.6; color: var(--txt); margin: 0 }
.finbox__meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; color: var(--txt-d);
  border-top: 1px solid var(--line); padding-top: 14px;
}
.finbox__a {
  display: flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--acc), var(--acc-2));
  border-radius: 50%; color: #04130d; font-weight: 700; font-size: 14px;
  flex: none;
}

/* ===== PAYMENTS (benthosbox / brinecell / kelprow times) ===== */
.benthosbox__grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px;
  margin: 22px 0 22px;
}
.brinecell {
  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;
}
.brinecell__t { font-size: 15px; color: var(--txt); font-weight: 700 }
.brinecell i { font-size: 11px; color: var(--txt-d); font-style: normal; text-transform: uppercase; letter-spacing: 1px }

.kelprow__times {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-top: 8px;
}
.kelprow__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;
}
.kelprow__t {
  font-family: "Vidaloka", Georgia, serif;
  font-size: 16px; color: var(--acc); font-weight: 400;
}
.kelprow__times span:not(.kelprow__t) { font-size: 12px; color: var(--txt-d) }

/* ===== FINAL CTA (fluororow) ===== */
.fluororow {
  text-align: center; padding: 56px 22px;
  background:
    radial-gradient(620px 340px at 50% 50%, rgba(47, 245, 168, .15) 0%, transparent 70%),
    var(--bg-2);
  border-radius: var(--r);
  margin: 32px 22px;
  border: 1px solid var(--line);
  max-width: none;
}
.fluororow h2 { margin-bottom: 10px }
.fluororow p { color: var(--txt-d); margin-bottom: 24px }

/* ===== FAQ (kelprow) ===== */
.kelprow 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(--acc) }
summary {
  cursor: pointer; font-weight: 700; list-style: none;
  position: relative; padding-right: 32px;
  display: flex; align-items: center; min-height: 24px;
}
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(--acc); font-size: 13px;
  transition: transform .25s;
}
details[open] summary::after { transform: translateY(-50%) rotate(180deg); border-color: var(--acc) }
details p { margin: 12px 0 0; color: var(--txt-d); font-size: 15px; line-height: 1.65 }

/* ===== AUTHOR NOTE (sounderwrap) ===== */
.sounderwrap {
  max-width: 1240px; margin: 0 auto;
  padding: 8px 22px 48px;
}
.sounderwrap__note {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-left: 3px solid var(--acc-2);
  border-radius: var(--r-s);
  padding: 18px 22px;
  font-size: 13px; color: var(--txt-dd); line-height: 1.7; margin: 0;
}

/* ===== FOOTER (hullfoot) ===== */
.hullfoot {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  background: rgba(4, 16, 15, .6);
}
.hullfoot__top {
  max-width: 1240px; margin: 0 auto;
  padding: 42px 22px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 36px;
}
.hullfoot__brand { font-size: 14px; color: var(--txt-d); line-height: 1.65 }
.hullfoot__logo {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
}
.hullfoot__name { display: flex; flex-direction: column; line-height: 1.1 }
.hullfoot__brandt { color: var(--txt); font-size: 16px; font-weight: 700; margin-bottom: 2px; font-family: "Vidaloka", Georgia, serif }
.hullfoot__legal { font-size: 12px; color: var(--txt-dd); margin: 0; line-height: 1.65 }
.hullfoot__op { color: var(--acc) }
.hullfoot__cols {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.hullfoot__col h4 {
  font-family: "Inconsolata", monospace;
  font-size: 12px; color: var(--acc-2); font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.6px;
  margin: 0 0 12px;
}
.hullfoot__col ul { list-style: none; padding: 0; margin: 0 }
.hullfoot__col li {
  font-size: 13px; color: var(--txt-d);
  padding: 4px 0; cursor: default;
  transition: color .15s;
}
.hullfoot__col li:hover { color: var(--txt) }
.hullfoot__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) {
  .caissonrow__grid { grid-template-columns: repeat(2, 1fr) }
  .benthosbox__grid { grid-template-columns: repeat(3, 1fr) }
  .fathomcard__grid { grid-template-columns: repeat(2, 1fr) }
  .plumewrap__grid { grid-template-columns: 1fr }
  .hullfoot__top { grid-template-columns: 1fr }
  .trenchstrip { grid-template-columns: repeat(3, 1fr) }
  .trenchstrip__cell:nth-child(4), .trenchstrip__cell:nth-child(5) { border-top: 1px solid var(--line); padding-top: 8px }
  .bathybox__ladder { grid-template-columns: repeat(3, 1fr) }
  .bathybox__step { transform: none !important }
}

@media (max-width: 880px) {
  .pelagibox { grid-template-columns: 1fr; gap: 24px; padding-top: 32px }
  .pelagibox__pic { order: -1 }
  .finrow { display: none }
  .abyssbar { padding: 11px 14px }
  section { padding: 36px 16px }
  .caissonrow, .surgerow, .fluororow { padding: 36px 18px; margin: 22px 14px }
  .brinerow__grid { grid-template-columns: 1fr }
  .nektonbox__grid { grid-template-columns: 1fr }
  .hullfoot__top { padding: 30px 16px 22px; gap: 22px }
  .hullfoot__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .trenchstrip { padding: 8px 14px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .trenchstrip__cell { padding: 4px 10px }
  .kelprow__times { grid-template-columns: 1fr }
  .sounderrow { grid-template-columns: repeat(2, 1fr) }
}

@media (max-width: 480px) {
  .reefrow { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .anglerwrap__grid { grid-template-columns: 1fr }
  .caissonrow__grid { grid-template-columns: 1fr }
  .sonarcard h3 { font-size: 13px }
  .sonarcard p { font-size: 11px }
  .sonarcard__cover { font-size: 18px }
  .pelagibox__btns { flex-direction: column; align-items: stretch }
  .divebtn--big { width: 100% }
  .benthosbox__grid { grid-template-columns: repeat(2, 1fr) }
  .fathomcard__grid { grid-template-columns: 1fr }
  .hullfoot__cols { grid-template-columns: 1fr }
  .bathybox__ladder { grid-template-columns: repeat(2, 1fr) }
}
