/* Kimochi.fun — Home (spec v2.0) */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  background: var(--surface-bg);
  overflow-x: hidden;
}
img,
video {
  max-width: 100%;
  display: block;
}
a {
  color: var(--primary);
  text-decoration: none;
}
a:hover {
  color: var(--mint-500);
}
:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
  border-radius: 4px;
}
.vh {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 32px);
}
.gem {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: -0.12em;
  margin-left: 0.18em;
}

/* ---------- type ---------- */
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-family: var(--font-display);
  letter-spacing: var(--tracking-tight);
  text-wrap: balance;
}
h1 {
  font-size: clamp(2.25rem, 5.2vw, 3.5rem);
  line-height: 1.06;
  font-weight: 800;
}
h2.sec {
  font-size: clamp(1.75rem, 3.6vw, 2.75rem);
  line-height: 1.1;
  font-weight: 800;
  margin: 10px 0 0;
}
h3 {
  font-size: clamp(1.2rem, 2.1vw, 1.5rem);
  font-weight: 800;
  line-height: 1.2;
}
p {
  margin: 0;
}
.eyebrow {
  font-family: var(--font-body);
  font-size: var(--label-sm);
  font-weight: 700;
  letter-spacing: var(--tracking-eyebrow);
  text-transform: uppercase;
  color: var(--mint-550, #2a7c5e);
}
.lead {
  font-size: clamp(1rem, 1.35vw, 1.125rem);
  line-height: 1.62;
  color: var(--on-surface-variant);
  margin-top: 16px;
  max-width: 62ch;
  text-wrap: pretty;
}
.accent {
  color: var(--primary);
}
.note {
  font-size: var(--body-sm);
  color: var(--on-surface-dim);
  margin-top: 18px;
  max-width: 70ch;
}
.arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: var(--body-md);
  min-height: 44px;
}
.arrow-link .a {
  transition: transform var(--dur-2) var(--ease-out);
}
.arrow-link:hover .a {
  transform: translateX(4px);
}

/* ---------- buttons / badges ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: var(--radius-full);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--body-md);
  border: 0;
  cursor: pointer;
  transition:
    transform var(--dur-2) var(--ease-soft),
    box-shadow var(--dur-2);
}
.btn-primary {
  background: var(--primary);
  color: #fff;
  box-shadow: var(--shadow-primary);
}
.btn-ghost {
  background: transparent;
  color: var(--primary);
  box-shadow: inset 0 0 0 1.5px var(--outline);
}
.btn:hover {
  transform: translateY(-2px);
}
.btn-sm {
  min-height: 42px;
  padding: 0 16px;
  font-size: var(--body-sm);
}
.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.badge {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 52px;
  padding: 0 18px 0 15px;
  border-radius: 12px;
  background: var(--neutral-900);
  color: #fff;
}
.badge svg {
  width: 22px;
  height: 22px;
  flex: none;
}
.badge .bt {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  font-family: var(--font-display);
}
.badge .bt i {
  font-style: normal;
  font-size: 9.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.72;
}
.badge .bt b {
  font-size: 14px;
  font-weight: 700;
}
.badge:hover {
  color: #fff;
  transform: translateY(-2px);
  transition: transform var(--dur-2);
}

/* app-icon store lockup */
.lockup {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  background: var(--surface);
  border-radius: var(--radius-lg);
  padding: 18px;
  box-shadow: var(--shadow-md);
  margin-top: 26px;
}
.lockup > img {
  width: 88px;
  height: 88px;
  border-radius: 22px;
  flex: none;
}
.lk-name {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.lk-name b {
  font-family: var(--font-display);
  font-size: var(--title-lg);
  font-weight: 800;
}
.chip16 {
  font-size: var(--label-sm);
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 3px 8px;
  border-radius: var(--radius-xs);
  background: var(--surface-low);
  color: var(--on-surface-variant);
}
.lk-pub {
  font-size: var(--body-sm);
  color: var(--on-surface-dim);
  margin-top: 2px;
}
.lockup .badges {
  margin-top: 14px;
  grid-column: 1/-1;
}
.lk-free {
  grid-column: 1/-1;
  font-size: var(--body-sm);
  color: var(--on-surface-variant);
}

/* ---------- nav ---------- */
.top {
  position: sticky;
  top: 0;
  z-index: 60;
  height: 64px;
  display: flex;
  align-items: center;
  background: var(--surface-overlay);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: box-shadow var(--dur-2);
}
.top.stuck {
  box-shadow: var(--shadow-sm);
}
.top .wrap {
  display: flex;
  align-items: center;
  gap: 18px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--on-surface);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.06rem;
}
.brand img {
  width: 34px;
  height: 34px;
  border-radius: 10px;
}
.nav-mid {
  display: flex;
  gap: 4px;
  margin-left: auto;
}
.nav-mid a {
  padding: 9px 13px;
  border-radius: var(--radius-full);
  font-size: var(--body-sm);
  font-weight: 600;
  color: var(--on-surface-variant);
}
.nav-mid a:hover {
  background: var(--primary-light);
  color: var(--primary);
}
.nav-right {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}
.nav-mid + .nav-right {
  margin-left: 0;
}
.burger {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  padding: 0 10px;
}
.burger i {
  display: block;
  height: 2px;
  background: var(--on-surface);
  border-radius: 2px;
}
.sheet {
  position: fixed;
  inset: 64px 0 0;
  z-index: 55;
  background: var(--surface);
  padding: 24px clamp(18px, 5vw, 32px) 40px;
  display: none;
  overflow: auto;
}
.sheet.open {
  display: block;
}
.sheet nav {
  display: flex;
  flex-direction: column;
}
.sheet nav a {
  padding: 16px 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--on-surface);
  box-shadow: inset 0 -1px 0 var(--outline-variant);
}
.sheet .badges {
  margin-top: 26px;
}

