.floating-nav {
  position: fixed;
  z-index: 10;
  top: 0.85rem;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 1.2rem), 1040px);
  transform: translateX(-50%);
  gap: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  touch-action: pan-x;
  padding: 0.46rem 1.1rem;
  border: 1px solid rgba(207, 221, 224, 0.26);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(14, 28, 33, 0.82), rgba(5, 8, 10, 0.72)),
    rgba(4, 8, 10, 0.72);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  scrollbar-width: none;
}

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

.floating-nav::after {
  display: none;
}

.nav-brand {
  flex: 0 0 auto;
  color: var(--ink);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
  margin-left: 0.15rem;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.18rem;
  flex-wrap: nowrap;
  min-width: 0;
}

.floating-nav a:not(.nav-brand) {
  flex: 0 0 auto;
  padding: 0.5rem 0.72rem;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.floating-nav a:not(.nav-brand).is-active,
.floating-nav a:not(.nav-brand):focus-visible {
  background: rgba(255, 255, 255, 0.1);
  color: var(--ink);
}

.hero {
  display: grid;
  min-height: 92svh;
  align-items: start;
  justify-items: center;
  padding-top: clamp(12rem, 34vh, 19rem);
  overflow: hidden;
}

.hero-ambient {
  position: absolute;
  inset: -2% 3% auto;
  height: 56%;
  border: 0;
  background:
    url("../assets/images/peacock-background.png"),
    linear-gradient(115deg, rgba(44, 140, 136, 0.03), transparent 42%),
    linear-gradient(245deg, rgba(35, 45, 92, 0.06), transparent 48%);
  background-repeat: no-repeat;
  background-size: max(100vw, 80rem) auto, 100% 100%, 100% 100%;
  background-position: center top, 0 0, 0 0;
  filter: blur(0.2px);
  opacity: 0.34;
  transform: rotate(-2deg);
  mix-blend-mode: screen;
  mask-image: linear-gradient(180deg, black, black 64%, transparent);
}

.hero-inner {
  position: relative;
  width: min(100%, 960px);
  margin: 0 auto;
  text-align: center;
}

.hero h1 {
  font-size: clamp(1.42rem, 4.5vw, 2.72rem);
  max-width: 50rem;
}

.hero-headline-narrow {
  display: none;
}

.hero-copy {
  display: grid;
  gap: 1.1rem;
  max-width: 760px;
  margin: 1.4rem auto 0;
  color: var(--muted);
  font-size: clamp(1.2rem, 3.15vw, 1.5rem);
  line-height: 1.42;
  white-space: pre-line;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.48);
}

.hero-copy p,
.prose-block p,
.sarah-panel p,
.join-lines p,
.trust-copy p,
.hd-intro p {
  margin: 0;
}

.about-editorial {
  display: grid;
  gap: 1.8rem;
  margin-top: 2.4rem;
  text-align: center;
}

.prose-block,
.sarah-panel,
.play-card,
.testimonial-card,
.password-card,
.widget-placeholder,
.before-leaving,
.screenshot-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(18, 42, 48, 0.5), rgba(5, 12, 14, 0.42)),
    var(--panel);
  box-shadow: var(--shadow);
}

.prose-block {
  display: grid;
  gap: 1.15rem;
  max-width: 850px;
  margin: 0 auto;
  padding: clamp(1.1rem, 5vw, 2.1rem);
  color: var(--muted);
  border-color: rgba(207, 221, 224, 0.08);
  background:
    radial-gradient(circle at 18% 0%, rgba(44, 140, 136, 0.025), transparent 18rem),
    linear-gradient(145deg, rgba(8, 20, 24, 0.09), rgba(5, 10, 12, 0.08));
  font-size: clamp(1.14rem, 2.8vw, 1.38rem);
  line-height: 1.42;
  text-align: center;
}

.pull-line {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 4vw, 2rem);
  line-height: 1.2;
}

