/* ---------------------------------------------------------------------------
   WallGang web — shared styles for the landing page and the invite page.
   Fonts are self-hosted; the unicode-range blocks mean a browser only fetches
   the subsets it actually needs.
   Archivo and Caveat are variable fonts, so one file covers a weight range.
--------------------------------------------------------------------------- */

/* Archivo — latin */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/archivo-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Archivo — latin-ext */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/archivo-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Archivo — vietnamese */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/archivo-vietnamese.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* Archivo Black — latin */
@font-face {
  font-family: 'Archivo Black';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/archivo-black-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Archivo Black — latin-ext */
@font-face {
  font-family: 'Archivo Black';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/archivo-black-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Caveat — latin */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/caveat-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Caveat — latin-ext */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/caveat-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Caveat — cyrillic */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/caveat-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* Caveat — cyrillic-ext */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/caveat-cyrillic-ext.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

:root {
  --bg: #f2f0f8;
  --bg-alt: #eae7f3;
  --ink: #17171a;
  --ink-2: #4c4a56;
  --ink-3: #83808f;
  --ink-4: #9a97a6;
  --lime: #dff23c;
  --purple: #5b4bd4;
  --dark: #17131c;
  --dark-ink: #f4f2fa;
  --dark-ink-2: #b9b4c7;
  --note-yellow: #f3ecad;
  --note-pink: #f4c2d7;
  --note-green: #cdedaf;
  --radius-card: 24px;
  --radius-feature: 32px;
  --shadow-card: 0 14px 34px rgba(23, 23, 26, 0.09);
  --shadow-card-hover: 0 22px 48px rgba(23, 23, 26, 0.14);
  --motion-distance: 10px;
  --motion-duration: 280ms;
  --motion-ease: cubic-bezier(0.22, 0.8, 0.22, 1);
  --wrap: 1160px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 84px; overflow-x: hidden; }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: 'Archivo', system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: var(--ink); text-decoration: none; }
a:hover { color: var(--purple); }

img { max-width: 100%; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding-left: 32px; padding-right: 32px; }
.hand { font-family: 'Caveat', cursive; font-weight: 700; }
.black { font-family: 'Archivo Black', 'Archivo', sans-serif; font-weight: 400; }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--ink);
  color: #fff;
  padding: 12px 18px;
  border-radius: 0 0 10px 0;
  font-weight: 700;
  z-index: 100;
}
.skip-link:focus { left: 0; color: #fff; }

/* Keep focus rings visible for keyboard users on the custom controls. */
:focus-visible { outline: 3px solid var(--purple); outline-offset: 3px; border-radius: 4px; }

@keyframes bob {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-9px) rotate(1.5deg); }
}
@keyframes bob2 {
  0%, 100% { transform: translateY(-6px); }
  50% { transform: translateY(6px); }
}
@keyframes gentle-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(calc(-1 * var(--motion-distance))); }
}
@keyframes pulsedot {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}

