/* =========================================================================
   Shakotan Studio — styles.css  (shared across every page)
   -------------------------------------------------------------------------
   PALETTE  → edit the values in :root to reskin the whole site.
   ACCENT   → each page's accent is driven by --tint (default violet).
              A single page can re-skin itself with, e.g.:
              <style>:root{--tint:var(--pink)}</style>
   ========================================================================= */

:root {
  /* --- BRAND PALETTE ------------------------------------------------- */
  --ink:    #17161c;   /* near-black — text                            */
  --paper:  #f3f1fb;   /* soft lilac-white — page background           */
  --card:   #ffffff;   /* card / panel surface                         */
  --violet: #6b39f4;   /* primary brand accent                         */
  --pink:   #ff5c97;   /* pop accent 1                                 */
  --mint:   #1fd0a3;   /* pop accent 2                                 */
  --sun:    #ffc24b;   /* pop accent 3                                 */
  /* ------------------------------------------------------------------- */

  --tint: var(--violet);   /* per-page accent — override to re-skin      */

  --ink-soft: #52505e;
  --line: #e6e2f5;

  --font-display: "Bricolage Grotesque", "Segoe UI", system-ui, sans-serif;
  --font-body: "Instrument Sans", system-ui, -apple-system, sans-serif;

  --radius: 20px;
  --radius-lg: 32px;
  --shadow: 0 2px 0 rgba(23,22,28,.06), 0 18px 40px -24px rgba(23,22,28,.45);
  --shadow-lift: 0 2px 0 rgba(23,22,28,.06), 0 34px 60px -28px rgba(23,22,28,.5);

  --wrap: 1120px;
  --ease-spring: cubic-bezier(.34, 1.56, .64, 1);
}

/* ------------------------------------------------------------------ reset */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  font-size: clamp(16px, 1.05vw + 14px, 18px);
  overflow-x: hidden;
  background-image: radial-gradient(rgba(107,57,244,.10) 1.1px, transparent 1.1px);
  background-size: 26px 26px;
}
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button { font: inherit; cursor: pointer; }
h1, h2, h3 { font-family: var(--font-display); line-height: 1.02; letter-spacing: -.02em; font-weight: 700; }
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-display); font-weight: 600;
  font-size: .8rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--tint);
}
.eyebrow::before { content: ""; width: 22px; height: 3px; border-radius: 2px; background: var(--tint); }

