:root {
  --bg: #050607;
  --bg-soft: #090d11;
  --ink: #f7f4ec;
  --muted: #b8bec8;
  --quiet: #808a98;
  --line: rgba(247, 244, 236, 0.14);
  --line-strong: rgba(247, 244, 236, 0.28);
  --blue: #1685ff;
  --blue-soft: #82c5ff;
  --sand: #d7bd83;
  --sea: #63d4d0;
  --danger: #f26d4f;
  --panel: rgba(12, 17, 22, 0.78);
  --panel-solid: #10161d;
  --shadow: 0 26px 80px rgba(0, 0, 0, 0.46);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #050607 0%, #080d12 42%, #050607 100%),
    var(--bg);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -5;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(22, 133, 255, 0.06), transparent 28%, rgba(215, 189, 131, 0.045)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 5px);
}

a {
  color: inherit;
}

p {
  margin-top: 0;
}

img {
  max-width: 100%;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 40px;
  color: var(--ink);
  background: rgba(5, 6, 7, 0.76);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand-link,
.site-nav,
.hero-actions,
.quick-stats,
.signal-row,
.link-panel,
.site-footer {
  display: flex;
  align-items: center;
}

.brand-link {
  min-width: 0;
  gap: 12px;
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.brand-mark {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 1px var(--line-strong), 0 10px 34px rgba(22, 133, 255, 0.22);
}

.site-nav {
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.site-nav::-webkit-scrollbar {
  display: none;
}

.site-nav a {
  flex: 0 0 auto;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  color: var(--muted);
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.07);
  border-color: var(--line);
}

.hero,
.page-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.hero {
  min-height: 92svh;
  display: grid;
  align-items: center;
  padding: 96px 40px 42px;
}

.page-hero {
  min-height: 62svh;
  display: grid;
  align-items: end;
  padding: 132px 40px 64px;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  z-index: -3;
  object-fit: cover;
  object-position: 61% center;
  filter: saturate(1.08) contrast(1.03);
}

.hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 6, 7, 0.96) 0%, rgba(5, 6, 7, 0.78) 33%, rgba(5, 6, 7, 0.46) 68%, rgba(5, 6, 7, 0.78) 100%),
    linear-gradient(0deg, rgba(5, 6, 7, 0.98) 0%, rgba(5, 6, 7, 0.24) 48%, rgba(5, 6, 7, 0.88) 100%);
}

.hero-shell,
.page-hero-content,
.section-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.68fr);
  gap: 44px;
  align-items: end;
}

.hero-content,
.page-hero-content {
  min-width: 0;
}

.page-hero-content {
  margin-left: auto;
  margin-right: auto;
}

.eyebrow,
.section-kicker,
.card-label {
  margin: 0 0 14px;
  color: var(--sand);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin-top: 0;
  letter-spacing: 0;
}

h1 {
  max-width: 980px;
  margin-bottom: 22px;
  font-size: 4.95rem;
  line-height: 0.95;
  text-wrap: balance;
}

.page-hero h1 {
  font-size: 4.8rem;
}

h2 {
  max-width: 840px;
  margin-bottom: 0;
  font-size: 3.35rem;
  line-height: 1;
  text-wrap: balance;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.42rem;
  line-height: 1.06;
}

.hero-copy,
.section-copy {
  color: var(--muted);
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 12px;
  font-size: 1.16rem;
}

.hero-aside {
  margin: 0 0 30px;
  color: rgba(215, 189, 131, 0.9);
  font-size: 0.96rem;
  font-style: italic;
  font-weight: 700;
}

.section-copy {
  font-size: 1.06rem;
}

.narrow {
  max-width: 560px;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
}

.primary-button {
  color: #04101e;
  background: linear-gradient(180deg, #66b7ff, var(--blue));
  box-shadow: 0 18px 46px rgba(22, 133, 255, 0.34);
}

.secondary-button {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--line-strong);
}

.button:hover,
.button:focus-visible,
.feature-card:hover,
.feature-card:focus-visible,
.link-panel:hover,
.link-panel:focus-visible {
  transform: translateY(-1px);
}

