/*
Theme Name: FishLock
Theme URI: https://holowerks.net
Author: HoloWerks, LLC
Author URI: https://holowerks.net
Description: FishLock Cloud-Free Fishing marketing site converted from the Vite build into a WordPress theme.
Version: 1.2.3
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: Proprietary
Text Domain: fishlock
*/
:root {
  color-scheme: dark;
  --bg: #020607;
  --ink: #f4f7fb;
  --muted: rgba(244, 247, 251, 0.68);
  --faint: rgba(244, 247, 251, 0.1);
  --glass: rgba(11, 15, 19, 0.72);
  --glass-strong: rgba(17, 22, 28, 0.86);
  --panel: rgba(24, 29, 34, 0.8);
  --purple: #b45cff;
  --purple-2: #833fff;
  --cyan: #00f1fb;
  --blue: #3ba7ff;
  --pink: #ff23a7;
  --yellow: #ffd51e;
  --green: #2ff474;
  --orange: #ff9a20;
  --danger: #ff6969;
  --radius: 32px;
  --mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  font-family: var(--sans);
  background:
    radial-gradient(circle at 15% 4%, rgba(255, 35, 167, 0.18), transparent 31rem),
    radial-gradient(circle at 82% 12%, rgba(0, 241, 251, 0.14), transparent 32rem),
    linear-gradient(180deg, #020607 0%, #050812 34%, #030607 100%);
  overflow-x: hidden;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background:
    linear-gradient(112deg, transparent 0 10%, rgba(255, 221, 0, 0.055) 11% 17%, transparent 18% 33%, rgba(255, 221, 0, 0.035) 34% 43%, transparent 44% 100%),
    linear-gradient(68deg, transparent 0 52%, rgba(180, 92, 255, 0.055) 53% 58%, transparent 59% 100%);
  filter: blur(0.2px);
}

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

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

.bubble-field {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  overflow: hidden;
}

.bubble {
  position: absolute;
  left: var(--bubble-left);
  bottom: -80px;
  width: var(--bubble-size);
  height: var(--bubble-size);
  border: 1px solid rgba(0, 241, 251, 0.35);
  border-radius: 999px;
  background: radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.08) 26%, rgba(0, 241, 251, 0.04) 64%);
  box-shadow: 0 0 14px rgba(0, 241, 251, 0.18);
  opacity: 0;
  animation: rise var(--bubble-duration) linear var(--bubble-delay) infinite;
}

@keyframes rise {
  0% {
    transform: translate3d(0, 0, 0) scale(0.72);
    opacity: 0;
  }
  12% { opacity: 0.45; }
  70% { opacity: 0.25; }
  100% {
    transform: translate3d(var(--bubble-drift), -112vh, 0) scale(1.15);
    opacity: 0;
  }
}

.site-nav {
  position: sticky;
  top: 16px;
  z-index: 10;
  width: min(1180px, calc(100% - 28px));
  margin: 16px auto 0;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 10px 14px;
  border: 1px solid rgba(180, 92, 255, 0.34);
  border-radius: 999px;
  background: rgba(3, 6, 7, 0.7);
  backdrop-filter: blur(18px) saturate(130%);
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}

.brand-mark img {
  width: 200px;

  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(180, 92, 255, 0.42));
}

.brand-mark strong,
.footer-brand strong {
  display: block;
  font-family: var(--mono);
  font-size: 1.22rem;
  letter-spacing: 0.01em;
}

.brand-mark em,
.footer-brand span {
  display: block;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.74rem;
  font-style: normal;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-nav nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  width: 100%;
}

.site-nav nav a,
.mail-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  color: rgba(244, 247, 251, 0.78);
  font-family: var(--mono);
  font-weight: 700;
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.site-nav nav a:hover,
.mail-link:hover {
  color: #07090d;
  background: linear-gradient(90deg, var(--purple), var(--cyan));
  box-shadow: 0 0 24px rgba(180, 92, 255, 0.32);
}

.mail-link {
  width: 42px;
  padding: 0;
  font-size: 1.2rem;
  background: rgba(255, 255, 255, 0.06);
}

.section-shell {
  width: min(1180px, calc(100% - 36px));
  margin-inline: auto;
}

.hero-section {
  min-height: calc(100vh - 84px);
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(380px, 1.07fr);
  align-items: center;
  gap: 52px;
  padding: 72px 0 96px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--cyan);
  font-family: var(--mono);
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: var(--mono);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

h1 {
  max-width: 11ch;
  font-size: clamp(3.6rem, 9vw, 7.2rem);
  line-height: 1.04;
  text-shadow: none;
}

h2 {
  max-width: 11ch;
  font-size: clamp(2.8rem, 6vw, 5.8rem);
}

.hero-copy h1 {
  background: linear-gradient(90deg, #fff, var(--purple) 44%, var(--yellow) 74%, var(--cyan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-question {
  color: var(--yellow);
  -webkit-text-fill-color: var(--yellow);
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  text-shadow: 0 0 28px rgba(255, 213, 30, 0.58);
}

.hero-lede,
.split-copy p,
.page-card p {
  color: var(--muted);
  font-size: clamp(1.06rem, 1.5vw, 1.32rem);
  line-height: 1.72;
}

.hero-lede {
  max-width: 640px;
  margin: 26px 0 0;
}

.selling-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0;
}

.selling-points span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(180, 92, 255, 0.36);
  border-radius: 999px;
  color: rgba(244, 247, 251, 0.86);
  font-family: var(--mono);
  font-size: 0.9rem;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.store-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.store-button {
  min-width: 178px;
  border-radius: 18px;
  padding: 12px 18px;
  background: linear-gradient(135deg, #05080d, #1d1128 46%, rgba(180, 92, 255, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 14px 40px rgba(180, 92, 255, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.store-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 50px rgba(0, 241, 251, 0.22);
}

.store-button span,
.store-button strong {
  display: block;
}

.store-button span {
  color: var(--muted);
  font-size: 0.78rem;
}

.store-button strong {
  font-size: 1.24rem;
  line-height: 1.1;
}

.store-button--android {
  background: linear-gradient(135deg, #05080d, #071e27 48%, rgba(0, 241, 251, 0.72));
}

.hero-phones {
  position: relative;
  min-height: 690px;
  perspective: 1200px;
}

.phone-frame {
  position: relative;
  width: min(310px, 42vw);
  aspect-ratio: 945 / 2048;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 42px;
  background: linear-gradient(145deg, rgba(244, 247, 251, 0.22), rgba(255, 255, 255, 0.03) 22%, rgba(0, 0, 0, 0.74) 72%);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.62), inset 0 0 0 2px rgba(0, 0, 0, 0.36);
  overflow: hidden;
}

.phone-frame::before {
  content: '';
  position: absolute;
  inset: 8px;
  border-radius: 34px;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(0, 241, 251, 0.16);
  z-index: 2;
}

.phone-notch {
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: 3;
  width: 32%;
  height: 22px;
  transform: translateX(-50%);
  border-radius: 0 0 18px 18px;
  background: rgba(0, 0, 0, 0.82);
}

.phone-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
  background: #020607;
}