/* --------------------------------------------------------------- nav ----- */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(242, 240, 248, 0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(23, 23, 26, 0.06);
  transition:
    background-color var(--motion-duration) var(--motion-ease),
    border-color var(--motion-duration) var(--motion-ease),
    color var(--motion-duration) var(--motion-ease);
}
.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.nav__logo {
  display: inline-block;
  font-size: 27px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-shadow:
    -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff,
    0 -3px 0 #fff, 0 3px 0 #fff, -3px 0 0 #fff, 3px 0 0 #fff,
    0 5px 10px rgba(23, 23, 26, 0.15);
  transition: color var(--motion-duration) var(--motion-ease), text-shadow var(--motion-duration) var(--motion-ease);
}
.nav__links { display: flex; align-items: center; gap: 22px; font-size: 15px; font-weight: 600; }
.nav__links a { transition: color var(--motion-duration) var(--motion-ease); }
.nav__cta {
  background: var(--ink);
  color: #fff;
  padding: 10px 20px;
  border-radius: 999px;
  font-weight: 700;
  transition:
    transform var(--motion-duration) var(--motion-ease),
    background-color var(--motion-duration) var(--motion-ease),
    color var(--motion-duration) var(--motion-ease);
}
.nav__cta:hover { background: #33333a; color: #fff; transform: translateY(-3px); }
.nav--dark {
  background: rgba(12, 11, 16, 0.82);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.nav--dark .nav__links > a:not(.nav__cta) { color: rgba(255, 255, 255, 0.82); }
.nav--dark .nav__links > a:not(.nav__cta):hover { color: var(--lime); }
.nav--dark .nav__logo {
  color: #fff;
  text-shadow:
    -2px -2px 0 #17131c, 2px -2px 0 #17131c, -2px 2px 0 #17131c, 2px 2px 0 #17131c,
    0 -3px 0 #17131c, 0 3px 0 #17131c, -3px 0 0 #17131c, 3px 0 0 #17131c,
    0 5px 10px rgba(0, 0, 0, 0.35);
}
.nav--dark .nav__cta { background: var(--lime); color: var(--ink); }
.nav--dark .nav__cta:hover { background: #ecf978; color: var(--ink); }

/* -------------------------------------------------------------- hero ----- */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 90px;
}
.badge {
  display: inline-block;
  background: var(--lime);
  border: 2px solid var(--ink);
  border-radius: 999px;
  padding: 7px 16px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transform: rotate(-2deg);
  box-shadow: 3px 3px 0 var(--ink);
  margin-bottom: 26px;
}
.hero__title {
  font-size: clamp(44px, 5.2vw, 74px);
  line-height: 0.98;
  letter-spacing: -1px;
  margin-bottom: 22px;
}
.hero__sub {
  font-size: 19px;
  line-height: 1.55;
  color: var(--ink-2);
  max-width: 460px;
  margin-bottom: 30px;
  text-wrap: pretty;
}

.hero__stage { position: relative; height: 640px; user-select: none; }
.hero__stage .float > * { animation: none !important; }
.hero__stage .float--alive > * {
  animation: gentle-float 7.5s var(--motion-ease) infinite !important;
}
.hero__stage .float--alive:nth-of-type(odd) > * { animation-delay: -2.4s !important; }
.phone-wrap { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.phone {
  /* 288 - 20px border = 268px of screen against 580px of height: the exact
     1000x2164 ratio of the wallpaper, so `cover` fills the frame edge to edge
     without cropping or letterboxing. Resize the two together. */
  width: 288px;
  height: 600px;
  border-radius: 46px;
  border: 10px solid #1a1a1e;
  background: #000 url('../img/hero-lockscreen-v3.jpg') center / cover;
  box-shadow: 0 30px 70px rgba(23, 23, 26, 0.35);
  position: relative;
  overflow: hidden;
}
.phone__notch {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 96px;
  height: 26px;
  background: #1a1a1e;
  border-radius: 999px;
}
.phone__clock {
  position: absolute;
  top: 52px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
}
.phone__date { font-size: 14px; font-weight: 600; letter-spacing: 0.5px; }
.phone__time { font-size: 58px; line-height: 1; }
.phone__bar {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  height: 4px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 99px;
}
.phone__caption {
  position: absolute;
  left: 50%;
  bottom: -38px;
  transform: translateX(-50%) rotate(-1deg);
  font-size: 22px;
  color: var(--ink-2);
  white-space: nowrap;
  font-weight: 500;
}

/* Floating, draggable hero props. */
.float { position: absolute; cursor: grab; touch-action: none; will-change: transform; z-index: 3; }
.float--emoji { z-index: 4; }
.sticky-note {
  box-shadow: 0 10px 24px rgba(23, 23, 26, 0.18);
  font-family: 'Caveat', cursive;
  font-weight: 700;
  border-radius: 3px;
}
.emoji-prop { filter: drop-shadow(0 6px 10px rgba(23, 23, 26, 0.25)); }

/* ------------------------------------------------------- store buttons --- */
.stores { display: flex; flex-wrap: wrap; gap: 12px; }
.store-btn {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  background: var(--ink);
  color: #fff;
  border: 2px solid var(--ink);
  border-radius: 14px;
  padding: 12px 20px;
  font-family: 'Archivo', sans-serif;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(23, 23, 26, 0.12);
  transition:
    transform var(--motion-duration) var(--motion-ease),
    background-color var(--motion-duration) var(--motion-ease),
    box-shadow var(--motion-duration) var(--motion-ease);
}
.store-btn:hover:not([disabled]) { background: #33333a; color: #fff; transform: translateY(-4px); box-shadow: var(--shadow-card); }
.store-btn svg { width: 24px; height: 24px; flex-shrink: 0; fill: currentColor; }
.store-btn__label { display: block; line-height: 1.15; }
.store-btn__small { display: block; font-size: 10.5px; font-weight: 600; opacity: 0.75; letter-spacing: 0.4px; text-transform: uppercase; }
.store-btn__big { display: block; font-size: 16px; font-weight: 700; }
/* Disabled until the App Store / Play Store listings exist. See assets/js/stores.js */
.store-btn[disabled] { cursor: not-allowed; opacity: 0.45; box-shadow: none; }
.store-btn[disabled]:hover { background: var(--ink); }
.stores-note { font-size: 14px; color: var(--ink-3); margin-top: 14px; }
.stores-note strong { color: var(--ink-2); }

/* ------------------------------------------------- section scaffolding --- */
.section { padding-top: 90px; padding-bottom: 90px; }
.section--alt { background: var(--bg-alt); border-top: 1px solid rgba(23, 23, 26, 0.05); }
#make {
  border-top: 0;
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-alt) 13%, var(--bg-alt) 86%, var(--bg) 100%);
}
.section--split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.eyebrow { font-size: 26px; color: var(--purple); transform: rotate(-1deg); }
.section__title { font-size: clamp(32px, 3.4vw, 46px); line-height: 1.02; margin: 10px 0 18px; }
.section__body { font-size: 17px; line-height: 1.6; color: var(--ink-2); margin-bottom: 26px; text-wrap: pretty; }
.center-title { font-size: clamp(28px, 3vw, 40px); text-align: center; }
.section-heading { position: relative; margin: 0 auto 48px; text-align: center; }
.section-heading::after {
  content: '';
  display: block;
  width: 54px;
  height: 6px;
  margin: 16px auto 0;
  border-radius: 999px;
  background: var(--purple);
  transform: rotate(-2deg);
}
.section-heading--compact { margin-bottom: 44px; }
.section-heading--compact p {
  color: var(--ink-2);
  font-size: 16px;
  line-height: 1.5;
  margin-top: 14px;
}

/* ---------------------------------------------------- practice board ----- */
.make-grid { grid-template-columns: 0.9fr 1.1fr; }
.chip-row { display: flex; flex-wrap: wrap; gap: 10px; }
.chip {
  background: #fff;
  border: none;
  border-radius: 999px;
  padding: 13px 20px;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(23, 23, 26, 0.12);
  transition:
    transform var(--motion-duration) var(--motion-ease),
    box-shadow var(--motion-duration) var(--motion-ease);
}
.chip:hover { transform: translateY(-4px) rotate(-1deg); box-shadow: var(--shadow-card); }
.chip--note { background: var(--note-yellow); }
.chip--doodle { background: var(--note-pink); }
.chip--sticker { background: var(--lime); }
.link-btn {
  background: none;
  border: none;
  font-family: 'Archivo', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-3);
  cursor: pointer;
  margin-top: 14px;
  text-decoration: underline;
}
.link-btn:hover { color: var(--purple); }

