:root {
  --night: #0c0f0b;
  --deck: #161a13;
  --deck-2: #1e2418;
  --deck-3: #28301f;
  --rule: #333c28;
  --rule-hi: #4d5c33;
  --copy: #f3efe4;
  --hush: #c3bfae;
  --whisper: #928e7d;
  --zest: #f5891c;
  --zest-hi: #ffa23c;
  --on-zest: #1a1206;
  --moss: #2f9f3a;
  --moss-hi: #45bb50;
  --gild: #f4c531;
  --flame: #e2593c;
  --lift: linear-gradient(135deg, #f5a238 0%, #d9720e 100%);
  --lift-btn: linear-gradient(180deg, #ffa23c 0%, #f5891c 100%);
  --lift-btn-hi: linear-gradient(180deg, #ffb257 0%, #ff9a2b 100%);
  --bead: 9px;
  --bead-lg: 16px;
  --hold-w: 1044px;
  --margin: 40px;
  --mast-h: 70px;
  --type-head: "Trebuchet MS", "Segoe UI", Tahoma, Verdana, sans-serif;
  --type-body: "Segoe UI", Candara, Optima, "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: hidden; max-width: 100%; }
body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  font: 16px/1.6 var(--type-body);
  color: var(--copy);
  background: var(--night);
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
p { margin: 0 0 15px; overflow-wrap: break-word; }
ul, ol { margin: 0 0 15px; padding-left: 24px; }
li { margin-bottom: 7px; }
strong { font-weight: 700; }
h1, h2, h3 {
  margin: 0 0 15px;
  font-family: var(--type-head);
  font-weight: 700;
  line-height: 1.22;
  color: var(--copy);
  overflow-wrap: break-word;
}
h1 { font-size: 40px; letter-spacing: -.4px; }
h2 { font-size: 29px; }
h3 { font-size: 21px; }
a:focus-visible, span[role="link"]:focus-visible, label:focus-visible, input:focus-visible {
  outline: 2px solid var(--gild);
  outline-offset: 3px;
}

.tk-hull { display: flex; flex-direction: column; min-height: 100vh; }
main { flex: 1 0 auto; }
.tk-body {
  max-width: calc(var(--hold-w) + var(--margin) * 2);
  margin: 0 auto;
  padding-inline: var(--margin);
  padding-block: 0 44px;
}
.tk-jump { cursor: pointer; -webkit-user-select: none; user-select: none; }

.tk-mast { position: sticky; top: 0; z-index: 60; background: var(--deck); border-bottom: 1px solid var(--rule); }
.tk-mast__in {
  max-width: calc(var(--hold-w) + var(--margin) * 2);
  margin: 0 auto;
  padding-inline: var(--margin);
  height: var(--mast-h);
  display: flex;
  align-items: center;
  gap: 22px;
}
.tk-mast__in > * { min-width: 0; }
.tk-crest img { height: 44px; width: auto; }
.tk-mast .tk-crest { margin-right: auto; }
.tk-course__list { display: flex; gap: 6px; list-style: none; margin: 0; padding: 0; }
.tk-course__list li { margin: 0; }
.tk-course__list .tk-jump {
  display: block;
  padding: 7px 13px;
  border: 1px solid var(--rule);
  border-radius: var(--bead);
  background: var(--deck-2);
  font-size: 14px;
  font-weight: 700;
}
.tk-course__list .tk-jump:hover { background: var(--deck-3); border-color: var(--rule-hi); }
.tk-course__acts { display: none; }
.tk-mast__acts { display: flex; gap: 10px; }
.tk-signin, .tk-signup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 18px;
  border-radius: var(--bead);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.tk-signin { background: var(--deck-2); color: var(--gild); border: 1px solid var(--gild); }
.tk-signin:hover { background: var(--deck-3); }
.tk-signup { background: var(--lift-btn); color: var(--on-zest); border: 1px solid transparent; }
.tk-signup:hover { background: var(--lift-btn-hi); }
.tk-latch { position: absolute; opacity: 0; pointer-events: none; }
.tk-knot { display: none; width: 40px; height: 40px; padding: 9px; flex-direction: column; justify-content: space-between; cursor: pointer; border: 1px solid var(--rule); border-radius: var(--bead); background: var(--deck-2); }
.tk-knot span { display: block; height: 2px; border-radius: 2px; background: var(--copy); transition: transform .25s, opacity .25s; }

.tk-lure {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 340px;
  width: 100%;
  min-height: 58px;
  margin: 6px auto 0;
  padding: 12px 22px;
  border-radius: var(--bead);
  background: var(--lift-btn);
  color: var(--on-zest);
  font-family: var(--type-head);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  transition: background .2s, transform .1s;
}
.tk-lure:hover { background: var(--lift-btn-hi); }
.tk-lure:active { transform: scale(.98); }
.tk-lure--calm { background: transparent; border: 2px solid var(--zest); color: var(--copy); }
.tk-lure--calm:hover { background: rgba(245, 137, 28, .14); }

.tk-launch { padding: 30px 0 40px; text-align: center; }
.tk-launch__name { margin-bottom: 18px; }
.tk-launch__lede { max-width: 100%; margin: 0 0 22px; text-align: left; font-size: 17px; }
.tk-launch__lede p:last-child { margin-bottom: 0; }
.tk-launch__wrap { display: block; margin: 0 auto 22px; border: 1px solid var(--rule); border-radius: var(--bead-lg); overflow: hidden; }
.tk-launch__wrap img { width: 100%; }
.tk-launch__fig { margin: 6px 0 40px; }
.tk-launch__fig .tk-jump { display: block; }
.tk-launch__fig img { width: 100%; border: 1px solid var(--rule); border-radius: var(--bead-lg); }

.tk-figures { margin: 0 0 44px; padding: 26px var(--margin) 8px; border: 1px solid var(--rule); border-radius: var(--bead-lg); background: var(--deck); }
.tk-figures__crest {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  margin: 0 0 22px;
  padding: 12px 18px;
  border-radius: var(--bead);
  background: var(--lift);
  color: var(--on-zest);
  font-size: 24px;
  text-align: center;
}
.tk-plot {
  margin: 0 0 44px;
  padding: 26px var(--margin);
  border: 1px solid var(--rule);
  border-radius: var(--bead-lg);
  background: var(--deck);
}
.tk-plot > *:last-child { margin-bottom: 0; }
.tk-plot__crown { text-align: center; }
.tk-plot--copy p, .tk-plot--copy li { font-size: 17px; }
.tk-plot--copy h3 { margin-top: 26px; color: var(--gild); }

.tk-tablepen { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 0 0 26px; }
table { width: 100%; border-collapse: separate; border-spacing: 0; }
th, td { padding: 13px 15px; border: 1px solid var(--rule); text-align: center; vertical-align: middle; font-size: 15px; }
th { background: var(--lift); color: var(--on-zest); font-family: var(--type-head); font-weight: 700; }
td { background: var(--deck-2); }
tr:nth-child(even) td { background: var(--deck-3); }
td:first-child { font-weight: 700; }
table tr:first-child th:first-child { border-top-left-radius: var(--bead); }
table tr:first-child th:last-child { border-top-right-radius: var(--bead); }

.tk-haul {
  margin: 0 0 44px;
  padding: 26px var(--margin);
  border: 1px solid var(--rule);
  border-radius: var(--bead-lg);
  background: var(--deck);
  content-visibility: auto;
  contain-intrinsic-size: auto 640px;
}
.tk-haul h2 { text-align: center; }
.tk-berth__nav, .tk-haul__body { min-width: 0; }
.tk-haul__switch { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; list-style: none; margin: 0 0 22px; padding: 0; }
.tk-haul__switch li { margin: 0; min-width: 0; }
.tk-haul__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 46px;
  padding: 0 6px;
  border: 1px solid var(--rule);
  border-radius: var(--bead);
  background: var(--deck-2);
  font-family: var(--type-head);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
.tk-haul__tab svg { fill: var(--zest); flex: none; }
.tk-haul__tab:hover, .tk-haul__tab.tk-lit { background: var(--deck-3); border-color: var(--zest); }
.tk-shoal { display: none; }
.tk-shoal.tk-lit { display: block; }
.tk-haul__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px 18px; }
.tk-haul__grid > * { min-width: 0; }
.tk-haul__card { display: block; color: var(--copy); cursor: pointer; -webkit-user-select: none; user-select: none; }
.tk-haul__art {
  display: block;
  aspect-ratio: 360 / 472;
  overflow: hidden;
  border: 1px solid var(--rule);
  border-radius: var(--bead);
  background: var(--deck-2);
}
.tk-haul__art img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s; }
.tk-haul__card:hover .tk-haul__art img { transform: scale(1.04); }
.tk-haul__card:hover .tk-haul__art { border-color: var(--rule-hi); }
.tk-haul__name { display: block; margin-top: 9px; font-size: 15px; font-weight: 700; line-height: 1.3; }
.tk-haul__card small { display: block; font-size: 12px; color: var(--hush); }
.tk-haul__card--badge .tk-haul__art {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: auto;
  height: 92px;
  padding: 12px;
  background: var(--deck-2);
}
.tk-haul__card--badge .tk-haul__art img { width: auto; height: auto; max-height: 50px; object-fit: contain; }
.tk-haul__card--badge .tk-haul__name { text-align: center; }
#h2_6 + .tk-haul__body .tk-haul__card--badge .tk-haul__art {
  background: #fff;
  border-color: #d8d8d8;
}
#h2_6 + .tk-haul__body .tk-haul__card--badge:hover .tk-haul__art { border-color: #b8b8b8; }

.tk-kitbag {
  margin: 0 0 44px;
  padding: 26px var(--margin);
  border: 1px solid var(--rule);
  border-radius: var(--bead-lg);
  background: var(--deck);
  content-visibility: auto;
  contain-intrinsic-size: auto 520px;
}
.tk-kitbag__in { display: flex; gap: 30px; align-items: center; }
.tk-kitbag__in > * { min-width: 0; }
.tk-kitbag__shot { flex: 0 0 42%; }
.tk-kitbag__shot img { width: 100%; }
.tk-kitbag__side { flex: 1 1 0; }
.tk-kitbag__side p:last-of-type { margin-bottom: 18px; }
.tk-kitbag__spec { display: flex; flex-wrap: wrap; gap: 12px 0; list-style: none; margin: 0 0 20px; padding: 0; }
.tk-kitbag__spec li { flex: 1 1 25%; margin: 0; padding: 0 12px; text-align: center; border-right: 1px solid var(--rule); min-width: 0; }
.tk-kitbag__spec li:last-child { border-right: 0; }
.tk-kitbag__spec b { display: block; font-family: var(--type-head); font-size: 19px; }
.tk-kitbag__spec small { display: block; font-size: 12px; color: var(--hush); }
.tk-kitbag__stores { display: flex; flex-wrap: wrap; gap: 12px; }
.tk-kitbag__store {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  height: 48px;
  padding: 0 18px;
  border: 1px solid var(--rule-hi);
  border-radius: var(--bead);
  background: var(--deck-2);
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.tk-kitbag__store:hover { background: var(--deck-3); }
.tk-kitbag__store svg { fill: var(--copy); flex: none; }

.tk-scales { margin: 0 0 44px; padding: 26px var(--margin); border: 1px solid var(--rule); border-radius: var(--bead-lg); background: var(--deck); }
.tk-scales__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.tk-scales__grid > * { min-width: 0; }
.tk-scales__pan { padding: 22px; border: 1px solid var(--rule); border-radius: var(--bead); background: var(--deck-2); }
.tk-scales__pan h3 { margin-bottom: 12px; }
.tk-scales__pan ul { margin: 0; padding: 0; list-style: none; }
.tk-scales__pan li { position: relative; padding-left: 26px; margin-bottom: 10px; }
.tk-scales__pan li::before { content: ""; position: absolute; left: 0; top: 8px; width: 10px; height: 10px; border-radius: 50%; }
.tk-scales__pan--plus li::before { background: var(--moss-hi); }
.tk-scales__pan--minus li::before { background: var(--gild); }

.tk-echoes {
  margin: 0 0 44px;
  padding: 26px var(--margin);
  border: 1px solid var(--rule);
  border-radius: var(--bead-lg);
  background: var(--deck);
  content-visibility: auto;
  contain-intrinsic-size: auto 720px;
}
.tk-echoes__meter { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 20px; padding: 18px 22px; border: 1px solid var(--rule); border-radius: var(--bead); background: var(--deck-2); }
.tk-echoes__cap { font-size: 14px; color: var(--hush); margin-bottom: 4px; }
.tk-echoes__score { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.tk-echoes__score > b { font-family: var(--type-head); font-size: 26px; }
.tk-echoes__score small { color: var(--hush); font-size: 13px; }
.tk-fins { display: inline-flex; gap: 2px; }
.tk-fins svg { width: 18px; height: 18px; fill: var(--gild); }
.tk-echoes__act {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 22px;
  border-radius: var(--bead);
  background: var(--lift-btn);
  color: var(--on-zest);
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.tk-echoes__act:hover { background: var(--lift-btn-hi); }
.tk-echoes__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tk-echoes__grid > * { min-width: 0; }
.tk-echoes__note { padding: 18px; border: 1px solid var(--rule); border-radius: var(--bead); background: var(--deck-2); }
.tk-echoes__who { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.tk-echoes__badge { display: flex; align-items: center; justify-content: center; flex: none; width: 44px; height: 44px; border-radius: 50%; background: var(--lift); color: var(--on-zest); font-family: var(--type-head); font-weight: 700; font-size: 18px; }
.tk-echoes__id b { display: block; font-weight: 700; }
.tk-echoes__id small { color: var(--hush); font-size: 12px; }
.tk-echoes__mark { margin-bottom: 8px; }
.tk-echoes__body p { margin: 0; font-size: 15px; }

.tk-queries { margin: 0 0 40px; padding: 26px var(--margin); border: 1px solid var(--rule); border-radius: var(--bead-lg); background: var(--deck); }
.tk-queries__item { padding: 18px 20px; margin-bottom: 11px; border: 1px solid var(--rule); border-radius: var(--bead); background: var(--deck-2); }
.tk-queries__item:last-child { margin-bottom: 0; }
.tk-queries__item h3 { font-size: 18px; margin-bottom: 7px; color: var(--gild); }
.tk-queries__item p { margin: 0; }

.tk-logbook { margin: 0 0 8px; }
.tk-logbook__slab { display: flex; align-items: center; gap: 12px; padding: 15px 20px; border: 1px solid var(--rule); border-radius: var(--bead); background: var(--deck); font-size: 15px; color: var(--hush); }
.tk-logbook__slab svg { fill: var(--zest); flex: none; }

.tk-berth { background: var(--deck); border-top: 1px solid var(--rule); content-visibility: auto; contain-intrinsic-size: auto 900px; }
.tk-berth__in {
  max-width: calc(var(--hold-w) + var(--margin) * 2);
  margin: 0 auto;
  padding-inline: var(--margin);
  padding-block: 38px;
  display: flex;
  justify-content: space-between;
  gap: 36px;
}
.tk-berth__in > * { min-width: 0; }
.tk-berth__about { flex: 0 1 42%; }
.tk-berth__about .tk-crest img { height: 52px; margin-bottom: 16px; }
.tk-berth__about p { font-size: 14px; color: var(--hush); }
.tk-berth__cap { font-family: var(--type-head); font-weight: 700; font-size: 15px; margin: 0 0 10px; }
.tk-berth__social { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.tk-berth__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--rule);
  border-radius: var(--bead);
  background: var(--deck-2);
}
.tk-berth__social a:hover { background: var(--deck-3); border-color: var(--rule-hi); }
.tk-berth__social svg { width: 17px; height: 17px; fill: var(--hush); }
.tk-berth__social a:hover svg { fill: var(--copy); }
.tk-berth__cols { display: flex; gap: 44px; flex-wrap: wrap; }
.tk-berth__list { list-style: none; margin: 0; padding: 0; }
.tk-berth__list li { margin-bottom: 8px; }
.tk-berth__list .tk-jump { font-size: 14px; color: var(--hush); }
.tk-berth__list .tk-jump:hover { color: var(--copy); }
.tk-berth__get p { font-size: 14px; color: var(--hush); }
.tk-berth__get .tk-kitbag__stores { margin-top: 12px; }
.tk-berth__pay {
  max-width: calc(var(--hold-w) + var(--margin) * 2);
  margin: 0 auto;
  padding-inline: var(--margin);
  padding-block: 0 22px;
}
.tk-berth__pay ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 20px; list-style: none; margin: 0; padding: 0; }
.tk-berth__pay li { margin: 0; }
.tk-berth__pay img { height: 32px; width: auto; opacity: .92; }
.tk-berth__marks {
  max-width: calc(var(--hold-w) + var(--margin) * 2);
  margin: 0 auto;
  padding-inline: var(--margin);
  padding-block: 20px;
  border-top: 1px solid var(--rule);
}
.tk-berth__marks ul { display: grid; grid-template-columns: repeat(9, 1fr); align-items: center; gap: 14px; list-style: none; margin: 0; padding: 0; }
.tk-berth__marks li { margin: 0; display: flex; justify-content: center; min-width: 0; }
.tk-berth__marks img { max-height: 38px; max-width: 100%; height: auto; width: auto; opacity: .9; }
.tk-berth__marks a:hover img { opacity: 1; }
.tk-agemark { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 2px solid var(--flame); border-radius: 50%; color: var(--flame); font-family: var(--type-head); font-weight: 700; font-size: 14px; }
.tk-berth__base { border-top: 1px solid var(--rule); }
.tk-berth__legal {
  max-width: calc(var(--hold-w) + var(--margin) * 2);
  margin: 0 auto;
  padding-inline: var(--margin);
  padding-block: 20px;
  font-size: 12px;
  line-height: 1.65;
  color: var(--whisper);
  text-align: center;
}
.tk-berth__legal p { margin: 0 0 8px; }
.tk-berth__legal p:last-child { margin: 0; }
.tk-berth__legal a { color: var(--hush); }

@keyframes swell {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 rgba(245, 137, 28, 0); }
  50% { transform: scale(1.035); box-shadow: 0 0 24px rgba(245, 137, 28, .42); }
}
.tk-lure:not(.tk-lure--calm), .tk-signup, .tk-echoes__act { animation: swell 2.8s ease-in-out infinite; will-change: transform; }
.tk-lure:not(.tk-lure--calm):hover, .tk-signup:hover, .tk-echoes__act:hover { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .tk-lure, .tk-signup, .tk-echoes__act { animation: none; }
  *, *::before, *::after { transition: none !important; }
}

@media (max-width: 1100px) {
  .tk-mast__in { gap: 12px; }
  .tk-course__list .tk-jump { padding: 7px 10px; font-size: 13px; }
  .tk-haul__grid { grid-template-columns: repeat(3, 1fr); }
  .tk-berth__cols { gap: 30px; }
}
@media (max-width: 1000px) {
  :root { --margin: 30px; }
  .tk-knot { display: flex; order: 3; }
  .tk-mast__acts { order: 2; margin-left: auto; }
  .tk-mast .tk-crest { margin-right: 0; }
  .tk-course {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: var(--mast-h);
    padding: 14px var(--margin) 20px;
    background: var(--deck);
    border-bottom: 1px solid var(--rule);
  }
  .tk-latch:checked ~ .tk-course { display: block; }
  .tk-latch:checked ~ .tk-knot span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
  .tk-latch:checked ~ .tk-knot span:nth-child(2) { opacity: 0; }
  .tk-latch:checked ~ .tk-knot span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }
  .tk-course__list { flex-direction: column; gap: 8px; }
  .tk-course__list .tk-jump { padding: 11px 12px; font-size: 15px; }
  .tk-course__acts { display: flex; gap: 10px; margin-top: 14px; }
  .tk-course__acts > * { flex: 1; }
  .tk-kitbag__in { flex-direction: column; align-items: stretch; }
  .tk-kitbag__shot { flex-basis: auto; }
  .tk-berth__in { flex-direction: column; gap: 28px; }
  .tk-berth__about { flex-basis: auto; }
  .tk-berth__marks ul { grid-template-columns: repeat(5, 1fr); gap: 16px 12px; }
}
@media (max-width: 768px) {
  :root { --margin: 24px; }
  h1 { font-size: 31px; }
  h2 { font-size: 24px; }
  h3 { font-size: 19px; }
  .tk-launch__lede, .tk-plot--copy p, .tk-plot--copy li { font-size: 16px; }
  .tk-figures__crest { min-height: 54px; font-size: 19px; }
  .tk-haul__grid { grid-template-columns: repeat(3, 1fr); gap: 16px 12px; }
  .tk-echoes__grid { grid-template-columns: repeat(2, 1fr); }
  .tk-scales__grid { grid-template-columns: 1fr; }
  th, td { padding: 10px 9px; font-size: 13px; }
  .tk-kitbag__spec li { flex-basis: 50%; border-right: 0; }
}
@media (max-width: 560px) {
  :root { --margin: 18px; }
  .tk-haul__switch { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .tk-haul__tab { height: 42px; font-size: 14px; }
  .tk-haul__grid { grid-template-columns: repeat(2, 1fr); }
  .tk-echoes__grid { grid-template-columns: 1fr; }
  .tk-echoes__meter { flex-direction: column; align-items: flex-start; }
  .tk-echoes__act { width: 100%; }
  .tk-figures, .tk-plot, .tk-haul, .tk-kitbag, .tk-scales, .tk-echoes, .tk-queries { margin-bottom: 30px; }
  .tk-berth__marks ul { grid-template-columns: repeat(3, 1fr); }
  .tk-berth__pay img { height: 28px; }
}
@media (max-width: 380px) {
  :root { --margin: 14px; }
  .tk-crest img { height: 34px; }
  .tk-signin, .tk-signup { height: 36px; padding: 0 11px; font-size: 13px; }
  .tk-haul__name { font-size: 14px; }
  .tk-lure { min-height: 52px; font-size: 16px; }
  .tk-berth__marks ul { grid-template-columns: repeat(2, 1fr); }
}