.hero-panel {
  padding: 22px;
  background: rgba(5, 6, 7, 0.66);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-logo-lockup {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.hero-logo-lockup img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
}

.hero-logo-lockup strong,
.signal-card strong,
.link-panel strong {
  display: block;
}

.hero-logo-lockup strong {
  font-size: 1.5rem;
  line-height: 1;
  text-transform: uppercase;
}

.hero-logo-lockup span,
.signal-card span,
.link-panel span span,
.metric-card span {
  color: var(--muted);
}

.quick-stats {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.quick-stats span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 0.84rem;
  font-weight: 850;
}

.content-band {
  padding: 96px 40px;
}

.intro-band {
  background: #080b0f;
}

.links-band {
  background:
    linear-gradient(180deg, rgba(14, 21, 27, 0.98), rgba(5, 6, 7, 1)),
    var(--bg);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.56fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 34px;
}

.feature-grid,
.find-grid,
.coming-soon-grid,
.metric-grid {
  display: grid;
  gap: 18px;
}

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

.find-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.coming-soon-grid,
.metric-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.starter-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.feature-card,
.find-card,
.gear-feature,
.quiet-card,
.metric-card,
.signal-card,
.field-note {
  min-height: 210px;
  padding: 26px;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    var(--panel-solid);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.feature-card {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.quiet-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.feature-card::before {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 62px;
  height: 3px;
  background: var(--blue);
}

.feature-card:hover,
.feature-card:focus-visible {
  border-color: rgba(130, 197, 255, 0.55);
}

.feature-card p,
.find-card p,
.gear-feature p,
.starter-card p,
.quiet-card p,
.metric-card p,
.field-note p {
  margin-bottom: 0;
  color: var(--muted);
}

.quiet-card p + p {
  margin-top: 12px;
}

.card-action {
  width: fit-content;
  margin-top: 24px;
}

.signal-row {
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
  margin-top: 26px;
}

.signal-card {
  min-height: 0;
  flex: 1;
  padding: 20px;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.signal-card strong {
  margin-bottom: 4px;
  color: var(--sand);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.signal-card:hover,
.signal-card:focus-visible {
  border-color: rgba(130, 197, 255, 0.55);
}

.video-band {
  background:
    linear-gradient(180deg, rgba(5, 6, 7, 0.98), rgba(10, 15, 20, 0.98)),
    var(--bg);
}

.latest-video-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 0.85fr);
  gap: 44px;
  align-items: center;
}

.video-feature-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  display: block;
  color: var(--ink);
  background: #090d11;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  text-decoration: none;
}

.video-feature-card img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.06) contrast(1.04);
}

.video-feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(5, 6, 7, 0.72), transparent 58%),
    linear-gradient(90deg, rgba(5, 6, 7, 0.22), transparent 60%);
}

.video-play-badge {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  color: #07101b;
  background: var(--sand);
  border-radius: 8px;
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
}

.inline-button {
  margin-top: 6px;
}

.find-card.best-card {
  border-color: rgba(215, 189, 131, 0.58);
}

.finds-log-note {
  min-height: 0;
  margin-bottom: 18px;
  border-color: rgba(215, 189, 131, 0.46);
  background:
    linear-gradient(90deg, rgba(215, 189, 131, 0.12), rgba(22, 133, 255, 0.08)),
    var(--panel-solid);
}

.find-card.weird-card {
  border-color: rgba(99, 212, 208, 0.42);
}

.find-card.worst-card {
  border-color: rgba(242, 109, 79, 0.34);
}

.find-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.find-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 42%),
    radial-gradient(circle at 86% 18%, rgba(22, 133, 255, 0.22), transparent 30%);
  opacity: 0.9;
}

.find-card > * {
  position: relative;
  z-index: 1;
}

.find-card h3 {
  max-width: 11ch;
  font-size: 1.85rem;
}

.find-card .card-label {
  width: fit-content;
  min-height: 30px;
  align-items: center;
  padding: 6px 10px;
  color: #07101b;
  background: var(--sand);
  border-radius: 8px;
}

.find-card.weird-card .card-label {
  background: var(--sea);
}

.find-card.worst-card .card-label {
  background: var(--danger);
}