.board {
  position: relative;
  border-radius: var(--radius-feature);
  /* Was a stock gradient photo; rebuilt in CSS so we ship no third-party art. */
  background-color: #f7cf9e;
  background-image:
    radial-gradient(72% 78% at 60% 26%, #f5364a 0%, rgba(245, 54, 74, 0) 62%),
    radial-gradient(62% 72% at 20% 80%, #f9a51a 0%, rgba(249, 165, 26, 0) 66%),
    radial-gradient(78% 88% at 88% 84%, #f06ba8 0%, rgba(240, 107, 168, 0) 60%),
    linear-gradient(135deg, #fbe3b8 0%, #f7cf9e 100%);
  min-height: 460px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.08), 0 24px 60px rgba(23, 23, 26, 0.2);
  overflow: hidden;
}
.board__label {
  position: absolute;
  top: 16px;
  left: 20px;
  font-size: 24px;
  color: #000;
  opacity: 0.9;
  transform: rotate(-2deg);
  pointer-events: none;
}
.board__empty {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: 26px;
  color: rgba(255, 255, 255, 0.35);
  pointer-events: none;
  text-align: center;
  padding: 0 24px;
}
.drop { position: absolute; cursor: grab; touch-action: none; }
.drop__photo { background: #fff; padding: 8px 8px 24px; box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35); width: 136px; }
.drop__photo img { width: 100%; height: 114px; object-fit: cover; display: block; pointer-events: none; }
.drop__photo-cap { font-family: 'Caveat', cursive; font-weight: 700; font-size: 17px; text-align: center; margin-top: 4px; }
.drop__note {
  padding: 12px 18px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: 24px;
  border-radius: 2px;
  max-width: 210px;
}
.drop__doodle { font-family: 'Caveat', cursive; font-weight: 700; font-size: 42px; text-shadow: 0 4px 12px rgba(0, 0, 0, 0.35); }
.drop__sticker { font-size: 54px; filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.4)); }

/* ------------------------------------------------------ together wall ---- */
.together-grid { grid-template-columns: 1.1fr 0.9fr; }
.wall {
  position: relative;
  border-radius: var(--radius-feature);
  background-color: #3a102e;
  background-image:
    linear-gradient(135deg, rgba(31, 14, 31, 0.18), rgba(24, 11, 24, 0.42)),
    url('../img/collaboration-wall-bg.webp');
  background-position: center, 72% center;
  background-size: cover;
  min-height: 520px;
  box-shadow: 0 24px 60px rgba(23, 23, 26, 0.22);
  overflow: hidden;
}
.wall__pin { position: absolute; }
.wall__card { background: #fff; box-shadow: 0 12px 28px rgba(0, 0, 0, 0.4); position: relative; }
.wall__card img { width: 100%; object-fit: cover; display: block; }
.wall__cap { font-family: 'Caveat', cursive; font-weight: 700; text-align: center; }
.avatar {
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.avatar--photo {
  overflow: hidden;
  box-shadow: 0 0 0 2px var(--avatar-accent);
}
.avatar--photo img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
  object-fit: cover;
}
.avatar--tag {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  font-size: 13px;
}
.reaction {
  position: absolute;
  background: #fff;
  border-radius: 999px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
}
.avatar-stack { display: flex; }
.avatar-stack .avatar { width: 38px; height: 38px; border: 3px solid var(--bg); font-size: 15px; }
.avatar-stack .avatar + .avatar { margin-left: -10px; }
.live-row { display: flex; align-items: center; gap: 14px; }
.live-label { font-size: 14px; font-weight: 600; color: var(--ink-2); display: flex; align-items: center; gap: 7px; }
.live-dot { width: 9px; height: 9px; border-radius: 50%; background: #3ecf72; animation: pulsedot 1.6s ease-in-out infinite; }

/* --------------------------------------------- app-matched photo frames -- */
.photo-frame {
  --frame-stock: #fffdf8;
  --frame-ink: #222;
  --frame-border: 8px;
  --frame-lip: 24px;
  position: relative;
  background: var(--frame-stock);
  box-shadow: 0 12px 28px rgba(23, 23, 26, 0.3);
}
.photo-frame > img {
  width: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}
.photo-frame--clean { padding: 0; overflow: hidden; border-radius: 12px; background: #24242a; }
.photo-frame--polaroid {
  padding: var(--frame-border) var(--frame-border) 0;
  border-radius: 4px;
  background: var(--frame-stock);
}
.photo-frame__cap {
  height: var(--frame-lip);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3px;
  color: var(--frame-ink);
  font-family: 'Caveat', cursive;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.photo-frame--circle {
  padding: 8px;
  overflow: hidden;
  border-radius: 50%;
  background: var(--frame-stock);
}
.photo-frame--circle > img { border-radius: 50%; }
.photo-frame--glass {
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.32);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 12px 28px rgba(23, 23, 26, 0.3);
  backdrop-filter: blur(10px) saturate(1.2);
}
.photo-frame--glass > img { border-radius: 16px; opacity: 0.9; }
.frame-stock--white { --frame-stock: #fffdf8; --frame-ink: #222; }
.frame-stock--cream { --frame-stock: #f4e9d1; --frame-ink: #332a1e; }
.frame-stock--butter { --frame-stock: #f7e68a; --frame-ink: #342d05; }
.frame-stock--peach { --frame-stock: #ffc0ad; --frame-ink: #4a2116; }
.frame-stock--sky { --frame-stock: #b9deff; --frame-ink: #102c43; }
.frame-stock--lilac { --frame-stock: #ddc9ff; --frame-ink: #302045; }
.frame-stock--mint { --frame-stock: #c1eed6; --frame-ink: #15392a; }
.frame-stock--charcoal { --frame-stock: #292b33; --frame-ink: #f7f3ea; }

.drop__photo.photo-frame { width: 136px; }
.drop__photo.photo-frame--circle > img { height: 116px; }
.drop__photo.photo-frame--glass > img { height: 114px; }
.wall__card.photo-frame { background: var(--frame-stock); }
.wall__card.photo-frame--clean { background: #24242a; }
.wall__card.photo-frame--glass { background: rgba(255, 255, 255, 0.32); }

/* --------------------------------------------------------- wallpaper ---- */
#wallpaper {
  position: relative;
  z-index: 2;
}
.feature-list { display: grid; gap: 16px; }
.feature {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  transition: transform var(--motion-duration) var(--motion-ease);
}
.feature:hover { transform: translateX(var(--motion-distance)); }
.feature__icon {
  background: var(--lime);
  color: var(--ink);
  border-radius: 10px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  flex-shrink: 0;
}
.feature__title { font-weight: 700; font-size: 16px; color: var(--ink); }
.feature__body { font-size: 14.5px; color: var(--ink-2); line-height: 1.5; }
.phone-pair { display: flex; align-items: center; justify-content: center; gap: 28px; flex-wrap: wrap; }
.phone--sm {
  /* Same deal: 240 - 18px border = 222px against 482px, matching the
     1200x2608 wall. */
  width: 240px;
  height: 500px;
  border-radius: 40px;
  border: 9px solid #26222e;
  background: #000 url('../img/memories-wall-v3.jpg') center / cover;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.55);
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.phone--sm .phone__notch { top: 10px; width: 80px; height: 22px; background: #26222e; }
.phone--sm .phone__clock { top: 44px; }
.phone--sm .phone__date { font-size: 12px; }
.phone--sm .phone__time { font-size: 46px; }
.pulse-card {
  background: var(--dark-ink);
  color: var(--ink);
  border-radius: var(--radius-card);
  padding: 16px;
  width: 250px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
  transform: rotate(2deg);
}
.pulse-card__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.pulse-card__kicker { font-size: 11px; font-weight: 700; letter-spacing: 1.2px; color: var(--ink-3); }
.pulse-card__room { font-size: 13px; font-weight: 700; }
.pulse-row { display: flex; gap: 10px; align-items: center; }
.pulse-row + .pulse-row { margin-top: 10px; }
.pulse-row img { width: 44px; height: 44px; object-fit: cover; border-radius: 10px; }
.pulse-row__title { font-size: 13.5px; font-weight: 700; }
.pulse-row__time { font-size: 12px; color: var(--ink-3); }
.pulse-thumb {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--note-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: 15px;
  flex-shrink: 0;
}

/* ------------------------------------------------- home screen widget --- */
.widget-grid { grid-template-columns: 0.95fr 1.05fr; }
.widget-stage { display: flex; justify-content: center; }
/* Shrink-wraps the shot so the handwritten pointers can hang off its edges. */
.widget-stage__inner { position: relative; }
.widget-shot {
  display: block;
  width: 320px;
  height: auto;
  filter: drop-shadow(0 28px 56px rgba(23, 23, 26, 0.34));
}

/* The pointers ride on little notes so they can sit against what they point
   at, with the arrow hanging off the note's edge. Offsets are tuned to the
   320px render: the poster tag sits at about (277, 77) and the reaction emoji
   at about (143, 297). */
.callout {
  position: absolute;
  width: 108px;
  padding: 8px 10px;
  border-radius: 3px;
  background: var(--note-pink);
  box-shadow: 0 10px 24px rgba(23, 23, 26, 0.3);
  font-size: 19px;
  line-height: 1.15;
  color: var(--ink);
  z-index: 2;
}
/* Drawn rather than typed: Caveat has no arrow glyphs, so a text arrow drops to
   a fallback font and reads as a stray mark. White stroke over a soft dark
   shadow, so each hook holds up against the photo underneath. */
.callout__arrow {
  position: absolute;
  overflow: visible;
  fill: none;
  stroke: #fff;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 1px 3px rgba(23, 23, 26, 0.55));
}
/* Parked square to the right of the poster tag, arrow running level into it. */
.callout--who { left: 306px; top: 47px; width: 96px; transform: rotate(3deg); }
.callout--who .callout__arrow { left: -20px; top: 25px; }
.callout--react { left: 104px; top: 352px; transform: rotate(-3deg); }
/* Rises left of the "WallGang" label rather than through it. */
.callout--react .callout__arrow { left: 5px; top: -54px; }

/* -------------------------------------------------------- steps + cards -- */
.journey {
  position: relative;
  z-index: 1;
  padding: 90px 0 74px;
  background:
    radial-gradient(60% 68% at 100% 72%, rgba(244, 194, 215, 0.34), transparent 72%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg) 18%, #efedf7 100%);
}
.journey__inner { position: relative; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card {
  position: relative;
  background: rgba(255, 255, 255, 0.94);
  border-radius: var(--radius-card);
  padding: 32px;
  box-shadow: var(--shadow-card);
  transition:
    transform var(--motion-duration) var(--motion-ease),
    box-shadow var(--motion-duration) var(--motion-ease);
}
.card:nth-child(1) { transform: rotate(-1.2deg); }
.card:nth-child(2) { transform: translateY(10px) rotate(0.6deg); }
.card:nth-child(3) { transform: rotate(1deg); }
.card:nth-child(1)::before,
.card:nth-child(3)::before {
  content: '';
  position: absolute;
  z-index: 3;
  top: -10px;
  left: 50%;
  width: 72px;
  height: 22px;
  border: 1px solid rgba(90, 76, 45, 0.08);
  background: rgba(243, 236, 173, 0.86);
  box-shadow: 0 4px 10px rgba(23, 23, 26, 0.08);
  transform: translateX(-50%) rotate(-2deg);
}
.card:nth-child(3)::before { transform: translateX(-50%) rotate(2deg); background: rgba(244, 194, 215, 0.88); }
@media (hover: hover) {
  .card:hover { transform: translateY(calc(-1 * var(--motion-distance))) rotate(0); box-shadow: var(--shadow-card-hover); }
}
.step__num {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--lime);
  border: 2px solid var(--ink);
  font-family: 'Archivo Black', sans-serif;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.step__title { font-weight: 700; font-size: 19px; margin-bottom: 8px; }
.step__body { font-size: 15px; line-height: 1.55; color: var(--ink-2); }
.link-pill {
  display: inline-block;
  background: var(--bg-alt);
  border-radius: 999px;
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--purple);
  margin-top: 12px;
}

/* --------------------------------------------------------------- trust --- */
.trust {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-top: -34px;
  padding: 88px 0 100px;
  border-radius: 64px 64px 0 0;
  background:
    radial-gradient(70% 70% at 10% 4%, rgba(91, 75, 212, 0.24), transparent 68%),
    #0c0b10;
  color: #fff;
}
.trust::after {
  content: '';
  position: absolute;
  width: 520px;
  height: 520px;
  right: -260px;
  bottom: -330px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(255, 255, 255, 0.018), 0 0 0 160px rgba(255, 255, 255, 0.012);
  pointer-events: none;
}
.trust__inner { position: relative; z-index: 1; }
.trust__head {
  max-width: 720px;
  margin: 0 auto 44px;
  text-align: center;
}
.trust__eyebrow {
  color: var(--lime);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.trust__title {
  font-size: clamp(40px, 5.2vw, 62px);
  line-height: 0.96;
  letter-spacing: -2.4px;
  text-wrap: balance;
}
.trust__intro {
  max-width: 650px;
  margin: 20px auto 0;
  color: #bcb8c7;
  font-size: 16.5px;
  line-height: 1.6;
  text-wrap: pretty;
}
.trust__grid {
  display: grid;
  grid-template-columns: 1.16fr 0.84fr;
  grid-template-rows: repeat(2, minmax(220px, auto));
  gap: 20px;
}
.trust-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border-radius: var(--radius-feature);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  isolation: isolate;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
  transition:
    transform var(--motion-duration) var(--motion-ease),
    box-shadow var(--motion-duration) var(--motion-ease);
}
.trust-card__copy { position: relative; z-index: 2; max-width: 470px; }
.trust-card__copy h3 {
  font-size: clamp(23px, 2.4vw, 32px);
  line-height: 1.08;
  letter-spacing: -0.7px;
  margin-bottom: 12px;
}
.trust-card__copy p {
  font-size: 16px;
  line-height: 1.55;
  text-wrap: pretty;
}
.trust-card--private {
  grid-row: 1 / span 2;
  min-height: 460px;
  background:
    radial-gradient(90% 62% at 72% 17%, rgba(255, 255, 255, 0.2), transparent 58%),
    linear-gradient(145deg, #7565e8 0%, #5544c6 50%, #4030aa 100%);
}
.trust-card--private .trust-card__copy p { color: rgba(255, 255, 255, 0.78); }
.trust-card--data {
  background: #f5f5f7;
  color: #141318;
}
.trust-card--data .trust-card__copy p { color: #605d69; }
.trust-card--access {
  background: var(--lime);
  color: #17171a;
}
.trust-card--access .trust-card__copy p { color: #454514; }
.trust-card__visual {
  position: relative;
  min-height: 198px;
  display: grid;
  place-items: center;
}
.trust-lock {
  position: relative;
  z-index: 2;
  width: 130px;
  height: 112px;
  margin-top: 42px;
  border: 6px solid rgba(255, 255, 255, 0.94);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 28px 55px rgba(31, 21, 110, 0.35);
  backdrop-filter: blur(8px);
}
.trust-lock::before {
  content: '';
  position: absolute;
  width: 64px;
  height: 60px;
  left: 50%;
  top: -56px;
  transform: translateX(-50%);
  border: 6px solid rgba(255, 255, 255, 0.94);
  border-bottom: 0;
  border-radius: 48px 48px 0 0;
}
.trust-lock::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -42%);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 12px 0 -4px #fff;
}
.trust-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
}
.trust-orbit--one { width: 220px; height: 220px; }
.trust-orbit--two { width: 300px; height: 300px; border-color: rgba(255, 255, 255, 0.1); }
.trust-zero {
  font-family: 'Archivo Black', 'Archivo', sans-serif;
  font-size: clamp(80px, 8vw, 108px);
  line-height: 0.75;
  letter-spacing: -8px;
  color: var(--purple);
  margin: 0 0 24px;
}
.trust-zero::after {
  content: 'personal information sold';
  display: block;
  max-width: 120px;
  margin: 15px 0 0 8px;
  color: #77737f;
  font-family: 'Archivo', sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.trust-members {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 58px;
  margin-bottom: 24px;
}
.trust-members span {
  position: relative;
  z-index: 2;
  width: 56px;
  height: 56px;
  margin-right: -13px;
  border: 4px solid var(--lime);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #17171a;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(47, 52, 5, 0.18);
}
.trust-members span:nth-child(2) { background: var(--purple); }
.trust-members span:nth-child(3) { background: #d4407c; }
.trust-members i {
  width: 22px;
  height: 22px;
  margin-left: 22px;
  border: 6px solid #17171a;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg);
}
.trust__link {
  width: fit-content;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
.trust__link::before { content: 'Read our'; font-weight: 500; color: #aaa6b5; }
.trust__link::after { content: '→'; color: var(--lime); font-size: 20px; transition: transform var(--motion-duration) var(--motion-ease); }
.trust__link:hover { color: #fff; }
.trust__link:hover::after { transform: translateX(4px); }
@media (hover: hover) {
  .trust-card:hover { transform: translateY(calc(-1 * var(--motion-distance))); box-shadow: 0 26px 64px rgba(0, 0, 0, 0.32); }
}

/* ----------------------------------------------------------------- faq --- */
.faq-section {
  position: relative;
  z-index: 2;
  margin-top: -52px;
  border: 0;
  border-radius: 56px 56px 0 0;
  background:
    radial-gradient(55% 100% at 100% 10%, rgba(221, 201, 255, 0.55), transparent 74%),
    var(--bg-alt);
}
.faq-section__inner { max-width: 820px; margin: 0 auto; padding-left: 32px; padding-right: 32px; }
.faq-list { display: grid; gap: 14px; }
.faq {
  position: relative;
  background: #fff;
  border-radius: var(--radius-card);
  padding: 0 24px;
  box-shadow: var(--shadow-card);
  transition:
    transform var(--motion-duration) var(--motion-ease),
    box-shadow var(--motion-duration) var(--motion-ease);
}
.faq:nth-child(2)::before,
.faq:nth-child(5)::before {
  content: '';
  position: absolute;
  top: -7px;
  right: 44px;
  width: 48px;
  height: 15px;
  background: rgba(205, 237, 175, 0.86);
  transform: rotate(3deg);
}
.faq:nth-child(5)::before { background: rgba(244, 194, 215, 0.86); transform: rotate(-3deg); }
.faq__question {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 17px;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 21px 0;
}
.faq__panel {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition:
    grid-template-rows var(--motion-duration) var(--motion-ease),
    opacity 240ms var(--motion-ease);
}
.faq__panel-inner { overflow: hidden; }
.faq__sign {
  font-family: 'Caveat', cursive;
  font-size: 24px;
  color: var(--purple);
  transition: transform var(--motion-duration) var(--motion-ease);
  flex-shrink: 0;
}
.faq.is-open { box-shadow: var(--shadow-card-hover); }
.faq.is-open .faq__panel { grid-template-rows: 1fr; opacity: 1; }
.faq.is-open .faq__sign { transform: rotate(45deg); }
.faq__answer { font-size: 15px; line-height: 1.6; color: var(--ink-2); padding: 0 0 22px; }
@media (hover: hover) {
  .faq:not(.is-open):hover { transform: translateY(-4px); box-shadow: var(--shadow-card-hover); }
}

/* ----------------------------------------------------------------- cta --- */
.cta-zone {
  position: relative;
  padding: 84px 32px 110px;
  background: linear-gradient(180deg, var(--bg-alt) 0%, var(--bg) 22%, var(--bg) 100%);
}
.cta {
  position: relative;
  overflow: visible;
  max-width: 980px;
  margin: 0 auto;
  padding: 84px 54px;
  border-radius: var(--radius-feature);
  background:
    radial-gradient(58% 120% at 100% 0%, rgba(255, 255, 255, 0.72), transparent 70%),
    var(--lime);
  box-shadow: var(--shadow-card-hover);
  text-align: center;
}
.cta::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 50%;
  width: 100px;
  height: 28px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 5px 12px rgba(23, 23, 26, 0.08);
  transform: translateX(-50%) rotate(-2deg);
}
.cta::after {
  content: '💌';
  position: absolute;
  right: 34px;
  bottom: 26px;
  font-size: 54px;
  transform: rotate(9deg);
  filter: drop-shadow(0 8px 12px rgba(23, 23, 26, 0.16));
}
.cta__emoji { font-size: 44px; margin-bottom: 18px; transform: rotate(-8deg); }
.cta__title {
  font-size: clamp(36px, 4.4vw, 60px);
  line-height: 1;
  margin-bottom: 18px;
  text-shadow:
    -3px -3px 0 rgba(255, 255, 255, 0.75), 3px -3px 0 rgba(255, 255, 255, 0.75), -3px 3px 0 rgba(255, 255, 255, 0.75), 3px 3px 0 rgba(255, 255, 255, 0.75),
    0 -4px 0 rgba(255, 255, 255, 0.75), 0 4px 0 rgba(255, 255, 255, 0.75), -4px 0 0 rgba(255, 255, 255, 0.75), 4px 0 0 rgba(255, 255, 255, 0.75),
    0 8px 18px rgba(23, 23, 26, 0.15);
}
.cta__sub { font-size: 18px; color: #414216; margin-bottom: 34px; }
.cta .stores { justify-content: center; }
.cta__peek { position: relative; z-index: 1; font-size: 14px; color: #55561b; margin-top: 22px; }
.cta__peek a { font-weight: 700; text-decoration: underline; }

/* ---------------------------------------------------------------- legal -- */
.legal { max-width: 760px; margin: 0 auto; padding: 56px 32px 88px; }
.legal__head { margin-bottom: 40px; }
.legal__eyebrow { font-size: 26px; color: var(--purple); transform: rotate(-1deg); display: inline-block; }
.legal__title { font-size: clamp(32px, 4vw, 48px); line-height: 1.02; margin: 8px 0 14px; }
.legal__updated { font-size: 14px; color: var(--ink-3); font-weight: 600; }
.legal__intro { font-size: 17px; line-height: 1.6; color: var(--ink-2); margin-top: 18px; text-wrap: pretty; }
.legal h2 {
  font-family: 'Archivo Black', 'Archivo', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.15;
  margin: 40px 0 14px;
  scroll-margin-top: 90px;
}
.legal h3 { font-size: 17px; font-weight: 700; margin: 24px 0 8px; }
.legal p { font-size: 16px; line-height: 1.65; color: var(--ink-2); margin-bottom: 14px; text-wrap: pretty; }
.legal ul { margin: 0 0 16px 20px; }
.legal li { font-size: 16px; line-height: 1.6; color: var(--ink-2); margin-bottom: 8px; }
.legal a { color: var(--purple); font-weight: 600; text-decoration: underline; }
.legal strong { color: var(--ink); }
.legal__note {
  background: var(--bg-alt);
  border-left: 3px solid var(--purple);
  border-radius: 0 12px 12px 0;
  padding: 14px 18px;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--ink-2);
  margin: 20px 0;
}
.legal__pledge {
  background: var(--lime);
  border: 2px solid var(--ink);
  border-radius: 18px;
  padding: 20px 24px;
  margin: 4px 0 36px;
  box-shadow: 4px 4px 0 var(--ink);
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.legal__pledge-icon { font-size: 26px; line-height: 1.2; flex-shrink: 0; }
.legal__pledge p {
  margin: 0;
  font-size: 17.5px;
  line-height: 1.5;
  font-weight: 700;
  color: var(--ink);
}
.legal__contact {
  background: #fff;
  border-radius: 20px;
  padding: 24px 26px;
  box-shadow: var(--shadow-card);
  margin-top: 40px;
}
.legal__contact h2 { margin-top: 0; }
.legal__toc {
  background: #fff;
  border-radius: 18px;
  padding: 20px 24px;
  box-shadow: 0 8px 22px rgba(23, 23, 26, 0.06);
  margin-bottom: 36px;
}
.legal__toc-title { font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: 0.6px; color: var(--ink-3); margin-bottom: 10px; }
.legal__toc ol { margin: 0; padding-left: 20px; }
.legal__toc li { font-size: 15px; margin-bottom: 6px; }
.legal__back { display: inline-block; font-size: 14px; font-weight: 600; color: var(--ink-3); margin-bottom: 8px; }
.legal__back:hover { color: var(--purple); }

/* ------------------------------------------------------- contact form ---- */
.form { display: grid; gap: 18px; margin-top: 8px; }
.form__row { display: grid; gap: 7px; }
.form__label { font-size: 14px; font-weight: 700; color: var(--ink); }
.form__label span { font-weight: 600; color: var(--ink-3); }
.form__input,
.form__select,
.form__textarea {
  width: 100%;
  font-family: 'Archivo', sans-serif;
  font-size: 16px;
  color: var(--ink);
  background: #fff;
  border: 2px solid rgba(23, 23, 26, 0.12);
  border-radius: 12px;
  padding: 13px 15px;
}
.form__textarea { min-height: 150px; resize: vertical; line-height: 1.5; }
.form__input:focus,
.form__select:focus,
.form__textarea:focus { outline: none; border-color: var(--purple); box-shadow: 0 0 0 3px rgba(91, 75, 212, 0.16); }
/* Honeypot — hidden from people, catnip for bots. */
.form__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form__submit {
  justify-self: start;
  background: var(--ink);
  color: #fff;
  border: 2px solid var(--ink);
  border-radius: 999px;
  padding: 14px 30px;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(23, 23, 26, 0.14);
}
.form__submit:hover { background: #33333a; }
.form__submit:disabled { opacity: 0.55; cursor: not-allowed; }
.form__status { font-size: 15px; font-weight: 600; line-height: 1.5; }
.form__status[data-state="ok"] { color: #0d8f6f; }
.form__status[data-state="error"] { color: #c0392b; }
.form__success {
  background: var(--lime);
  border: 2px solid var(--ink);
  border-radius: 18px;
  padding: 24px 26px;
  box-shadow: 4px 4px 0 var(--ink);
}
.form__success-title { font-size: 22px; margin-bottom: 6px; }
.form__success-body { font-size: 16px; color: var(--ink); line-height: 1.5; }

/* -------------------------------------------------------------- footer --- */
.footer { border-top: 1px solid rgba(23, 23, 26, 0.08); }
.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 34px;
  padding-bottom: 34px;
}
.footer__brand { display: flex; align-items: center; gap: 12px; }
.footer__brand img { width: 28px; height: 28px; border-radius: 8px; }
.footer__note { font-size: 14px; color: var(--ink-2); }
.footer__links { display: flex; gap: 24px; font-size: 14px; font-weight: 600; flex-wrap: wrap; }

/* --------------------------------------------------------- responsive ---- */
@media (max-width: 980px) {
  .hero,
  .section--split { grid-template-columns: 1fr; }
  .make-grid,
  .widget-grid,
  .together-grid { grid-template-columns: 1fr; }
  .hero { padding-bottom: 40px; gap: 8px; }
  .hero__stage { height: 560px; transform: scale(0.86); }
  .steps { gap: 16px; }
  .card { padding: 26px; }
  .trust__grid { grid-template-columns: 1.08fr 0.92fr; }
  .trust-card { padding: 26px; }
  .trust-card--private { min-height: 440px; }
  .nav__links a:not(.nav__cta) { display: none; }
  .together-grid > .wall { order: 2; }
  .widget-grid > .widget-stage { order: 2; }
}

@media (max-width: 720px) {
  /* At this width the notes only fit inside the shot, where they would cover
     the poster tags and emoji they point at. The copy beside it says the same
     two things, so they come off instead. */
  .callout { display: none; }
  .journey { padding: 80px 0 62px; }
  .steps { grid-template-columns: 1fr; max-width: 620px; margin: 0 auto; }
  .card:nth-child(1) { transform: rotate(-0.7deg); }
  .card:nth-child(2) { transform: rotate(0.5deg); }
  .card:nth-child(3) { transform: rotate(-0.4deg); }
  .trust__grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .trust-card--private { grid-row: auto; min-height: 410px; }
}

@media (max-width: 640px) {
  .wrap { padding-left: 20px; padding-right: 20px; }
  .section { padding-top: 64px; padding-bottom: 64px; }
  .hero__stage { height: 520px; transform: scale(0.72); }
  .stores { flex-direction: column; align-items: stretch; }
  .store-btn { justify-content: center; }
  .footer__inner { flex-direction: column; align-items: flex-start; }
  .phone-pair { gap: 20px; }
  .journey { padding: 64px 0 54px; }
  .section-heading { margin-bottom: 36px; }
  .trust {
    margin-top: -24px;
    padding: 70px 0 80px;
    border-radius: var(--radius-feature) var(--radius-feature) 0 0;
  }
  .trust__head { margin-bottom: 34px; text-align: left; }
  .trust__eyebrow { margin-bottom: 10px; }
  .trust__title { font-size: clamp(40px, 13vw, 52px); letter-spacing: -1.6px; }
  .trust__intro { font-size: 16px; }
  .trust__grid { gap: 14px; }
  .trust-card { padding: 24px; }
  .trust-card--private { min-height: 370px; }
  .trust-card__visual { min-height: 170px; transform: scale(0.76); }
  .trust-card__copy h3 { font-size: 24px; }
  .trust-zero { font-size: 82px; margin-bottom: 22px; }
  .trust-members { margin-bottom: 16px; }
  .trust__link { margin-top: 24px; }
  .faq-section { margin-top: -32px; border-radius: var(--radius-feature) var(--radius-feature) 0 0; }
  .faq-section__inner { padding-left: 20px; padding-right: 20px; }
  .faq { padding: 0 20px; }
  .faq__question { padding: 19px 0; font-size: 16px; }
  .cta-zone { padding: 54px 20px 72px; }
  .cta { padding: 64px 24px; }
  .cta::after { right: 18px; bottom: 16px; font-size: 40px; }
}

/* Respect a reduced-motion preference: kill the idle bobbing. The parallax
   loop in landing.js checks the same query and never starts. */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