/* ------------------------------------------------------------------ buttons */
.btn {
  --btn-bg: var(--ink); --btn-fg: #fff;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 24px; border-radius: 999px;
  background: var(--btn-bg); color: var(--btn-fg);
  font-family: var(--font-display); font-weight: 600; font-size: 1rem;
  border: none; position: relative;
  transition: transform .18s var(--ease-spring), box-shadow .18s ease, background .18s ease;
  box-shadow: 0 10px 22px -12px rgba(23,22,28,.6);
}
.btn:hover { transform: translateY(-3px) rotate(-1deg); box-shadow: 0 18px 30px -14px rgba(23,22,28,.6); }
.btn:active { transform: translateY(-1px); }
.btn--violet { --btn-bg: var(--violet); box-shadow: 0 12px 26px -12px rgba(107,57,244,.8); }
.btn--ghost {
  --btn-bg: transparent; --btn-fg: var(--ink);
  border: 2px solid var(--ink); box-shadow: none;
}
.btn--ghost:hover { background: var(--ink); color: #fff; }
.btn .arrow { transition: transform .2s var(--ease-spring); }
.btn:hover .arrow { transform: translateX(4px); }
.btn:focus-visible, a:focus-visible, .card:focus-visible { outline: 3px solid var(--tint); outline-offset: 3px; border-radius: 8px; }

/* official-style App Store badge */
.appstore-badge {
  display: inline-flex; align-items: center; gap: 12px;
  background: var(--ink); color: #fff; padding: 11px 22px; border-radius: 14px;
  text-decoration: none;
  box-shadow: 0 12px 26px -14px rgba(23,22,28,.75);
  transition: transform .18s var(--ease-spring), box-shadow .18s ease;
}
.article .appstore-badge {
  color: white!important;
  text-decoration: none!important;
}
.appstore-badge:hover { transform: translateY(-3px); box-shadow: 0 18px 32px -16px rgba(23,22,28,.75); }
.appstore-badge svg { width: 26px; height: 26px; flex: none; }
.appstore-badge small { display: block; font-size: .62rem; letter-spacing: .04em; text-transform: uppercase; opacity: .82; font-family: var(--font-body); line-height: 1.2; }
.appstore-badge strong { display: block; font-family: var(--font-display); font-size: 1.16rem; font-weight: 700; line-height: 1.05; }

/* ------------------------------------------------------------------ nav */
.nav {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: saturate(1.4) blur(10px);
  background: color-mix(in srgb, var(--paper) 78%, transparent);
  border-bottom: 1px solid var(--line);
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; letter-spacing: -.02em; }
.brand__mark {
  width: 34px; height: 34px; border-radius: 11px; flex: none;
  background: linear-gradient(135deg, var(--violet), var(--pink));
  display: grid; place-items: center; color: #fff; font-weight: 800;
  box-shadow: 0 6px 14px -6px var(--violet);
  transform: rotate(-6deg); transition: transform .3s var(--ease-spring);
}
.brand:hover .brand__mark { transform: rotate(6deg) scale(1.06); }
.nav__links { display: flex; align-items: center; gap: 6px; }
.nav__links a { padding: 9px 14px; border-radius: 999px; font-weight: 500; color: var(--ink-soft); transition: color .15s, background .15s; }
.nav__links a:hover, .nav__links a[aria-current="page"] { color: var(--ink); background: color-mix(in srgb, var(--tint) 12%, transparent); }
.nav__toggle { display: none; background: none; border: 2px solid var(--ink); border-radius: 12px; padding: 8px 10px; }

@media (max-width: 720px) {
  .nav__toggle { display: inline-flex; }
  .nav__links {
    position: absolute; top: 72px; left: 0; right: 0;
    flex-direction: column; gap: 4px; padding: 14px 24px 22px;
    background: var(--paper); border-bottom: 1px solid var(--line);
    transform-origin: top; transform: scaleY(0); opacity: 0;
    transition: transform .22s var(--ease-spring), opacity .18s ease;
  }
  .nav__links a { width: 100%; }
  .nav[data-open="true"] .nav__links { transform: scaleY(1); opacity: 1; }
}

/* ------------------------------------------------------------------ hero */
.hero { position: relative; padding: clamp(48px, 8vw, 96px) 0 clamp(40px, 6vw, 72px); }
.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.hero h1 { font-size: clamp(2.6rem, 6vw, 4.9rem); margin: 18px 0 0; }
.hero h1 .wink { color: var(--tint); position: relative; display: inline-block; }
.hero h1 .wink::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: .06em; height: .16em;
  background: var(--sun); border-radius: 4px; z-index: -1; transform: rotate(-1.2deg);
}
.hero p.lede { font-size: clamp(1.05rem, 1.4vw, 1.3rem); color: var(--ink-soft); margin: 22px 0 0; max-width: 30ch; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }

