/* Whisker Hollow landing page */

:root {
  --page: #fbf1e2;
  --ink: #293f36;
  --paper: #fff2d6;
  --pink: #f6b5a7;
  --blush: #f2cfc3;
  --cream: #f8e4c4;
  --mint: #b8dccc;
  --sage: #c9e0d2;
  --mist: #cbdddd;
  --honey: #f4c664;
  --lilac: #d8c6e8;
  --forest: #294f49;
  --dusk: #493d78;
  --heart: #e8657f;
  --grass-back: #a9cf5b;
  --grass-front: #8fbd45;
  --fence: #a3b7c9;

  --gutter: clamp(12px, 1.4vw, 20px);
  --panel-pad: clamp(24px, 4.6vw, 72px);
  --radius: clamp(28px, 3.4vw, 48px);
  --display: ui-rounded, "SF Pro Rounded", "Nunito", system-ui, sans-serif;
  --text: -apple-system, BlinkMacSystemFont, "Segoe UI", "Nunito", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: var(--text);
  font-size: 17px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, video { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p { margin: 0; }
button { font: inherit; color: inherit; }

.page {
  max-width: 1500px;
  margin-inline: auto;
  padding: var(--gutter);
  display: grid;
  gap: var(--gutter);
}

.main { display: grid; gap: var(--gutter); }

.panel {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  padding: var(--panel-pad);
}

/* Nav */

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 4px 4px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-family: var(--display);
  font-weight: 900;
  font-size: 1.4rem;
  letter-spacing: -0.01em;
}

.brand img { width: 46px; height: 46px; border-radius: 22.5%; }

.nav-links { display: flex; gap: 8px; }

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  font-family: var(--display);
  font-weight: 800;
  font-size: 1rem;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.pill:hover { transform: translateY(-2px); }
.pill--dark { background: var(--ink); color: var(--paper); }
.pill--dark:hover { background: var(--forest); border-color: var(--forest); }
.pill--line:hover { background: var(--ink); color: var(--paper); }

/* Shared type */

.title {
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(4.2rem, 9.6vw, 9.6rem);
  line-height: 0.86;
  letter-spacing: -0.045em;
}

.h2 {
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(2.7rem, 6vw, 5.4rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.tile-title {
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(2.1rem, 3.4vw, 3.4rem);
  line-height: 0.95;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.tile-copy,
.section-lede {
  max-width: 40ch;
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.42;
}

.tag {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.05rem;
  line-height: 1.1;
  white-space: nowrap;
}

/* Buttons that hold a cat: no chrome, just the cat */

.cat,
.dress-cat {
  appearance: none;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.cat img,
.dress-cat img {
  width: 100%;
  height: auto;
  transform-origin: 50% 92%;
  transition: transform 0.35s cubic-bezier(0.3, 1.6, 0.5, 1);
  -webkit-user-drag: none;
  user-select: none;
}

.cat:hover img { transform: translateY(-6px) rotate(-1.5deg); }
.cat:focus-visible,
.dress-cat:focus-visible { outline: 3px solid var(--ink); outline-offset: 4px; border-radius: 24px; }

.is-petted img { animation: purr 0.6s cubic-bezier(0.3, 1.4, 0.5, 1); }

@keyframes purr {
  0% { transform: scale(1, 1); }
  30% { transform: scale(1.06, 0.9); }
  60% { transform: scale(0.97, 1.05) translateY(-8px); }
  100% { transform: scale(1, 1); }
}

.heart {
  position: absolute;
  z-index: 20;
  width: 26px;
  height: 26px;
  margin: -13px 0 0 -13px;
  fill: var(--heart);
  pointer-events: none;
  animation: float-heart 1.1s ease-out forwards;
}

@keyframes float-heart {
  0% { opacity: 0; transform: translate(0, 0) scale(0.4) rotate(var(--tilt, 0deg)); }
  18% { opacity: 1; transform: translate(calc(var(--dx, 0px) * 0.3), -16px) scale(1.05) rotate(var(--tilt, 0deg)); }
  100% { opacity: 0; transform: translate(var(--dx, 0px), -96px) scale(0.8) rotate(var(--tilt, 0deg)); }
}

/* App Store badge */

.cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 22px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  height: 60px;
  padding: 0 22px 0 17px;
  border: 1.5px solid #a6a6a6;
  border-radius: 13px;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", system-ui, sans-serif;
  transition: transform 0.2s ease;
}

.badge:hover { transform: translateY(-2px); }
.badge-logo { width: 28px; height: 28px; margin-top: -3px; fill: currentColor; }

.badge-text {
  display: flex;
  flex-direction: column;
  font-size: 1.72rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
}

.badge-text small {
  margin-bottom: 1px;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.05rem;
}

.meta span + span::before { content: "·"; margin-right: 10px; }

/* Hero */

.hero {
  --meadow: clamp(96px, 11vw, 160px);
  isolation: isolate;
  background: var(--pink);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(24px, 4vw, 56px);
  min-height: min(880px, calc(100svh - 96px));
  padding-bottom: calc(var(--meadow) + 8px);
}

.hero-copy { position: relative; z-index: 6; padding-bottom: clamp(8px, 3vw, 40px); }

.hero .title { transform: rotate(-3deg); transform-origin: 0 100%; margin-bottom: 26px; }

.tag--hero { transform: rotate(2deg); margin: 0 0 26px 0.4em; }

.lede {
  max-width: 25ch;
  margin-bottom: 34px;
  font-size: clamp(1.2rem, 1.85vw, 1.65rem);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.hero-art {
  position: relative;
  align-self: stretch;
  min-height: 600px;
}

.sun {
  position: absolute;
  z-index: 0;
  top: 2%;
  left: 50%;
  width: min(92%, 560px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--mint);
  transform: translateX(-50%);
}

.phone {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 16%;
  width: min(42%, 272px);
  aspect-ratio: 592 / 1282;
  margin-left: calc(min(42%, 272px) / -2);
  padding: clamp(8px, 0.9vw, 12px);
  border-radius: 15.5% / 7.2%;
  background: var(--ink);
  rotate: 4deg;
  animation: bob 6.5s ease-in-out infinite;
}

.phone-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12.5% / 5.8%;
  background: var(--forest);
}

@keyframes bob { 50% { translate: 0 -12px; } }

.cat--peek {
  position: absolute;
  z-index: 3;
  left: 12%;
  top: 0;
  width: 76%;
  transform: translateY(-84%);
}

.cat--bowtie {
  position: absolute;
  z-index: 5;
  left: -4%;
  bottom: calc(var(--meadow) * -0.62);
  width: min(56%, 400px);
}

.cat--wave {
  position: absolute;
  z-index: 5;
  right: -5%;
  bottom: calc(var(--meadow) * -0.5);
  width: min(46%, 330px);
}

.meadow {
  position: absolute;
  inset: auto 0 0 0;
  height: var(--meadow);
  pointer-events: none;
}

.hill { position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; }
.hill--back { z-index: 1; fill: var(--grass-back); }
.hill--front { z-index: 4; height: 72%; fill: var(--grass-front); }

.fence {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 38%;
  height: clamp(40px, 4.4vw, 62px);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='64' viewBox='0 0 30 64'%3E%3Crect x='0' y='22' width='30' height='7' fill='%238ea3b6'/%3E%3Crect x='0' y='44' width='30' height='7' fill='%238ea3b6'/%3E%3Cpath d='M9 64V12l6-9 6 9v52z' fill='%23a3b7c9'/%3E%3C/svg%3E") repeat-x left bottom / auto 100%;
}

/* Cat deck */

.deck-panel {
  background: var(--cream);
  padding-inline: 0;
}

.deck-panel::before {
  content: "";
  position: absolute;
  top: -30%;
  right: -8%;
  width: min(62vw, 760px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--sage);
}

.deck-head {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px 40px;
  padding-inline: var(--panel-pad);
  margin-bottom: clamp(24px, 3vw, 40px);
}

.deck-head .h2 { transform: rotate(-2deg); transform-origin: 0 100%; }
.deck-head .section-lede { max-width: 36ch; }

.deck {
  position: relative;
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
  outline-offset: -4px;
}

.deck.is-dragging { cursor: grabbing; }

.deck-track {
  display: flex;
  gap: 14px;
  width: max-content;
  margin: 0;
  padding: 0 0 6px var(--panel-pad);
  list-style: none;
  will-change: transform;
}

.card {
  flex: none;
  display: flex;
  flex-direction: column;
  width: clamp(240px, 20vw, 280px);
  min-height: 356px;
  padding: 16px 22px 22px;
  border-radius: 30px;
  background: var(--bg);
}

.card img {
  width: 100%;
  height: 172px;
  margin-bottom: 12px;
  object-fit: contain;
  object-position: 50% 100%;
  pointer-events: none;
  -webkit-user-drag: none;
}

.card h3 {
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(1.9rem, 2.4vw, 2.3rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.trait {
  align-self: flex-start;
  margin-top: 10px;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--paper);
  font-family: var(--display);
  font-weight: 800;
  font-size: 0.95rem;
}

.card-note {
  margin-top: auto;
  padding-top: 14px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.38;
}

/* Tiles */

.bento {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--gutter);
}

.tile {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.chips li {
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--paper);
  font-family: var(--display);
  font-weight: 800;
  font-size: 1rem;
}

/* Dress up */

.tile--dress {
  grid-column: span 7;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  align-items: center;
  gap: 12px 28px;
  min-height: 640px;
  background: var(--mint);
}

.dress-copy { display: flex; flex-direction: column; gap: 16px; position: relative; z-index: 2; }

.outfits { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }

.chip-btn {
  appearance: none;
  padding: 9px 16px;
  border: 2px solid transparent;
  border-radius: 999px;
  background: var(--paper);
  font-family: var(--display);
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.1;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.chip-btn:hover { transform: translateY(-2px); }
.chip-btn[aria-pressed="true"] { background: var(--ink); color: var(--paper); }
.chip-btn:focus-visible { outline: 3px solid var(--ink); outline-offset: 2px; }

.who { display: flex; gap: 10px; margin-top: 4px; }

.who-btn {
  appearance: none;
  width: 64px;
  height: 64px;
  padding: 5px;
  border: 3px solid transparent;
  border-radius: 50%;
  background: var(--paper);
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.who-btn:hover { transform: translateY(-2px); }
.who-btn[aria-pressed="true"] { border-color: var(--ink); }
.who-btn:focus-visible { outline: 3px solid var(--ink); outline-offset: 2px; }
.who-btn img { width: 100%; height: 100%; object-fit: contain; }

.dress-stage {
  position: relative;
  align-self: stretch;
  display: grid;
  place-items: end center;
  min-height: 380px;
}

.dress-spot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 104%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--pink);
  transform: translate(-50%, -54%);
}

.dress-cat { position: relative; width: min(118%, 520px); margin-bottom: -4%; }
.dress-cat img { transform-origin: 50% 88%; }

.dress-cat.is-hopping img { animation: hop 0.52s cubic-bezier(0.3, 0.9, 0.4, 1); }

@keyframes hop {
  0% { transform: none; }
  22% { transform: scale(1.04, 0.92); }
  52% { transform: translateY(-34px) scale(0.97, 1.04); }
  80% { transform: translateY(0) scale(1.03, 0.95); }
  100% { transform: none; }
}

/* Treasure Trail */

.tile--trail {
  grid-column: span 5;
  background: var(--forest);
  color: var(--paper);
}

.trail-art {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 360px;
  margin-top: 6px;
}

.trail-screen {
  width: min(64%, 270px);
  aspect-ratio: 9 / 16;
  margin-bottom: calc(var(--panel-pad) * -1 - 70px);
  padding: 9px;
  border-radius: 34px;
  background: var(--paper);
  rotate: -4deg;
}

.trail-screen video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 26px;
  background: #5f7d4a;
}

.tag--trail {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 8%;
  rotate: -5deg;
}

.cat--leap {
  position: absolute;
  z-index: 4;
  right: -10%;
  top: -2%;
  width: min(58%, 300px);
}

.cat--leap img { transform: scaleX(-1); }
.cat--leap:hover img { transform: scaleX(-1) translateY(-6px) rotate(1.5deg); }
.cat--leap.is-petted img { animation: purr-flip 0.6s cubic-bezier(0.3, 1.4, 0.5, 1); }

@keyframes purr-flip {
  0% { transform: scaleX(-1); }
  30% { transform: scale(-1.06, 0.9); }
  60% { transform: scale(-0.97, 1.05) translateY(-8px); }
  100% { transform: scaleX(-1); }
}

/* Build */

.tile--build {
  grid-column: span 5;
  background: var(--honey);
}

.clip {
  overflow: hidden;
  border-radius: 26px;
  background: var(--sage);
}

.clip video { width: 100%; height: 100%; object-fit: cover; }

.tile--build .clip {
  flex: 1 1 0;
  min-height: 200px;
  margin-top: 6px;
}

/* Day to night */

.tile--sky {
  grid-column: span 7;
  min-height: 600px;
  padding: 0;
  background: var(--dusk);
  justify-content: flex-end;
}

.sky-stage { position: absolute; inset: 0; }

.sky-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 60%;
}

.sky-img + .sky-img { opacity: 0; }

.sky-card {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: min(100% - 2 * var(--gutter), 460px);
  margin: var(--gutter);
  padding: 26px 28px 22px;
  border-radius: calc(var(--radius) - 10px);
  background: var(--paper);
}

.sky-card .tile-title { font-size: clamp(2rem, 2.8vw, 2.8rem); }

.sky-control { margin-top: 8px; }

.sky-control input {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 34px;
  margin: 0;
  background: transparent;
  cursor: pointer;
}

.sky-control input::-webkit-slider-runnable-track {
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #a9cf5b, #f4c664 36%, #f09a6b 66%, #493d78);
}

.sky-control input::-moz-range-track {
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #a9cf5b, #f4c664 36%, #f09a6b 66%, #493d78);
}

.sky-control input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 34px;
  height: 34px;
  margin-top: -11px;
  border: 4px solid var(--paper);
  border-radius: 50%;
  background: var(--ink);
}

.sky-control input::-moz-range-thumb {
  width: 26px;
  height: 26px;
  border: 4px solid var(--paper);
  border-radius: 50%;
  background: var(--ink);
}

.sky-control input:focus-visible { outline: 3px solid var(--ink); outline-offset: 4px; border-radius: 999px; }

.sky-marks {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
  font-family: var(--display);
  font-weight: 800;
  font-size: 0.95rem;
}

/* Little moments */

.tile--moments {
  grid-column: span 7;
  background: var(--lilac);
}

.prints {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto 0 0;
  padding: 26px 8px 8px;
  list-style: none;
}

.print,
.postcard {
  padding: 7px 7px 0;
  border-radius: 12px;
  background: var(--paper);
  rotate: var(--r);
  transition: rotate 0.35s cubic-bezier(0.3, 1.5, 0.5, 1), transform 0.35s cubic-bezier(0.3, 1.5, 0.5, 1);
}

.print {
  position: relative;
  flex: 0 1 172px;
  margin-inline: -9px;
  transform: translateY(var(--y, 0));
}

.print:hover { z-index: 2; rotate: 0deg; transform: translateY(calc(var(--y, 0px) - 10px)) scale(1.06); }
.postcard:hover { rotate: 0deg; transform: translateY(-6px) scale(1.04); }

.print--live { z-index: 1; flex-basis: 196px; }

.print img,
.print video,
.postcard img { width: 100%; height: auto; border-radius: 7px; }

.print video { aspect-ratio: 4 / 5; object-fit: cover; background: var(--sage); }

.print span,
.postcard span {
  display: block;
  padding: 7px 4px 9px;
  font-family: var(--display);
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.1;
  text-align: center;
}

/* Find them home */

.tile--home {
  grid-column: span 5;
  min-height: 600px;
  background: var(--blush);
}

.ranks li:last-child { background: var(--ink); color: var(--paper); }

.cat--home {
  position: absolute;
  right: 3%;
  bottom: -2%;
  width: min(44%, 250px);
}

/* Closing call to action */

.cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(28px, 5vw, 80px);
  background: var(--honey);
}