.phone-front {
  position: absolute;
  left: 50%;
  top: 24px;
  z-index: 3;
  width: min(330px, 46vw);
  transform: translateX(-50%) rotateZ(-1deg);
}

.phone-back {
  position: absolute;
  top: 88px;
  opacity: 0.84;
  filter: saturate(0.95) brightness(0.8);
}

.phone-back--left {
  left: 4%;
  transform: rotateZ(-12deg) translateY(40px) scale(0.88);
}

.phone-back--right {
  right: 4%;
  transform: rotateZ(12deg) translateY(36px) scale(0.88);
}

@keyframes phoneFloat {
  0%, 100% { transform: translateX(-50%) translateY(0) rotateZ(-1deg); }
  50% { transform: translateX(-50%) translateY(-16px) rotateZ(1.3deg); }
}


.content-section {
  position: relative;
  padding: 102px 0;
  background: linear-gradient(180deg, rgba(7, 10, 13, 0.82), rgba(13, 9, 24, 0.78));
}

.content-section--sheer {
  background: rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(2px);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(320px, 1.06fr);
  align-items: center;
  gap: 68px;
}

.split--reverse .split-copy {
  order: 2;
}

.split--reverse .split-visual {
  order: 1;
}

.split-copy,
.split-visual {
  opacity: 0;
  transition: transform 800ms cubic-bezier(.16, 1, .3, 1), opacity 800ms ease;
}

.split-copy {
  transform: translateX(-72px);
}

.split-visual {
  transform: translateX(72px) scale(0.96);
}

.split--reverse .split-copy {
  transform: translateX(72px);
}

.split--reverse .split-visual {
  transform: translateX(-72px) scale(0.96);
}

.split.is-visible .split-copy,
.split.is-visible .split-visual {
  opacity: 1;
  transform: translateX(0) scale(1);
}

.split-copy h2 {
  margin-bottom: 28px;
}

.split-copy p strong {
  color: var(--ink);
}

.mini-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.mini-card {
  min-height: 70px;
  display: flex;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  color: rgba(244, 247, 251, 0.82);
  font-family: var(--mono);
  font-weight: 800;
  background: rgba(255, 255, 255, 0.05);
}

.text-link {
  display: inline-flex;
  margin: 10px 14px 0 0;
  color: var(--cyan);
  font-family: var(--mono);
  font-weight: 900;
}

.text-link.secondary {
  color: var(--purple);
}


.automatic-panel,
.aquarium-card,
.model-stack,
.measure-visual,
.privacy-visual {
  position: relative;
}

.automatic-panel {
  width: min(560px, 100%);
  min-height: 620px;
  margin-inline: auto;
  display: grid;
  place-items: center;
  overflow: visible;
}

.phone-automatic {
  z-index: 2;
  width: min(320px, 66vw);
  transform: rotateZ(-2deg);
}

.lock-caption {
  position: absolute;
  right: 7%;
  bottom: 12%;
  z-index: 3;
  max-width: 240px;
  padding: 13px 16px;
  border: 1px solid rgba(0, 241, 251, 0.32);
  border-radius: 999px;
  color: var(--cyan);
  font-family: var(--mono);
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  background: rgba(2, 6, 7, 0.78);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.42);
}

.model-stack {
  min-height: 640px;
  display: grid;
  grid-template-columns: minmax(190px, 0.86fr) minmax(240px, 1fr);
  align-items: center;
  gap: 24px;
}

.phone-model {
  width: min(320px, 68vw);
  justify-self: start;
  transform: rotateZ(3deg);
}

.model-card {
  position: relative;
  z-index: 4;
  width: min(270px, 100%);
  justify-self: end;
  padding: 22px;
  border: 1px solid rgba(0, 241, 251, 0.28);
  border-radius: 28px;
  background: rgba(2, 6, 7, 0.78);
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.44);
}

.model-card strong {
  display: block;
  margin: 16px 0 4px;
  font-family: var(--mono);
  font-size: 4.8rem;
  line-height: 0.9;
  background: linear-gradient(90deg, var(--cyan), var(--purple));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.model-card p {
  margin: 0;
  color: var(--muted);
  font-family: var(--mono);
  font-weight: 800;
}

.measure-visual {
  overflow: hidden;
  border: 1px solid rgba(59, 167, 255, 0.28);
  border-radius: var(--radius);
  background: rgba(2, 6, 7, 0.78);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.5);
}

.measure-visual img {
  width: 100%;
  max-height: 680px;
  object-fit: cover;
  filter: brightness(0.86) saturate(1.05);
}

.measure-overlay {
  position: absolute;
  left: 26px;
  top: 26px;
  min-width: 280px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(0, 0, 0, 0.54);
  backdrop-filter: blur(12px);
  font-family: var(--mono);
}