.find-card.best-card {
  background:
    linear-gradient(180deg, rgba(215, 189, 131, 0.15), rgba(255, 255, 255, 0.04)),
    var(--panel-solid);
}

.find-card.weird-card {
  background:
    linear-gradient(180deg, rgba(99, 212, 208, 0.14), rgba(255, 255, 255, 0.04)),
    var(--panel-solid);
}

.find-card.worst-card {
  background:
    linear-gradient(180deg, rgba(242, 109, 79, 0.12), rgba(255, 255, 255, 0.04)),
    var(--panel-solid);
}

.find-feature {
  display: grid;
  grid-template-columns: minmax(260px, 0.52fr) minmax(0, 1fr);
  gap: 30px;
  align-items: stretch;
  margin-bottom: 18px;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(215, 189, 131, 0.16), rgba(22, 133, 255, 0.07)),
    var(--panel-solid);
  border: 1px solid rgba(215, 189, 131, 0.45);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.find-video-frame {
  overflow: hidden;
  min-height: 480px;
  background: #050607;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.find-video-frame video {
  width: 100%;
  height: 100%;
  min-height: 480px;
  display: block;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}

.find-feature-copy {
  min-width: 0;
  padding: 10px 4px;
}

.find-feature-copy h3 {
  max-width: 720px;
  font-size: 2.55rem;
  line-height: 0.98;
}

.find-feature-copy p {
  max-width: 760px;
  color: var(--muted);
}

.find-detail-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 0;
}

.find-detail-list div {
  min-height: 92px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.find-detail-list dt {
  margin-bottom: 6px;
  color: var(--sand);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.find-detail-list dd {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
}

.card-label {
  display: inline-flex;
}

.find-meta,
.gear-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.find-meta span,
.gear-meta span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 6px 9px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 800;
}

.gear-feature {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-bottom: 18px;
  border-color: rgba(130, 197, 255, 0.46);
  background:
    linear-gradient(90deg, rgba(22, 133, 255, 0.14), rgba(255, 255, 255, 0.045)),
    var(--panel-solid);
}

.starter-band {
  background:
    linear-gradient(180deg, rgba(12, 17, 22, 0.98), rgba(5, 6, 7, 1)),
    var(--bg);
}

.workflow-band {
  background:
    linear-gradient(180deg, rgba(5, 6, 7, 1), rgba(9, 14, 19, 0.98)),
    var(--bg);
}

.starter-note {
  min-height: 0;
  margin-bottom: 18px;
  padding: 24px;
  background:
    linear-gradient(90deg, rgba(242, 109, 79, 0.13), rgba(215, 189, 131, 0.08)),
    var(--panel-solid);
  border: 1px solid rgba(242, 109, 79, 0.35);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.starter-note p {
  max-width: 980px;
  margin-bottom: 0;
  color: var(--muted);
}

.starter-card {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(215, 189, 131, 0.11), rgba(255, 255, 255, 0.035)),
    var(--panel-solid);
  border: 1px solid rgba(215, 189, 131, 0.34);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.starter-card h3 {
  max-width: 720px;
  font-size: 2rem;
}

.starter-card .gear-cta {
  width: fit-content;
  margin-top: 24px;
}

.detector-feature {
  border-color: rgba(215, 189, 131, 0.52);
  background:
    linear-gradient(90deg, rgba(215, 189, 131, 0.13), rgba(255, 255, 255, 0.045)),
    var(--panel-solid);
}

.promo-note {
  min-height: 0;
  margin-bottom: 18px;
  border-color: rgba(215, 189, 131, 0.42);
}

.promo-note strong {
  color: var(--ink);
}

.workflow-note {
  min-height: 0;
  margin: 26px 0;
  border-color: rgba(99, 212, 208, 0.36);
  background:
    linear-gradient(90deg, rgba(99, 212, 208, 0.1), rgba(22, 133, 255, 0.09)),
    var(--panel-solid);
}

.story-copy p,
.workflow-copy > p {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.story-copy p:last-child,
.workflow-copy > p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.gear-cta {
  min-width: 146px;
}

.metric-card {
  min-height: 170px;
}

.metric-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 2.4rem;
  line-height: 1;
}

.links-layout,
.two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 1fr);
  gap: 48px;
  align-items: start;
}