/* ---------- section shells ---------- */
.band {
  padding: clamp(56px, 7vw, 104px) 0;
  position: relative;
}
.band-soft {
  background: var(--surface-low);
}
.band-store {
  background: linear-gradient(135deg, #f6f8cf 0%, #c7efdb 52%, #9ee8e6 100%);
}
.band-store .lead,
.band-store p {
  color: var(--on-surface);
}
.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
}
.blob.mint {
  background: radial-gradient(circle, #9fdcc1, transparent 70%);
}
.blob.cream {
  background: radial-gradient(circle, #ecf0d0, transparent 70%);
}
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.6s var(--ease-out),
    transform 0.6s var(--ease-out);
}
.reveal.in {
  opacity: 1;
  transform: none;
}

/* stickers */
.sticker {
  width: clamp(48px, 6vw, 64px);
  height: auto;
  border-radius: 16px;
  animation: float 3s var(--ease-in-out) infinite;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(-4px);
  }
  50% {
    transform: translateY(4px);
  }
}

/* ---------- hero ---------- */
.hero {
  position: relative;
  padding: clamp(40px, 5vw, 70px) 0 clamp(56px, 7vw, 90px);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #f6f8cf, #c7efdb, #9ee8e6);
  opacity: 0.35;
  z-index: 0;
}
.hero .wrap {
  position: relative;
  z-index: 1;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 48%) minmax(0, 52%);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}
.hero-sticker {
  position: absolute;
  z-index: 2;
  opacity: 0.9;
}
.trust {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 26px;
  flex-wrap: wrap;
}
.stack {
  display: flex;
}
.stack img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2.5px solid var(--surface);
  object-fit: cover;
  margin-left: -12px;
}
.stack img:first-child {
  margin-left: 0;
}
.trust p {
  font-size: var(--body-sm);
  color: var(--on-surface-variant);
  max-width: 40ch;
  flex: 1 1 240px;
}