.measure-overlay span {
  display: block;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.measure-overlay strong {
  display: block;
  margin: 4px 0 12px;
  color: var(--blue);
  font-size: clamp(1.4rem, 4vw, 2.7rem);
}

.scan-rings {
  position: absolute;
  left: 44%;
  top: 54%;
  width: 190px;
  height: 190px;
  border-radius: 999px;
  border: 3px dashed rgba(59, 167, 255, 0.5);
  transform: translate(-50%, -50%);
  animation: scanPulse 2.2s ease-in-out infinite;
}

.scan-rings::before,
.scan-rings::after {
  content: '';
  position: absolute;
  inset: 26px;
  border: 3px dashed rgba(59, 167, 255, 0.38);
  border-radius: 999px;
}

.scan-rings::after {
  inset: -54px;
  opacity: 0.5;
}

@keyframes scanPulse {
  0%, 100% { transform: translate(-50%, -50%) scale(0.92); opacity: 0.68; }
  50% { transform: translate(-50%, -50%) scale(1.08); opacity: 1; }
}

.privacy-visual {
  min-height: 520px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
}

.privacy-visual img {
  width: min(340px, 70%);
  filter: drop-shadow(0 0 30px rgba(0, 241, 251, 0.18));
}

.privacy-orbit {
  position: absolute;
  padding: 12px 16px;
  border-radius: 999px;
  color: var(--ink);
  font-family: var(--mono);
  font-weight: 900;
  background: rgba(0, 0, 0, 0.64);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.orbit-one { left: 18%; top: 20%; color: var(--cyan); animation: orbitFloat 5s ease-in-out infinite; }
.orbit-two { right: 14%; top: 46%; color: var(--purple); animation: orbitFloat 5.4s ease-in-out -1.2s infinite; }
.orbit-three { left: 25%; bottom: 18%; color: var(--yellow); animation: orbitFloat 4.6s ease-in-out -2s infinite; }

@keyframes orbitFloat {
  0%, 100% { transform: translateY(0) translateX(0); }
  50% { transform: translateY(-18px) translateX(10px); }
}

.aquarium-card {
  overflow: hidden;
  border: 1px solid rgba(180, 92, 255, 0.3);
  border-radius: var(--radius);
  background: rgba(3, 6, 7, 0.62);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
}

.aquarium-card img {
  width: 100%;
  max-height: 680px;
  object-fit: cover;
  opacity: 0.9;
}

.floating-fish {
  position: absolute;
  width: 88px;
  height: 38px;
  border-radius: 60% 40% 50% 50%;
  opacity: 0.65;
  filter: blur(0.2px) drop-shadow(0 0 16px rgba(0, 241, 251, 0.22));
  background: linear-gradient(90deg, rgba(244, 247, 251, 0.2), rgba(59, 167, 255, 0.5));
  animation: swim 8s ease-in-out infinite;
}

.floating-fish::after {
  content: '';
  position: absolute;
  right: -18px;
  top: 6px;
  border-left: 22px solid rgba(59, 167, 255, 0.44);
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}

.fish-one { left: 14%; top: 32%; }
.fish-two { left: 48%; top: 52%; animation-delay: -2.4s; transform: scale(0.8); }
.fish-three { left: 30%; top: 68%; animation-delay: -4.2s; transform: scale(0.62); }

@keyframes swim {
  0%, 100% { translate: 0 0; }
  50% { translate: 88px -32px; }
}

.site-footer {
  width: min(1180px, calc(100% - 36px));
  margin: 56px auto 28px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 34px;
  background: rgba(3, 6, 7, 0.74);
  backdrop-filter: blur(16px);
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.footer-brand img {
  width: 200px;

  object-fit: contain;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 28px 0;
}

.footer-links a {
  color: var(--muted);
  font-family: var(--mono);
  font-weight: 800;
}

.footer-links a:hover {
  color: var(--cyan);
}

.site-footer p {
  margin: 0;
  color: rgba(244, 247, 251, 0.54);
  font-family: var(--mono);
}

.page-main {
  min-height: 70vh;
  display: grid;
  place-items: center;
  padding: 90px 18px 80px;
}

.page-card {
  width: min(900px, 100%);
  padding: clamp(26px, 5vw, 56px);
  border: 1px solid rgba(180, 92, 255, 0.3);
  border-radius: var(--radius);
  background: rgba(5, 8, 11, 0.78);
  backdrop-filter: blur(18px);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.5);
}

.page-card h1 {
  max-width: none;
  font-size: clamp(3rem, 9vw, 6.6rem);
  margin-bottom: 24px;
}

.metric-panel {
  margin-top: 34px;
  padding: 24px;
  border: 1px solid rgba(0, 241, 251, 0.24);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
}

.metric-panel h2 {
  max-width: none;
  margin-bottom: 10px;
  font-size: clamp(2rem, 5vw, 3.4rem);
}

@media (max-width: 980px) {
  .site-nav {
    align-items: flex-start;
    border-radius: 30px;
  }

  .site-nav nav {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .hero-section {
    grid-template-columns: 1fr;
    padding-top: 52px;
  }

  .hero-phones {
    min-height: 650px;
  }
}

@media (max-width: 760px) {
  .split {
    grid-template-columns: 1fr;
  }

  .split--reverse .split-copy,
  .split--reverse .split-visual {
    order: initial;
  }

  .split-copy,
  .split-visual,
  .split--reverse .split-copy,
  .split--reverse .split-visual {
    transform: translateY(48px);
  }
}

@media (max-width: 720px) {
  .site-nav {
    top: 8px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px 12px;
    padding: 10px;
  }

  .brand-mark img {
    width: 40px;
    height: 40px;
  }

  .site-nav nav {
    grid-column: 1 / -1;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 2px;
  }

  .site-nav nav a {
    min-width: max-content;
  }

  h1 {
    font-size: clamp(4rem, 23vw, 6rem);
  }

  .hero-section {
    min-height: auto;
    gap: 28px;
    padding-bottom: 54px;
  }

  .hero-phones {
    min-height: 540px;
  }

  .phone-front {
    width: min(270px, 64vw);
  }

  .phone-back {
    top: 120px;
    width: min(240px, 44vw);
  }

  .content-section {
    padding: 72px 0;
  }

  .mini-card-grid {
    grid-template-columns: 1fr;
  }

  .automatic-panel {
    min-height: 520px;
  }

  .lock-caption {
    right: 2%;
    bottom: 8%;
    max-width: 210px;
  }

  .model-stack {
    min-height: 560px;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .model-card {
    width: min(230px, 100%);
    justify-self: center;
    order: 2;
  }

  .phone-model {
    justify-self: center;
  }

  .model-card strong {
    font-size: 3.6rem;
  }

  .measure-overlay {
    left: 14px;
    top: 14px;
    min-width: 0;
    right: 14px;
  }

  .scan-rings {
    width: 130px;
    height: 130px;
  }

  .site-footer {
    padding: 24px;
  }
}

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

/* Extra phone chrome so every screenshot/video reads as a device. */
.phone-speaker {
  position: absolute;
  left: 50%;
  top: 19px;
  z-index: 4;
  width: 54px;
  height: 5px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.35);
}

.phone-frame::after {
  content: '';
  position: absolute;
  right: -2px;
  top: 23%;
  width: 3px;
  height: 12%;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  z-index: 4;
}

/* Review updates: keep app footage untouched inside phone frames, let bubbles breathe, and use app-store style icons. */
.bubble-field {
  z-index: 0;
}

.site-nav,
main,
.site-footer {
  position: relative;
  z-index: 1;
}

.hero-section {
  position: relative;
  background: transparent;
}

.hero-section::before {
  content: '';
  position: absolute;
  inset: 0 -10vw;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 72% 22%, rgba(180, 92, 255, 0.16), transparent 30rem),
    radial-gradient(circle at 44% 70%, rgba(0, 241, 251, 0.09), transparent 28rem);
}

.content-section {
  background: linear-gradient(180deg, rgba(7, 10, 13, 0.9), rgba(13, 9, 24, 0.86));
}

.content-section--sheer {
  background:
    radial-gradient(circle at 18% 20%, rgba(180, 92, 255, 0.08), transparent 28rem),
    radial-gradient(circle at 78% 78%, rgba(0, 241, 251, 0.07), transparent 28rem),
    rgba(0, 0, 0, 0.14);
  backdrop-filter: none;
}

.store-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 198px;
  min-height: 62px;
  padding: 11px 16px;
}

.store-icon {
  display: grid !important;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  color: #fff !important;
}

.store-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
  filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.22));
}

.store-copy,
.store-copy span,
.store-copy strong {
  display: block;
}

.store-copy span {
  color: rgba(244, 247, 251, 0.72);
  font-size: 0.72rem;
  letter-spacing: 0.02em;
}

.store-copy strong {
  color: #fff;
  font-size: 1.24rem;
  letter-spacing: -0.02em;
}

.aquarium-card,
.measure-visual {
  display: grid;
  place-items: center;
  width: min(480px, 100%);
  margin-inline: auto;
  padding: clamp(14px, 3vw, 24px);
  overflow: visible;
}

.phone-aquarium,
.phone-automatic,
.phone-measure {
  width: min(320px, 72vw);
  margin-inline: auto;
}

.measure-visual img,
.aquarium-card img {
  max-height: none;
  opacity: 1;
  filter: none;
}

.phone-media {
  object-fit: cover;
}

@media (max-width: 720px) {
  .store-button {
    min-width: 180px;
  }

  .phone-aquarium,
  .phone-automatic,
  .phone-measure {
    width: min(280px, 78vw);
  }
}