.sarah-panel {
  width: min(100%, 700px);
  margin: 0 auto;
  padding: clamp(1rem, 4vw, 1.35rem) clamp(1rem, 5vw, 2rem);
  color: var(--muted);
  border: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(87, 74, 134, 0.018), transparent 14rem),
    linear-gradient(180deg, rgba(7, 22, 27, 0.06), rgba(6, 12, 14, 0.02));
  box-shadow: none;
  font-size: clamp(1.11rem, 2.65vw, 1.28rem);
  line-height: 1.42;
  text-align: center;
  white-space: pre-line;
}

.sarah-panel h3,
.play-card h3,
.proof-heading h3,
.screenshot-card h2,
.before-leaving h2 {
  margin: 0 0 0.7rem;
  color: var(--ink);
  font-family: var(--display-font);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.12;
}

.sarah-panel p + p {
  margin-top: 1rem;
}

.sarah-panel p:nth-of-type(3) {
  line-height: 1.62;
}

.small-portrait {
  display: grid;
  width: 3.2rem;
  height: 3.2rem;
  margin: 0 auto 1rem;
  place-items: center;
  border: 1px solid rgba(207, 221, 224, 0.3);
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(44, 140, 136, 0.6), rgba(35, 45, 92, 0.58));
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
}

.sarah-portrait {
  display: block;
  width: 5.6rem;
  height: 5.6rem;
  margin: 0 auto 1rem;
  border: 1px solid rgba(207, 221, 224, 0.36);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 22px rgba(44, 140, 136, 0.16);
}

.quiet-note {
  color: var(--silver);
}

.card-row {
  margin-top: 2rem;
}

.carousel-shell {
  position: relative;
  margin-top: 2rem;
}

.carousel-shell::before,
.carousel-shell::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 1.2rem;
  width: 2.2rem;
  pointer-events: none;
}

.carousel-shell::before {
  left: -0.05rem;
  background: linear-gradient(90deg, #050b0c, transparent);
}

.carousel-shell::after {
  right: -0.05rem;
  background: linear-gradient(270deg, #050b0c, transparent);
}

.carousel-shell .card-row {
  margin-top: 0;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: none;
  width: 2.6rem;
  height: 2.6rem;
  transform: translateY(-50%);
  border: 1px solid rgba(201, 211, 212, 0.22);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(34, 111, 118, 0.14), transparent 62%),
    rgba(5, 12, 15, 0.78);
  color: var(--silver);
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1;
  backdrop-filter: blur(12px);
  box-shadow: 0 0 18px rgba(44, 140, 136, 0.14);
}

.carousel-prev {
  left: -1.1rem;
}

.carousel-next {
  right: -1.1rem;
}

.swipe-cue {
  display: flex;
  justify-content: center;
  gap: 0.35rem;
  margin-top: 0.2rem;
}

.swipe-cue span {
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: rgba(201, 211, 212, 0.28);
  box-shadow: 0 0 10px rgba(44, 140, 136, 0.18);
}

.swipe-cue span:first-child {
  background: rgba(44, 140, 136, 0.55);
}

.play-card {
  display: flex;
  min-height: 24rem;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.35rem;
  text-align: center;
  border-color: rgba(207, 221, 224, 0.1);
  background:
    radial-gradient(circle at 50% 0%, rgba(44, 140, 136, 0.018), transparent 13rem),
    linear-gradient(180deg, rgba(13, 28, 32, 0.075), rgba(5, 10, 12, 0.07));
}

.play-card p,
.testimonial-card p,
.proof-heading p {
  color: var(--muted);
  font-size: clamp(1.08rem, 2.7vw, 1.24rem);
  line-height: 1.42;
}

.proof-groups {
  display: grid;
  gap: 2.2rem;
  margin-top: 2.3rem;
  text-align: center;
}

.proof-group {
  position: relative;
  min-width: 0;
  max-width: 640px;
  margin: 0 auto;
  padding-left: 0;
}

.proof-group::before {
  display: none;
}

.proof-heading {
  max-width: 650px;
  margin-bottom: 0.8rem;
  margin-left: auto;
  margin-right: auto;
}

.proof-heading h3 {
  font-size: clamp(1.35rem, 5vw, 2rem);
}

.testimonial-row {
  display: flex;
  grid-template-columns: none;
  grid-auto-columns: unset;
  overflow-x: auto;
}

.proof-placeholder {
  max-width: 34rem;
  margin: 0.6rem auto 0;
  color: var(--quiet);
  font-size: 1rem;
  font-style: italic;
  line-height: 1.38;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 min(82vw, 19rem);
  min-height: 12rem;
  margin: 0;
  padding: 1.45rem 1.35rem;
  text-align: center;
  background:
    linear-gradient(145deg, rgba(18, 42, 48, 0.24), rgba(5, 12, 14, 0.18)),
    rgba(6, 18, 22, 0.16);
}

.quote {
  margin: 0;
}

.quote p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.18rem, 3vw, 1.38rem);
  line-height: 1.34;
}