.contact-link-stack {
  display: grid;
  gap: 14px;
}

.link-panel {
  min-height: 132px;
  gap: 18px;
  padding: 24px;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04)),
    var(--panel-solid);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.link-panel:hover,
.link-panel:focus-visible {
  border-color: rgba(130, 197, 255, 0.55);
}

.link-icon {
  position: relative;
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: #07101b;
  background: var(--sand);
  border-radius: 50%;
}

.link-icon::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #07101b;
}

.facebook-icon::before {
  content: "f";
  width: auto;
  height: auto;
  margin-left: 0;
  border: 0;
  color: #07101b;
  font-size: 1.55rem;
  font-weight: 950;
  line-height: 1;
}

.instagram-icon::before {
  content: "";
  width: 22px;
  height: 22px;
  margin-left: 0;
  border: 3px solid #07101b;
  border-radius: 8px;
}

.instagram-icon::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  width: 5px;
  height: 5px;
  background: #07101b;
  border-radius: 50%;
}

.email-icon::before {
  content: "";
  width: 26px;
  height: 18px;
  margin-left: 0;
  border: 3px solid #07101b;
  border-radius: 5px;
}

.email-icon::after {
  content: "";
  position: absolute;
  top: 14px;
  width: 17px;
  height: 17px;
  border-left: 3px solid #07101b;
  border-bottom: 3px solid #07101b;
  transform: rotate(-45deg);
}

.discord-icon {
  color: #fff;
  background: #5865f2;
}

.discord-icon svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.discord-panel {
  border-color: rgba(88, 101, 242, 0.38);
}

.discord-panel:hover,
.discord-panel:focus-visible {
  border-color: #7b86f6;
}

.discord-button {
  color: #fff;
  background: #5865f2;
  box-shadow: 0 18px 46px rgba(88, 101, 242, 0.3);
}

.discord-button:hover,
.discord-button:focus-visible {
  background: #6975f5;
}

.discord-hero .hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 6, 7, 0.97) 0%, rgba(5, 6, 7, 0.78) 42%, rgba(5, 6, 7, 0.44) 72%, rgba(5, 6, 7, 0.72) 100%),
    linear-gradient(0deg, rgba(5, 6, 7, 0.98) 0%, rgba(5, 6, 7, 0.24) 52%, rgba(5, 6, 7, 0.86) 100%);
}

.community-low-risk {
  color: var(--ink);
  font-weight: 850;
}

.community-audience-band {
  background:
    linear-gradient(180deg, rgba(11, 16, 22, 0.98), rgba(5, 6, 7, 1)),
    var(--bg);
}

.community-grid .quiet-card {
  border-color: rgba(88, 101, 242, 0.32);
}

.tide-community-band {
  background:
    linear-gradient(135deg, rgba(22, 133, 255, 0.13), rgba(99, 212, 208, 0.055) 54%, rgba(5, 6, 7, 0.98)),
    var(--bg);
}

.tide-bot-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.72fr);
  gap: 52px;
  align-items: center;
}