/* Final review pass: use transparent logo and keep phone wrappers clean. */
.measure-visual,
.download-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 620px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.measure-visual::before,
.download-visual::before,
.aquarium-card::before {
  content: none;
}

.phone-measure,
.phone-aquarium {
  width: min(320px, 66vw);
}

.download-visual .phone-aquarium {
  transform: rotateZ(-2deg);
}


@media (max-width: 720px) {
  .measure-visual,
  .download-visual {
    min-height: 560px;
  }
}


/* Copywriter review updates. */
.hero-copy h1 {
  text-shadow: none;
  overflow: visible;
}

.phone-front {
  animation: none;
}

@media (max-width: 720px) {
  h1 {
    font-size: clamp(3.1rem, 18vw, 5.1rem);
  }
}

/* WordPress integration adjustments. */
body.admin-bar .site-nav {
  top: 48px;
}

@media (max-width: 782px) {
  body.admin-bar .site-nav {
    top: 54px;
  }
}

.wp-site-blocks,
.site {
  background: transparent;
}

.page-content a:not(.text-link) {
  color: var(--cyan);
  font-weight: 800;
}

.page-content ul,
.page-content ol {
  color: var(--muted);
  font-size: clamp(1.06rem, 1.5vw, 1.32rem);
  line-height: 1.72;
}

.page-content .metric-panel h2 {
  color: var(--ink);
}

/* Keep content accessible if JS is unavailable; JS will re-enable reveal animations. */
.split-copy,
.split-visual,
.split--reverse .split-copy,
.split--reverse .split-visual {
  opacity: 1;
  transform: none;
}

.js .split-copy,
.js .split-visual {
  opacity: 0;
  transition: transform 800ms cubic-bezier(.16, 1, .3, 1), opacity 800ms ease;
}

.js .split-copy {
  transform: translateX(-72px);
}

.js .split-visual {
  transform: translateX(72px) scale(0.96);
}

.js .split--reverse .split-copy {
  transform: translateX(72px);
}

.js .split--reverse .split-visual {
  transform: translateX(-72px) scale(0.96);
}

.js .split.is-visible .split-copy,
.js .split.is-visible .split-visual {
  opacity: 1;
  transform: translateX(0) scale(1);
}

@media (max-width: 760px) {
  .js .split-copy,
  .js .split-visual,
  .js .split--reverse .split-copy,
  .js .split--reverse .split-visual {
    transform: translateY(48px);
  }

  .js .split.is-visible .split-copy,
  .js .split.is-visible .split-visual {
    transform: translateY(0) scale(1);
  }
}

/* Editable homepage block-editor support. */
.editable-home-content > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

.editable-home-content .wp-block-group {
  margin-block-start: 0;
  margin-block-end: 0;
}

.selling-points p {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  margin: 0;
  padding: 0 14px;
  border: 1px solid rgba(180, 92, 255, 0.36);
  border-radius: 999px;
  color: rgba(244, 247, 251, 0.86);
  font-family: var(--mono);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.2;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.mini-card-grid .mini-card {
  margin: 0;
}

.split-copy .mini-card {
  font-size: 1rem;
  line-height: 1.25;
}

/* Desktop/tablet column fix: keep marketing split sections two-up until true mobile widths. */
@media (min-width: 761px) {
  .editable-home-content .split.section-shell,
  .editable-home-content .section-shell.split {
    display: grid !important;
    grid-template-columns: minmax(0, 0.94fr) minmax(300px, 1.06fr) !important;
    align-items: center;
    gap: clamp(36px, 5vw, 68px);
  }

  .editable-home-content .split > :where(.split-copy, .split-visual) {
    width: 100%;
    max-width: none;
    min-width: 0;
    margin: 0;
  }

  .editable-home-content .split > * {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
  }

  .editable-home-content .split--reverse > .split-copy {
    order: 2;
  }

  .editable-home-content .split--reverse > .split-visual {
    order: 1;
  }

  .editable-home-content .split-copy {
    justify-self: stretch;
  }

  .editable-home-content .split-visual {
    justify-self: stretch;
  }
}

@media (min-width: 761px) and (max-width: 980px) {
  .editable-home-content .content-section {
    padding: 84px 0;
  }

  .editable-home-content .split-copy h2 {
    font-size: clamp(2.45rem, 5.35vw, 4rem);
    max-width: 12ch;
  }

  .editable-home-content .split-copy p {
    font-size: clamp(1rem, 1.8vw, 1.16rem);
  }

  .editable-home-content .mini-card-grid {
    gap: 10px;
  }

  .editable-home-content .mini-card,
  .editable-home-content .mini-card-grid .mini-card {
    min-height: 62px;
    padding: 12px;
    font-size: 0.92rem;
  }

  .editable-home-content .automatic-panel,
  .editable-home-content .model-stack,
  .editable-home-content .measure-visual,
  .editable-home-content .download-visual,
  .editable-home-content .privacy-visual {
    min-height: 560px;
  }

  .editable-home-content .phone-automatic,
  .editable-home-content .phone-measure,
  .editable-home-content .phone-aquarium,
  .editable-home-content .phone-model {
    width: min(300px, 88%);
  }

  .editable-home-content .model-stack {
    grid-template-columns: 1fr;
    place-items: center;
    gap: 18px;
  }

  .editable-home-content .model-card {
    order: 2;
    justify-self: center;
    width: min(240px, 100%);
  }

  .editable-home-content .phone-model {
    justify-self: center;
  }
}

@media (max-width: 760px) {
  .editable-home-content .split.section-shell,
  .editable-home-content .section-shell.split {
    grid-template-columns: 1fr !important;
    gap: 36px;
  }

  .editable-home-content .split--reverse > .split-copy,
  .editable-home-content .split--reverse > .split-visual {
    order: initial;
  }
}



/* =========================================================
   Variant Styles
   Switch with ?style=original|parents|outdoors|gaming
   ========================================================= */

body[class*="fishlock-style-"] .hero-copy h1,
body[class*="fishlock-style-"] .split-copy h2,
body[class*="fishlock-style-"] .page-card h1,
body[class*="fishlock-style-"] .brand-mark strong,
body[class*="fishlock-style-"] .footer-brand strong {
  letter-spacing: -0.04em;
}

body.fishlock-style-parents {
  color-scheme: light;
  --bg: #eef6ff;
  --ink: #183a60;
  --muted: rgba(24, 58, 96, 0.72);
  --faint: rgba(58, 132, 201, 0.12);
  --glass: rgba(255, 255, 255, 0.84);
  --glass-strong: rgba(255, 255, 255, 0.92);
  --panel: rgba(255, 255, 255, 0.92);
  --purple: #8264f4;
  --purple-2: #6a4be3;
  --cyan: #2f9fda;
  --blue: #4d8fff;
  --pink: #cb66ef;
  --yellow: #f0bf4f;
  --green: #53bd95;
  --orange: #e5a64a;
  --mono: Arial, Helvetica, "Segoe UI", sans-serif;
  --sans: Arial, Helvetica, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 4%, rgba(110, 170, 248, 0.14), transparent 28rem),
    linear-gradient(180deg, #f7fbff 0%, #eef7ff 42%, #e8f2fb 100%);
}

body.fishlock-style-parents::before {
  background: none;
}

body.fishlock-style-parents .bubble {
  border-color: rgba(69, 157, 224, 0.2);
  background: radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.16) 26%, rgba(69, 157, 224, 0.06) 64%);
  box-shadow: 0 0 14px rgba(69, 157, 224, 0.14);
}