.attribution {
  margin: 1rem 0 0;
  color: var(--quiet);
  font-size: 0.9rem;
  text-align: center;
}

.attribution::before {
  content: "\2014\00a0";
}

.join-section,
.connect-section {
  background: linear-gradient(180deg, transparent, rgba(13, 93, 105, 0.1), transparent);
}

.join-lines {
  display: grid;
  gap: 0.72rem;
  margin: 1.1rem auto 1.65rem;
  color: var(--muted);
}

.join-lines p {
  color: var(--ink);
  font-family: var(--display-font);
  font-weight: 500;
  font-size: clamp(1.18rem, 3.75vw, 1.7rem);
  line-height: 1.12;
}

.join-lines p:last-child {
  margin-top: 0.72rem;
}

.connect-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 1.25rem auto 1rem;
  text-align: center;
}

.connect-primary .sarah-portrait {
  flex: 0 0 auto;
  margin: 0;
}

.join-section .button-primary,
.connect-section .button-primary {
  border-color: rgba(201, 211, 212, 0.2);
  background: linear-gradient(135deg, rgba(7, 38, 49, 0.42), rgba(3, 24, 34, 0.44));
  box-shadow: none;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 0.65rem;
}

.social-icons a {
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  color: var(--silver);
}

.social-icons svg,
.lock-icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

.trust-copy {
  display: grid;
  max-width: 680px;
  gap: 1.05rem;
  margin: 1.4rem auto 0;
  color: var(--muted);
  font-size: clamp(1.18rem, 2.9vw, 1.42rem);
  line-height: 1.38;
}

.site-footer {
  padding: 2.5rem 1rem;
  border-top: 1px solid rgba(207, 221, 224, 0.12);
}

.footer-inner {
  display: grid;
  width: min(100%, var(--max));
  gap: 1rem;
  margin: 0 auto;
  text-align: center;
}

.footer-brand {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
}

.footer-links a {
  color: var(--muted);
  text-decoration: none;
}

.footer-small {
  margin: 0;
  color: var(--quiet);
  font-size: 0.85rem;
}

.hd-page {
  min-height: 100svh;
}

.legal-page {
  display: grid;
  min-height: 100svh;
  place-items: center;
  padding: 1rem;
}