.cta-copy-wrap { position: relative; z-index: 2; }

.cta-icon {
  width: clamp(96px, 9vw, 132px);
  height: auto;
  margin-bottom: 26px;
  border-radius: 22.5%;
}

.cta .h2 { margin-bottom: 16px; transform: rotate(-2deg); transform-origin: 0 100%; }

.cta-copy {
  max-width: 34ch;
  margin-bottom: 30px;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.45;
}

.places-wrap {
  position: relative;
  justify-self: end;
  width: min(100%, 560px);
  padding-top: clamp(40px, 5vw, 70px);
}

.places {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cat--cta {
  position: absolute;
  z-index: 3;
  right: -3%;
  top: -3%;
  width: clamp(130px, 13vw, 190px);
}

/* Privacy and support */

.doc-head {
  min-height: clamp(260px, 30vw, 380px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 18px;
  background: var(--pink);
}

.doc-head--support { background: var(--mint); }

.doc-head .title {
  position: relative;
  z-index: 2;
  max-width: 9ch;
  font-size: clamp(3.4rem, 8vw, 7.6rem);
  transform: rotate(-2deg);
  transform-origin: 0 100%;
}

.doc-updated,
.doc-lede {
  position: relative;
  z-index: 2;
  max-width: 34ch;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(1.1rem, 1.6vw, 1.4rem);
  line-height: 1.3;
}

.cat--doc {
  position: absolute;
  right: clamp(8px, 4vw, 64px);
  bottom: -4%;
  width: clamp(150px, 22vw, 300px);
}

.doc { background: #fffaf1; }
.doc-body { max-width: 720px; }

.doc-lead {
  margin-bottom: 1.4em;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.callout {
  margin-bottom: 2em;
  padding: 18px 22px;
  border-radius: 20px;
  background: var(--cream);
  line-height: 1.6;
}

.doc h2 {
  margin: 2em 0 0.45em;
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(1.5rem, 2.4vw, 1.9rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.doc p { margin-bottom: 1em; line-height: 1.7; }
.doc a { text-underline-offset: 3px; }

.faq { margin: 0 0 1.4em; padding: 0; list-style: none; }

.faq li {
  margin-bottom: 1.1em;
  padding: 16px 20px;
  border-radius: 18px;
  background: var(--page);
  line-height: 1.65;
}

.faq strong { display: block; margin-bottom: 4px; font-family: var(--display); font-weight: 900; font-size: 1.1rem; }

.doc .doc-sign {
  margin-top: 2.4em;
  font-family: var(--display);
  font-weight: 800;
  opacity: 0.75;
}

.footer-links [aria-current="page"] { background: var(--ink); color: var(--paper); }

/* Footer */

.footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px 20px;
  padding: 8px 4px 16px;
}

.footer .brand { font-size: 1.2rem; }
.footer .brand img { width: 38px; height: 38px; }
.footer-links { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 10px; }
.footer-note { font-weight: 600; font-size: 0.95rem; }
.footer-note a { text-underline-offset: 3px; }

/* Responsive */

@media (max-width: 1100px) {
  .tile--dress, .tile--trail, .tile--build, .tile--sky, .tile--moments, .tile--home { grid-column: 1 / -1; }
  .tile--trail { min-height: 640px; }
  .tile--build .clip { flex: none; aspect-ratio: 16 / 10; }
  .tile--home { min-height: 560px; }
}

@media (max-width: 960px) {
  .hero { grid-template-columns: minmax(0, 1fr); min-height: 0; }
  .hero-art { min-height: clamp(480px, 124vw, 700px); }
  .phone { width: min(52%, 272px); margin-left: calc(min(52%, 272px) / -2); top: 18%; }
  .lede { max-width: 30ch; }
  .cta { grid-template-columns: minmax(0, 1fr); }
  .places-wrap { justify-self: stretch; width: 100%; }
}

@media (max-width: 760px) {
  .tile--dress { grid-template-columns: minmax(0, 1fr); min-height: 0; }
  .dress-stage { min-height: 320px; order: -1; }
  .dress-cat { width: min(88%, 380px); }
  .prints { flex-wrap: wrap; row-gap: 16px; }
  .print { flex-basis: 40%; }
  .print--live { flex-basis: 44%; }
  .tile--trail { min-height: 600px; }
}

@media (max-width: 700px) {
  .pill { min-height: 42px; padding: 0 16px; font-size: 0.95rem; }
  .badge { height: 54px; }
  .card { width: 250px; }
  .tile--sky { min-height: 520px; }
  .sky-stage .sky-img { object-position: 38% 60%; }
  .footer-links .pill { font-size: 0.9rem; }
  .tag--trail { top: 14%; }
  .cat--leap { width: 44%; right: -7%; top: -9%; }
}

@media (max-width: 430px) {
  .nav .brand span { display: none; }
  .tag--hero { white-space: normal; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .phone { animation: none; }
  .is-petted img, .dress-cat.is-hopping img { animation: none; }
  .heart { display: none; }
}