/* carousel */
.car {
  position: relative;
  max-width: 420px;
  margin-inline: auto;
}
.car-view {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 8px 0 14px;
  align-items: center;
}
.car-view::-webkit-scrollbar {
  display: none;
}
.car-slide {
  flex: 0 0 78%;
  max-width: 340px;
  scroll-snap-align: center;
  transform: scale(0.88);
  opacity: 0.4;
  transition:
    transform 0.45s var(--ease-out),
    opacity 0.45s var(--ease-out);
}
.car-slide.on {
  transform: none;
  opacity: 1;
}
.car-slide img {
  width: 100%;
  height: auto;
  border-radius: 26px;
}
.car-cap {
  text-align: center;
  margin-top: 6px;
  min-height: 66px;
}
.car-cap b {
  display: block;
  font-family: var(--font-display);
  font-size: var(--title-lg);
  font-weight: 800;
}
.car-cap span {
  font-size: var(--body-sm);
  color: var(--on-surface-variant);
}
.dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 12px;
}
.dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: var(--radius-full);
  background: var(--outline);
  cursor: pointer;
  transition:
    width var(--dur-2),
    background var(--dur-2);
}
.dots button[aria-current="true"] {
  width: 24px;
  background: var(--primary);
}
.car-nav {
  position: absolute;
  top: 38%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0;
  background: var(--surface);
  box-shadow: var(--shadow-md);
  cursor: pointer;
  opacity: 0;
  transition: opacity var(--dur-2);
  font-size: 18px;
  color: var(--primary);
  z-index: 3;
}
.car:hover .car-nav,
.car-nav:focus-visible {
  opacity: 1;
}
.car-nav.prev {
  left: -6px;
}
.car-nav.next {
  right: -6px;
}
.float {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--surface);
  border-radius: var(--radius-md);
  padding: 11px 15px;
  box-shadow: var(--shadow-lg);
  font-size: var(--body-sm);
}
.float b {
  display: block;
  font-family: var(--font-display);
  font-size: var(--title-sm);
  font-weight: 700;
}
.float small {
  color: var(--on-surface-dim);
  font-size: var(--label-md);
}
.float .fi {
  font-size: 20px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: var(--primary-light);
}
.float.f1 {
  left: -10px;
  top: 14%;
}
.float.f2 {
  right: -10px;
  bottom: 22%;
}

/* ---------- cards / grids ---------- */
.grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-top: 36px;
}
.card {
  background: var(--surface);
  border-radius: var(--radius-lg);
  padding: 26px;
  box-shadow: var(--shadow-sm);
}
.ag-card h3 {
  margin-top: 16px;
}
.ag-card p {
  margin-top: 10px;
  font-size: var(--body-md);
  line-height: 1.6;
  color: var(--on-surface-variant);
}
.ag-card img {
  width: 64px;
  height: 64px;
  border-radius: 18px;
}
.split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  background: var(--surface);
  border-radius: var(--radius-xl);
  padding: clamp(24px, 3.5vw, 40px);
  box-shadow: var(--shadow-sm);
  margin-top: 32px;
}
.split h3 {
  margin-top: 12px;
}
.split p {
  margin-top: 12px;
  color: var(--on-surface-variant);
  line-height: 1.6;
}
.vibe {
  background: var(--surface-low);
  border-radius: var(--radius-lg);
  padding: 22px;
}
.vt {
  font-size: var(--label-sm);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: var(--tracking-eyebrow);
  color: var(--on-surface-dim);
}
.vrow {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: baseline;
  padding: 12px 0;
  box-shadow: inset 0 -1px 0 var(--outline-variant);
  font-size: var(--body-sm);
}
.vrow span {
  color: var(--on-surface-dim);
}
.vrow b {
  font-family: var(--font-display);
  text-align: right;
}
.figure {
  margin: 28px 0 0;
}
.figure img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  width: 100%;
}
.figure figcaption {
  font-size: var(--body-sm);
  color: var(--on-surface-dim);
  margin-top: 10px;
}

/* ---------- companions scroller ---------- */
.co-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  padding: 32px 2px 10px;
}
.co-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  background: var(--surface);
  transition:
    transform var(--dur-3) var(--ease-out),
    box-shadow var(--dur-3);
}
.co-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: top center;
}
.co-scrim {
  position: absolute;
  inset: auto 0 0 0;
  padding: 56px 18px 18px;
  background: linear-gradient(
    to top,
    rgba(26, 32, 30, 0.86),
    rgba(26, 32, 30, 0.55) 45%,
    transparent
  );
}
.co-name {
  font-family: var(--font-display);
  font-size: var(--title-lg);
  font-weight: 800;
  color: #fff;
}
.co-handle {
  font-size: var(--label-md);
  color: rgba(255, 255, 255, 0.82);
}
.co-bio {
  font-size: var(--body-sm);
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
  margin-top: 10px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition:
    max-height var(--dur-3) var(--ease-out),
    opacity var(--dur-3);
}
.co-card:hover,
.co-card:focus-within {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}
.co-card:hover .co-bio,
.co-card:focus-within .co-bio {
  max-height: 6em;
  opacity: 1;
}
.co-pill {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(8px);
  font-size: var(--label-sm);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--primary);
}
.co-style {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 5px 11px;
  border-radius: var(--radius-full);
  background: var(--secondary-container);
  color: var(--blush-700);
  font-size: var(--label-md);
  font-weight: 600;
}
.co-res {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 9px 15px;
  border-radius: var(--radius-full);
  background: var(--primary);
  color: #fff;
  font-family: var(--font-display);
  font-size: var(--body-sm);
  font-weight: 700;
}
.rail-hint {
  font-size: var(--body-sm);
  color: var(--on-surface-dim);
}