body.fishlock-style-parents .site-nav {
  top: 14px;
  border-color: rgba(90, 146, 212, 0.2);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 40px rgba(35, 85, 125, 0.12);
}

body.fishlock-style-parents .brand-mark img,
body.fishlock-style-parents .footer-brand img {
  filter: none;
}

body.fishlock-style-parents .site-nav nav a,
body.fishlock-style-parents .mail-link,
body.fishlock-style-parents .footer-links a,
body.fishlock-style-parents .site-footer p {
  color: rgba(24, 58, 96, 0.82);
}

body.fishlock-style-parents .site-nav nav a:hover,
body.fishlock-style-parents .mail-link:hover,
body.fishlock-style-parents .footer-links a:hover,
body.fishlock-style-parents .text-link,
body.fishlock-style-parents .text-link.secondary {
  color: var(--purple-2);
}

body.fishlock-style-parents .mail-link {
  background: rgba(77, 143, 255, 0.08);
}

body.fishlock-style-parents .hero-section {
  min-height: auto;
  padding: 56px 28px 88px;
  border-radius: 38px;
  margin-top: 18px;
  background:
    linear-gradient(90deg, rgba(250, 253, 255, 0.95) 0%, rgba(250, 253, 255, 0.88) 40%, rgba(250, 253, 255, 0.74) 62%, rgba(250, 253, 255, 0.82) 100%),
    url("assets/style-variants/parents/hero-bg.png") center center / cover no-repeat;
  box-shadow: 0 24px 55px rgba(53, 104, 148, 0.12);
}

body.fishlock-style-parents .hero-copy h1 {
  color: #274c8a;
  font-weight: 800;
  letter-spacing: -0.05em;
  max-width: 10ch;
}

body.fishlock-style-parents .hero-copy h1 .text-gradient,
body.fishlock-style-parents h1 .gradient,
body.fishlock-style-parents h2 .gradient {
  background: linear-gradient(90deg, #7e5af1 0%, #4a9df7 55%, #16b2bf 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body.fishlock-style-parents .hero-lede,
body.fishlock-style-parents .split-copy p,
body.fishlock-style-parents .page-card p,
body.fishlock-style-parents .selling-points span,
body.fishlock-style-parents .selling-points p,
body.fishlock-style-parents .metric-panel p,
body.fishlock-style-parents .mini-card,
body.fishlock-style-parents .store-copy span {
  color: rgba(24, 58, 96, 0.82);
}

body.fishlock-style-parents .eyebrow {
  color: #2896bf;
}

body.fishlock-style-parents .selling-points span,
body.fishlock-style-parents .mini-card,
body.fishlock-style-parents .content-section,
body.fishlock-style-parents .page-card,
body.fishlock-style-parents .metric-panel,
body.fishlock-style-parents .automatic-panel,
body.fishlock-style-parents .aquarium-card,
body.fishlock-style-parents .model-stack,
body.fishlock-style-parents .measure-visual,
body.fishlock-style-parents .privacy-visual,
body.fishlock-style-parents .site-footer {
  border-color: rgba(90, 146, 212, 0.18);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 32px rgba(53, 104, 148, 0.08);
}

body.fishlock-style-parents .content-section {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.94), rgba(246,250,255,0.92)),
    url("assets/style-variants/parents/section-bg.png") center / cover no-repeat;
}

body.fishlock-style-parents .hero-phones .phone-back {
  display: none;
}

body.fishlock-style-parents .hero-phones {
  justify-content: center;
}