.legal-panel {
  width: min(100%, 680px);
  padding: clamp(1.3rem, 5vw, 2rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  text-align: center;
}

.legal-panel h1 {
  font-size: clamp(2rem, 7vw, 3.4rem);
}

.legal-panel p {
  color: var(--muted);
  font-size: 1.12rem;
}

.legal-back {
  color: var(--silver);
  text-decoration: none;
}

.hd-shell {
  display: grid;
  width: min(100% - 2rem, 930px);
  min-height: 100svh;
  margin: 0 auto;
  place-items: center;
  padding: 2rem 0;
}

.password-card {
  display: grid;
  width: min(100%, 430px);
  gap: 1rem;
  padding: 1.2rem;
  text-align: center;
}

.password-card h1 {
  font-size: clamp(2rem, 7vw, 3rem);
}

.hd-intro h1 {
  font-size: clamp(2rem, 8vw, 3.8rem);
}

.password-card p {
  margin: 0;
  color: var(--muted);
}

.password-card input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
  color: var(--ink);
  padding: 0.85rem;
}

.form-error {
  min-height: 1.4rem;
  color: #f2b6b6 !important;
  font-size: 0.9rem;
}

.lock-icon {
  display: grid;
  width: 3rem;
  height: 3rem;
  margin: 0 auto;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.hd-lab {
  align-content: start;
  gap: 1rem;
  place-items: stretch;
}

.hd-intro {
  padding: 5rem 0 1rem;
  text-align: center;
}

.hd-intro p {
  max-width: 650px;
  margin: 0.65rem auto 0;
  color: var(--muted);
}

.security-note {
  padding: 0.75rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
}

.screenshot-guide {
  display: grid;
  gap: 0.85rem;
}

.screenshot-card {
  padding: 1rem;
  text-align: center;
}

.screenshot-visual {
  display: grid;
  height: 7rem;
  margin-bottom: 0.8rem;
  place-items: center;
  border: 1px solid rgba(207, 221, 224, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(44, 140, 136, 0.16), rgba(35, 45, 92, 0.2)),
    rgba(255, 255, 255, 0.03);
  color: var(--silver);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
}

.widget-placeholder,
.before-leaving {
  padding: 1.2rem;
  text-align: center;
}

.placeholder-label {
  margin: 0 0 0.45rem;
  color: var(--silver);
  font-weight: 800;
}

.before-leaving ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
  padding: 0;
  margin: 1rem 0 1.25rem;
  list-style: none;
}

.before-leaving li {
  padding: 0.4rem 0.7rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
}

@media (min-width: 760px) {
  .about-editorial {
    grid-template-columns: 1fr;
  }

  .screenshot-guide {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 860px) {
  .swipe-cue {
    display: none;
  }
}

.carousel-shell.is-scrollable .carousel-arrow {
  display: grid;
  place-items: center;
}

@media (max-width: 520px) {
  .floating-nav {
    justify-content: flex-start;
    border-radius: 18px;
    flex-wrap: nowrap;
  }

  .floating-nav.has-nav-overflow::after {
    content: "›";
    position: absolute;
    top: 0.5rem;
    right: 0.55rem;
    bottom: 0.5rem;
    display: grid;
    width: 2.15rem;
    place-items: center;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(5, 8, 10, 0), rgba(5, 8, 10, 0.78) 46%, rgba(5, 8, 10, 0.92));
    color: rgba(226, 237, 238, 0.68);
    font-size: 1rem;
    pointer-events: none;
  }

  .nav-links {
    flex: 1 1 auto;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

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

  .nav-brand {
    font-size: 0.92rem;
  }

  .hero h1 {
    width: calc(100vw - 1rem);
    max-width: none;
    font-size: clamp(1rem, 5.25vw, 1.42rem);
    white-space: pre-line;
  }

  .connect-primary {
    flex-direction: column;
    gap: 0.85rem;
    text-align: center;
  }

  .play-card {
    min-height: 26rem;
  }

  .hero-ambient {
    background-size: auto 30rem, 100% 100%, 100% 100%;
    background-position: 12% top, 0 0, 0 0;
    opacity: 0.4;
  }

  .hero {
    padding-top: clamp(11rem, 31vh, 14rem);
  }
}

@media (max-width: 360px) {
  .hero-headline-default {
    display: none;
  }

  .hero-headline-narrow {
    display: block;
  }
}
