﻿:root {
  --bg: #f6f3ee;
  --paper: #ffffff;
  --paper-soft: #f0ebe4;
  --ink: #171717;
  --muted: #635f59;
  --line: rgba(23, 23, 23, 0.1);
  --gold: #9e6c24;
  --ink-surface: #161616;
  --rose: #d8c3ce;
  --shadow: 0 20px 48px rgba(23, 18, 13, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  color: var(--ink);
  background: var(--bg);
  overflow-x: hidden;
}

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

.app-shell {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
  padding: 18px 0 42px;
  position: relative;
}

.ambient {
  position: fixed;
  z-index: -1;
  pointer-events: none;
  filter: blur(72px);
  opacity: 0.55;
  animation: ambientPulse 12s ease-in-out infinite;
}

.ambient-a {
  width: 360px;
  height: 360px;
  top: -100px;
  left: -100px;
  background: rgba(158, 108, 36, 0.12);
}

.ambient-b {
  width: 360px;
  height: 360px;
  right: -120px;
  bottom: -120px;
  background: rgba(216, 195, 206, 0.22);
}

.topbar {
  position: sticky;
  top: 12px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  max-width: 100%;
}

.brand-badge {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  overflow: hidden;
  background: #111;
  box-shadow: 0 10px 24px rgba(23, 18, 13, 0.16);
  flex: 0 0 auto;
}

.brand-monogram {
  font-family: 'Syne', sans-serif;
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #fff;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.brand-copy strong,
.nav a {
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-copy small {
  color: var(--muted);
  font-size: 0.78rem;
  white-space: nowrap;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.nav a {
  color: #4b4741;
  font-size: 0.84rem;
  transition: color 0.22s ease, opacity 0.22s ease;
}

.nav a:hover,
.legal-dropdown a:hover {
  color: var(--ink);
}

.legal-menu {
  position: relative;
}

.legal-toggle {
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  display: grid;
  place-content: center;
  gap: 4px;
  list-style: none;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.legal-toggle::-webkit-details-marker {
  display: none;
}

.legal-toggle span {
  display: block;
  width: 17px;
  height: 2px;
  border-radius: 999px;
  background: #111;
  transition-property: transform, opacity;
  transition-duration: 0.22s;
  transition-timing-function: ease;
}

.legal-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 220px;
  max-width: min(88vw, 280px);
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
  display: grid;
  gap: 4px;
  transform-origin: top right;
  animation: menuDrop 0.24s ease;
}

.legal-dropdown a {
  display: block;
  padding: 12px 14px;
  border-radius: 12px;
  color: var(--muted);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.menu-group {
  display: grid;
  gap: 4px;
}

.menu-label {
  padding: 8px 12px 4px;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.menu-divider {
  height: 1px;
  margin: 6px 2px;
  background: var(--line);
}

.legal-dropdown a:hover {
  background: var(--paper-soft);
  transform: translateX(2px);
}

.hero-section,
.role-showcase,
.section {
  padding-top: 56px;
}

.hero-section {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 22px;
  align-items: center;
}

.hero-visual {
  width: min(100%, 430px);
  justify-self: end;
}

.hero-copy,
.phone-frame,
.role-card,
.about-card,
.feature-card,
.platform-card,
.journey-card,
.note-card,
.faq-item,
.download-panel {
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: var(--shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  min-width: 0;
}

.hero-copy {
  padding: 30px;
  border-radius: 28px;
}

.eyebrow,
.pill,
.step-no,
.note-index {
  display: inline-flex;
  width: fit-content;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0 0 16px;
  font-size: 0.78rem;
  color: var(--gold);
}

.hero-copy h1,
.section-head h2,
.role-card h2,
.about-card h3,
.feature-card h3,
.platform-card h3,
.journey-card h3,
.download-panel h2 {
  margin: 0;
  font-family: 'Syne', sans-serif;
  line-height: 1.04;
  overflow-wrap: anywhere;
}

.hero-copy h1 {
  font-size: clamp(2.6rem, 4.7vw, 4.6rem);
  max-width: 10ch;
}

.lead,
.hero-note p,
.section-head p,
.about-card p,
.feature-card p,
.platform-card p,
.journey-card p,
.note-card p,
.faq-item p,
.compact,
.footer-meta p,
.role-card p {
  color: var(--muted);
  line-height: 1.75;
}

.lead {
  margin: 22px 0 0;
  max-width: 44rem;
  font-size: 0.98rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid transparent;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.btn-primary {
  background: linear-gradient(135deg, #111, #333);
  color: #fff;
}

.btn-secondary {
  background: #fff;
  color: #111;
  border-color: var(--line);
}

.hero-note {
  margin-top: 22px;
  padding: 15px 16px;
  border-radius: 16px;
  background: var(--paper-soft);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.hero-note p {
  margin: 8px 0 0;
}

.phone-frame {
  padding: 16px;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff, #f2eee8);
  animation: floatSlow 6.5s ease-in-out infinite;
}

.phone-shot {
  width: 100%;
  display: block;
  border-radius: 22px;
  object-fit: contain;
  box-shadow: 0 16px 34px rgba(23, 18, 13, 0.12);
}

.hero-shot {
  max-height: 620px;
}

.phone-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 14px 16px;
  border-radius: 18px;
  background: var(--ink-surface);
  color: #fff;
  font-size: 0.84rem;
}

.map-card {
  height: 210px;
  margin-top: 14px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 25% 28%, rgba(158, 108, 36, 0.18), transparent 3rem),
    radial-gradient(circle at 74% 62%, rgba(100, 181, 246, 0.16), transparent 4rem),
    linear-gradient(90deg, rgba(23, 23, 23, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(23, 23, 23, 0.05) 1px, transparent 1px),
    #eef2f5;
  background-size: auto, auto, 30px 30px, 30px 30px, auto;
}

.status-card {
  padding: 16px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: #fff;
}

.status-card strong {
  display: block;
}

.status-card p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.7;
}

.accepted-card {
  margin-top: 14px;
}

.status-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 12px;
}

.dark-card {
  background: var(--ink-surface);
  color: #fff;
}

.dark-card p,
.light-pill {
  color: rgba(255, 255, 255, 0.82);
}

.role-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding-top: 18px;
}

.startup-strip {
  display: grid;
  grid-template-columns: 0.9fr 1.2fr 1fr;
  gap: 16px;
  padding-top: 22px;
}

.trust-chip {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.trust-chip strong {
  display: block;
  font-family: 'Syne', sans-serif;
  font-size: 0.95rem;
}

.trust-chip span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.55;
  font-size: 0.88rem;
}

.startup-card {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.startup-card h3,
.footer-bottom h3 {
  margin: 12px 0 0;
  font-family: 'Syne', sans-serif;
  line-height: 1.12;
  font-size: 1.18rem;
}

.startup-card p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.mission-card {
  background: linear-gradient(145deg, #ffffff, #f2ede6);
}

.access-card {
  background: linear-gradient(145deg, rgba(255,255,255,0.98), rgba(238,230,218,0.92));
}

.startup-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.role-card,
.about-card,
.feature-card,
.platform-card,
.journey-card,
.note-card,
.faq-item,
.download-panel {
  border-radius: 22px;
  padding: 20px;
}

.role-card h2 {
  font-size: 1.8rem;
  margin-top: 12px;
}

.role-card.ink {
  background: linear-gradient(160deg, #171717, #2a2a2a);
  color: #fff;
}

.role-card.rose {
  background: linear-gradient(160deg, #e7d8df, #d4bfca);
}

.pill {
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 0.76rem;
  background: rgba(255, 255, 255, 0.18);
}

.neutral-pill {
  background: var(--paper-soft);
}

.ticker-section {
  margin-top: 26px;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.ticker-track {
  display: flex;
  gap: 2rem;
  width: max-content;
  padding: 14px 0;
  animation: ticker 22s linear infinite;
}

.ticker-track span {
  color: #4d4944;
  letter-spacing: 0.16em;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.preview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 24px;
}

.preview-carousel {
  margin-top: 22px;
  width: min(100%, 430px);
  touch-action: pan-y;
}

.carousel-stage {
  overflow: hidden;
  border-radius: 22px;
  margin: 0 auto;
}

.carousel-track {
  display: flex;
  transition: transform 0.55s ease;
  will-change: transform;
}

.carousel-slide {
  min-width: 100%;
}

.carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 16px;
}

.carousel-btn {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: var(--shadow);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.carousel-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.carousel-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(23, 23, 23, 0.18);
  cursor: pointer;
  transition: transform 0.22s ease, background 0.22s ease, width 0.22s ease;
}

.carousel-dot.active {
  width: 26px;
  background: var(--gold);
}

.preview-card {
  margin: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--paper);
  box-shadow: var(--shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.preview-card img {
  width: 100%;
  border-radius: 20px;
  display: block;
  max-height: 540px;
  object-fit: contain;
  background: #f7f4ef;
}

.preview-card figcaption {
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.7;
}

.section-head {
  max-width: 760px;
  min-width: 0;
}

.section-head.narrow {
  max-width: 700px;
}

.preview-section .section-head.narrow {
  max-width: 540px;
}

.preview-copy-block {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.preview-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.preview-point {
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.preview-point strong {
  display: block;
  font-family: 'Syne', sans-serif;
  font-size: 0.98rem;
}

.preview-point p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.65;
  font-size: 0.9rem;
}

@media (min-width: 1100px) {
  .preview-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 28px;
    align-items: start;
  }

  .preview-section .section-head.narrow {
    max-width: 100%;
  }

  .preview-carousel {
    width: 320px;
    justify-self: end;
    margin-top: 6px;
  }
}

.section-head h2 {
  font-size: clamp(1.8rem, 3.1vw, 2.8rem);
}

.section-head p {
  margin-top: 14px;
}

.founder-credit {
  margin-top: 12px;
  color: #433d36;
  font-weight: 600;
}

.founder-credit a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.about-grid,
.feature-grid,
.platform-grid,
.journey-grid,
.notes-grid {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}

.about-grid {
  grid-template-columns: 1.1fr 0.9fr;
}

.soft-card {
  background: #fff;
}

.dark-surface {
  background: var(--ink-surface);
  color: #fff;
}

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

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

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

.owner-panel {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 20px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255,255,255,0.96), rgba(240,235,228,0.92));
  box-shadow: var(--shadow);
}

.owner-copy h2 {
  margin: 0;
  font-family: 'Syne', sans-serif;
  line-height: 1.08;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.owner-copy p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.owner-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.owner-points span {
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.85);
  color: #403a34;
  font-size: 0.92rem;
}

.owner-card-stack {
  display: grid;
  gap: 14px;
}

.owner-mini-card {
  padding: 18px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.owner-mini-card strong {
  display: block;
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
}

.owner-mini-card p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.accent-card {
  background: linear-gradient(160deg, #171717, #2b2b2b);
  color: #fff;
}

.accent-card p {
  color: rgba(255,255,255,0.8);
}

.feature-card h3,
.platform-card h3,
.journey-card h3,
.about-card h3 {
  font-size: 1.12rem;
}

.step-no,
.note-index {
  color: var(--gold);
  font-weight: 800;
  font-size: 0.82rem;
}

.note-card p {
  margin: 12px 0 0;
}

.faq-list {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 800;
  list-style: none;
  position: relative;
  padding-right: 28px;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  top: 0;
  right: 0;
  color: var(--gold);
  font-size: 1.2rem;
  line-height: 1;
  transition: transform 0.22s ease;
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
}

.faq-item p {
  margin: 12px 0 0;
}

.download-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: linear-gradient(145deg, #ffffff, #eee6da);
}

.compact {
  max-width: 44rem;
  margin: 14px 0 0;
}

.site-footer {
  display: grid;
  gap: 24px;
  margin-top: 62px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.25fr 0.6fr 0.7fr;
  gap: 36px;
  align-items: start;
}

.footer-brand-head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-signature {
  font-size: 0.76rem;
  opacity: 0.56;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.footer-signature:hover {
  opacity: 0.92;
  color: var(--ink);
}

.footer-brand {
  max-width: 420px;
}

.footer-brand strong {
  font-family: 'Syne', sans-serif;
  font-size: 1.08rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-brand p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.footer-tagline {
  font-size: 0.92rem;
}

.footer-copy {
  margin-top: 18px !important;
  max-width: 34ch;
}

.footer-badge {
  width: 44px;
  height: 44px;
  border-radius: 14px;
}

.footer-domain {
  color: var(--gold) !important;
  font-weight: 700;
}

.footer-column {
  display: grid;
  gap: 12px;
}

.footer-column h4 {
  margin: 0 0 6px;
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
}

.footer-column a,
.footer-bottom-right a {
  color: var(--muted);
  line-height: 1.7;
}

.footer-column a:hover,
.footer-bottom-right a:hover {
  color: var(--ink);
}

.social-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.social-link {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.social-link svg {
  width: 18px;
  height: 18px;
  stroke: #403a34;
  stroke-width: 1.7;
  fill: none;
}

.social-link svg path {
  fill: #403a34;
  stroke: none;
}

.social-link .fill-dot {
  fill: #403a34;
  stroke: none;
}

.social-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(23, 18, 13, 0.1);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.footer-meta p,
.footer-bottom-right p {
  margin: 0;
  color: var(--muted);
}

.footer-bottom-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

.heart {
  color: var(--gold);
}

.intro-fade {
  animation: introFade 0.9s ease both;
}

.intro-rise {
  animation: introRise 0.9s ease both;
}

.reveal {
  opacity: 1;
  transform: none;
}

.js-motion .reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.js-motion .reveal.show {
  opacity: 1;
  transform: translateY(0);
}

.topbar:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 50px rgba(23, 18, 13, 0.1);
}

.trust-chip:hover,
.startup-card:hover,
.owner-mini-card:hover,
.preview-point:hover,
.carousel-btn:hover,
.carousel-btn:focus-visible,
.carousel-dot:hover,
.carousel-dot:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 20px 44px rgba(23, 18, 13, 0.1);
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(23, 18, 13, 0.12);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  border-color: rgba(23, 23, 23, 0.18);
}

.legal-toggle:hover,
.legal-menu[open] .legal-toggle {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(23, 18, 13, 0.08);
}

.legal-menu[open] .legal-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.legal-menu[open] .legal-toggle span:nth-child(2) {
  opacity: 0;
}

.legal-menu[open] .legal-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero-copy:hover,
.role-card:hover,
.about-card:hover,
.feature-card:hover,
.platform-card:hover,
.journey-card:hover,
.note-card:hover,
.faq-item:hover,
.download-panel:hover,
.preview-card:hover,
.hero-note:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 54px rgba(23, 18, 13, 0.12);
}

.preview-card:hover img,
.phone-frame:hover .phone-shot {
  transform: scale(1.012);
}

.preview-card img,
.phone-shot {
  transition: transform 0.35s ease;
}

.role-card.ink:hover,
.dark-surface:hover {
  border-color: rgba(255, 255, 255, 0.12);
}

.faq-item {
  overflow: hidden;
}

.faq-item[open] {
  border-color: rgba(158, 108, 36, 0.24);
}

@keyframes ambientPulse {
  0%,
  100% {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.08) translate3d(12px, -10px, 0);
    opacity: 0.68;
  }
}

@keyframes menuDrop {
  from {
    opacity: 0;
    transform: translateY(-6px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes introFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes introRise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatSlow {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .js-motion .reveal,
  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1080px) {
  .hero-section,
  .about-grid,
  .download-panel,
  .owner-panel {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .trust-strip,
  .startup-strip,
  .preview-points,
  .feature-grid,
  .platform-grid,
  .journey-grid,
  .notes-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-visual,
  .preview-carousel {
    width: min(100%, 420px);
    justify-self: center;
    margin-inline: auto;
  }
}

@media (max-width: 900px) {
  .topbar {
    gap: 12px;
  }

  .nav {
    gap: 10px;
  }

  .nav a {
    font-size: 0.78rem;
  }

  .brand-copy strong {
    font-size: 0.92rem;
  }

  .brand-copy small {
    font-size: 0.72rem;
  }
}

@media (min-width: 1200px) {
  .hero-copy,
  .phone-frame,
  .role-card,
  .about-card,
  .feature-card,
  .platform-card,
  .journey-card,
  .note-card,
  .faq-item,
  .download-panel,
  .owner-panel,
  .trust-chip,
  .preview-card {
    box-shadow: 0 18px 40px rgba(23, 18, 13, 0.07);
  }
}

@media (max-width: 760px) {
  .app-shell {
    width: calc(100% - 20px);
    padding-top: 10px;
    padding-bottom: 28px;
  }

  .ambient {
    filter: blur(56px);
    opacity: 0.4;
  }

  .topbar {
    top: 8px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding: 12px 13px;
    border-radius: 18px;
  }

  .topbar > * {
    min-width: 0;
  }

  .brand {
    gap: 10px;
  }

  .brand-badge {
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }

  .brand-copy strong {
    font-size: 0.88rem;
  }

  .brand-copy small {
    display: none;
  }

  .nav {
    display: none;
  }

  .legal-menu {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    align-self: start;
  }

  .hero-section,
  .role-showcase,
  .section,
  .trust-strip,
  .startup-strip,
  .preview-points,
  .feature-grid,
  .platform-grid,
  .journey-grid,
  .notes-grid,
  .status-grid {
    grid-template-columns: 1fr;
  }

  .hero-section,
  .role-showcase,
  .section {
    padding-top: 38px;
  }

  .hero-copy,
  .phone-frame,
  .role-card,
  .startup-card,
  .about-card,
  .feature-card,
  .platform-card,
  .journey-card,
  .note-card,
  .faq-item,
  .download-panel {
    padding: 18px;
    border-radius: 20px;
  }

  .hero-copy h1 {
    font-size: clamp(1.82rem, 8.2vw, 2.5rem);
    line-height: 1.02;
    max-width: none;
  }

  .lead {
    margin-top: 16px;
    font-size: 0.94rem;
    line-height: 1.68;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 18px;
  }

  .btn {
    width: 100%;
    padding: 13px 16px;
  }

  .hero-note {
    margin-top: 16px;
    padding: 14px;
  }

  .phone-frame {
    padding: 12px;
    border-radius: 22px;
  }

  .hero-shot {
    max-height: 440px;
  }

  .hero-visual,
  .preview-carousel {
    width: 100%;
  }

  .trust-strip,
  .startup-strip,
  .preview-points {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .trust-strip::-webkit-scrollbar,
  .startup-strip::-webkit-scrollbar,
  .preview-points::-webkit-scrollbar {
    display: none;
  }

  .trust-chip,
  .startup-card,
  .preview-point {
    min-width: 84%;
    flex: 0 0 84%;
    scroll-snap-align: start;
  }

  .startup-strip {
    padding-top: 16px;
  }

  .ticker-section {
    display: none;
  }

  .preview-section {
    gap: 16px;
  }

  .preview-copy-block {
    gap: 14px;
  }

  .preview-carousel {
    margin-top: 8px;
  }

  .preview-card {
    padding: 12px;
  }

  .preview-card img {
    max-height: 400px;
  }

  .role-card h2,
  .section-head h2 {
    font-size: clamp(1.58rem, 7.2vw, 2.18rem);
  }

  .about-grid,
  .feature-grid,
  .platform-grid,
  .journey-grid,
  .notes-grid {
    gap: 14px;
    margin-top: 16px;
  }

  .owner-panel {
    padding: 18px;
    border-radius: 20px;
    gap: 16px;
  }

  .owner-points {
    gap: 8px;
    margin-top: 14px;
  }

  .owner-points span {
    font-size: 0.86rem;
  }

  .download-panel {
    align-items: stretch;
    gap: 18px;
  }

  .download-panel .hero-actions {
    width: 100%;
  }

  .notes-section {
    display: none;
  }

  .site-footer,
  .footer-main,
  .footer-bottom,
  .footer-bottom-right {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .legal-menu {
    width: auto;
  }

  .legal-toggle {
    width: 42px;
    height: 42px;
    border-radius: 999px;
  }

  .legal-dropdown {
    left: auto;
    right: 0;
    min-width: 220px;
  }
}