body.fishlock-style-parents .phone-frame {
  border: 10px solid #f8fbff;
  background: linear-gradient(180deg, #ffffff 0%, #eff4fb 100%);
  box-shadow: 0 22px 44px rgba(36, 71, 117, 0.16);
}

body.fishlock-style-parents .phone-frame::before {
  border-color: rgba(76, 121, 180, 0.12);
}

body.fishlock-style-parents .phone-notch,
body.fishlock-style-parents .phone-speaker {
  background: rgba(84, 117, 155, 0.14);
}

body.fishlock-style-parents .store-button {
  color: #17345a;
  border: 1px solid rgba(76, 121, 180, 0.18);
  background: rgba(255,255,255,0.95);
  box-shadow: 0 10px 24px rgba(39, 76, 121, 0.12);
}

body.fishlock-style-parents .store-button:hover {
  background: linear-gradient(90deg, rgba(130,100,244,0.12), rgba(47,159,218,0.12));
}

body.fishlock-style-parents .store-icon svg {
  fill: #274c8a;
}

body.fishlock-style-parents .privacy-orbit,
body.fishlock-style-parents .lock-caption,
body.fishlock-style-parents .measure-overlay span,
body.fishlock-style-parents .measure-overlay strong,
body.fishlock-style-parents .model-card strong,
body.fishlock-style-parents .model-card p {
  color: #274c8a;
}

body.fishlock-style-parents .site-footer {
  background: rgba(255,255,255,0.92);
}

body.fishlock-style-outdoors {
  --bg: #cde9f7;
  --ink: #14343b;
  --muted: rgba(20, 52, 59, 0.74);
  --faint: rgba(255, 255, 255, 0.09);
  --glass: rgba(10, 54, 73, 0.48);
  --glass-strong: rgba(7, 44, 59, 0.72);
  --panel: rgba(7, 44, 59, 0.64);
  --purple: #7f6cff;
  --purple-2: #5c4ce0;
  --cyan: #12c0d2;
  --blue: #24a0ff;
  --pink: #f35db8;
  --yellow: #f4c547;
  --green: #54c47f;
  --orange: #e89b36;
  --mono: Georgia, "Times New Roman", serif;
  --sans: Georgia, "Times New Roman", serif;
  background:
    linear-gradient(180deg, #7ac6f3 0%, #98dcf4 14%, #6db8d8 26%, #135c76 47%, #093749 70%, #072735 100%);
}

body.fishlock-style-outdoors::before {
  background: linear-gradient(180deg, rgba(255,255,255,0.14), transparent 35%, rgba(0,0,0,0.2) 100%);
}

body.fishlock-style-outdoors .bubble {
  border-color: rgba(255,255,255,0.28);
}

body.fishlock-style-outdoors .site-nav {
  border-color: rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.16);
  box-shadow: 0 16px 48px rgba(5, 34, 45, 0.24);
}

body.fishlock-style-outdoors .brand-mark strong,
body.fishlock-style-outdoors .footer-brand strong,
body.fishlock-style-outdoors .site-nav nav a,
body.fishlock-style-outdoors .mail-link,
body.fishlock-style-outdoors .footer-links a,
body.fishlock-style-outdoors .site-footer p,
body.fishlock-style-outdoors .selling-points span,
body.fishlock-style-outdoors .mini-card,
body.fishlock-style-outdoors .split-copy p,
body.fishlock-style-outdoors .hero-lede,
body.fishlock-style-outdoors .page-card p {
  color: rgba(241, 250, 252, 0.92);
}

body.fishlock-style-outdoors .brand-mark em,
body.fishlock-style-outdoors .footer-brand span,
body.fishlock-style-outdoors .eyebrow {
  color: #bff6ff;
}

body.fishlock-style-outdoors .mail-link {
  background: rgba(255,255,255,0.08);
}

body.fishlock-style-outdoors .site-nav nav a:hover,
body.fishlock-style-outdoors .mail-link:hover {
  color: #072735;
  background: linear-gradient(90deg, #f4c547, #12c0d2);
}

body.fishlock-style-outdoors .hero-section {
  min-height: auto;
  padding: 64px 28px 84px;
  margin-top: 18px;
  border-radius: 34px;
  background:
    linear-gradient(90deg, rgba(246, 251, 249, 0.88) 0%, rgba(246, 251, 249, 0.66) 42%, rgba(246, 251, 249, 0.12) 66%, rgba(246, 251, 249, 0) 100%),
    url("assets/style-variants/outdoors/hero-bg.png") center center / cover no-repeat;
  box-shadow: 0 24px 60px rgba(7, 44, 59, 0.28);
}

body.fishlock-style-outdoors .hero-copy h1,
body.fishlock-style-outdoors .split-copy h2,
body.fishlock-style-outdoors .page-card h1 {
  color: #103540;
  text-shadow: 0 2px 0 rgba(255,255,255,0.15);
}

body.fishlock-style-outdoors .hero-copy,
body.fishlock-style-outdoors .hero-copy .eyebrow,
body.fishlock-style-outdoors .hero-copy .hero-lede,
body.fishlock-style-outdoors .hero-copy .selling-points span {
  color: #103540;
}

body.fishlock-style-outdoors .hero-copy .eyebrow {
  color: #0f7682;
}

body.fishlock-style-outdoors .hero-copy .hero-lede,
body.fishlock-style-outdoors .hero-copy .selling-points span,
body.fishlock-style-outdoors .hero-copy .selling-points p,
body.fishlock-style-outdoors .hero-copy .store-copy span,
body.fishlock-style-outdoors .hero-copy .store-copy strong {
  color: #184450;
}

body.fishlock-style-outdoors .content-section,
body.fishlock-style-outdoors .page-card,
body.fishlock-style-outdoors .automatic-panel,
body.fishlock-style-outdoors .aquarium-card,
body.fishlock-style-outdoors .model-stack,
body.fishlock-style-outdoors .measure-visual,
body.fishlock-style-outdoors .privacy-visual,
body.fishlock-style-outdoors .site-footer {
  border-color: rgba(182, 237, 248, 0.16);
  background:
    linear-gradient(180deg, rgba(6, 56, 72, 0.68), rgba(3, 29, 38, 0.86)),
    url("assets/style-variants/outdoors/underwater-bg.png") center center / cover no-repeat;
  box-shadow: 0 24px 50px rgba(3, 29, 38, 0.2), inset 0 1px 0 rgba(255,255,255,0.06);
}

body.fishlock-style-outdoors .hero-phones .phone-back {
  display: none;
}

body.fishlock-style-outdoors .hero-phones {
  justify-content: flex-end;
}

body.fishlock-style-outdoors .phone-frame {
  border: 12px solid #1d2a2d;
  background: linear-gradient(180deg, #39484d 0%, #0d1418 100%);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.34);
}

body.fishlock-style-outdoors .phone-frame::before {
  border-color: rgba(242, 208, 139, 0.12);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.04);
}

body.fishlock-style-outdoors .phone-notch,
body.fishlock-style-outdoors .phone-speaker {
  background: rgba(255,255,255,0.12);
}

body.fishlock-style-outdoors .store-button {
  color: #f5fbfc;
  border-color: rgba(255,255,255,0.18);
  background: rgba(9, 44, 59, 0.7);
}

body.fishlock-style-outdoors .store-button:hover {
  background: linear-gradient(90deg, rgba(244,197,71,0.2), rgba(18,192,210,0.2));
}

body.fishlock-style-outdoors .store-icon svg { fill: #f5fbfc; }

body.fishlock-style-outdoors .privacy-orbit,
body.fishlock-style-outdoors .lock-caption,
body.fishlock-style-outdoors .measure-overlay span,
body.fishlock-style-outdoors .measure-overlay strong,
body.fishlock-style-outdoors .model-card strong,
body.fishlock-style-outdoors .model-card p {
  color: #e7fafc;
}

body.fishlock-style-outdoors .site-footer {
  background:
    linear-gradient(180deg, rgba(3, 28, 36, 0.9), rgba(2, 19, 26, 0.96)),
    url("assets/style-variants/outdoors/underwater-bg.png") center bottom / cover no-repeat;
}

body.fishlock-style-gaming {
  --bg: #030612;
  --ink: #f2f8ff;
  --muted: rgba(242, 248, 255, 0.78);
  --faint: rgba(122, 96, 255, 0.16);
  --glass: rgba(4, 8, 20, 0.72);
  --glass-strong: rgba(4, 8, 20, 0.88);
  --panel: rgba(6, 10, 26, 0.82);
  --purple: #d34aff;
  --purple-2: #9f4bff;
  --cyan: #15e9ff;
  --blue: #29a4ff;
  --pink: #ff3dc6;
  --yellow: #ffcc2f;
  --green: #2ff4b2;
  --orange: #ff9f3a;
  --mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  --sans: var(--mono);
  background:
    linear-gradient(180deg, rgba(1, 5, 22, 0.72), rgba(1, 5, 22, 0.84)),
    url("assets/style-variants/gaming/body-bg.png") center top / cover fixed no-repeat,
    linear-gradient(180deg, #030612 0%, #05091a 100%);
}

body.fishlock-style-gaming::before {
  background:
    linear-gradient(90deg, rgba(21,233,255,0.06) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(255,61,198,0.05) 0 1px, transparent 1px 100%);
  background-size: 26px 26px, 26px 26px;
  opacity: 0.35;
}

body.fishlock-style-gaming .bubble {
  border-color: rgba(130, 231, 255, 0.28);
  box-shadow: 0 0 16px rgba(21,233,255,0.16);
}

body.fishlock-style-gaming .site-nav {
  border-color: rgba(21,233,255,0.24);
  background: rgba(4, 8, 20, 0.72);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.4), 0 0 28px rgba(159, 75, 255, 0.12);
}

body.fishlock-style-gaming .site-nav nav a,
body.fishlock-style-gaming .mail-link,
body.fishlock-style-gaming .footer-links a,
body.fishlock-style-gaming .site-footer p,
body.fishlock-style-gaming .hero-lede,
body.fishlock-style-gaming .split-copy p,
body.fishlock-style-gaming .page-card p,
body.fishlock-style-gaming .selling-points span,
body.fishlock-style-gaming .mini-card {
  color: rgba(237, 244, 255, 0.88);
}

body.fishlock-style-gaming .site-nav nav a:hover,
body.fishlock-style-gaming .mail-link:hover,
body.fishlock-style-gaming .footer-links a:hover,
body.fishlock-style-gaming .text-link,
body.fishlock-style-gaming .text-link.secondary {
  color: var(--cyan);
}

body.fishlock-style-gaming .hero-section {
  min-height: auto;
  padding: 60px 20px 80px;
  margin-top: 18px;
  border-radius: 34px;
  background: linear-gradient(90deg, rgba(4,8,20,0.72) 0%, rgba(4,8,20,0.48) 48%, rgba(4,8,20,0.18) 100%);
  box-shadow: inset 0 0 0 1px rgba(21,233,255,0.08), 0 28px 64px rgba(0,0,0,0.34);
}

body.fishlock-style-gaming .hero-copy h1,
body.fishlock-style-gaming .split-copy h2,
body.fishlock-style-gaming .page-card h1,
body.fishlock-style-gaming .brand-mark strong,
body.fishlock-style-gaming .footer-brand strong {
  font-family: var(--mono);
  letter-spacing: -0.06em;
  text-shadow: 0 0 14px rgba(21,233,255,0.14);
}

body.fishlock-style-gaming .hero-phones .phone-back {
  display: none;
}

body.fishlock-style-gaming .hero-phones {
  justify-content: center;
}

body.fishlock-style-gaming .content-section,
body.fishlock-style-gaming .page-card,
body.fishlock-style-gaming .automatic-panel,
body.fishlock-style-gaming .aquarium-card,
body.fishlock-style-gaming .model-stack,
body.fishlock-style-gaming .measure-visual,
body.fishlock-style-gaming .privacy-visual,
body.fishlock-style-gaming .site-footer {
  border-color: rgba(211,74,255,0.26);
  background:
    linear-gradient(180deg, rgba(4,8,20,0.9), rgba(6,10,26,0.82)),
    url("assets/style-variants/gaming/section-bg.png") center center / cover no-repeat;
  box-shadow: inset 0 0 0 1px rgba(21,233,255,0.12), 0 0 24px rgba(159,75,255,0.14);
}

body.fishlock-style-gaming .phone-frame {
  border: 10px solid #120f23;
  background: linear-gradient(180deg, #1d1632 0%, #050912 100%);
  box-shadow: 0 0 0 1px rgba(21,233,255,0.16), 0 24px 50px rgba(0,0,0,0.35), 0 0 28px rgba(159,75,255,0.16);
}

body.fishlock-style-gaming .phone-frame::before {
  border-color: rgba(216, 94, 255, 0.18);
  box-shadow: inset 0 0 0 1px rgba(21,233,255,0.08);
}

body.fishlock-style-gaming .phone-notch,
body.fishlock-style-gaming .phone-speaker {
  background: rgba(255,255,255,0.14);
}

body.fishlock-style-gaming .store-button {
  border-color: rgba(21,233,255,0.24);
  background: rgba(7, 12, 27, 0.82);
  box-shadow: 0 0 18px rgba(211,74,255,0.12);
}

body.fishlock-style-gaming .store-button:hover {
  background: linear-gradient(90deg, rgba(21,233,255,0.14), rgba(211,74,255,0.14));
}

body.fishlock-style-gaming .privacy-orbit,
body.fishlock-style-gaming .lock-caption,
body.fishlock-style-gaming .measure-overlay span,
body.fishlock-style-gaming .measure-overlay strong,
body.fishlock-style-gaming .model-card strong,
body.fishlock-style-gaming .model-card p {
  text-shadow: 0 0 10px rgba(21,233,255,0.16);
}

body.fishlock-style-gaming .site-footer {
  background: rgba(4,8,20,0.88);
}

@media (max-width: 760px) {
  body.fishlock-style-parents .hero-section,
  body.fishlock-style-outdoors .hero-section,
  body.fishlock-style-gaming .hero-section {
    padding: 34px 18px 46px;
    border-radius: 28px;
  }

  body.fishlock-style-parents .hero-phones,
  body.fishlock-style-outdoors .hero-phones,
  body.fishlock-style-gaming .hero-phones {
    margin-top: 16px;
  }
}


/* =========================================================
   Post-QA layout and readability fixes
   ========================================================= */

.site-nav {
  width: min(1180px, calc(100% - 36px));
}

body.fishlock-style-parents .hero-copy h1,
body.fishlock-style-outdoors .hero-copy h1,
body.fishlock-style-gaming .hero-copy h1 {
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

body.fishlock-style-parents .split-copy h2 {
  color: #183a60;
}

body.fishlock-style-outdoors .hero-copy h1 {
  color: #103540;
}

body.fishlock-style-outdoors .split-copy h2,
body.fishlock-style-gaming .split-copy h2 {
  color: #f4fbff;
  text-shadow: 0 4px 22px rgba(0, 0, 0, 0.28);
}

body.fishlock-style-outdoors .split-copy p,
body.fishlock-style-outdoors .split-copy .eyebrow,
body.fishlock-style-gaming .split-copy p,
body.fishlock-style-gaming .split-copy .eyebrow {
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.24);
}

body.fishlock-style-parents .hero-section {
  background:
    linear-gradient(90deg, rgba(250, 253, 255, 0.98) 0%, rgba(250, 253, 255, 0.94) 44%, rgba(250, 253, 255, 0.76) 68%, rgba(250, 253, 255, 0.42) 100%),
    url("assets/style-variants/parents/hero-bg.png") center center / cover no-repeat;
}

body.fishlock-style-outdoors .hero-section {
  background:
    linear-gradient(90deg, rgba(246, 251, 249, 0.9) 0%, rgba(246, 251, 249, 0.72) 42%, rgba(246, 251, 249, 0.20) 66%, rgba(246, 251, 249, 0.02) 100%),
    url("assets/style-variants/outdoors/hero-bg.png") center center / cover no-repeat;
}

body.fishlock-style-parents .automatic-panel,
body.fishlock-style-parents .aquarium-card,
body.fishlock-style-parents .model-stack,
body.fishlock-style-parents .measure-visual,
body.fishlock-style-parents .privacy-visual,
body.fishlock-style-outdoors .automatic-panel,
body.fishlock-style-outdoors .aquarium-card,
body.fishlock-style-outdoors .model-stack,
body.fishlock-style-outdoors .measure-visual,
body.fishlock-style-outdoors .privacy-visual,
body.fishlock-style-gaming .automatic-panel,
body.fishlock-style-gaming .aquarium-card,
body.fishlock-style-gaming .model-stack,
body.fishlock-style-gaming .measure-visual,
body.fishlock-style-gaming .privacy-visual {
  background-image: none !important;
}

body.fishlock-style-parents .automatic-panel,
body.fishlock-style-parents .aquarium-card,
body.fishlock-style-parents .measure-visual,
body.fishlock-style-parents .privacy-visual,
body.fishlock-style-outdoors .automatic-panel,
body.fishlock-style-outdoors .aquarium-card,
body.fishlock-style-outdoors .measure-visual,
body.fishlock-style-outdoors .privacy-visual,
body.fishlock-style-gaming .automatic-panel,
body.fishlock-style-gaming .aquarium-card,
body.fishlock-style-gaming .measure-visual,
body.fishlock-style-gaming .privacy-visual {
  border-radius: var(--radius);
}

body.fishlock-style-parents .automatic-panel,
body.fishlock-style-outdoors .automatic-panel,
body.fishlock-style-gaming .automatic-panel {
  width: min(420px, 100%);
  min-height: auto;
  padding: 24px 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.14);
}

body.fishlock-style-parents .phone-automatic,
body.fishlock-style-outdoors .phone-automatic,
body.fishlock-style-gaming .phone-automatic {
  width: min(300px, 68vw);
  transform: none;
}

body.fishlock-style-parents .automatic-panel {
  background: rgba(255, 255, 255, 0.18) !important;
  border-color: rgba(76, 121, 180, 0.14);
}

body.fishlock-style-outdoors .automatic-panel,
body.fishlock-style-outdoors .aquarium-card,
body.fishlock-style-outdoors .measure-visual,
body.fishlock-style-outdoors .privacy-visual,
body.fishlock-style-outdoors .model-stack {
  background: linear-gradient(180deg, rgba(7, 44, 59, 0.20), rgba(3, 29, 38, 0.14)) !important;
  border: 1px solid rgba(182, 237, 248, 0.12);
}

body.fishlock-style-gaming .automatic-panel,
body.fishlock-style-gaming .aquarium-card,
body.fishlock-style-gaming .measure-visual,
body.fishlock-style-gaming .privacy-visual,
body.fishlock-style-gaming .model-stack {
  background: linear-gradient(180deg, rgba(4, 8, 20, 0.30), rgba(6, 10, 26, 0.20)) !important;
  border: 1px solid rgba(21, 233, 255, 0.10);
}

body.fishlock-style-gaming .lock-caption,
body.fishlock-style-outdoors .lock-caption {
  right: 5%;
  bottom: 8%;
}

@media (max-width: 760px) {
  .site-nav {
    width: calc(100% - 20px);
  }

  body.fishlock-style-parents .automatic-panel,
  body.fishlock-style-outdoors .automatic-panel,
  body.fishlock-style-gaming .automatic-panel {
    width: 100%;
    padding: 18px 10px;
  }
}


/* =========================================================
   v1.2.3 hero full-bleed + phone wrapper cleanup
   ========================================================= */

.site-nav {
  position: fixed;
  left: 50%;
  top: 16px;
  transform: translateX(-50%);
  margin: 0;
}

body.admin-bar .site-nav {
  top: 48px;
}

@media (max-width: 782px) {
  body.admin-bar .site-nav {
    top: 54px;
  }
}

.editable-home-content {
  margin-top: 0;
  padding-top: 0;
}

.editable-home-content > .wp-block-group:first-child,
.editable-home-content > .wp-block-group:first-child > .wp-block-group__inner-container {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#home.hero-section,
body.fishlock-style-original #home.hero-section,
body.fishlock-style-parents #home.hero-section,
body.fishlock-style-outdoors #home.hero-section,
body.fishlock-style-gaming #home.hero-section {
  width: 100vw !important;
  max-width: none !important;
  min-height: 100vh;
  margin: 0 calc(50% - 50vw) 0 calc(50% - 50vw) !important;
  border-radius: 0 !important;
  padding-top: clamp(132px, 11vw, 172px);
  padding-right: max(24px, calc((100vw - 1180px) / 2 + 18px));
  padding-bottom: clamp(76px, 8vw, 112px);
  padding-left: max(24px, calc((100vw - 1180px) / 2 + 18px));
  box-shadow: none;
}

body.fishlock-style-original #home.hero-section {
  background:
    radial-gradient(circle at 15% 4%, rgba(255, 35, 167, 0.18), transparent 31rem),
    radial-gradient(circle at 82% 12%, rgba(0, 241, 251, 0.14), transparent 32rem),
    linear-gradient(180deg, #020607 0%, #050812 56%, #030607 100%);
}

body.fishlock-style-parents #home.hero-section {
  background:
    linear-gradient(90deg, rgba(250, 253, 255, 0.98) 0%, rgba(250, 253, 255, 0.94) 44%, rgba(250, 253, 255, 0.76) 68%, rgba(250, 253, 255, 0.42) 100%),
    url("assets/style-variants/parents/hero-bg.png") center center / cover no-repeat;
}

body.fishlock-style-outdoors #home.hero-section {
  background:
    linear-gradient(90deg, rgba(246, 251, 249, 0.9) 0%, rgba(246, 251, 249, 0.72) 42%, rgba(246, 251, 249, 0.20) 66%, rgba(246, 251, 249, 0.02) 100%),
    url("assets/style-variants/outdoors/hero-bg.png") center center / cover no-repeat;
}

body.fishlock-style-gaming #home.hero-section {
  background:
    linear-gradient(90deg, rgba(4,8,20,0.76) 0%, rgba(4,8,20,0.52) 48%, rgba(4,8,20,0.22) 100%),
    url("assets/style-variants/gaming/body-bg.png") center center / cover no-repeat;
}

