/* Love Tap — refined dark site system, matched to the source design. */

:root {
  --bg:        #09090c;
  --bg-soft:   #0d0d11;
  --pink:      #ffa5e8;
  --pink-200:  #ffc7f1;
  --pink-600:  #d65cb0;
  --ink:       #f6f4f8;

  --text:      rgba(247, 244, 250, 0.96);
  --text-2:    rgba(240, 236, 246, 0.60);
  --text-3:    rgba(240, 236, 246, 0.40);

  --hair:      rgba(255, 255, 255, 0.09);
  --hair-2:    rgba(255, 255, 255, 0.14);

  --card:      linear-gradient(165deg, rgba(255,255,255,0.055), rgba(255,255,255,0.018));
  --card-soft: linear-gradient(165deg, rgba(255,255,255,0.03), rgba(255,255,255,0.012));
  --radius:    22px;

  --font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Inter", system-ui, sans-serif;
  --mono: "SF Mono", ui-monospace, "JetBrains Mono", Menlo, monospace;

  --ease: cubic-bezier(.2, .7, .2, 1);
  --spring: cubic-bezier(.34, 1.56, .64, 1);
  --maxw: 1080px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }

/* ───────── ambient breathing pink edge-glow ───────── */
.ambient { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.ambient b {
  position: absolute; top: 0; left: 0;
  width: 56vmax; height: 56vmax; border-radius: 50%;
  filter: blur(110px);
  opacity: 0.55;
  will-change: transform, opacity;
}
.ambient b.g1 { background: radial-gradient(circle, rgba(255,165,232,0.40), transparent 62%); animation: orbit1 34s linear infinite, breathe 9s ease-in-out infinite; }
.ambient b.g2 { background: radial-gradient(circle, rgba(214,92,176,0.34), transparent 64%); animation: orbit2 44s linear infinite, breathe 11s ease-in-out infinite .8s; }
.ambient b.g3 { background: radial-gradient(circle, rgba(255,199,241,0.22), transparent 66%); width: 40vmax; height: 40vmax; animation: orbit3 52s linear infinite, breathe 13s ease-in-out infinite .4s; }

@keyframes orbit1 {
  0%   { transform: translate(-26vw, -30vh); }
  25%  { transform: translate(78vw, -28vh); }
  50%  { transform: translate(80vw, 70vh); }
  75%  { transform: translate(-24vw, 72vh); }
  100% { transform: translate(-26vw, -30vh); }
}
@keyframes orbit2 {
  0%   { transform: translate(82vw, 74vh); }
  25%  { transform: translate(-28vw, 70vh); }
  50%  { transform: translate(-26vw, -32vh); }
  75%  { transform: translate(80vw, -30vh); }
  100% { transform: translate(82vw, 74vh); }
}
@keyframes orbit3 {
  0%   { transform: translate(26vw, 88vh); }
  33%  { transform: translate(70vw, 10vh); }
  66%  { transform: translate(4vw, 30vh); }
  100% { transform: translate(26vw, 88vh); }
}
@keyframes breathe {
  0%, 100% { opacity: 0.34; }
  50%      { opacity: 0.66; }
}

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

/* ───────── typography ───────── */
.kicker {
  font-size: 11.5px; font-weight: 600; letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--pink); display: inline-block;
}
h1, h2, h3 { margin: 0; font-weight: 700; letter-spacing: -0.03em; line-height: 1.04; }
.h1 { font-size: clamp(46px, 6.4vw, 88px); }
.h2 { font-size: clamp(34px, 4vw, 52px); }
.lead { color: var(--text-2); font-size: clamp(16px, 1.3vw, 19px); line-height: 1.55; }
.grad {
  background: linear-gradient(108deg, #ffffff 6%, var(--pink-200) 42%, var(--pink) 78%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* ───────── buttons ───────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font); font-weight: 600; font-size: 15px; letter-spacing: -0.01em;
  padding: 13px 24px; border-radius: 999px; border: 1px solid transparent;
  cursor: pointer; white-space: nowrap;
  transition: transform .3s var(--spring), box-shadow .3s var(--ease), background .25s, filter .25s, border-color .25s;
}
.btn:active { transform: scale(.96); }
.btn-pink {
  color: #2c0719;
  background: var(--pink);
  box-shadow: 0 1px 0 rgba(255,255,255,.35) inset, 0 10px 26px -12px rgba(255,165,232,.55);
}
.btn-pink:hover { background: #ffb6ed; box-shadow: 0 1px 0 rgba(255,255,255,.45) inset, 0 16px 38px -12px rgba(255,165,232,.72); }
.btn-glass {
  color: var(--text);
  background: rgba(255,255,255,0.055);
  border-color: var(--hair-2);
  -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
}
.btn-glass:hover { background: rgba(255,255,255,0.10); border-color: rgba(255,255,255,0.22); }
.btn-light {
  color: #14121a; font-weight: 600;
  background: linear-gradient(180deg, #ffffff, #efeaf1);
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset, 0 8px 22px -10px rgba(0,0,0,.6);
}
.btn-light:hover { filter: brightness(1.03); }
.btn-sm { padding: 10px 18px; font-size: 14px; }
.btn-block { width: 100%; }
.btn-icon { padding: 0; width: 38px; height: 38px; flex: 0 0 auto; margin-right: 6px; }
.btn-icon svg { display: block; }

/* ───────── header ───────── */
.site-header { position: fixed; top: 18px; left: 0; right: 0; z-index: 50; display: flex; justify-content: center; pointer-events: none; }
.nav {
  pointer-events: auto;
  display: flex; align-items: center; gap: 4px;
  padding: 7px 7px 7px 15px; border-radius: 999px;
  width: min(94%, 1000px);
  background: rgba(16,14,20,0.62);
  border: 1px solid var(--hair);
  -webkit-backdrop-filter: blur(26px) saturate(180%); backdrop-filter: blur(26px) saturate(180%);
  box-shadow: 0 1px 0 rgba(255,255,255,.10) inset, 0 14px 40px -16px rgba(0,0,0,.7);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.nav.shrunk { box-shadow: 0 1px 0 rgba(255,255,255,.10) inset, 0 10px 30px -12px rgba(0,0,0,.85); }
.nav__brand { display: flex; align-items: center; gap: 9px; padding-right: 13px; }
.nav__brand img { width: 25px; height: 25px; filter: drop-shadow(0 2px 6px rgba(255,165,232,.45)); }
.nav__brand b { font-weight: 600; font-size: 15.5px; letter-spacing: -0.02em; }
.nav__sep { width: 1px; height: 20px; background: var(--hair-2); margin: 0 7px; }
.nav__links { display: flex; align-items: center; gap: 2px; }
.nav__links a { color: var(--text-2); font-size: 13.5px; font-weight: 500; padding: 8px 13px; border-radius: 999px; transition: color .2s, background .2s; }
.nav__links a:hover { color: var(--text); background: rgba(255,255,255,.06); }
.nav__spacer { flex: 1; }
.nav__burger { display: none; }
.nav__sheet { display: none; }

/* ───────── sections ───────── */
section { padding: clamp(80px, 11vh, 150px) 0; }
.sec-head { text-align: center; max-width: 720px; margin: 0 auto; }
.sec-head .kicker { margin-bottom: 18px; }
.sec-head .lead { margin: 18px auto 0; max-width: 560px; }

/* ───────── cards ───────── */
.card {
  background: var(--card);
  border: 1px solid var(--hair);
  border-radius: var(--radius);
  box-shadow: 0 1px 0 rgba(255,255,255,.05) inset, 0 24px 50px -30px rgba(0,0,0,.7);
}

/* feature grid */
.features { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 64px; }
.feature { padding: 30px 32px 34px; }
.feature__icon {
  width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; margin-bottom: 22px;
  background: radial-gradient(120% 120% at 30% 20%, rgba(255,165,232,0.30), rgba(255,165,232,0.06));
  border: 1px solid rgba(255,199,241,0.22);
  color: var(--pink-200);
}
.feature h3 { font-size: 20px; letter-spacing: -0.02em; }
.feature p { margin: 12px 0 0; color: var(--text-2); font-size: 15px; line-height: 1.55; max-width: 42ch; }

/* check list */
.checks { list-style: none; margin: 26px 0 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.checks li { display: flex; align-items: flex-start; gap: 12px; font-size: 15.5px; color: var(--text); }
.checks .ck {
  flex: 0 0 auto; width: 20px; height: 20px; border-radius: 50%; margin-top: 1px;
  background: radial-gradient(120% 120% at 30% 20%, rgba(255,165,232,0.32), rgba(255,165,232,0.08));
  border: 1px solid rgba(255,199,241,0.30); display: grid; place-items: center; color: var(--pink-200);
}
.checks .ck svg { width: 11px; height: 11px; }

/* badge */
.badge {
  font-size: 10.5px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--pink-200); padding: 6px 11px; border-radius: 999px;
  border: 1px solid rgba(255,199,241,0.28); background: rgba(255,165,232,0.07);
}

/* screen mount — elevated plate so dark app windows pop, like the source */
.mount {
  position: relative; display: grid; place-items: center; padding: 22px;
  border-radius: 26px;
  background: linear-gradient(165deg, rgba(255,255,255,0.085), rgba(255,255,255,0.022));
  border: 1px solid var(--hair-2);
  box-shadow: 0 1px 0 rgba(255,255,255,.08) inset, 0 34px 70px -38px rgba(0,0,0,.85);
  transition: border-color .45s var(--ease), box-shadow .45s var(--ease), transform .5s var(--spring);
}
.mount::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; z-index: 0; pointer-events: none;
  background: radial-gradient(62% 56% at 50% 42%, rgba(255,165,232,0.30), rgba(214,92,176,0.08) 58%, transparent 74%);
}
.mount > * { position: relative; z-index: 1; }
.mount image-slot { filter: drop-shadow(0 24px 44px rgba(0,0,0,.6)); }
.mount--lg { padding: 28px; border-radius: 30px; }

/* image-slot defaults inside this page */
image-slot {
  --is-placeholder-color: rgba(255,199,241,0.5);
  background: transparent;
}

/* ───────── reveal on scroll ───────── */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: .08s; }
.reveal[data-d="2"] { transition-delay: .16s; }
.reveal[data-d="3"] { transition-delay: .24s; }

/* ───────── hero ───────── */
.hero { padding-top: 150px; padding-bottom: 90px; text-align: center; }
.hero .kicker { margin-bottom: 22px; }
.hero h1 { max-width: 14ch; margin: 0 auto; }
.hero .lead { margin: 22px auto 0; max-width: 540px; }
.hero__cta { display: flex; gap: 12px; justify-content: center; margin-top: 30px; flex-wrap: wrap; }
/* tightened gap between hero copy and the device (was too large) */
.hero__device { margin-top: 44px; display: flex; justify-content: center; }
.mount--lg { width: fit-content; margin: 0 auto; }
.hero__cap {
  margin-top: 26px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--text-3); text-align: center;
}

/* the popover / app-screen image holder */
.pop { border-radius: 26px; overflow: visible; }
.screenshot { width: 100%; height: auto; border-radius: 22px; filter: drop-shadow(0 30px 60px rgba(0,0,0,.55)); }

/* ───────── closer look — auto slideshow ───────── */
.closer__viewport { margin-top: 60px; overflow: hidden; -webkit-mask: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); mask: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.carousel { display: flex; gap: 26px; will-change: transform; transition: transform .85s var(--ease); padding: 14px 0; }
.slide { flex: 0 0 auto; width: 300px; }
.slide .mount { width: 100%; height: 392px; background: linear-gradient(180deg, #eceaf0, #d4cedd); border: 1px solid rgba(255,255,255,0.6); box-shadow: 0 1px 0 rgba(255,255,255,.7) inset, 0 30px 58px -30px rgba(0,0,0,.7); }
.slide .mount::before { display: none; }
.slide image-slot { width: 232px; height: 332px; }
.slide.active .mount { box-shadow: 0 1px 0 rgba(255,255,255,.8) inset, 0 34px 66px -28px rgba(255,165,232,.5); }
.slide__meta { margin-top: 20px; text-align: center; transition: opacity .5s; }
.slide__meta h3 { font-size: 17px; letter-spacing: -0.02em; }
.slide__meta p { margin: 6px 0 0; color: var(--text-2); font-size: 13.5px; }
.slide:not(.active) .slide__meta { opacity: .45; }
.dots { display: flex; gap: 9px; justify-content: center; margin-top: 30px; }
.dots button { width: 7px; height: 7px; padding: 0; border: none; border-radius: 999px; background: rgba(255,255,255,.22); cursor: pointer; transition: width .4s var(--spring), background .3s; }
.dots button.on { width: 26px; background: var(--pink); }

/* ───────── sessions ───────── */
.sessions__inner { padding: clamp(40px, 5vw, 70px); display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.sessions__copy h2 { margin-top: 18px; }
.sessions__copy .lead { margin-top: 20px; max-width: 44ch; }
.sessions__art { display: flex; align-items: center; justify-content: center; min-height: 380px; }

/* ───────── pricing ───────── */
.pricing__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 880px; margin: 60px auto 0; }
.price { display: flex; flex-direction: column; padding: 36px 34px 34px; }
/* Free card given more presence (was too subtle) */
.price--free { background: linear-gradient(165deg, rgba(255,255,255,0.075), rgba(255,255,255,0.03)); border-color: rgba(255,255,255,0.13); }
.price--one  { background: linear-gradient(165deg, rgba(255,165,232,0.10), rgba(255,255,255,0.025)); border-color: rgba(255,199,241,0.22); }
.price__top { display: flex; align-items: center; justify-content: space-between; }
.price .tier { font-size: 11px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--text-2); }
.price--one .tier { color: var(--pink); }
.price__amt { margin: 18px 0 0; display: flex; align-items: baseline; gap: 8px; }
.price__amt b { font-size: 44px; font-weight: 700; letter-spacing: -0.03em; font-variant-numeric: tabular-nums; }
.price__amt span { color: var(--text-2); font-size: 15px; }
.price__sub { margin: 12px 0 0; color: var(--text-2); font-size: 14px; line-height: 1.5; }
.price .checks { flex: 1 1 auto; }            /* grows so the button sits at a shared baseline */
.price__action { margin-top: 30px; }
.price__note { margin: 13px 0 0; text-align: center; font-size: 12px; color: var(--text-3); }
.price--free .price__note { visibility: hidden; }   /* reserves the same height so buttons align */


/* ───────── alternating feature sections ───────── */
.feat { padding: clamp(34px, 5vh, 60px) 0; }
.feat__card { padding: clamp(34px, 5vw, 64px); overflow: hidden; }
.feat__inner { display: grid; grid-template-columns: 1.04fr 1fr; gap: clamp(34px, 5vw, 76px); align-items: center; }
.feat--flip .feat__media { order: -1; }
.feat__copy h2 { margin: 16px 0 0; font-size: clamp(30px, 3.4vw, 44px); }
.feat__copy .lead { margin-top: 18px; max-width: 46ch; }
.feat__copy .checks { margin-top: 24px; }
.feat__tag {
  display: inline-flex; align-items: center; gap: 7px; margin-bottom: 16px;
  font-size: 10.5px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase;
  padding: 6px 12px; border-radius: 999px; border: 1px solid var(--hair-2);
}
.feat__tag .tdot { width: 6px; height: 6px; border-radius: 50%; }
.feat__tag--free { color: var(--text-2); }
.feat__tag--free .tdot { background: rgba(255,255,255,.5); }
.feat__tag--one { color: var(--pink-200); border-color: rgba(255,199,241,.28); background: rgba(255,165,232,.07); }
.feat__tag--one .tdot { background: var(--pink); box-shadow: 0 0 9px 1px var(--pink); }
.feat__media { display: flex; justify-content: center; }
.feat__media .mount { width: fit-content; }
.feat__media image-slot { width: min(320px, 78vw); height: 392px; }

/* ───────── FAQ ───────── */
.faq { max-width: 760px; margin: 56px auto 0; display: flex; flex-direction: column; gap: 12px; }
.faq__item {
  border: 1px solid var(--hair); border-radius: 16px; background: var(--card-soft);
  transition: border-color .35s var(--ease), background .35s var(--ease), box-shadow .35s var(--ease);
}
.faq__item[open] { border-color: rgba(255,199,241,.24); background: var(--card); box-shadow: 0 22px 44px -32px rgba(255,165,232,.4); }
.faq__q {
  list-style: none; cursor: pointer; padding: 20px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  font-size: clamp(15px, 1.4vw, 17px); font-weight: 600; letter-spacing: -0.01em; color: var(--text);
}
.faq__q::-webkit-details-marker { display: none; }
.faq__icon {
  flex: 0 0 auto; width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center;
  border: 1px solid var(--hair-2); color: var(--pink-200);
  transition: transform .35s var(--spring), background .3s, border-color .3s;
}
.faq__item[open] .faq__icon { transform: rotate(45deg); background: rgba(255,165,232,.12); border-color: rgba(255,199,241,.3); }
.faq__a { padding: 0 24px 22px; margin: 0; color: var(--text-2); font-size: 15px; line-height: 1.62; max-width: 64ch; }
.faq__a b { color: var(--text); font-weight: 600; }
.faq__foot { text-align: center; margin-top: 34px; color: var(--text-2); font-size: 15px; }
.faq__foot a { color: var(--pink); font-weight: 600; }
.faq__foot a:hover { text-decoration: underline; }

/* ───────── footer (brand left · nav center · copy right) ───────── */
.site-footer { border-top: 1px solid var(--hair); padding: 30px 0; }
.site-footer .wrap { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; }
.site-footer .brand {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  min-width: 92px;
  line-height: 0;
}

.site-footer .brand img {
  display: block;
  width: auto;
  height: 22px;
  max-width: 92px;
  object-fit: contain;
}
.site-footer nav { justify-self: center; display: flex; gap: 26px; justify-content: center; flex-wrap: wrap; }
.site-footer nav a { color: var(--text-2); font-size: 13.5px; transition: color .2s; }
.site-footer nav a:hover { color: var(--text); }
.site-footer .copy { justify-self: end; text-align: right; color: var(--text-3); font-size: 12.5px; }

@media (max-width: 860px) {
  .features { grid-template-columns: 1fr; }
  .sessions__inner { grid-template-columns: 1fr; gap: 30px; }
  .sessions__art { min-height: 300px; }
  .pricing__grid { grid-template-columns: 1fr; }
  .price--free .price__note { display: none; }
  .feat__inner { grid-template-columns: 1fr; gap: 30px; }
  .feat--flip .feat__media { order: 0; }
  .site-footer .wrap { grid-template-columns: 1fr; justify-items: center; gap: 16px; text-align: center; }
  .site-footer .brand, .site-footer nav, .site-footer .copy { justify-self: center; text-align: center; }
  .site-footer .brand { min-width: 0; line-height: 0; }
  .site-footer .brand img { height: 22px; max-width: 92px; }

  /* fluid feature media so nothing clips on small screens */
  .feat__card { padding: 28px 22px; }
  .feat__inner > * { min-width: 0; }                 /* allow grid items to shrink */
  .feat__media { width: 100%; min-width: 0; justify-content: center; }
  .feat__media .mount,
  .hero__device .mount { width: 100%; max-width: 340px; margin: 0 auto; box-sizing: border-box; }
  .mount--lg { padding: 16px; }
  .feat__media image-slot,
  .feat__media .dc,
  .dc { width: 100% !important; max-width: 100% !important; height: auto !important; aspect-ratio: 320 / 392; }
  .hero__device image-slot { width: 100% !important; max-width: 308px; height: auto; aspect-ratio: 320 / 392; }
}

/* ───────── mobile header (stacked menu) ───────── */
@media (max-width: 720px) {
  .nav { position: relative; padding: 7px 8px 7px 14px; }
  .nav__sep,
  .nav__links,
  .nav > .btn-light { display: none; }          /* hide desktop nav + Download pill */
  .nav__spacer { flex: 1; }

  .nav__burger {
    display: inline-flex; align-items: center; justify-content: center;
    width: 38px; height: 38px; flex: 0 0 auto; margin-left: 6px; padding: 0;
    border-radius: 999px; border: 1px solid var(--hair-2);
    background: rgba(255,255,255,0.055); color: var(--text); cursor: pointer;
    -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
    transition: background .2s, border-color .2s;
  }
  .nav__burger:hover { background: rgba(255,255,255,0.10); }
  .nav__burger-lines { position: relative; width: 17px; height: 12px; }
  .nav__burger-lines i {
    position: absolute; left: 0; width: 100%; height: 2px; border-radius: 2px; background: currentColor;
    transition: transform .34s var(--spring), opacity .2s ease, top .34s var(--spring);
  }
  .nav__burger-lines i:nth-child(1) { top: 2px; }
  .nav__burger-lines i:nth-child(2) { top: 8px; }
  .nav__burger[aria-expanded="true"] .nav__burger-lines i:nth-child(1) { top: 5px; transform: rotate(45deg); }
  .nav__burger[aria-expanded="true"] .nav__burger-lines i:nth-child(2) { top: 5px; transform: rotate(-45deg); }

  .nav__sheet {
    display: block; position: absolute; top: calc(100% + 12px); left: 0; right: 0;
    padding: 9px; border-radius: 22px;
    background: rgba(15,12,20,0.88); border: 1px solid var(--hair);
    -webkit-backdrop-filter: blur(28px) saturate(180%); backdrop-filter: blur(28px) saturate(180%);
    box-shadow: 0 1px 0 rgba(255,255,255,.10) inset, 0 26px 56px -18px rgba(0,0,0,.85);
    opacity: 0; transform: translateY(-10px) scale(.97); transform-origin: top center;
    visibility: hidden; pointer-events: none;
    transition: opacity .3s var(--ease), transform .4s var(--spring), visibility .3s;
  }
  .nav__sheet.open { opacity: 1; transform: none; visibility: visible; pointer-events: auto; }
  .nav__sheet a {
    display: flex; align-items: center; gap: 10px; padding: 15px 16px; border-radius: 15px;
    color: var(--text); font-size: 16.5px; font-weight: 500; letter-spacing: -0.01em;
    opacity: 0; transform: translateY(8px);
    transition: opacity .3s var(--ease), transform .35s var(--spring), background .2s;
  }
  .nav__sheet a:hover, .nav__sheet a:active { background: rgba(255,255,255,.07); }
  .nav__sheet.open a { opacity: 1; transform: none; }
  .nav__sheet.open a:nth-child(1) { transition-delay: .04s; }
  .nav__sheet.open a:nth-child(2) { transition-delay: .09s; }
  .nav__sheet.open a:nth-child(3) { transition-delay: .14s; }
  .nav__sheet.open a:nth-child(4) { transition-delay: .19s; }
  .nav__sheet.open a:nth-child(5) { transition-delay: .24s; }
  .nav__sheet-dl {
    margin-top: 5px; justify-content: center; color: #2c0719 !important; font-weight: 600;
    background: var(--pink);
    box-shadow: 0 1px 0 rgba(255,255,255,.35) inset, 0 8px 22px -10px rgba(255,165,232,.6);
  }
  .nav__sheet-dl:hover { background: #ffb6ed !important; }
}

/* ───────── animated dock-clicks scene ───────── */
.dc { width: min(320px, 78vw); height: 392px; }
.dc-screen {
  position: relative; width: 100%; height: 100%; border-radius: 18px; overflow: hidden;
  background:
    radial-gradient(120% 80% at 30% 12%, rgba(255,165,232,0.16), transparent 55%),
    radial-gradient(120% 90% at 80% 100%, rgba(214,92,176,0.16), transparent 55%),
    linear-gradient(165deg, #1a1322, #0c0912);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 1px 0 rgba(255,255,255,.07) inset;
}

/* the window */
.dc-window {
  position: absolute; left: 11%; top: 13%; width: 78%; height: 58%;
  border-radius: 13px; overflow: hidden;
  background: linear-gradient(165deg, rgba(34,28,42,0.96), rgba(20,16,28,0.96));
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 24px 50px -20px rgba(0,0,0,0.7), 0 0 0 1px rgba(255,165,232,0.05);
  transform-origin: 50% 165%;
  transform: translateY(30%) scale(0.18, 0.05);
  opacity: 0;
  filter: blur(1.5px);
  transition: transform .72s cubic-bezier(.34,.86,.2,1), opacity .5s ease, filter .55s ease;
  will-change: transform, opacity;
}
.dc-window.is-open { transform: none; opacity: 1; filter: none; }

.dc-titlebar {
  display: flex; align-items: center; gap: 7px; padding: 11px 13px;
  background: rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.07);
}
.dc-titlebar .tl { width: 11px; height: 11px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #ffd0f3, var(--pink) 65%, var(--pink-600));
  box-shadow: 0 0 0 0.5px rgba(0,0,0,0.15);
}
.dc-body { padding: 16px 15px; display: flex; flex-direction: column; gap: 11px; }
.dc-body span { height: 8px; border-radius: 4px; background: rgba(255,255,255,0.10); }
.dc-body span:nth-child(1){ width: 64%; background: rgba(255,165,232,0.28); }
.dc-body span:nth-child(2){ width: 100%; }
.dc-body span:nth-child(3){ width: 84%; }
.dc-body span:nth-child(4){ width: 92%; }

/* the dock */
.dc-dock {
  position: absolute; left: 50%; bottom: 16px; transform: translateX(-50%);
  display: flex; align-items: flex-end; gap: 10px; padding: 8px 12px; border-radius: 16px;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.10);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(255,255,255,.18) inset, 0 12px 26px -12px rgba(0,0,0,.6);
}
.dc-appwrap { position: relative; display: flex; flex-direction: column; align-items: center; }
.dc-app {
  width: 46px; height: 46px; border-radius: 12px;
  background: linear-gradient(160deg, #ffc7f1, var(--pink) 55%, var(--pink-600));
  box-shadow: 0 1px 0 rgba(255,255,255,.5) inset, 0 6px 14px -4px rgba(255,165,232,.55);
}
.dc-app.bounce { animation: dc-bounce .6s cubic-bezier(.3,1.4,.5,1); }
@keyframes dc-bounce { 0%{transform:translateY(0)} 32%{transform:translateY(-15px)} 60%{transform:translateY(0)} 78%{transform:translateY(-4px)} 100%{transform:translateY(0)} }
.dc-ind { width: 4px; height: 4px; border-radius: 50%; margin-top: 5px; background: var(--pink); box-shadow: 0 0 8px 1px var(--pink); transition: opacity .3s; }

/* the cursor */
.dc-cursor {
  position: absolute; left: 50%; bottom: 30px; width: 22px; height: 26px;
  transform: translate(-4px, 0); transform-origin: 10% 10%;
  filter: drop-shadow(0 2px 3px rgba(0,0,0,0.55)); transition: transform .18s ease;
  pointer-events: none; z-index: 5;
}
.dc-cursor.press { transform: translate(-4px, 0) scale(0.82); }
.dc-ripple {
  position: absolute; left: 50%; bottom: 39px; width: 46px; height: 46px; margin-left: -23px;
  border-radius: 12px; border: 2px solid rgba(255,199,241,0.9); opacity: 0; pointer-events: none; z-index: 4;
}
.dc-ripple.go { animation: dc-ripple .7s ease-out; }
@keyframes dc-ripple { 0%{transform:scale(1);opacity:.85} 100%{transform:scale(1.7);opacity:0} }

.dc-caption {
  position: absolute; left: 0; right: 0; top: 16px; text-align: center;
  font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(255,199,241,0.85); transition: opacity .35s ease; z-index: 6;
}

@media (prefers-reduced-motion: reduce) {
  .dc-window { transform: none; opacity: 1; filter: none; }
  .dc-cursor, .dc-ripple { display: none; }
}

/* ───────── pointer-tilt host ───────── */
.tilt { transition: transform .5s var(--spring), box-shadow .4s var(--ease); transform-style: preserve-3d; }

/* ───────── responsive ───────── */
@media (prefers-reduced-motion: reduce) {
  .ambient b { animation: breathe 12s ease-in-out infinite !important; }
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}
