/* Особистий сайт Володимира. Одна гарнітура — Hanken Grotesk: заголовок
   500 з тісним трекінгом, текст 400. Колір тла — той самий холодний
   сіро-блакитний, що на студійному портреті, тому вирізаний силует
   лягає без шва. Акцент один — червоний знака SIGNET/Etherlynx. */
:root {
  --ink: #0e0e10;
  --ink-2: #3a3d45;
  --muted: #5c6270;
  --line: rgba(14, 14, 16, 0.16);
  --accent: #e8271e;
  /* Площина хука — той самий холодний сіро-блакитний, що в небі героя,
     суцільний, без градієнта. */
  --slate: #b3bccd;
  --sky-top: #a9b3c6;
  --sky-mid: #c9d0dc;
  --sky-low: #eef0f3;
  --font: "Hanken Grotesk", ui-sans-serif, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html, body { margin: 0; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }

/* ---------- шапка ---------- */
.top {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px clamp(20px, 5vw, 64px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.mark {
  width: 34px;
  height: 34px;
  background: var(--ink);
  -webkit-mask: url(img/griffin.svg) center / contain no-repeat;
  mask: url(img/griffin.svg) center / contain no-repeat;
}
.brand-name { font-size: 19px; font-weight: 500; letter-spacing: -0.03em; }
.top-right { display: flex; align-items: center; gap: 28px; }
.lang { font-size: 16px; font-weight: 500; }
.menu {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  font-size: 17px;
  font-weight: 500;
  color: var(--ink);
  cursor: pointer;
}
.menu-dot {
  display: grid;
  place-content: center;
  gap: 6px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--ink);
  transition: transform 0.25s ease;
}
.menu-dot i { display: block; width: 20px; height: 2px; background: #fff; transition: transform 0.25s ease; }
.menu[aria-expanded="true"] .menu-dot i:first-child { transform: translateY(4px) rotate(45deg); }
.menu[aria-expanded="true"] .menu-dot i:last-child { transform: translateY(-4px) rotate(-45deg); }
.menu:hover .menu-dot { transform: scale(1.05); }

.menu-panel {
  position: fixed;
  inset: 0;
  z-index: 15;
  display: grid;
  grid-template-rows: 1fr auto;
  padding: 130px clamp(20px, 5vw, 64px) 32px;
  background: #fff;
}
.menu-panel[hidden] { display: none; }
body.menu-open { overflow: hidden; }
body.menu-open .top { position: fixed; }
.mp-list { list-style: none; margin: 0; padding: 0; align-self: center; }
.mp-list a { display: flex; align-items: baseline; gap: 18px; padding: 4px 0; }
.mp-name { font-size: clamp(2.6rem, 6.5vw, 5.6rem); font-weight: 500; letter-spacing: -0.05em; line-height: 1.02; color: var(--ink); transition: color 0.2s ease, transform 0.3s ease; }
.mp-role { font-size: 15px; font-weight: 500; color: var(--muted); }
.mp-list:hover .mp-name { color: #c3c7d0; }
.mp-list a:hover .mp-name { color: var(--ink); transform: translateX(10px); }
.mp-preview {
  position: fixed; right: clamp(20px, 6vw, 96px); top: 50%;
  width: min(30vw, 420px); aspect-ratio: 4 / 5; object-fit: cover; border-radius: 22px;
  opacity: 0; transform: translateY(-46%) scale(0.96); transition: opacity 0.25s ease, transform 0.35s ease; pointer-events: none;
}
.mp-preview.is-on { opacity: 1; transform: translateY(-50%) scale(1); }
.mp-foot { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 15px; font-weight: 500; }
.mp-foot span { display: flex; gap: 22px; }
.mp-foot a:hover { text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 900px) { .mp-preview { display: none; } .mp-role { display: none; } }

/* ---------- герой ---------- */
.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: linear-gradient(180deg, var(--sky-top) 0%, var(--sky-mid) 42%, var(--sky-low) 100%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: end;
  padding: 0 clamp(20px, 5vw, 64px) clamp(40px, 7vh, 80px);
}

/* Портрет по центру, стоїть на нижньому краю; низ тоне у світле тло,
   як у референсі, щоб не було обрізу по грудях. */
.portrait {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: min(86svh, 940px);
  width: auto;
  transform: translateX(-50%);
  -webkit-mask-image: linear-gradient(180deg, #000 70%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 70%, transparent 100%);
  pointer-events: none;
  user-select: none;
}

.intro { position: relative; z-index: 2; max-width: 30rem; }
.role { margin: 0; font-size: 16px; font-weight: 500; letter-spacing: -0.01em; }
h1 {
  margin: 18px 0 0;
  font-size: clamp(3.4rem, 7.2vw, 7rem);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.05em;
}
.lede {
  margin: 28px 0 0;
  max-width: 25ch;
  font-size: clamp(1.1rem, 1.5vw, 1.4rem);
  line-height: 1.25;
  letter-spacing: -0.02em;
  font-weight: 500;
}

/* Цифри праворуч: три рядки під хайрлайнами, число великим, підпис
   вузькою колонкою поруч. */
.stats {
  position: relative;
  z-index: 2;
  justify-self: end;
  width: min(100%, 22rem);
  margin: 0;
  border-top: 1px solid var(--line);
}
.stats div {
  display: grid;
  grid-template-columns: 7.8rem minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.stats dt { font-size: clamp(2rem, 3vw, 2.7rem); font-weight: 500; letter-spacing: -0.045em; line-height: 1; }
.stats dd { margin: 0; font-size: 15.5px; line-height: 1.25; font-weight: 500; letter-spacing: -0.01em; }

/* Кнопка: скляна пігулка з чорним колом-стрілкою. Стоїть на грудях
   портрета, як у референсі, але без чорного свічення. */
.cta {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: clamp(56px, 9vh, 96px);
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 10px 10px 10px 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px) saturate(1.3);
  -webkit-backdrop-filter: blur(18px) saturate(1.3);
  box-shadow: 0 14px 40px rgba(14, 14, 16, 0.14);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
  white-space: nowrap;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.cta-arrow {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  transition: background 0.25s ease, transform 0.25s ease;
}
.cta:hover { box-shadow: 0 18px 46px rgba(14, 14, 16, 0.2); transform: translateX(-50%) translateY(-2px); }
.cta:hover .cta-arrow { background: #3b4660; transform: rotate(-45deg); }
.cta:focus-visible, .brand:focus-visible { outline: 2px solid #3b4660; outline-offset: 4px; border-radius: 999px; }
.menu:focus { outline: none; }
.menu:focus-visible .menu-dot { outline: 2px solid #3b4660; outline-offset: 3px; }

/* ---------- мобільний ---------- */
@media (max-width: 900px) {
  .brand-name { font-size: 16px; }
  .lang, .menu-label { display: none; }
  .menu-dot { width: 48px; height: 48px; }
  .hero {
    grid-template-columns: 1fr;
    align-items: start;
    padding-top: 0;
  }
  .portrait {
    position: relative;
    left: auto;
    transform: none;
    justify-self: center;
    height: auto;
    width: min(100%, 460px);
    margin-top: 72px;
    -webkit-mask-image: linear-gradient(180deg, #000 50%, transparent 86%);
    mask-image: linear-gradient(180deg, #000 50%, transparent 86%);
  }
  .intro { margin-top: -70px; }
  .cta {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    justify-self: start;
    margin-top: 28px;
  }
  .cta:hover { transform: translateY(-2px); }
  .stats { justify-self: stretch; width: 100%; margin-top: 36px; }
  .stats div { grid-template-columns: 7.5rem minmax(0, 1fr); }
}

/* ---------- хук словами ---------- */
.hook { position: relative; height: 700svh; background: #fff; }
.hook-stage {
  position: sticky;
  top: 0;
  height: 100svh;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.hook-phrase {
  position: absolute;
  margin: 0;
  z-index: 3;
  white-space: nowrap;
  font-size: clamp(2.8rem, 8vw, 7.5rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1;
  color: var(--ink);
}
.hook-phrase .ch { display: inline-block; will-change: transform, opacity; }
.hook-phrase--on { color: var(--ink); }
.hook-block {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  will-change: transform, width, height;
}
.hook-block--l, .hook-block--r { background: var(--slate); }
.hook-numbers {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: clamp(40px, 10vh, 110px);
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 4vw, 64px);
  width: min(92vw, 1100px);
  margin: 0;
  color: var(--ink);
  opacity: 0;
}
.hook-numbers dt { font-size: clamp(2rem, 5vw, 4.4rem); font-weight: 500; letter-spacing: -0.045em; line-height: 1; }
.hook-numbers dd { margin: 10px 0 0; font-size: clamp(13px, 1.3vw, 16px); font-weight: 500; color: var(--ink-2); }

/* ---------- проєкти: колесо ---------- */
.work { position: relative; background: #fff; }
.work-stage {
  position: sticky;
  top: 0;
  height: 100svh;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 40px;
  align-items: center;
  padding: 0 clamp(20px, 5vw, 64px);
}
.work-info { max-width: 26rem; justify-self: center; transition: opacity 0.25s ease; }
.work-info.is-swapping { opacity: 0; }
.work-count { margin: 0 0 14px; font-size: 15px; font-weight: 500; color: var(--muted); }
.work-name { margin: 0; font-size: clamp(2.2rem, 4vw, 3.4rem); font-weight: 500; letter-spacing: -0.045em; line-height: 1; }
.work-role { margin: 6px 0 0; font-size: clamp(1.2rem, 1.8vw, 1.6rem); font-weight: 500; letter-spacing: -0.03em; color: #8a90a0; }
.work-line { margin: 22px 0 0; font-size: 17px; line-height: 1.4; font-weight: 500; letter-spacing: -0.01em; color: var(--ink-2); }
.work-stat { margin: 22px 0 0; display: grid; gap: 4px; }
.work-n { font-size: clamp(1.6rem, 2.4vw, 2.1rem); font-weight: 500; letter-spacing: -0.04em; }
.work-k { font-size: 15px; line-height: 1.35; color: var(--muted); }
.work-link {
  margin-top: 28px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 7px 7px 7px 18px;
  border-radius: 999px;
  background: #f1f3f7;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.01em;
  transition: background 0.2s ease;
}
.work-link-arrow { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--ink); color: #fff; transition: transform 0.25s ease; }
.work-link:hover { background: #e6e9f0; }
.work-link:hover .work-link-arrow { transform: rotate(-45deg); }

.wheel { position: relative; height: 100%; perspective: 1400px; perspective-origin: 50% 50%; }
.card { cursor: pointer; transition: box-shadow 0.25s ease; }
.card:hover { box-shadow: 0 36px 70px rgba(14, 14, 16, 0.2); }
.card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(34vw, 440px);
  aspect-ratio: 1;
  margin: calc(min(34vw, 440px) / -2) 0 0 calc(min(34vw, 440px) / -2);
  border-radius: 28px;
  overflow: hidden;
  background: var(--slate);
  box-shadow: 0 30px 60px rgba(14, 14, 16, 0.12);
  will-change: transform, opacity;
  backface-visibility: hidden;
}
.card img { display: block; }
.card--fill img { width: 100%; height: 100%; object-fit: cover; }
/* Фото на всю картку: знизу темна вуаль під підписом, інакше білий
   текст тоне у світлих кадрах. */
.card--fill::after {
  content: "";
  position: absolute;
  inset: 45% 0 0 0;
  background: linear-gradient(180deg, rgba(14, 14, 16, 0) 0%, rgba(14, 14, 16, 0.62) 100%);
}
.card--fill .card-label { z-index: 2; font-size: 20px; font-weight: 600; letter-spacing: -0.03em; text-shadow: none; }
/* Скріншот у «вікні» на однотонному тлі, як у референсі. */
.card--shot > img:not(.card-bg):not(.card-shot) {
  position: absolute;
  left: 9%;
  right: 9%;
  top: 22%;
  width: 82%;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(14, 14, 16, 0.22);
}
/* Картка продукту: розмита версія кадру як фон (колір продукту лишається),
   чіткий скріншот у «вікні», знак продукту дрібно внизу. */
.card .card-bg {
  position: absolute;
  inset: -14%;
  width: 128%;
  height: 128%;
  object-fit: cover;
  filter: blur(26px) saturate(1.25);
  transform: scale(1.05);
}
.card--logo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(14, 14, 16, 0.28);
}
.card .card-shot {
  position: absolute;
  z-index: 2;
  left: 9%;
  top: 16%;
  width: 82%;
  border-radius: 10px;
  box-shadow: 0 22px 50px rgba(14, 14, 16, 0.28);
}
.card-mark {
  position: absolute;
  z-index: 3;
  left: 22px;
  bottom: 20px;
  height: 26px;
  background: var(--mark, #fff);
  -webkit-mask: var(--logo) left center / contain no-repeat;
  mask: var(--logo) left center / contain no-repeat;
}
.card-mark--word, .card-logo--word {
  height: auto;
  background: none;
  -webkit-mask: none;
  mask: none;
  color: var(--mark, #fff);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.04em;
}
.card-logo {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 60%;
  transform: translate(-50%, -50%);
  background: #fff;
  -webkit-mask: var(--logo) center / contain no-repeat;
  mask: var(--logo) center / contain no-repeat;
}
.card-label {
  z-index: 2;
  position: absolute;
  left: 22px;
  bottom: 18px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #fff;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
}


.work-dots { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; justify-self: end; }
.work-dots button {
  display: block;
  width: 6px;
  height: 6px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #c9ccd4;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
.work-dots button[aria-current="true"] { background: var(--ink); transform: scale(1.35); }

@media (max-width: 900px) {
  .work-stage { grid-template-columns: 1fr; grid-template-rows: minmax(0, 1fr) auto; padding-top: 24px; padding-bottom: 28px; }
  .wheel { grid-row: 1; }
  .card { width: min(64vw, 300px); margin: calc(min(64vw, 300px) / -2) 0 0 calc(min(64vw, 300px) / -2); border-radius: 22px; }
  .work-info { grid-row: 2; justify-self: stretch; max-width: none; position: relative; z-index: 200; background: #fff; padding-top: 12px; }
  .work-line { display: none; }
  .work-dots { position: absolute; right: 14px; top: 38%; }
}

/* ---------- клієнти й преса ---------- */
.kicker { margin: 0 0 36px; text-align: center; font-size: 15px; font-weight: 500; color: var(--muted); }
.logo {
  display: block;
  background: #6d7382;
  -webkit-mask: var(--logo) center / contain no-repeat;
  mask: var(--logo) center / contain no-repeat;
  transition: background 0.2s ease;
}
.clients { padding: clamp(80px, 14vh, 150px) clamp(20px, 5vw, 64px) clamp(50px, 8vh, 90px); background: #fff; }
.client-word { display: block; font-size: 21px; font-weight: 600; letter-spacing: -0.04em; color: #6d7382; }
.client-row { list-style: none; margin: 0 auto; padding: 0; max-width: 1100px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 36px clamp(36px, 6vw, 72px); }

.press { padding: clamp(40px, 7vh, 80px) 0 clamp(90px, 15vh, 160px); background: #fff; }
.press-viewport {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.press-track { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: clamp(48px, 6vw, 80px); width: max-content; animation: press-run 60s linear infinite; }
.press-track:hover { animation-play-state: paused; }
.press-track a { display: block; }
.press-track a:hover .logo { background: var(--ink); }
.press-word { display: block; white-space: nowrap; font-size: 21px; font-weight: 600; letter-spacing: -0.03em; color: #6d7382; transition: color 0.2s ease; }
.press-track a:hover .press-word { color: var(--ink); }
@keyframes press-run { to { transform: translateX(calc(-50% - clamp(24px, 3vw, 40px))); } }

/* ---------- програми ---------- */
.recog { position: relative; height: 340svh; background: #eef0f3; }
.recog-stage { position: sticky; top: 0; height: 100svh; overflow: hidden; display: grid; place-content: center; justify-items: center; gap: 28px; padding: 0 20px; text-align: center; }
.recog-title { margin: 0; font-size: clamp(2.2rem, 6.4vw, 6rem); font-weight: 600; letter-spacing: -0.04em; line-height: 0.95; }
.recog-line { display: block; white-space: nowrap; }
.recog-title .ch { display: inline-block; will-change: transform, filter, opacity; }
.recog-text { margin: 0; max-width: 46ch; font-size: clamp(14px, 1.2vw, 16px); line-height: 1.45; font-weight: 500; color: var(--ink-2); }
.recog-logos { list-style: none; margin: 8px 0 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 28px clamp(32px, 6vw, 80px); }
.recog-logos li { display: flex; align-items: center; gap: 10px; }
.recog-logos .logo { background: var(--ink); }
.recog-cap { font-size: 17px; font-weight: 600; letter-spacing: -0.02em; }
.recog-text, .recog-logos { transition: opacity 0.4s ease, transform 0.4s ease; }
.recog:not(.is-set) .recog-text, .recog:not(.is-set) .recog-logos { opacity: 0; transform: translateY(14px); }

/* ---------- записки з ELP ---------- */
.notes { padding: clamp(90px, 15vh, 160px) clamp(20px, 5vw, 64px); background: #fff; }
.notes-head { max-width: 40rem; margin: 0 auto clamp(40px, 7vh, 72px); text-align: center; }
.notes-title { margin: 0; font-size: clamp(1.9rem, 3.8vw, 3.2rem); font-weight: 500; letter-spacing: -0.045em; line-height: 1.02; }
.notes-text { margin: 18px auto 0; max-width: 34rem; font-size: 16px; line-height: 1.45; color: var(--ink-2); }
.notes-grid { columns: 3 280px; column-gap: 22px; max-width: 1200px; margin: 0 auto; }
.note {
  break-inside: avoid; margin: 0 0 22px; padding: 26px 26px 22px;
  background: #fbfaf6; border: 1px solid #ecebe4; border-radius: 6px;
  box-shadow: 0 14px 30px rgba(14, 14, 16, 0.07);
  transform: rotate(var(--r)); transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.note:hover { transform: rotate(0deg) translateY(-4px); box-shadow: 0 22px 44px rgba(14, 14, 16, 0.12); }
.note blockquote { margin: 0; font-size: clamp(1.05rem, 1.4vw, 1.2rem); line-height: 1.4; font-weight: 500; letter-spacing: -0.015em; }
.note figcaption { margin-top: 16px; font-size: 14px; color: var(--muted); }
@media (max-width: 700px) { .note { transform: none; } }

/* ---------- футер ---------- */
.ft { background: #000; color: #fff; padding: clamp(28px, 4vw, 48px) clamp(20px, 3vw, 40px) 20px; overflow: hidden; }
.ft-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 32px; }
.ft-lead { margin: 0; font-size: clamp(2rem, 4.2vw, 3.8rem); font-weight: 500; letter-spacing: -0.045em; line-height: 1; }
.ft-btns { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.ft-btn { display: inline-flex; align-items: center; gap: 10px; padding: 11px 18px; border: 1px solid rgba(255, 255, 255, 0.3); border-radius: 999px; font-size: 15px; font-weight: 500; letter-spacing: -0.01em; transition: background 0.2s ease, color 0.2s ease; }
.ft-btn:hover { background: #fff; color: #000; }
.ft-links { display: grid; gap: 4px; margin-top: clamp(40px, 8vw, 110px); margin-right: clamp(0px, 14vw, 220px); font-size: clamp(15px, 1.3vw, 18px); font-weight: 500; }
.ft-links a { opacity: 0.85; } .ft-links a:hover { opacity: 1; text-decoration: underline; text-underline-offset: 4px; }
/* Ім'я на всю ширину: розмір підбирає footer.js під ширину контейнера. */
.ft-giant { margin: clamp(40px, 7vw, 90px) 0 0; font-weight: 600; letter-spacing: -0.06em; line-height: 0.8; white-space: nowrap; font-size: 20vw; }
.ft-giant { overflow: hidden; padding-bottom: 0.04em; }
.ft-giant .ch { display: inline-block; will-change: transform; transform-origin: 50% 100%; }
/* Верх футера проявляється по черзі, коли футер заходить у кадр. */
.ft-in { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1); }
.ft.is-in .ft-in { opacity: 1; transform: none; }
.ft.is-in .ft-in:nth-child(2) { transition-delay: 0.08s; }
.ft.is-in .ft-btns .ft-in:nth-child(1) { transition-delay: 0.16s; }
.ft.is-in .ft-btns .ft-in:nth-child(2) { transition-delay: 0.24s; }
.ft.is-in .ft-links .ft-in:nth-child(1) { transition-delay: 0.2s; }
.ft.is-in .ft-links .ft-in:nth-child(2) { transition-delay: 0.28s; }
.ft.is-in .ft-links .ft-in:nth-child(3) { transition-delay: 0.36s; }
.ft-bottom { display: grid; grid-template-columns: 1.2fr 1fr 1fr auto; gap: 16px; align-items: center; margin-top: 22px; font-size: 12px; color: rgba(255, 255, 255, 0.6); }
.ft-bottom a:hover { color: #fff; }
.ft-mark { width: 22px; height: 22px; background: #fff; }
@media (max-width: 700px) {
  .ft-top { flex-direction: column; }
  .ft-links { margin: 0; }
  .ft-bottom { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; }
  .press-track { animation: none; flex-wrap: wrap; justify-content: center; width: auto; }
}