body.fishlock-style-parents .automatic-panel,
body.fishlock-style-outdoors .automatic-panel,
body.fishlock-style-gaming .automatic-panel {
  width: min(420px, 100%);
  min-height: auto;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

body.fishlock-style-parents .automatic-panel::before,
body.fishlock-style-parents .automatic-panel::after,
body.fishlock-style-outdoors .automatic-panel::before,
body.fishlock-style-outdoors .automatic-panel::after,
body.fishlock-style-gaming .automatic-panel::before,
body.fishlock-style-gaming .automatic-panel::after {
  display: none !important;
}

body.fishlock-style-parents .phone-automatic,
body.fishlock-style-outdoors .phone-automatic,
body.fishlock-style-gaming .phone-automatic {
  width: min(300px, 68vw);
  transform: none;
}

body.fishlock-style-parents .split-copy h2 {
  color: #183a60;
}

body.fishlock-style-outdoors .split-copy h2,
body.fishlock-style-gaming .split-copy h2 {
  color: #f4fbff;
  text-shadow: 0 4px 22px rgba(0, 0, 0, 0.28);
}

body.fishlock-style-outdoors .split-copy p,
body.fishlock-style-outdoors .split-copy .eyebrow,
body.fishlock-style-gaming .split-copy p,
body.fishlock-style-gaming .split-copy .eyebrow {
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.24);
}

@media (max-width: 980px) {
  #home.hero-section,
  body.fishlock-style-original #home.hero-section,
  body.fishlock-style-parents #home.hero-section,
  body.fishlock-style-outdoors #home.hero-section,
  body.fishlock-style-gaming #home.hero-section {
    grid-template-columns: 1fr;
    padding-top: clamp(120px, 17vw, 150px);
  }
}

@media (max-width: 720px) {
  #home.hero-section,
  body.fishlock-style-original #home.hero-section,
  body.fishlock-style-parents #home.hero-section,
  body.fishlock-style-outdoors #home.hero-section,
  body.fishlock-style-gaming #home.hero-section {
    padding-top: 112px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .site-nav {
    width: calc(100% - 20px);
  }

  body.fishlock-style-parents .automatic-panel,
  body.fishlock-style-outdoors .automatic-panel,
  body.fishlock-style-gaming .automatic-panel {
    width: 100%;
  }
}