/* floating tiles (home hero) */
.playset { position: relative; height: 420px; }
.tile {
  position: absolute; width: 128px; height: 128px; border-radius: 28px;
  display: grid; place-items: center; color: #fff;
  box-shadow: var(--shadow-lift); will-change: transform; transition: box-shadow .3s ease;
}
.tile svg { width: 58px; height: 58px; }
.tile__label {
  position: absolute; bottom: -26px; left: 50%; transform: translateX(-50%);
  font-family: var(--font-display); font-weight: 600; font-size: .82rem;
  color: var(--ink); background: var(--card); padding: 3px 12px; border-radius: 999px;
  border: 1.5px solid var(--line); white-space: nowrap;
}
.tile--1 { top: 18px;  left: 8%;   background: linear-gradient(150deg, var(--violet), #9b6bff); }
.tile--2 { top: 150px; right: 4%;  background: linear-gradient(150deg, var(--pink), #ff8fb6); width: 148px; height: 148px; }
.tile--3 { bottom: 26px; left: 24%; background: linear-gradient(150deg, var(--mint), #6ff0cf); }
.tile--4 { top: 6px; right: 24%; width: 84px; height: 84px; border-radius: 22px; background: linear-gradient(150deg, var(--sun), #ffd889); }
.tile--4 svg { width: 40px; height: 40px; }

.blob {
  position: absolute; z-index: -2; filter: blur(48px); opacity: .55; border-radius: 50%;
  width: 340px; height: 340px; background: radial-gradient(circle at 30% 30%, var(--violet), transparent 62%);
  top: -40px; right: -30px;
}

/* ------------------------------------------------------------------ marquee strip */
.strip { border-block: 2px solid var(--ink); background: var(--ink); color: var(--paper); overflow: hidden; }
.marquee { display: flex; gap: 40px; width: max-content; padding: 14px 0; animation: slide 26s linear infinite; }
.marquee span { font-family: var(--font-display); font-weight: 600; font-size: 1.1rem; display: inline-flex; align-items: center; gap: 40px; letter-spacing: -.01em; }
.marquee span::after { content: "\2726"; color: var(--sun); }
@keyframes slide { to { transform: translateX(-50%); } }

/* ------------------------------------------------------------------ section shell */
.section { padding: clamp(56px, 9vw, 104px) 0; }
.section__head { max-width: 620px; margin-bottom: 44px; }
.section__head h2 { font-size: clamp(2rem, 4vw, 3.1rem); margin: 14px 0 0; }
.section__head p { color: var(--ink-soft); margin-top: 16px; font-size: 1.1rem; }

/* value cards */
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.value {
  background: var(--card); border-radius: var(--radius); padding: 30px 26px;
  border: 1px solid var(--line); box-shadow: var(--shadow);
  transition: transform .25s var(--ease-spring);
}
.value:hover { transform: translateY(-6px); }
.value__icon { width: 52px; height: 52px; border-radius: 15px; display: grid; place-items: center; color: #fff; margin-bottom: 18px; }
.value:nth-child(1) .value__icon { background: var(--violet); }
.value:nth-child(2) .value__icon { background: var(--pink); }
.value:nth-child(3) .value__icon { background: var(--mint); }
.value h3 { font-size: 1.3rem; }
.value p { color: var(--ink-soft); margin-top: 8px; font-size: .98rem; }

/* ------------------------------------------------------------------ app cards */
.apps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
@media (min-width: 901px) { .apps > .appcard:last-child:nth-child(odd) { grid-column: 1 / -1; max-width: calc(50% - 12px); margin-inline: auto; } }
.appcard {
  --tint: var(--violet);
  position: relative; display: flex; flex-direction: column;
  background: var(--card); border-radius: var(--radius-lg);
  padding: 30px; border: 1px solid var(--line); box-shadow: var(--shadow);
  transform-style: preserve-3d; will-change: transform; transition: box-shadow .3s ease; overflow: hidden;
}
.appcard::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 6px; background: var(--tint); }
.appcard:hover { box-shadow: var(--shadow-lift); }
.appcard__top { display: flex; align-items: flex-start; gap: 18px; }
.appicon {
  width: 78px; height: 78px; border-radius: 20px; flex: none;
  display: grid; place-items: center; color: #fff;
  background: color-mix(in srgb, var(--tint) 88%, #000 4%);
  box-shadow: 0 12px 24px -12px var(--tint);
}
.appicon svg { width: 40px; height: 40px; }
.appicon--img { background: none; padding: 0; overflow: hidden; }
.appicon--img img { width: 100%; height: 100%; border-radius: inherit; object-fit: cover; }
.appcard__meta { flex: 1; min-width: 0; }
.appcard__meta h3 { font-size: 1.6rem; }
.badges { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 8px; }
.badge {
  font-family: var(--font-display); font-weight: 600; font-size: .72rem;
  letter-spacing: .04em; text-transform: uppercase;
  padding: 4px 11px; border-radius: 999px; border: 1.5px solid var(--line); color: var(--ink-soft);
}
.badge--live { color: #0a7d55; border-color: #b7ecd6; background: #eafaf3; }
.badge--soon { color: #9a6a00; border-color: #ffe4a8; background: #fff6e2; }
.badge--tint { color: #fff; background: var(--tint); border-color: transparent; }
.appcard p.desc { color: var(--ink-soft); margin: 20px 0 26px; font-size: 1rem; flex: 1; }
.appcard__foot { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.appcard .btn { --btn-bg: var(--tint); box-shadow: 0 12px 24px -12px var(--tint); }
.placeholder-note { font-size: .78rem; color: var(--ink-soft); font-style: italic; }
.foot-link {
  font-family: var(--font-display); font-weight: 600; font-size: .92rem;
  color: var(--ink-soft); text-decoration: underline; text-underline-offset: 3px; transition: color .15s ease;
}
.foot-link:hover { color: var(--tint); }

/* ------------------------------------------------------------------ app landing */
.applander { position: relative; padding: clamp(40px, 7vw, 84px) 0 clamp(30px, 5vw, 56px); }
.applander .blob {
  position: absolute; z-index: -2; filter: blur(60px); opacity: .5; border-radius: 50%;
  width: 420px; height: 420px; background: radial-gradient(circle at 30% 30%, var(--tint), transparent 62%);
  top: -80px; right: -60px;
}
.applander__grid { display: grid; grid-template-columns: auto 1fr; gap: clamp(20px, 4vw, 40px); align-items: center; }
.applander__icon {
  width: clamp(104px, 15vw, 148px); height: clamp(104px, 15vw, 148px);
  border-radius: 30px; flex: none; box-shadow: var(--shadow-lift);
  transform: rotate(-4deg); transition: transform .3s var(--ease-spring);
}
.applander__icon:hover { transform: rotate(3deg) scale(1.03); }
.applander h1 { font-size: clamp(2.4rem, 6vw, 4.2rem); margin-top: 10px; }
.applander h1 .accent { color: var(--tint); }
.applander .lede { font-size: clamp(1.08rem, 1.5vw, 1.35rem); color: var(--ink-soft); margin-top: 16px; max-width: 48ch; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.chip {
  font-family: var(--font-display); font-weight: 600; font-size: .74rem;
  letter-spacing: .04em; text-transform: uppercase;
  padding: 5px 12px; border-radius: 999px; border: 1.5px solid var(--line); color: var(--ink-soft); background: var(--card);
}
.applander__cta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 28px; }

/* screenshot gallery */
.shots-wrap { padding-bottom: clamp(30px, 5vw, 48px); }
.shots {
  display: flex; gap: 20px; overflow-x: auto; padding: 8px 24px 24px;
  scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
  scrollbar-width: thin; scrollbar-color: var(--line) transparent;
}
.shots::-webkit-scrollbar { height: 8px; }
.shots::-webkit-scrollbar-thumb { background: var(--line); border-radius: 999px; }
.shots img {
  width: clamp(210px, 44vw, 264px); flex: none; scroll-snap-align: center;
  border-radius: 28px; border: 1px solid var(--line); box-shadow: var(--shadow); background: var(--card);
}

/* feature grid */
.features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feat {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 26px; box-shadow: var(--shadow); transition: transform .25s var(--ease-spring);
}
.feat:hover { transform: translateY(-6px); }
.feat__ic { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; color: #fff; background: var(--tint); margin-bottom: 16px; }
.feat__ic svg { width: 26px; height: 26px; }
.feat h3 { font-size: 1.2rem; }
.feat p { color: var(--ink-soft); margin-top: 7px; font-size: .98rem; }

/* app landing note (was .callout on landing pages) */
.appnote {
  margin-top: 26px; padding: 26px 28px; border-radius: var(--radius-lg);
  background: color-mix(in srgb, var(--tint) 9%, var(--card));
  border: 1.5px solid color-mix(in srgb, var(--tint) 32%, var(--line));
  display: flex; gap: 20px; align-items: flex-start;
}
.appnote__ic { width: 46px; height: 46px; border-radius: 13px; flex: none; display: grid; place-items: center; color: #fff; background: var(--tint); }
.appnote h3 { font-size: 1.25rem; }
.appnote p { color: var(--ink-soft); margin-top: 6px; }

/* FAQ */
.faq { max-width: 780px; }
.faq__item { border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); box-shadow: var(--shadow); margin-top: 14px; overflow: hidden; }
.faq__item summary { cursor: pointer; list-style: none; padding: 20px 24px; font-family: var(--font-display); font-weight: 600; font-size: 1.06rem; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; font-size: 1.5rem; line-height: 1; color: var(--tint); transition: transform .2s var(--ease-spring); flex: none; }
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__item p { padding: 0 24px 22px; margin: 0; color: var(--ink-soft); }

/* ------------------------------------------------------------------ CTA band */
.cta-band {
  background: var(--ink); color: var(--paper); border-radius: var(--radius-lg);
  padding: clamp(40px, 6vw, 72px); text-align: center; position: relative; overflow: hidden;
}
.cta-band h2 { font-size: clamp(2rem, 4vw, 3rem); }
.cta-band p { color: color-mix(in srgb, var(--paper) 72%, transparent); margin: 14px auto 30px; max-width: 42ch; }
.cta-band .dot { position: absolute; border-radius: 50%; filter: blur(4px); opacity: .8; }
.cta-band .dot--a { width: 120px; height: 120px; background: var(--violet); top: -30px; left: -20px; }
.cta-band .dot--b { width: 90px; height: 90px; background: var(--pink); bottom: -24px; right: 40px; }
.cta-band .dot--c { width: 60px; height: 60px; background: var(--sun); top: 30px; right: -10px; }

/* ------------------------------------------------------------------ article (privacy + journal posts) */
.article { padding: clamp(40px, 6vw, 72px) 0 clamp(56px, 8vw, 96px); }
.article__wrap { max-width: 760px; }
.article__card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: clamp(28px, 5vw, 56px); }
.article h1 { font-size: clamp(2.2rem, 5vw, 3.2rem); }
.article .updated { color: var(--ink-soft); font-size: .95rem; margin-top: 12px; }
.article h2 { font-size: 1.45rem; margin: 40px 0 12px; }
.article p, .article li { color: #2c2b36; }
.article p { margin-top: 12px; }
.article ul { margin: 12px 0 0 20px; }
.article li { margin-top: 8px; }
.article a { color: var(--tint); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.article img { border-radius: 16px; border: 1px solid var(--line); margin-top: 22px; }
.article .lede { font-size: 1.15rem; color: var(--ink-soft); margin-top: 16px; }
.article blockquote { margin: 24px 0 0; padding: 6px 0 6px 22px; border-left: 3px solid var(--tint); color: var(--ink); font-size: 1.2rem; font-style: italic; }
.article blockquote p { color: var(--ink); margin-top: 6px; }
.article blockquote p:first-child { margin-top: 0; }
.callout {
  margin-top: 20px; padding: 18px 22px; border-radius: var(--radius);
  background: color-mix(in srgb, var(--mint) 14%, var(--card));
  border: 1.5px solid color-mix(in srgb, var(--mint) 40%, var(--line));
}
.callout strong { color: var(--ink); }
.backlink { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 24px; font-weight: 600; color: var(--tint); }
.backlink:hover { gap: 12px; }

/* privacy hub — policy link list (was .article ul override) */
.policy-list { margin: 14px 0 0; list-style: none; display: grid; gap: 12px; }
.article a.policy {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 16px 20px; border-radius: var(--radius); border: 1.5px solid var(--line);
  background: var(--paper); font-family: var(--font-display); font-weight: 600; color: var(--ink);
  text-decoration: none; transition: border-color .15s ease, transform .15s ease;
}
.article a.policy:hover { border-color: var(--tint); transform: translateX(3px); }
.article a.policy .arrow { color: var(--tint); }

/* ------------------------------------------------------------------ contact form */
.form-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow); padding: clamp(26px, 5vw, 48px); max-width: 720px;
}
.form__row { margin-top: 22px; }
.form__row:first-child { margin-top: 0; }
.form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form label { display: block; font-family: var(--font-display); font-weight: 600; font-size: .92rem; margin-bottom: 8px; }
.form label .req { color: var(--pink); }
.form input, .form select, .form textarea {
  width: 100%; padding: 13px 16px; border-radius: 14px;
  border: 1.5px solid var(--line); background: var(--paper); color: var(--ink);
  font: inherit; transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.form input:focus, .form select:focus, .form textarea:focus {
  outline: none; border-color: var(--tint); background: var(--card);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--tint) 20%, transparent);
}
.form textarea { min-height: 160px; resize: vertical; }
.form__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form__actions { margin-top: 28px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.form__note { color: var(--ink-soft); font-size: .92rem; margin-top: 20px; }
.form__note a { color: var(--tint); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }

/* ------------------------------------------------------------------ journal */
.journal-list { display: grid; gap: 20px; max-width: 820px; }
.jcard {
  display: block; background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: 28px 30px;
  transition: transform .25s var(--ease-spring), box-shadow .3s ease, border-color .15s ease;
}
.jcard:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); border-color: color-mix(in srgb, var(--tint) 40%, var(--line)); }
.jcard time { font-family: var(--font-display); font-weight: 600; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-soft); }
.jcard h2 { font-size: 1.5rem; margin-top: 8px; }
.jcard p { color: var(--ink-soft); margin-top: 10px; }
.jcard .more { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; font-family: var(--font-display); font-weight: 600; color: var(--tint); }
.jcard:hover .more { gap: 10px; }
.post-meta { display: flex; flex-wrap: wrap; gap: 8px 14px; align-items: center; color: var(--ink-soft); font-size: .95rem; margin-top: 14px; }
.post-meta .sep { color: var(--line); }

/* ------------------------------------------------------------------ footer */
.footer { border-top: 2px solid var(--ink); margin-top: 40px; padding: 48px 0 40px; }
.footer__grid { display: flex; flex-wrap: wrap; gap: 32px; justify-content: space-between; align-items: flex-start; }
.footer .brand { font-size: 1.35rem; }
.footer__tag { color: var(--ink-soft); margin-top: 12px; max-width: 30ch; }
.footer__cols { display: flex; gap: 56px; flex-wrap: wrap; }
.footer__col h4 { font-family: var(--font-display); font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 12px; }
.footer__col a { display: block; padding: 4px 0; color: var(--ink-soft); font-weight: 500; }
.footer__col a:hover { color: var(--tint); }
.mailto { font-family: var(--font-display); font-weight: 600; color: var(--ink); }
.mailto:hover { color: var(--tint); }
.footer__base { display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; align-items: center; margin-top: 40px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .9rem; }
.heartbeat { display: inline-block; }

/* ------------------------------------------------------------------ reveal */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s var(--ease-spring); }
.reveal.in { opacity: 1; transform: none; }

/* ------------------------------------------------------------------ responsive */
@media (max-width: 900px) {
  .hero__grid { grid-template-columns: 1fr; gap: 8px; }
  .playset { height: 340px; order: -1; margin-inline: auto; max-width: 420px; }
  .values { grid-template-columns: 1fr; }
  .apps { grid-template-columns: 1fr; }
}
@media (max-width: 780px) {
  .applander__grid { grid-template-columns: 1fr; text-align: left; }
  .features { grid-template-columns: 1fr; }
}
@media (max-width: 560px) { .form__grid { grid-template-columns: 1fr; } }
@media (max-width: 480px) {
  .playset { height: 300px; }
  .tile { width: 104px; height: 104px; }
  .tile--2 { width: 118px; height: 118px; }
  .footer__cols { gap: 32px; }
}

/* ------------------------------------------------------------------ motion off */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
