:root {
  --foam: #f2f7f8;
  --ink: #101820;
  --gulf: #0f4c5c;
  --lagoon: #1b7a8c;
  --marker: #d97706;
  --depth: #083038;
  --mist: #c5d5d9;
  --card: rgba(8, 48, 56, 0.22);
  --line: rgba(242, 247, 248, 0.12);
  --muted: rgba(242, 247, 248, 0.58);
}

* { box-sizing: border-box; }

html {
  min-height: 100%;
  min-height: 100lvh;
  background-color: var(--depth);
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
}

body {
  min-height: 100%;
  min-height: 100lvh;
  font-family: "IBM Plex Sans", "Segoe UI", system-ui, sans-serif;
  color: var(--foam);
  background: transparent;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

.wash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  height: 100lvh;
  min-height: calc(100lvh + 6rem);
  z-index: -1;
  pointer-events: none;
  background-color: var(--depth);
  background-image:
    linear-gradient(
      180deg,
      rgba(8, 48, 56, 0.22) 0%,
      rgba(8, 48, 56, 0.12) 40%,
      rgba(8, 48, 56, 0.42) 100%
    ),
    url("/legal/fc-bg-bass-boat.jpg");
  background-size: cover;
  background-position: center 42%;
  background-repeat: no-repeat;
}

@media (min-width: 860px) {
  .wash {
    background-image:
      linear-gradient(
        180deg,
        rgba(8, 48, 56, 0.22) 0%,
        rgba(8, 48, 56, 0.12) 40%,
        rgba(8, 48, 56, 0.42) 100%
      ),
      url("/legal/fc-bg-bass-boat-wide.jpg?v=2");
    background-position: center 46%;
  }
}

.wrap {
  width: min(72rem, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.15rem 0 3rem;
}

.top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--foam);
  text-decoration: none;
}

.brand img {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  border: 1px solid var(--line);
  background: var(--depth);
}

.brand strong {
  font-family: Syne, "Segoe UI", sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

nav.links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

nav.links a {
  color: var(--foam);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 500;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(8, 48, 56, 0.45);
}

nav.links a:hover {
  background: var(--foam);
  color: var(--depth);
  border-color: var(--foam);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 2.25rem;
}

.kicker {
  margin: 0 0 0.45rem;
  color: var(--marker);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h1 {
  font-family: Syne, "Segoe UI", sans-serif;
  font-weight: 800;
  font-size: clamp(2.1rem, 5vw, 3.35rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin: 0 0 0.85rem;
}

.lede {
  margin: 0 0 1.25rem;
  max-width: 36rem;
  font-size: 1.05rem;
  color: rgba(242, 247, 248, 0.88);
}

.stores {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.7rem;
}

.badge {
  display: inline-flex;
  line-height: 0;
  text-decoration: none;
}

.badge img {
  display: block;
  height: 42px;
  width: auto;
}

.soon {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0.45rem 0.95rem;
  border-radius: 9px;
  border: 1px solid var(--line);
  background: rgba(8, 48, 56, 0.55);
  color: var(--foam);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.hero-phones {
  display: flex;
  justify-content: flex-end;
  gap: 0.85rem;
  overflow: hidden;
  min-height: 22rem;
}

.hero-phones .phone:nth-child(1) { transform: rotate(-6deg) translateY(18px); }
.hero-phones .phone:nth-child(2) { transform: rotate(4deg) translateY(0); z-index: 1; }

.shots {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0.25rem 0 1.4rem;
  margin: 0 0 2rem;
  -webkit-overflow-scrolling: touch;
}

.shots::-webkit-scrollbar { height: 8px; }
.shots::-webkit-scrollbar-thumb {
  background: rgba(242, 247, 248, 0.22);
  border-radius: 99px;
}

.shots figure {
  margin: 0;
  flex: 0 0 196px;
  scroll-snap-align: start;
}

.phone {
  background: #06181c;
  border: 2px solid rgba(242, 247, 248, 0.16);
  border-radius: 28px;
  padding: 9px;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.38);
}

.phone img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  background: var(--depth);
}

figcaption {
  margin-top: 0.55rem;
  text-align: center;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
  margin: 0 0 1.75rem;
}

.feature {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.05rem 1.1rem 1.15rem;
}

.feature h2 {
  font-family: Syne, "Segoe UI", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--marker);
  margin: 0 0 0.35rem;
}

.feature p {
  margin: 0;
  color: rgba(242, 247, 248, 0.86);
  font-size: 0.95rem;
}

.note {
  background: rgba(217, 119, 6, 0.1);
  border: 1px solid rgba(217, 119, 6, 0.28);
  border-radius: 14px;
  padding: 0.95rem 1.1rem;
  margin: 0 0 1.5rem;
  color: var(--foam);
}

.note strong { color: var(--marker); }

.bottom-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 0 0.25rem;
}

.bottom-cta p {
  margin: 0;
  max-width: 28rem;
  color: rgba(242, 247, 248, 0.86);
}

footer.foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
  margin-top: 1.75rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.82rem;
}

footer.foot a {
  color: var(--mist);
  text-decoration: none;
}

footer.foot a:hover { color: var(--foam); }

.fine {
  margin: 0.85rem 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  max-width: 46rem;
}

@media (max-width: 860px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }
  .hero-phones {
    justify-content: flex-start;
    min-height: 0;
  }
  .hero-phones .phone { width: 168px; }
  .features { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .top { flex-direction: column; align-items: flex-start; }
  .hero-phones { display: none; }
  .shots figure { flex-basis: 168px; }
}