.tide-status {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.tide-status div {
  min-height: 132px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  background: rgba(5, 8, 13, 0.72);
  border: 1px solid rgba(99, 212, 208, 0.28);
  border-radius: 8px;
}

.tide-status span {
  color: var(--sand);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.tide-status strong {
  font-size: 1.24rem;
  line-height: 1.08;
}

.tide-alert-example {
  max-width: 820px;
  margin: 48px auto 0;
  padding: 24px;
  color: #d8dbe2;
  background: #17191f;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.tide-example-heading {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
}

.tide-example-heading img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.tide-example-heading strong,
.tide-example-heading small {
  display: block;
}

.tide-example-heading strong span {
  margin-left: 5px;
  padding: 2px 5px;
  color: #fff;
  background: #5865f2;
  border-radius: 3px;
  font-size: 0.62rem;
  vertical-align: 2px;
}

.tide-example-heading small,
.tide-example-message small {
  color: #949ba4;
}

.tide-example-message {
  position: relative;
  display: grid;
  grid-template-columns: 4px minmax(0, 1fr);
  gap: 16px;
  padding: 18px;
  background: #111318;
  border-radius: 5px;
}

.tide-example-bar {
  width: 4px;
  height: 100%;
  background: var(--blue);
  border-radius: 3px;
}

.tide-example-title {
  margin-bottom: 8px;
  color: #fff;
  font-size: 1.12rem;
  font-weight: 900;
}

.tide-example-message p:not(.tide-example-title) {
  max-width: 680px;
  margin-bottom: 18px;
  color: #b5bac1;
}

.tide-example-message dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 16px;
}

.tide-example-message dl div {
  padding: 13px;
  background: rgba(255, 255, 255, 0.045);
  border-radius: 5px;
}

.tide-example-message dt {
  margin-bottom: 4px;
  color: #fff;
  font-weight: 800;
}

.tide-example-message dd {
  margin: 0;
  color: #b5bac1;
}

.discord-rules-band {
  background: #080b0f;
}

.community-rules {
  margin: 0;
  padding: 0;
  counter-reset: community-rule;
  list-style: none;
}

.community-rules li {
  position: relative;
  min-height: 100px;
  padding: 18px 0 18px 68px;
  border-bottom: 1px solid var(--line);
  counter-increment: community-rule;
}

.community-rules li:first-child {
  padding-top: 0;
}

.community-rules li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.community-rules li::before {
  content: counter(community-rule, decimal-leading-zero);
  position: absolute;
  top: 16px;
  left: 0;
  color: var(--sand);
  font-size: 1.6rem;
  font-weight: 900;
}

.community-rules li:first-child::before {
  top: -2px;
}

.community-rules strong,
.community-rules span {
  display: block;
}

.community-rules strong {
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 1.25rem;
}

.community-rules span {
  color: var(--muted);
}

.discord-cta-band {
  padding-block: 70px;
  background: #5865f2;
}

.discord-cta-band .section-kicker {
  color: rgba(255, 255, 255, 0.72);
}

.discord-cta-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.discord-cta-layout h2 {
  color: #fff;
}

.discord-cta-band .discord-button {
  flex: 0 0 auto;
  color: #111522;
  background: #fff;
  box-shadow: none;
}

.page-jump-nav {
  position: sticky;
  top: 69px;
  z-index: 18;
  padding: 10px 22px;
  background: rgba(5, 8, 13, 0.94);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.page-jump-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 9px;
  overflow-x: auto;
  scrollbar-width: none;
}

.page-jump-inner::-webkit-scrollbar {
  display: none;
}

.page-jump-inner span {
  flex: 0 0 auto;
  margin-right: 3px;
  color: var(--sand);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.page-jump-inner a {
  flex: 0 0 auto;
  padding: 8px 11px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  border-radius: 7px;
  font-size: 0.83rem;
  font-weight: 800;
  text-decoration: none;
}

.page-jump-inner a:hover,
.page-jump-inner a:focus-visible {
  color: var(--ink);
  border-color: var(--blue-soft);
}

#current-setup,
#starter-setup,
#editing-workflow {
  scroll-margin-top: 142px;
}

.link-panel strong {
  margin-bottom: 4px;
  font-size: 1.5rem;
}

.site-footer {
  justify-content: space-between;
  gap: 18px;
  padding: 28px 40px;
  color: var(--muted);
  background: #050607;
  border-top: 1px solid var(--line);
  font-size: 0.94rem;
}

.footer-copy {
  flex: 0 0 auto;
  font-weight: 800;
}

.footer-socials {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-social {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  border-radius: 8px;
  text-decoration: none;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.footer-social:hover,
.footer-social:focus-visible {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.075);
  border-color: var(--line-strong);
  transform: translateY(-1px);
}

.footer-social:focus-visible {
  outline: 2px solid var(--blue-soft);
  outline-offset: 3px;
}

.footer-youtube:hover,
.footer-youtube:focus-visible {
  color: #ff0033;
  border-color: rgba(255, 0, 51, 0.45);
}

.footer-instagram:hover,
.footer-instagram:focus-visible {
  color: #e4405f;
  border-color: rgba(228, 64, 95, 0.45);
}

.footer-facebook:hover,
.footer-facebook:focus-visible {
  color: #1877f2;
  border-color: rgba(24, 119, 242, 0.45);
}

.footer-discord:hover,
.footer-discord:focus-visible {
  color: #5865f2;
  border-color: rgba(88, 101, 242, 0.55);
}

.social-logo {
  width: 22px;
  height: 22px;
  display: block;
  fill: currentColor;
}

.social-cutout {
  fill: #050607;
}

.instagram-logo {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.instagram-logo .instagram-dot {
  fill: currentColor;
  stroke: none;
}

@media (max-width: 1050px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 12px 22px;
  }

  .site-nav {
    width: 100%;
    padding-bottom: 2px;
  }

  .hero {
    min-height: auto;
    align-items: start;
    padding: 124px 22px 40px;
  }

  .page-hero {
    padding: 148px 22px 54px;
  }

  .page-jump-nav {
    top: 114px;
  }

  .hero-shell,
  .section-heading,
  .latest-video-layout,
  .find-feature,
  .links-layout,
  .two-column,
  .tide-bot-layout {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    max-width: 620px;
  }

  h1 {
    font-size: 3.55rem;
  }

  .page-hero h1 {
    font-size: 3.65rem;
  }

  h2 {
    font-size: 2.7rem;
  }

  .feature-grid,
  .find-grid,
  .starter-grid,
  .coming-soon-grid,
  .metric-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .brand-link span {
    max-width: 62vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .site-nav a {
    min-height: 34px;
    padding: 7px 8px;
    font-size: 0.8rem;
  }

  .site-nav {
    gap: 5px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
  }

  .hero {
    min-height: auto;
    padding-top: 132px;
  }

  .page-hero {
    min-height: 56svh;
    padding-top: 158px;
  }

  .page-jump-nav {
    top: 111px;
    padding-inline: 14px;
  }

  .hero-image {
    object-position: 66% center;
  }

  h1 {
    font-size: 2.45rem;
    line-height: 0.96;
  }

  .page-hero h1 {
    font-size: 2.65rem;
  }

  h2 {
    font-size: 2.08rem;
  }

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

  .hero-actions,
  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-panel,
  .feature-card,
  .find-card,
  .gear-feature,
  .starter-card,
  .starter-note,
  .quiet-card,
  .metric-card,
  .signal-card,
  .field-note,
  .link-panel {
    min-height: 0;
    padding: 20px;
  }

  .gear-feature {
    grid-template-columns: 1fr;
  }

  .starter-card .gear-cta {
    width: 100%;
  }

  .hero-logo-lockup {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .hero-logo-lockup img {
    width: 64px;
    height: 64px;
  }

  .video-feature-card,
  .video-feature-card img {
    min-height: 300px;
  }

  .find-video-frame,
  .find-video-frame video {
    min-height: 420px;
  }

  .find-feature-copy h3 {
    font-size: 2.05rem;
  }

  .find-detail-list {
    grid-template-columns: 1fr;
  }

  .content-band {
    padding: 70px 22px;
  }

  .tide-status {
    grid-template-columns: 1fr 1fr;
  }

  .tide-alert-example {
    padding: 16px;
  }

  .tide-example-message {
    gap: 12px;
    padding: 14px;
  }

  .tide-example-message dl {
    grid-template-columns: 1fr;
  }

  .discord-cta-layout {
    align-items: stretch;
    flex-direction: column;
  }

  .site-footer {
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 12px;
    padding: 24px 18px;
  }

  .footer-socials {
    gap: 10px;
    margin-left: auto;
  }
}

@media (max-width: 480px) {
  .site-footer {
    gap: 8px;
    padding-inline: 12px;
  }

  .footer-copy {
    font-size: 0.78rem;
  }

  .footer-socials {
    gap: 6px;
  }

  .footer-social {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 360px) {
  .site-footer {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .footer-copy,
  .footer-socials {
    flex: 0 0 100%;
    width: 100%;
    justify-content: center;
  }

  .footer-socials {
    margin-left: 0;
  }
}