.styles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 16px;
  margin-top: 26px;
}
.styles figure {
  margin: 0;
}
.styles img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: top center;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-xs);
}
.styles figcaption {
  font-size: var(--label-lg);
  font-weight: 600;
  color: var(--on-surface-variant);
  margin-top: 8px;
  text-align: center;
}
.tax {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 26px;
  margin-top: 44px;
}
.tokens {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 14px;
}
.tok {
  background: var(--surface);
  border-radius: var(--radius-full);
  padding: 8px 14px;
  font-size: var(--body-sm);
  color: var(--on-surface-variant);
  box-shadow: var(--shadow-xs);
}
.tok b {
  color: var(--on-surface);
  font-family: var(--font-display);
  margin-right: 5px;
}

/* ---------- yours alone ---------- */
.reserve-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
}
.dialog {
  background: var(--surface);
  border-radius: var(--radius-xl);
  padding: 26px;
  box-shadow: var(--shadow-xl);
  max-width: 400px;
  margin: 0 auto;
  position: relative;
}
.dialog h4 {
  font-size: var(--title-lg);
  text-align: center;
}
.dialog .dl-av {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 14px;
  display: block;
}
.dialog p {
  font-size: var(--body-sm);
  color: var(--on-surface-variant);
  text-align: center;
  margin-top: 10px;
  line-height: 1.55;
}
.dialog .dl-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  box-shadow: inset 0 -1px 0 var(--outline-variant);
  font-size: var(--body-sm);
}
.dialog .dl-row b {
  font-family: var(--font-display);
}
.dialog .dl-cta {
  margin-top: 18px;
  display: flex;
  gap: 10px;
}
.dialog .dl-cta span {
  flex: 1;
  text-align: center;
  padding: 13px;
  border-radius: var(--radius-full);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--body-sm);
}
.dialog .dl-cta .y {
  background: var(--primary);
  color: #fff;
}
.dialog .dl-cta .n {
  background: var(--surface-low);
  color: var(--on-surface-variant);
}
.dl-sticker {
  position: absolute;
  right: -18px;
  top: -26px;
  width: 72px;
  border-radius: 18px;
}

/* ---------- features grid ---------- */
.feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 38px;
}
.feat {
  background: var(--surface);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: 26px;
}
.feat img.sticker {
  width: 48px;
  height: 48px;
}
.feat h3 {
  margin-top: 14px;
}
.feat p {
  margin-top: 8px;
  font-size: var(--body-md);
  color: var(--on-surface-variant);
  line-height: 1.55;
}

/* ---------- language ticker ---------- */
.ticker {
  margin-top: 36px;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent,
    #000 10%,
    #000 90%,
    transparent
  );
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 10%,
    #000 90%,
    transparent
  );
}
.trow {
  display: flex;
  gap: 10px;
  width: max-content;
  margin-bottom: 12px;
}
.trow > span {
  background: var(--surface);
  border-radius: var(--radius-full);
  padding: 10px 18px;
  font-size: var(--body-md);
  white-space: nowrap;
  box-shadow: var(--shadow-xs);
}
.trow > span.more {
  background: var(--primary);
  color: #fff;
  font-weight: 700;
}
.t1 {
  animation: tk 40s linear infinite;
}
.t2 {
  animation: tk 55s linear infinite reverse;
}
.t3 {
  animation: tk 48s linear infinite;
}
@keyframes tk {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* ---------- steps / faq ---------- */
.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 22px;
  margin-top: 38px;
  counter-reset: s;
}
.step {
  background: var(--surface);
  border-radius: var(--radius-lg);
  padding: 26px;
  box-shadow: var(--shadow-sm);
  counter-increment: s;
}
.step::before {
  content: counter(s);
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 800;
  margin-bottom: 16px;
}
.step p {
  margin-top: 10px;
  font-size: var(--body-md);
  color: var(--on-surface-variant);
  line-height: 1.55;
}
.faq {
  max-width: 820px;
  margin: 34px auto 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.q {
  background: var(--surface);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-xs);
  overflow: hidden;
}
.q summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 22px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--body-lg);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  min-height: 56px;
}
.q summary::-webkit-details-marker {
  display: none;
}
.q summary::after {
  content: "+";
  font-size: 22px;
  color: var(--primary);
  font-weight: 600;
  flex: none;
}
.q[open] summary::after {
  content: "–";
}
.qa {
  padding: 0 22px 20px;
  font-size: var(--body-md);
  line-height: 1.62;
  color: var(--on-surface-variant);
}
.qa a {
  font-weight: 600;
}
.faq-wrap {
  position: relative;
}
.faq-sticker {
  position: absolute;
  right: 0;
  top: -14px;
  width: 66px;
  border-radius: 18px;
}
.final {
  text-align: center;
}
.final .lockup {
  max-width: 620px;
  margin: 30px auto 0;
  text-align: left;
}
.final .fine {
  font-size: var(--body-sm);
  color: var(--on-surface-variant);
  margin-top: 20px;
}

/* ---------- footer ---------- */
footer {
  background: var(--neutral-800);
  color: #e6ece9;
  padding: clamp(48px, 6vw, 72px) 0 32px;
}
.f-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: clamp(24px, 3vw, 44px);
}
.f-brand p {
  font-size: var(--body-sm);
  color: #a8b5b1;
  line-height: 1.6;
  margin-top: 14px;
  max-width: 38ch;
}
.f-brand .badges {
  margin-top: 20px;
}
footer h5 {
  font-family: var(--font-display);
  font-size: var(--body-md);
  margin-bottom: 14px;
  color: #fff;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
footer ul a {
  color: #a8b5b1;
  font-size: var(--body-sm);
}
footer ul a:hover {
  color: #fff;
}
.f-bottom {
  margin-top: 44px;
  padding-top: 22px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: var(--body-sm);
  color: #8a9793;
}
.f-bottom .meta {
  display: flex;
  gap: 16px;
}

/* ---------- responsive ---------- */
@media (max-width: 1180px) {
  .float.f1 {
    left: 0;
  }
  .float.f2 {
    right: 0;
  }
  .co-rail {
    grid-template-columns: repeat(2, 1fr);
  }
  .feat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1023px) {
  .nav-mid {
    display: none;
  }
  .nav-right,
  .nav-mid + .nav-right {
    margin-left: auto;
  }
  .burger {
    display: flex;
  }
  .nav-right .btn-ghost {
    display: none;
  }
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .reserve-grid {
    grid-template-columns: 1fr;
  }
  .f-grid {
    grid-template-columns: 1fr 1fr;
  }
  .car-nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .car {
    max-width: 320px;
  }
  .car-slide {
    flex: 0 0 100%;
    max-width: none;
    transform: none;
    opacity: 1;
  }
  .co-rail {
    grid-template-columns: 1fr;
  }
  .feat-grid {
    grid-template-columns: 1fr;
  }
  .co-bio {
    max-height: 6em;
    opacity: 1;
  }
  .float {
    display: none;
  }
  .lockup {
    grid-template-columns: 1fr;
  }
  .lockup > img {
    width: 72px;
    height: 72px;
  }
  .f-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 479px) {
  .badge {
    height: 48px;
    padding: 0 14px;
  }
  .band {
    padding: 44px 0;
  }
  .trust p {
    font-size: var(--label-lg);
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0s !important;
  }
  .car-slide {
    transform: none;
    opacity: 1;
  }
  .trow {
    flex-wrap: wrap;
    width: auto;
  }
  .ticker {
    -webkit-mask-image: none;
    mask-image: none;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
  .co-bio {
    max-height: 6em;
    opacity: 1;
  }
}
