:root {
  color-scheme: light;
  --ink: #1c1c1e;
  --muted: #6e6e73;
  --line: #eadff4;
  --paper: #faf8ff;
  --surface: #ffffff;
  --primary: #c86bfa;
  --secondary: #e68bff;
  --soft: #f4e7ff;
  --shadow: rgba(72, 35, 101, 0.12);
  --motion-ease: cubic-bezier(0.22, 0.72, 0.2, 1);
  --motion-smooth: cubic-bezier(0.4, 0, 0.2, 1);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(200, 107, 250, 0.42);
  outline-offset: 3px;
}

main > section {
  scroll-margin-top: 104px;
}

.site-header {
  align-items: center;
  background: transparent;
  display: flex;
  justify-content: space-between;
  padding: 16px 6vw 0;
  pointer-events: none;
  position: sticky;
  top: 0;
  z-index: 10;
}

.header-shell {
  align-items: center;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(200, 107, 250, 0.12);
  border-radius: 999px;
  box-shadow: 0 16px 38px rgba(72, 35, 101, 0.1);
  display: grid;
  gap: 16px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  margin: 0 auto;
  max-width: 1180px;
  padding: 9px 10px;
  pointer-events: auto;
  position: relative;
  width: 100%;
}

.header-shell::after {
  display: none;
}

.brand {
  align-items: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: var(--ink);
  display: inline-flex;
  font-weight: 900;
  gap: 10px;
  min-width: 0;
  padding: 6px 14px 6px 8px;
  text-decoration: none;
}

.brand::before {
  background: url("/assets/brand/pawhudl-web-mark.png") center / contain no-repeat;
  content: "";
  display: inline-block;
  height: 34px;
  flex: 0 0 auto;
  width: 34px;
}

.brand-copy {
  display: grid;
  gap: 0;
  line-height: 1;
}

.brand-word {
  font-size: 1.2rem;
  letter-spacing: 0;
}

.brand-tag {
  color: #8c6a9f;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  margin-top: 4px;
  text-transform: uppercase;
}

nav {
  display: flex;
  gap: 24px;
}

nav a {
  color: var(--muted);
  font-weight: 800;
  text-decoration: none;
}

.site-nav {
  background: rgba(244, 231, 255, 0.62);
  border: 1px solid rgba(200, 107, 250, 0.14);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  gap: 4px;
  justify-self: center;
  padding: 4px;
}

.site-nav a {
  border-radius: 999px;
  color: #6e557e;
  font-size: 0.92rem;
  padding: 9px 13px;
  position: relative;
  transition: background 240ms var(--motion-ease), color 240ms var(--motion-ease), transform 240ms var(--motion-ease), box-shadow 240ms var(--motion-ease);
  white-space: nowrap;
}

.site-nav a.is-active,
.site-nav a[aria-current="true"] {
  background: rgba(255, 255, 255, 0.78);
  color: var(--primary);
  box-shadow: 0 10px 22px rgba(72, 35, 101, 0.09);
}

.site-nav a:focus-visible {
  outline-color: rgba(200, 107, 250, 0.48);
  outline-offset: 2px;
}

.site-nav a:hover {
  background: rgba(255, 255, 255, 0.86);
  color: var(--primary);
  transform: translateY(-1px);
}

.header-download {
  align-items: center;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(200, 107, 250, 0.28);
  color: white;
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 950;
  gap: 7px;
  justify-content: center;
  justify-self: end;
  min-height: 42px;
  padding: 0 18px;
  text-decoration: none;
  transition: box-shadow 240ms var(--motion-ease), transform 240ms var(--motion-ease);
  white-space: nowrap;
}

.header-download::after {
  background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='18'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='white'%20stroke-width='3'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M12%205v14'/%3E%3Cpath%20d='m19%2012-7%207-7-7'/%3E%3C/svg%3E") center / contain no-repeat;
  display: inline-flex;
  content: "";
  flex: 0 0 18px;
  height: 18px;
  width: 18px;
}

.header-download:hover {
  box-shadow: 0 18px 34px rgba(200, 107, 250, 0.34);
  transform: translateY(-1px);
}

.hero {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(250, 248, 255, 0.98), rgba(250, 248, 255, 0.78), rgba(250, 248, 255, 0.35)),
    url("https://images.unsplash.com/photo-1548199973-03cce0bbc87b?auto=format&fit=crop&w=1800&q=80");
  background-position: center;
  background-size: cover;
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 440px);
  min-height: min(720px, calc(100vh - 200px));
  padding: 5vw 6vw;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  color: var(--primary);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 14px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(3rem, 7vw, 5.8rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.95;
  margin-bottom: 24px;
  max-width: 780px;
  text-wrap: balance;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 28px;
  text-wrap: balance;
}

h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.lead {
  color: var(--muted);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 650;
  max-width: 660px;
  text-wrap: pretty;
}

.button {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border-radius: 999px;
  box-shadow: 0 18px 40px rgba(200, 107, 250, 0.28);
  color: white;
  display: inline-flex;
  font-weight: 900;
  margin-top: 18px;
  padding: 14px 22px;
  text-decoration: none;
}

.secondary-button {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(200, 107, 250, 0.22);
  box-shadow: 0 14px 30px rgba(72, 35, 101, 0.1);
  color: var(--primary);
}

.text-link {
  color: var(--primary);
  display: inline-flex;
  font-weight: 900;
  margin-top: 16px;
  text-decoration: none;
}

.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hero-pills span {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(200, 107, 250, 0.18);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(72, 35, 101, 0.08);
  color: #6e3f91;
  font-size: 0.92rem;
  font-weight: 900;
  padding: 9px 13px;
}

.hero-preview {
  display: flex;
  justify-content: center;
}

.phone-card {
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 36px;
  box-shadow: 0 28px 70px rgba(72, 35, 101, 0.2);
  display: grid;
  gap: 12px;
  max-width: 390px;
  padding: 18px;
  width: 100%;
}

.phone-header {
  background: linear-gradient(135deg, rgba(250, 248, 255, 0.98), rgba(244, 231, 255, 0.88));
  border-radius: 24px;
  padding: 16px;
}

.phone-header strong,
.phone-header span,
.care-row strong,
.care-row small,
.moment-card strong,
.moment-card small {
  display: block;
}

.phone-header span,
.care-row small,
.moment-card small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.story-row {
  display: flex;
  gap: 14px;
  overflow: hidden;
}

.story-row span {
  align-items: center;
  background: #fff;
  border: 3px solid rgba(200, 107, 250, 0.78);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(200, 107, 250, 0.18);
  display: grid;
  flex: 0 0 74px;
  font-size: 1.45rem;
  height: 74px;
  justify-items: center;
  padding-top: 8px;
  width: 74px;
}

.story-row small {
  color: #6e3f91;
  font-size: 0.62rem;
  font-weight: 950;
}

.care-row,
.moment-card {
  align-items: center;
  background: rgba(250, 248, 255, 0.82);
  border: 1px solid rgba(200, 107, 250, 0.12);
  border-radius: 20px;
  display: flex;
  gap: 12px;
  padding: 12px;
}

.care-row > span,
.moment-card > span {
  align-items: center;
  background: linear-gradient(135deg, rgba(200, 107, 250, 0.18), rgba(230, 139, 255, 0.18));
  border-radius: 16px;
  display: flex;
  flex: 0 0 42px;
  font-size: 1.15rem;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.section {
  padding: 80px 6vw;
}

.feature-grid,
.plan-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

article {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(234, 223, 244, 0.88);
  border-radius: 24px;
  box-shadow: 0 18px 44px var(--shadow);
  padding: 24px;
}

.feature-grid article,
.plan-grid article {
  transition: transform 240ms var(--motion-ease), box-shadow 240ms var(--motion-ease);
}

.feature-grid article:hover,
.plan-grid article:hover {
  box-shadow: 0 24px 52px rgba(72, 35, 101, 0.16);
  transform: translateY(-2px);
}

article p,
li {
  color: var(--muted);
}

.download-section {
  align-items: center;
  background:
    radial-gradient(circle at 18% 12%, rgba(200, 107, 250, 0.16), transparent 32%),
    linear-gradient(180deg, #fff, #faf8ff);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 520px);
}

.download-copy {
  max-width: 680px;
}

.download-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(200, 107, 250, 0.14);
  border-radius: 28px;
  box-shadow: 0 24px 58px rgba(72, 35, 101, 0.12);
  justify-self: end;
  max-width: 500px;
  padding: 24px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.download-card p {
  color: var(--muted);
  font-weight: 750;
  margin: 16px 2px 0;
  text-align: center;
}

.store-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.store-button {
  align-items: center;
  background: linear-gradient(135deg, rgba(28, 28, 30, 0.96), rgba(78, 50, 100, 0.94));
  border-radius: 22px;
  color: #fff;
  display: grid;
  gap: 2px 12px;
  grid-template-columns: 44px 1fr;
  padding: 14px 16px;
  text-decoration: none;
  transition: transform 240ms var(--motion-ease), box-shadow 240ms var(--motion-ease);
}

.store-button:hover {
  box-shadow: 0 18px 40px rgba(72, 35, 101, 0.2);
  transform: translateY(-1px);
}

.store-button span {
  align-items: center;
  background: rgba(255, 255, 255, 0.13);
  border-radius: 15px;
  display: flex;
  font-size: 1.25rem;
  grid-row: span 2;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.store-button strong,
.store-button small {
  display: block;
}

.store-button strong {
  font-size: 1rem;
  line-height: 1.15;
}

.store-button small {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 800;
}

.plans {
  background:
    radial-gradient(circle at 12% 10%, rgba(230, 139, 255, 0.16), transparent 30%),
    linear-gradient(180deg, #ffffff, var(--soft));
}

.plan-grid article:nth-child(2) {
  border-color: rgba(200, 107, 250, 0.42);
}

.landing-page {
  background:
    radial-gradient(circle at 9% 9%, rgba(230, 139, 255, 0.18), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(147, 197, 253, 0.14), transparent 22%),
    linear-gradient(180deg, #faf8ff 0%, #fff 42%, #faf8ff 100%);
  overflow-x: hidden;
}

.landing-page .launch-header {
  min-height: 0;
}

.landing-page .brand::before {
  height: 38px;
  width: 38px;
}

.landing-page .site-nav a {
  transition: background 240ms var(--motion-ease), color 240ms var(--motion-ease), transform 240ms var(--motion-ease);
}

.launch-hero {
  align-items: center;
  display: grid;
  gap: clamp(24px, 4vw, 58px);
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.78fr);
  min-height: min(780px, calc(100vh - 78px));
  padding: clamp(34px, 5vw, 58px) 6vw clamp(42px, 6vw, 68px);
  position: relative;
}

.launch-hero::before {
  background:
    linear-gradient(135deg, rgba(200, 107, 250, 0.12), rgba(230, 139, 255, 0)),
    linear-gradient(45deg, rgba(147, 197, 253, 0.12), rgba(187, 247, 208, 0));
  border-radius: 48px;
  bottom: 5vw;
  content: "";
  left: 4vw;
  position: absolute;
  right: 4vw;
  top: 4vw;
  z-index: -1;
}

.launch-hero h1 {
  font-size: clamp(3.25rem, 6.1vw, 5.35rem);
  line-height: 0.94;
  max-width: 640px;
}

.launch-hero .lead {
  color: #554163;
  font-size: clamp(1.08rem, 1.9vw, 1.42rem);
  line-height: 1.35;
  max-width: 620px;
}

.hero-copy,
.section-copy,
.download-copy {
  min-width: 0;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-proof span {
  align-items: center;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(200, 107, 250, 0.16);
  border-radius: 999px;
  box-shadow: 0 14px 32px rgba(72, 35, 101, 0.08);
  color: #6e3f91;
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 950;
  gap: 7px;
  padding: 10px 14px;
}

.hero-proof i {
  display: inline-flex;
  font-style: normal;
  line-height: 1;
}

.pet-type-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
  max-width: 610px;
}

.pet-type-strip span {
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(200, 107, 250, 0.12);
  border-radius: 999px;
  color: #7a6684;
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 900;
  gap: 6px;
  min-height: 32px;
  padding: 7px 10px;
  white-space: nowrap;
}

.hero-store-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.landing-page .store-button {
  align-items: center;
  background: linear-gradient(135deg, #111114, #31223d);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(31, 20, 41, 0.22);
  display: flex;
  gap: 12px;
  justify-content: flex-start;
  max-width: 214px;
  min-height: 62px;
  min-width: 0;
  padding: 10px 15px;
  width: 100%;
}

.landing-page .store-button svg {
  color: #fff;
  fill: currentColor;
  flex: 0 0 28px;
  height: 32px;
  width: 32px;
}

.landing-page .store-button span {
  align-items: flex-start;
  background: transparent;
  border-radius: 0;
  display: grid;
  font-size: 1rem;
  grid-row: auto;
  height: auto;
  justify-content: start;
  line-height: 1;
  width: auto;
}

.landing-page .store-button small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.68rem;
  letter-spacing: 0.01em;
  text-transform: none;
}

.landing-page .store-button strong {
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.05;
}

.hero-stage {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 520px;
  position: relative;
}

.pet-orbit {
  animation: orbitFloat 11s ease-in-out infinite;
  border: 1px solid rgba(200, 107, 250, 0.22);
  border-radius: 999px;
  height: 390px;
  left: 50%;
  opacity: 0.9;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-5deg);
  will-change: transform;
  width: 390px;
}

.pet-orbit span {
  align-items: center;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(200, 107, 250, 0.16);
  border-radius: 999px;
  box-shadow: 0 18px 42px rgba(72, 35, 101, 0.12);
  display: flex;
  font-size: 1.4rem;
  height: 56px;
  justify-content: center;
  position: absolute;
  width: 56px;
}

.pet-orbit span:nth-child(1) {
  left: -16px;
  top: 72px;
}

.pet-orbit span:nth-child(2) {
  bottom: 42px;
  right: 6px;
}

.pet-orbit span:nth-child(3) {
  right: 72px;
  top: -22px;
}

.phone-shell {
  animation: launchFloat 8.5s ease-in-out infinite;
  background: linear-gradient(145deg, #ffffff, #f3e8ff);
  border: 10px solid #1c1c1e;
  border-radius: 48px;
  box-shadow:
    0 34px 90px rgba(72, 35, 101, 0.24),
    inset 0 0 0 1px rgba(255, 255, 255, 0.72);
  height: 590px;
  max-width: 306px;
  padding: 16px 10px 12px;
  position: relative;
  transform: translateZ(0);
  will-change: transform;
  width: min(100%, 306px);
}

.phone-notch {
  background: #1c1c1e;
  border-radius: 0 0 18px 18px;
  height: 18px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 94px;
  z-index: 2;
}

.app-screen {
  background:
    linear-gradient(180deg, rgba(250, 248, 255, 0.96), rgba(250, 248, 255, 0.82)),
    linear-gradient(135deg, rgba(230, 139, 255, 0.18), rgba(147, 197, 253, 0.12));
  border-radius: 34px;
  display: grid;
  gap: 12px;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  padding: 32px 10px 14px;
}

.app-summary {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 22px;
  box-shadow: 0 16px 36px rgba(72, 35, 101, 0.12);
  display: flex;
  justify-content: space-between;
  padding: 14px;
}

.app-summary strong,
.app-summary small,
.care-item strong,
.care-item small,
.moment-preview strong,
.moment-preview small {
  display: block;
}

.app-summary strong,
.care-item strong,
.moment-preview strong {
  font-weight: 950;
}

.app-summary small,
.care-item small,
.moment-preview small {
  color: #8b72a0;
  font-size: 0.72rem;
  font-weight: 850;
}

.app-summary button {
  background: linear-gradient(135deg, rgba(200, 107, 250, 0.18), rgba(230, 139, 255, 0.2));
  border: 0;
  border-radius: 999px;
  color: #9b33e8;
  font-weight: 950;
  padding: 8px 10px;
}

.mini-progress {
  background: rgba(200, 107, 250, 0.12);
  border-radius: 999px;
  height: 8px;
  overflow: hidden;
}

.mini-progress span {
  animation: progressSlide 7.5s var(--motion-smooth) infinite;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  border-radius: inherit;
  display: block;
  height: 100%;
  transform: scaleX(0.62);
  transform-origin: left center;
  will-change: transform;
  width: 100%;
}

.pet-story-row {
  display: flex;
  gap: 8px;
  overflow: hidden;
  padding: 6px 2px 0;
}

.pet-story-row div {
  align-items: center;
  display: grid;
  flex: 0 0 62px;
  justify-items: center;
  text-align: center;
}

.pet-story-row span {
  align-items: center;
  background: #fff;
  border: 4px solid #d746ff;
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(200, 107, 250, 0.24);
  display: flex;
  font-size: 1.55rem;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.pet-story-row strong {
  font-size: 0.76rem;
  font-weight: 950;
  margin-top: 5px;
}

.pet-story-row small {
  color: #c34af5;
  font-size: 0.66rem;
  font-weight: 950;
}

.pet-photo {
  background-position: center;
  background-size: cover;
}

.pet-tsuki {
  background-image: url("/assets/photos/feed-avatar-tsuki.jpg?v=20260620-face-center-2");
}

.pet-yuki {
  background-image: url("/assets/photos/feed-avatar-yuki.jpg?v=20260620-avatar-polish");
}

.pet-mika {
  background-image: url("/assets/photos/feed-avatar-mika.jpg?v=20260620-avatar-polish");
}

.care-stack {
  display: grid;
  gap: 8px;
}

.care-item {
  align-items: center;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(200, 107, 250, 0.12);
  border-radius: 20px;
  display: grid;
  gap: 10px;
  grid-template-columns: 42px minmax(0, 1fr) 32px;
  padding: 11px;
}

.care-item > span {
  align-items: center;
  background: #ffe5ef;
  border-radius: 14px;
  display: flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.care-item em {
  border: 2px solid rgba(200, 107, 250, 0.24);
  border-radius: 999px;
  height: 28px;
  width: 28px;
}

.care-item.done {
  background: rgba(220, 252, 231, 0.92);
  border-color: rgba(34, 197, 94, 0.22);
}

.care-item.done em {
  align-items: center;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border: 0;
  color: #fff;
  display: flex;
  font-style: normal;
  font-weight: 950;
  justify-content: center;
}

.care-item.upcoming {
  background: rgba(255, 255, 255, 0.72);
}

.care-item.upcoming em {
  align-items: center;
  border: 0;
  color: #c2accf;
  display: flex;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 950;
  justify-content: center;
}

.phone-upcoming {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(200, 107, 250, 0.12);
  border-radius: 22px;
  display: grid;
  gap: 8px;
  padding: 10px;
}

.phone-section-title {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.phone-section-title strong {
  font-size: 0.86rem;
  font-weight: 950;
}

.phone-section-title small {
  color: var(--primary);
  font-size: 0.68rem;
  font-weight: 950;
}

.moment-preview {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 16px 34px rgba(72, 35, 101, 0.12);
  display: grid;
  gap: 10px;
  padding: 10px;
}

.mini-nav {
  align-items: center;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(200, 107, 250, 0.14);
  border-radius: 24px;
  box-shadow: 0 12px 30px rgba(72, 35, 101, 0.12);
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(5, 1fr);
  margin-top: auto;
  padding: 8px 10px;
}

.mini-nav span,
.mini-nav strong {
  align-items: center;
  color: #b5a4c2;
  display: flex;
  font-size: 1.05rem;
  height: 32px;
  justify-content: center;
}

.mini-nav strong {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(200, 107, 250, 0.32);
  color: white;
  font-size: 1.35rem;
}

.moment-image {
  animation: photoGlow 8s ease-in-out infinite;
  aspect-ratio: 1.55;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(67, 32, 82, 0.22)),
    url("/assets/photos/mika-portrait.jpg?v=20260620-realphotos") center 44% / cover no-repeat;
  border-radius: 18px;
  position: relative;
}

.moment-image::after {
  background: url("/assets/photos/feed-avatar-mika.jpg?v=20260620-avatar-polish") center / cover no-repeat;
  border: 3px solid rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  bottom: 12px;
  box-shadow: 0 12px 26px rgba(31, 20, 41, 0.2);
  content: "";
  height: 56px;
  left: 12px;
  position: absolute;
  width: 56px;
}

.floating-note {
  align-items: center;
  animation: noteBob 7s ease-in-out infinite;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(200, 107, 250, 0.14);
  border-radius: 999px;
  box-shadow: 0 20px 42px rgba(72, 35, 101, 0.14);
  color: #6e3f91;
  display: flex;
  font-weight: 950;
  gap: 8px;
  padding: 12px 16px;
  position: absolute;
  z-index: 3;
}

.floating-note span {
  align-items: center;
  background: #f4e7ff;
  border-radius: 999px;
  display: flex;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.note-care {
  left: 0;
  top: 19%;
}

.note-sitter {
  animation-delay: 900ms;
  bottom: 18%;
  right: -3%;
}

.hudl-rhythm-section {
  contain: layout paint;
  display: grid;
  gap: clamp(12px, 2vw, 16px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0 6vw clamp(54px, 7vw, 88px);
  position: relative;
}

.rhythm-card {
  align-content: start;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(200, 107, 250, 0.14);
  border-radius: 26px;
  box-shadow: 0 20px 54px rgba(72, 35, 101, 0.1);
  display: grid;
  gap: 10px;
  min-height: 0;
  min-width: 0;
  padding: clamp(18px, 2.2vw, 24px);
  position: relative;
  transition: transform 260ms var(--motion-ease), box-shadow 260ms var(--motion-ease);
}

.rhythm-card:hover {
  box-shadow: 0 26px 62px rgba(72, 35, 101, 0.14);
  transform: translateY(-3px);
}

.rhythm-card span {
  align-items: center;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border-radius: 16px;
  color: white;
  display: flex;
  font-weight: 950;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.rhythm-card strong {
  font-size: clamp(1.08rem, 1.45vw, 1.4rem);
  font-weight: 950;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.rhythm-card small {
  color: var(--muted);
  font-size: clamp(0.88rem, 1.2vw, 0.98rem);
  font-weight: 760;
  line-height: 1.42;
  overflow-wrap: anywhere;
}

.story-section,
.moments-section,
.profile-section,
.sitter-launch-section,
.plan-section {
  align-items: center;
  display: grid;
  gap: clamp(26px, 5vw, 70px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: clamp(64px, 7vw, 92px) 6vw;
}

.section-copy {
  max-width: 650px;
}

.section-copy h2 {
  font-size: clamp(2.3rem, 5vw, 4.6rem);
}

.section-copy p {
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.32rem);
  font-weight: 700;
  text-wrap: pretty;
}

.care-section {
  background: linear-gradient(180deg, #fff, #faf8ff);
}

.care-board {
  background:
    radial-gradient(circle at 18% 10%, rgba(230, 139, 255, 0.14), transparent 32%),
    rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(200, 107, 250, 0.12);
  border-radius: 34px;
  box-shadow: 0 24px 68px rgba(72, 35, 101, 0.12);
  display: grid;
  gap: 14px;
  padding: 18px;
}

.care-board-header,
.care-board-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.care-board-header strong {
  font-size: 1.25rem;
  font-weight: 950;
}

.care-board-header small {
  color: var(--muted);
  display: block;
  font-size: 0.82rem;
  font-weight: 850;
  margin-top: 2px;
}

.care-board-header span,
.care-board-footer span {
  color: #9b33e8;
  font-weight: 950;
}

.care-board-footer {
  align-items: center;
  background: rgba(250, 248, 255, 0.86);
  border-radius: 20px;
  gap: 12px;
  padding: 13px 15px;
}

.care-board-footer small {
  color: var(--muted);
  font-weight: 820;
  text-align: right;
}

.care-filter-strip {
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 2px 2px 8px;
  scrollbar-width: none;
}

.care-filter-strip::-webkit-scrollbar {
  display: none;
}

.care-filter-strip span {
  align-items: center;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(200, 107, 250, 0.12);
  border-radius: 18px;
  color: #6e557e;
  display: grid;
  flex: 1 0 104px;
  font-size: 0.84rem;
  font-weight: 950;
  gap: 2px;
  min-width: 0;
  padding: 10px 9px;
  text-align: center;
  white-space: nowrap;
}

.care-filter-strip span.active {
  background: linear-gradient(135deg, rgba(200, 107, 250, 0.16), rgba(230, 139, 255, 0.12)), #fff;
  border-color: rgba(200, 107, 250, 0.28);
  color: var(--primary);
  box-shadow: 0 12px 26px rgba(200, 107, 250, 0.14);
}

.care-filter-strip small {
  color: inherit;
  display: block;
  font-size: 0.68rem;
  opacity: 0.72;
}

.care-board-row {
  align-items: center;
  animation: rowIn 7.5s ease-in-out infinite;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(200, 107, 250, 0.12);
  border-radius: 26px;
  box-shadow: 0 18px 44px rgba(72, 35, 101, 0.1);
  display: grid;
  gap: 8px 14px;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  padding: 16px;
  will-change: transform;
}

.care-board-row:nth-child(2) {
  animation-delay: 250ms;
}

.care-board-row:nth-child(3) {
  animation-delay: 500ms;
}

.care-board-row span {
  align-items: center;
  background: #f4e7ff;
  border-radius: 20px;
  display: flex;
  font-size: 1.45rem;
  height: 58px;
  justify-content: center;
}

.care-board-row strong,
.care-board-row small {
  display: block;
}

.care-board-row small {
  color: var(--muted);
  font-weight: 800;
}

.care-board-row em {
  background: #f4e7ff;
  border-radius: 999px;
  color: #9b33e8;
  font-style: normal;
  font-weight: 950;
  padding: 8px 12px;
}

.care-board-row.complete {
  background: rgba(220, 252, 231, 0.88);
}

.product-tour-section {
  align-items: center;
  background:
    radial-gradient(circle at 14% 12%, rgba(230, 139, 255, 0.16), transparent 28%),
    radial-gradient(circle at 88% 80%, rgba(147, 197, 253, 0.12), transparent 30%),
    linear-gradient(180deg, #ffffff, #faf8ff);
  display: grid;
  gap: clamp(24px, 5vw, 60px);
  grid-template-columns: minmax(0, 0.58fr) minmax(0, 1.18fr);
  padding: clamp(62px, 8vw, 100px) 6vw;
}

.product-tour-copy {
  max-width: 560px;
}

.product-tour-copy p {
  color: var(--muted);
  font-size: clamp(1.04rem, 2vw, 1.24rem);
  font-weight: 720;
}

.product-tour-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(380px, 1.2fr) minmax(230px, 0.8fr);
  min-width: 0;
}

.product-care-board {
  grid-row: span 2;
  min-height: 100%;
  min-width: 0;
}

.product-care-board .care-board-header {
  flex-wrap: wrap;
  gap: 8px;
}

.product-care-board .care-board-row {
  grid-template-columns: 54px minmax(0, 1fr);
}

.product-care-board .care-board-row em {
  grid-column: 2;
  justify-self: start;
  padding: 7px 11px;
}

.pet-profile-preview,
.care-context-card {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(200, 107, 250, 0.12);
  border-radius: 28px;
  box-shadow: 0 20px 52px rgba(72, 35, 101, 0.1);
}

.pet-profile-preview {
  display: grid;
  gap: 14px;
  min-width: 0;
  overflow: hidden;
  padding: 16px;
}

.profile-preview-hero {
  align-items: center;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.72), transparent 32%),
    linear-gradient(135deg, rgba(200, 107, 250, 0.12), rgba(230, 139, 255, 0.08));
  border-radius: 22px;
  display: flex;
  gap: 12px;
  padding: 12px;
}

.profile-preview-photo {
  background: url("/assets/photos/feed-avatar-yuki.jpg?v=20260620-avatar-polish") center / cover no-repeat;
  border: 3px solid rgba(255, 255, 255, 0.95);
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(72, 35, 101, 0.16);
  flex: 0 0 68px;
  height: 68px;
  width: 68px;
}

.profile-preview-hero strong,
.profile-preview-hero small {
  display: block;
}

.profile-preview-hero strong {
  font-size: 1.28rem;
  font-weight: 950;
  line-height: 1;
}

.profile-preview-hero small {
  color: #6e557e;
  font-weight: 850;
  margin-top: 5px;
}

.profile-preview-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.profile-preview-grid span {
  background: var(--paper);
  border: 1px solid rgba(200, 107, 250, 0.1);
  border-radius: 18px;
  display: grid;
  gap: 4px;
  min-height: 78px;
  padding: 11px;
}

.profile-preview-grid span:nth-child(3),
.profile-preview-grid span:nth-child(4) {
  grid-column: span 2;
}

.profile-preview-grid strong,
.profile-preview-grid small {
  display: block;
}

.profile-preview-grid strong {
  font-size: 0.84rem;
  font-weight: 950;
}

.profile-preview-grid small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 780;
  line-height: 1.3;
}

.care-context-card {
  align-items: center;
  display: flex;
  gap: 14px;
  min-width: 0;
  padding: 18px;
}

.care-context-card > span {
  align-items: center;
  background: linear-gradient(135deg, #f4e7ff, #fff);
  border-radius: 20px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), 0 14px 30px rgba(72, 35, 101, 0.09);
  display: flex;
  flex: 0 0 58px;
  font-size: 1.55rem;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.care-context-card strong,
.care-context-card small {
  display: block;
}

.care-context-card strong {
  font-size: 1.06rem;
  font-weight: 950;
}

.care-context-card small {
  color: var(--muted);
  font-weight: 760;
  line-height: 1.4;
  margin-top: 5px;
}

.product-signal {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(200, 107, 250, 0.12);
  border-radius: 28px;
  box-shadow: 0 20px 52px rgba(72, 35, 101, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 196px;
  overflow: hidden;
  padding: 20px;
  position: relative;
}

.product-signal::after {
  background: radial-gradient(circle, rgba(200, 107, 250, 0.16), transparent 66%);
  content: "";
  height: 160px;
  position: absolute;
  right: -70px;
  top: -70px;
  width: 160px;
}

.product-signal strong,
.product-signal small {
  display: block;
  position: relative;
  z-index: 1;
}

.product-signal strong {
  font-size: 1.12rem;
  font-weight: 950;
  margin-top: 18px;
}

.product-signal small {
  color: var(--muted);
  font-weight: 760;
  line-height: 1.45;
  margin-top: 7px;
}

.signal-orb {
  align-items: center;
  background: linear-gradient(135deg, #f4e7ff, #fff);
  border-radius: 22px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), 0 14px 30px rgba(72, 35, 101, 0.09);
  display: flex;
  font-size: 1.7rem;
  height: 62px;
  justify-content: center;
  position: relative;
  width: 62px;
  z-index: 1;
}

.photo-orb {
  background-position: center;
  background-size: cover;
  border: 3px solid rgba(255, 255, 255, 0.92);
}

.mika-orb {
  background-image: url("/assets/photos/mika-portrait.jpg?v=20260620-avatar-polish");
  background-position: center 38%;
}

.mini-memory-stack {
  display: flex;
  min-height: 66px;
  position: relative;
  z-index: 1;
}

.moments-signal {
  background:
    linear-gradient(180deg, rgba(28, 28, 30, 0) 26%, rgba(28, 28, 30, 0.64)),
    url("/assets/photos/hudl-cats-cuddle.jpg?v=20260620-realphotos") center 43% / cover no-repeat;
  justify-content: flex-end;
}

.moments-signal::after {
  background: linear-gradient(180deg, transparent, rgba(28, 28, 30, 0.2));
}

.moments-signal .mini-memory-stack {
  min-height: 42px;
}

.moments-signal .mini-memory-stack i {
  background-position: center;
  background-size: cover;
  border: 2px solid rgba(255, 255, 255, 0.94);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(31, 20, 41, 0.22);
  display: block;
  height: 42px;
  width: 42px;
}

.moments-signal .mini-memory-stack i:nth-child(1) {
  background-image: url("/assets/photos/feed-avatar-yuki.jpg?v=20260620-avatar-polish");
}

.moments-signal .mini-memory-stack i:nth-child(2) {
  background-image: url("/assets/photos/feed-avatar-tsuki.jpg?v=20260620-face-center-2");
  transform: translate(-12px, 6px);
}

.moments-signal .mini-memory-stack i:nth-child(3) {
  background-image: url("/assets/photos/feed-avatar-mika.jpg?v=20260620-avatar-polish");
  transform: translate(-24px, 0);
}

.moments-signal strong,
.moments-signal small {
  color: white;
  text-shadow: 0 2px 14px rgba(31, 20, 41, 0.24);
}

.humans-signal {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(250, 248, 255, 0.88));
}

.profile-section {
  background:
    radial-gradient(circle at 78% 20%, rgba(187, 247, 208, 0.2), transparent 30%),
    linear-gradient(135deg, rgba(200, 107, 250, 0.08), rgba(255, 255, 255, 0.98) 42%, rgba(187, 247, 208, 0.18));
}

.pet-profile-card {
  align-items: stretch;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(200, 107, 250, 0.12);
  border-radius: 34px;
  box-shadow: 0 24px 68px rgba(72, 35, 101, 0.13);
  display: grid;
  gap: 24px;
  grid-column: 1 / -1;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1fr);
  padding: 18px;
}

.pet-profile-card::before {
  background: linear-gradient(135deg, rgba(200, 107, 250, 0.12), rgba(230, 139, 255, 0.04));
  border-radius: 28px;
  content: "";
  inset: 10px;
  pointer-events: none;
  position: absolute;
}

.pet-profile-card {
  overflow: hidden;
  position: relative;
}

.pet-profile-card > * {
  position: relative;
  z-index: 1;
}

.profile-section {
  padding-bottom: clamp(52px, 6vw, 78px);
}

.pet-hero-image {
  aspect-ratio: 0.95;
  background:
    radial-gradient(circle at 72% 22%, rgba(255, 255, 255, 0.8) 0 44px, transparent 46px),
    radial-gradient(circle at 22% 78%, rgba(255, 255, 255, 0.74) 0 54px, transparent 56px),
    linear-gradient(135deg, #fef3c7, #fbcfe8 48%, #c4b5fd);
  border-radius: 26px;
  display: grid;
  place-items: center;
  min-height: 360px;
  overflow: hidden;
  position: relative;
}

.pet-hero-image::before {
  background:
    url("/assets/brand/pawhudl-web-mark.png") center / 88px no-repeat,
    linear-gradient(135deg, #ffffff, #f4e7ff);
  border: 7px solid rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  box-shadow:
    0 24px 54px rgba(72, 35, 101, 0.18),
    74px 42px 0 -38px rgba(255, 255, 255, 0.82),
    -78px 50px 0 -42px rgba(255, 255, 255, 0.78);
  content: "";
  height: 188px;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 43%;
  transform: translate(-50%, -50%);
  width: 188px;
}

.pet-hero-image::after {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(200, 107, 250, 0.14);
  border-radius: 999px;
  bottom: 26px;
  box-shadow: 0 16px 36px rgba(72, 35, 101, 0.12);
  color: #6e3f91;
  content: "🐱 Tsuki  •  Birthday  •  Vet  •  Notes";
  font-size: 0.92rem;
  font-weight: 950;
  left: 50%;
  max-width: calc(100% - 42px);
  overflow: hidden;
  padding: 12px 16px;
  position: absolute;
  text-overflow: ellipsis;
  transform: translateX(-50%);
  white-space: nowrap;
}

.profile-details {
  align-self: center;
  padding: clamp(8px, 3vw, 32px);
}

.profile-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
}

.profile-grid span {
  background: var(--paper);
  border: 1px solid rgba(200, 107, 250, 0.12);
  border-radius: 18px;
  font-weight: 950;
  padding: 13px 14px;
}

.profile-grid span:nth-child(3),
.profile-grid span:nth-child(6) {
  grid-column: span 2;
}

.moments-section {
  background:
    radial-gradient(circle at 18% 14%, rgba(200, 107, 250, 0.08), transparent 28%),
    radial-gradient(circle at 84% 72%, rgba(147, 197, 253, 0.08), transparent 30%),
    linear-gradient(180deg, #ffffff, #fbf8ff);
}

.feed-preview {
  background:
    radial-gradient(circle at 86% 10%, rgba(255, 219, 103, 0.22), transparent 24%),
    radial-gradient(circle at 12% 18%, rgba(255, 126, 190, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 248, 255, 0.98));
  border: 1px solid rgba(200, 107, 250, 0.18);
  border-radius: 36px;
  box-shadow: 0 24px 58px rgba(72, 35, 101, 0.12);
  display: grid;
  gap: 14px;
  max-width: 560px;
  padding: 18px;
  position: relative;
}

.feed-preview::before,
.feed-preview::after {
  color: rgba(200, 107, 250, 0.32);
  content: "♡";
  font-size: 2.2rem;
  font-weight: 950;
  pointer-events: none;
  position: absolute;
  right: 28px;
  top: -20px;
  transform: rotate(13deg);
}

.feed-preview::after {
  color: rgba(255, 92, 158, 0.28);
  content: "✦";
  font-size: 2rem;
  left: 28px;
  right: auto;
  top: auto;
  bottom: -19px;
  transform: rotate(-10deg);
}

.feed-preview-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.feed-preview-header strong,
.feed-preview-header small {
  display: block;
}

.feed-preview-header strong {
  font-size: clamp(1.35rem, 2.6vw, 1.9rem);
  font-weight: 950;
  line-height: 1;
}

.feed-preview-header small {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 820;
  margin-top: 5px;
}

.feed-preview-header > span {
  align-items: center;
  background: linear-gradient(135deg, #fff4c8, #ffffff);
  border: 1px solid rgba(200, 107, 250, 0.12);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(72, 35, 101, 0.1);
  display: flex;
  flex: 0 0 48px;
  font-size: 1.4rem;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.feed-filter-row {
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 2px 2px 8px;
  scrollbar-width: none;
}

.feed-filter-row::-webkit-scrollbar {
  display: none;
}

.feed-filter-row span {
  align-items: center;
  background: #fff;
  border: 3px solid rgba(200, 107, 250, 0.34);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(72, 35, 101, 0.08);
  display: grid;
  flex: 0 0 64px;
  height: 64px;
  justify-items: center;
  width: 64px;
}

.feed-filter-row span.active {
  border-color: var(--primary);
  color: var(--primary);
  font-size: 1.28rem;
  font-weight: 950;
}

.feed-filter-row small {
  font-size: 0.62rem;
  font-weight: 950;
  margin-top: -7px;
}

.feed-filter-row .pet-filter-photo {
  background-position: center;
  background-size: cover;
}

.feed-filter-row .pet-filter-photo.tsuki {
  background-image: url("/assets/photos/feed-avatar-tsuki.jpg?v=20260620-face-center-2");
  background-position: center;
}

.feed-filter-row .pet-filter-photo.yuki {
  background-image: url("/assets/photos/feed-avatar-yuki.jpg?v=20260620-avatar-polish");
  background-position: center;
}

.feed-filter-row .pet-filter-photo.mika {
  background-image: url("/assets/photos/feed-avatar-mika.jpg?v=20260620-avatar-polish");
  background-position: center;
}

.feed-post-preview {
  background: #fff;
  border: 1px solid rgba(200, 107, 250, 0.14);
  border-radius: 30px;
  box-shadow: 0 18px 42px rgba(72, 35, 101, 0.1);
  padding: 14px;
  position: relative;
}

.feed-post-header {
  align-items: center;
  display: flex;
  gap: 12px;
}

.human-avatar {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(244, 231, 255, 0.9));
  border: 1px solid rgba(200, 107, 250, 0.22);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(200, 107, 250, 0.12);
  color: var(--primary);
  display: flex;
  flex: 0 0 44px;
  font-size: 0.78rem;
  font-weight: 950;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.feed-post-header strong,
.feed-post-header small {
  display: block;
}

.feed-post-header strong {
  font-size: 0.98rem;
  font-weight: 950;
}

.feed-post-header small {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
}

.feed-pet-stack {
  display: flex;
  margin: 10px 0 12px 56px;
}

.feed-pet-stack i {
  background-position: center;
  background-size: cover;
  border: 2px solid #fff;
  border-radius: 999px;
  box-shadow: 0 7px 15px rgba(31, 20, 41, 0.14);
  display: block;
  height: 34px;
  width: 34px;
}

.feed-pet-stack i + i {
  margin-left: -10px;
}

.feed-pet-stack i:nth-child(1) {
  background-image: url("/assets/photos/feed-avatar-yuki.jpg?v=20260620-avatar-polish");
}

.feed-pet-stack i:nth-child(2) {
  background-image: url("/assets/photos/feed-avatar-tsuki.jpg?v=20260620-face-center-2");
}

.feed-media-preview {
  aspect-ratio: 1.15;
  background:
    linear-gradient(180deg, transparent 52%, rgba(28, 28, 30, 0.34)),
    url("/assets/photos/hudl-cats-cuddle.jpg?v=20260620-realphotos") center 42% / cover no-repeat;
  border-radius: 24px;
  overflow: hidden;
}

.feed-post-preview p {
  color: #3a2b44;
  font-size: 1.02rem;
  font-weight: 780;
  margin: 13px 2px 10px;
}

.reaction-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.reaction-row span {
  background: var(--paper);
  border: 1px solid rgba(200, 107, 250, 0.1);
  border-radius: 999px;
  color: #6e3f91;
  font-size: 0.88rem;
  font-weight: 950;
  padding: 7px 10px;
}

.comment-preview {
  background: rgba(244, 231, 255, 0.54);
  border-radius: 18px;
  color: #6e557e;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 7px;
  margin-top: 10px;
  padding: 10px 12px;
}

.comment-preview strong,
.comment-preview span {
  font-size: 0.84rem;
  line-height: 1.35;
}

.comment-preview strong {
  color: #3a2b44;
  font-weight: 950;
}

.feed-feature-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.feed-feature-pills span {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(200, 107, 250, 0.12);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(72, 35, 101, 0.08);
  color: #5d4270;
  font-size: 0.84rem;
  font-weight: 950;
  padding: 8px 10px;
}

.memory-card {
  animation: photoDrift 8.5s ease-in-out infinite;
  aspect-ratio: 1;
  background:
    linear-gradient(180deg, transparent, rgba(28, 28, 30, 0.24)),
    linear-gradient(135deg, #bfdbfe, #f9a8d4);
  border-radius: 28px;
  box-shadow: 0 22px 52px rgba(72, 35, 101, 0.14);
  min-height: 210px;
  position: relative;
}

.pet-stack {
  align-items: center;
  bottom: 14px;
  display: flex;
  left: 14px;
  position: absolute;
  z-index: 2;
}

.pet-stack i {
  background:
    linear-gradient(135deg, #ffffff, #f4e7ff);
  background-position: center;
  background-size: cover;
  border: 2px solid white;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(31, 20, 41, 0.18);
  display: block;
  height: 38px;
  width: 38px;
}

.pet-stack i + i {
  margin-left: -11px;
}

.pet-stack i:nth-child(1) {
  background-image: url("/assets/photos/feed-avatar-yuki.jpg?v=20260620-avatar-polish");
}

.pet-stack i:nth-child(2) {
  background-image: url("/assets/photos/feed-avatar-tsuki.jpg?v=20260620-face-center-2");
}

.pet-stack i:nth-child(3) {
  background-image: url("/assets/photos/feed-avatar-mika.jpg?v=20260620-avatar-polish");
}

.memory-card::after {
  background: rgba(255, 255, 255, 0.84);
  border-radius: 999px;
  bottom: 14px;
  content: "";
  height: 42px;
  left: 14px;
  position: absolute;
  width: 42px;
}

.memory-card:has(.pet-stack)::after {
  display: none;
}

.memory-card.tall {
  aspect-ratio: auto;
  grid-row: span 2;
  min-height: 438px;
}

.memory-card.tall span {
  background: rgba(28, 28, 30, 0.52);
  border-radius: 999px;
  bottom: 14px;
  color: #fff;
  font-weight: 950;
  padding: 8px 10px;
  position: absolute;
  right: 14px;
}

.memory-card.photo-cuddle {
  background:
    linear-gradient(180deg, transparent 34%, rgba(28, 28, 30, 0.46)),
    url("/assets/photos/hudl-cats-cuddle.jpg?v=20260620-realphotos") center 42% / cover no-repeat;
}

.memory-card.photo-tsuki {
  animation-delay: 1200ms;
  background:
    linear-gradient(180deg, transparent 36%, rgba(28, 28, 30, 0.34)),
    url("/assets/photos/tsuki-tree.jpg?v=20260620-avatar-polish") center 42% / cover no-repeat;
}

.memory-card.warm {
  animation-delay: 600ms;
  background:
    linear-gradient(180deg, transparent, rgba(28, 28, 30, 0.18)),
    linear-gradient(135deg, #fde68a, #fb7185);
}

.memory-card.cool {
  animation-delay: 1200ms;
  background:
    linear-gradient(180deg, transparent, rgba(28, 28, 30, 0.18)),
    linear-gradient(135deg, #a7f3d0, #93c5fd);
}

.caption-card {
  background: #faf8ff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
}

.caption-card::after {
  display: none;
}

.caption-card strong,
.caption-card small {
  display: block;
}

.caption-card small {
  color: var(--muted);
  font-weight: 800;
  margin-top: 8px;
}

.sitter-launch-section {
  background:
    linear-gradient(180deg, #faf8ff, #ffffff);
}

.sitter-link-preview {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(200, 107, 250, 0.12);
  border-radius: 34px;
  box-shadow: 0 26px 70px rgba(72, 35, 101, 0.14);
  display: grid;
  gap: 14px;
  padding: 22px;
}

.sitter-link-preview {
  position: relative;
}

.sitter-link-preview::after {
  animation: noteBob 7s ease-in-out infinite;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(200, 107, 250, 0.16);
  border-radius: 999px;
  box-shadow: 0 18px 40px rgba(72, 35, 101, 0.12);
  color: #6e3f91;
  content: "Read only";
  font-weight: 950;
  padding: 9px 13px;
  position: absolute;
  right: 20px;
  top: -18px;
}

.sitter-preview-header,
.sitter-preview-row {
  align-items: center;
  display: flex;
  gap: 14px;
}

.sitter-preview-header > span,
.sitter-preview-row > span {
  align-items: center;
  background: #f4e7ff;
  border-radius: 18px;
  display: flex;
  flex: 0 0 54px;
  font-size: 1.35rem;
  height: 54px;
  justify-content: center;
}

.sitter-preview-header strong,
.sitter-preview-header small,
.sitter-preview-row strong,
.sitter-preview-row small {
  display: block;
}

.sitter-preview-header small,
.sitter-preview-row small {
  color: var(--muted);
  font-weight: 800;
}

.day-strip {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}

.day-strip span {
  background: var(--paper);
  border: 1px solid rgba(200, 107, 250, 0.12);
  border-radius: 20px;
  display: grid;
  gap: 5px;
  padding: 14px;
}

.day-strip strong,
.day-strip small {
  display: block;
}

.day-strip small {
  font-size: 1.1rem;
  min-height: 24px;
}

.sitter-preview-row {
  background: var(--paper);
  border-radius: 20px;
  padding: 12px;
}

.plan-section {
  align-items: stretch;
  background: #fff;
}

.plan-cards {
  display: grid;
  gap: 16px;
}

.plan-cards article {
  border-radius: 28px;
}

.plan-cards article:nth-child(2) {
  background: linear-gradient(135deg, rgba(200, 107, 250, 0.12), rgba(230, 139, 255, 0.12)), #fff;
  border-color: rgba(200, 107, 250, 0.28);
}

.plan-cards ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.plan-cards li {
  background: var(--paper);
  border-radius: 999px;
  color: #6e3f91;
  font-weight: 900;
  padding: 9px 12px;
}

.warmth-section {
  background:
    radial-gradient(circle at 20% 10%, rgba(200, 107, 250, 0.16), transparent 30%),
    radial-gradient(circle at 90% 70%, rgba(230, 139, 255, 0.12), transparent 28%),
    linear-gradient(180deg, #faf8ff, #fff);
  display: grid;
  gap: clamp(24px, 5vw, 60px);
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  padding: clamp(64px, 7vw, 92px) 6vw;
}

.warmth-copy h2 {
  font-size: clamp(2.3rem, 5vw, 4.2rem);
}

.warmth-copy p {
  color: var(--muted);
  font-size: clamp(1.04rem, 2vw, 1.25rem);
  font-weight: 720;
}

.warmth-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.warmth-grid div {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(200, 107, 250, 0.12);
  border-radius: 26px;
  box-shadow: 0 18px 46px rgba(72, 35, 101, 0.09);
  display: grid;
  gap: 8px;
  padding: 20px;
}

.warmth-grid span {
  align-items: center;
  background: #f4e7ff;
  border-radius: 18px;
  display: flex;
  font-size: 1.35rem;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.warmth-grid strong {
  font-size: 1.1rem;
  font-weight: 950;
}

.warmth-grid small {
  color: var(--muted);
  font-weight: 760;
  line-height: 1.45;
}

.launch-download {
  overflow: hidden;
  position: relative;
}

.launch-download::before {
  background:
    url("/assets/brand/pawhudl-web-mark.png") center / 150px no-repeat,
    linear-gradient(135deg, rgba(255, 255, 255, 0.64), rgba(244, 231, 255, 0.74));
  border: 1px solid rgba(200, 107, 250, 0.14);
  border-radius: 999px;
  content: "";
  height: 220px;
  opacity: 0.24;
  position: absolute;
  right: 5vw;
  top: 50%;
  transform: translateY(-50%);
  width: 220px;
  z-index: 0;
}

.launch-download {
  background:
    linear-gradient(135deg, rgba(200, 107, 250, 0.14), rgba(230, 139, 255, 0.08)),
    linear-gradient(180deg, #fff, #faf8ff);
  padding: clamp(54px, 7vw, 84px) 6vw;
}

.launch-download h2 {
  max-width: 720px;
}

.launch-download .download-copy {
  position: relative;
  z-index: 1;
}

@keyframes launchFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(-9px) rotate(0.7deg);
  }
}

@keyframes noteBob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes progressSlide {
  0%,
  100% {
    transform: scaleX(0.44);
  }
  50% {
    transform: scaleX(0.74);
  }
}

@keyframes photoGlow {
  0%,
  100% {
    filter: saturate(1);
  }
  50% {
    filter: saturate(1.08);
  }
}

@keyframes rowIn {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(4px);
  }
}

@keyframes photoDrift {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-5px) rotate(-0.45deg);
  }
}

@keyframes orbitFloat {
  0%,
  100% {
    transform: translate(-50%, -50%) rotate(-5deg) scale(1);
  }
  50% {
    transform: translate(-50%, -51%) rotate(2deg) scale(1.01);
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-page *,
  .landing-page *::before,
  .landing-page *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 1040px) {
  .product-tour-section {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .product-tour-copy {
    max-width: 720px;
  }

  .product-tour-grid {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.72fr);
    width: 100%;
  }

  .product-care-board,
  .pet-profile-preview,
  .care-context-card {
    max-width: 100%;
  }
}

@media (max-width: 820px) {
  .hudl-rhythm-section {
    grid-template-columns: 1fr;
  }

  .rhythm-card {
    align-items: start;
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .rhythm-card span {
    grid-row: span 2;
  }

  .product-tour-grid {
    grid-template-columns: 1fr;
  }

  .product-care-board,
  .pet-profile-preview,
  .care-context-card {
    grid-column: 1 / -1;
  }
}

.sitter-page {
  background:
    radial-gradient(circle at 12% 8%, rgba(230, 139, 255, 0.16), transparent 30%),
    linear-gradient(180deg, #fff, #faf8ff 58%, #fff);
}

.sitter-header-shell {
  grid-template-columns: auto 1fr;
}

.sitter-header-pill {
  background: rgba(244, 231, 255, 0.76);
  border: 1px solid rgba(200, 107, 250, 0.16);
  border-radius: 999px;
  color: #6e3f91;
  font-size: 0.86rem;
  font-weight: 950;
  justify-self: end;
  padding: 10px 14px;
}

.sitter-shell {
  background:
    radial-gradient(circle at 18% 12%, rgba(230, 139, 255, 0.18), transparent 34%),
    linear-gradient(180deg, #fff, #faf8ff 58%, #fff);
  min-height: calc(100vh - 72px);
  padding: 54px 6vw 80px;
}

.sitter-hero {
  background:
    radial-gradient(circle at 78% 12%, rgba(200, 107, 250, 0.12), transparent 30%),
    rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(200, 107, 250, 0.12);
  border-radius: 36px;
  box-shadow: 0 24px 70px rgba(72, 35, 101, 0.1);
  margin: 0 auto 18px;
  max-width: 980px;
  overflow: hidden;
  padding: clamp(28px, 5vw, 46px);
  position: relative;
}

.sitter-hero::after {
  background:
    url("/assets/brand/pawhudl-web-mark.png") center / 96px no-repeat,
    linear-gradient(135deg, rgba(244, 231, 255, 0.62), rgba(255, 255, 255, 0.48));
  border-radius: 999px;
  content: "";
  height: 148px;
  opacity: 0.28;
  position: absolute;
  right: clamp(20px, 5vw, 54px);
  top: 50%;
  transform: translateY(-50%);
  width: 148px;
}

.sitter-hero h1 {
  color: var(--ink);
  font-size: clamp(2.3rem, 5vw, 4.8rem);
  line-height: 0.98;
  max-width: 720px;
  position: relative;
  z-index: 1;
}

.sitter-hero .eyebrow,
.sitter-hero .lead {
  position: relative;
  z-index: 1;
}

.sitter-status {
  margin: 0 auto 22px;
  max-width: 980px;
}

.sitter-status span {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(200, 107, 250, 0.16);
  border-radius: 999px;
  box-shadow: 0 14px 36px rgba(72, 35, 101, 0.08);
  color: #6e3f91;
  display: inline-flex;
  font-weight: 900;
  padding: 10px 14px;
}

.sitter-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1180px;
}

.sitter-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(200, 107, 250, 0.12);
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(51, 30, 68, 0.1);
  overflow: hidden;
  padding: 24px;
}

.sitter-card:hover {
  box-shadow: 0 28px 70px rgba(51, 30, 68, 0.13);
}

.sitter-full {
  grid-column: 1 / -1;
}

.sitter-section-header {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.sitter-section-header h2 {
  font-size: clamp(1.45rem, 3vw, 2rem);
  margin: 0;
}

.sitter-compact-header {
  align-items: baseline;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 12px;
}

.sitter-compact-header strong {
  color: var(--ink);
  font-size: 1.18rem;
}

.sitter-mini-label {
  color: var(--primary);
  display: block;
  font-size: 0.78rem;
  font-weight: 950;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.sitter-card-header {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
}

.sitter-card h2 {
  font-size: 1.55rem;
  margin: 0 0 4px;
}

.sitter-card h3 {
  margin-top: 20px;
}

.pet-avatar {
  align-items: center;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border-radius: 20px;
  color: white;
  display: flex;
  flex: 0 0 54px;
  font-size: 1.35rem;
  font-weight: 900;
  height: 54px;
  justify-content: center;
  object-fit: cover;
  width: 54px;
}

img.pet-avatar {
  background: #f4e7ff;
}

.pet-avatar-small {
  border: 2px solid white;
  border-radius: 999px;
  box-shadow: 0 6px 14px rgba(51, 30, 68, 0.12);
  flex-basis: 30px;
  font-size: 0.72rem;
  height: 30px;
  width: 30px;
}

.pet-avatar-count {
  background: #f4e7ff;
  color: #6e3f91;
  font-weight: 950;
}

.sitter-pet-stack {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  margin-left: auto;
  padding-left: 8px;
}

.sitter-pet-stack .pet-avatar-small + .pet-avatar-small {
  margin-left: -9px;
}

.sitter-detail-grid {
  display: grid;
  gap: 10px;
}

.sitter-contact-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.sitter-detail-grid div,
.sitter-contact-grid div,
.task-list li {
  background: var(--paper);
  border: 1px solid rgba(200, 107, 250, 0.1);
  border-radius: 18px;
  padding: 14px;
}

.sitter-detail-grid span,
.sitter-contact-grid span,
.task-list span {
  color: #8b72a0;
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.sitter-detail-grid p,
.task-list p {
  color: var(--ink);
  margin: 0;
  white-space: pre-line;
}

.sitter-contact-grid strong {
  display: block;
  margin-bottom: 5px;
}

.sitter-contact-grid a {
  color: var(--primary);
  font-weight: 900;
  text-decoration: none;
}

.sitter-note-card p {
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.55;
  margin: 0;
  white-space: pre-line;
}

.sitter-overview-card {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
}

.sitter-overview-main h2 {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 1.02;
  margin: 0 0 8px;
}

.sitter-overview-main p {
  color: #6e557e;
  font-weight: 850;
  margin: 0;
}

.sitter-overview-stats {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sitter-overview-stats div {
  background: var(--paper);
  border: 1px solid rgba(200, 107, 250, 0.1);
  border-radius: 18px;
  padding: 13px;
}

.sitter-overview-stats strong,
.sitter-overview-stats span {
  display: block;
}

.sitter-overview-stats strong {
  color: var(--ink);
  font-size: 1.1rem;
  font-weight: 950;
  overflow-wrap: anywhere;
}

.sitter-overview-stats span {
  align-items: center;
  color: #8b72a0;
  display: inline-flex;
  font-size: 0.74rem;
  gap: 4px;
  font-weight: 950;
  margin-top: 3px;
  text-transform: uppercase;
}

.sitter-overview-stats em {
  font-size: 0.9rem;
  font-style: normal;
  line-height: 1;
}

.task-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.task-list strong {
  color: var(--ink);
  display: block;
  margin-bottom: 4px;
}

.sitter-care-list {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.sitter-day-strip {
  display: flex;
  gap: 10px;
  margin: 0 0 18px;
  overflow-x: auto;
  padding: 2px 2px 8px;
  scroll-padding-left: 2px;
}

.sitter-day-pill {
  background: rgba(250, 248, 255, 0.92);
  border: 1px solid rgba(200, 107, 250, 0.18);
  border-radius: 22px;
  box-shadow: 0 12px 26px rgba(51, 30, 68, 0.08);
  color: var(--ink);
  display: grid;
  flex: 0 0 132px;
  gap: 2px;
  padding: 12px;
  text-decoration: none;
  transition: border-color 240ms var(--motion-ease), box-shadow 240ms var(--motion-ease), transform 240ms var(--motion-ease);
}

.sitter-day-pill:hover {
  border-color: rgba(200, 107, 250, 0.36);
  box-shadow: 0 16px 34px rgba(51, 30, 68, 0.12);
  transform: translateY(-2px);
}

.sitter-day-pill:first-child {
  background: linear-gradient(135deg, rgba(200, 107, 250, 0.18), rgba(230, 139, 255, 0.14));
  border-color: rgba(200, 107, 250, 0.36);
}

.sitter-day-pill span,
.sitter-day-pill em {
  color: #8b72a0;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.sitter-day-pill strong {
  font-size: 1rem;
  font-weight: 950;
}

.sitter-day-pill small {
  color: var(--primary);
  font-size: 1rem;
  font-weight: 950;
  letter-spacing: 0;
  min-height: 20px;
}

.sitter-day-group {
  background: rgba(250, 248, 255, 0.72);
  border: 1px solid rgba(200, 107, 250, 0.1);
  border-radius: 20px;
  overflow: hidden;
  scroll-margin-top: 18px;
}

.sitter-day-group + .sitter-day-group {
  margin-top: 10px;
}

.sitter-day-group summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  list-style: none;
  padding: 13px 14px;
}

.sitter-day-group summary::-webkit-details-marker {
  display: none;
}

.sitter-day-group summary span,
.sitter-day-group summary strong {
  color: var(--ink);
  font-weight: 950;
}

.sitter-day-group summary strong {
  background: #fff;
  border: 1px solid rgba(200, 107, 250, 0.12);
  border-radius: 999px;
  color: #6e3f91;
  flex-shrink: 0;
  font-size: 0.78rem;
  padding: 6px 9px;
}

.sitter-day-group .task-list {
  padding: 0 12px 12px;
}

.sitter-pet-directory {
  padding-bottom: 18px;
}

.sitter-pet-list {
  display: grid;
  gap: 10px;
}

.sitter-pet-card {
  background: var(--paper);
  border: 1px solid rgba(200, 107, 250, 0.1);
  border-radius: 20px;
  overflow: hidden;
}

.sitter-pet-card summary {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 12px;
  grid-template-columns: 54px minmax(0, 1fr);
  list-style: none;
  padding: 13px;
  position: relative;
}

.sitter-pet-card summary::-webkit-details-marker {
  display: none;
}

.sitter-pet-card summary::after {
  color: var(--primary);
  content: "+";
  font-size: 1.45rem;
  font-weight: 950;
  position: absolute;
  right: 14px;
  top: 18px;
}

.sitter-pet-card[open] summary::after {
  content: "−";
}

.sitter-pet-card summary span {
  min-width: 0;
  padding-right: 28px;
}

.sitter-pet-card summary strong,
.sitter-pet-card summary small,
.sitter-pet-card summary em {
  display: block;
}

.sitter-pet-card summary strong {
  color: var(--ink);
  font-size: 1.1rem;
  font-weight: 950;
}

.sitter-pet-card summary small {
  color: #8b72a0;
  font-size: 0.84rem;
  font-weight: 850;
  line-height: 1.25;
  margin-top: 2px;
}

.sitter-pet-card summary em {
  color: #6e3f91;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.25;
  margin-top: 5px;
}

.sitter-pet-card .sitter-detail-grid {
  padding: 0 13px 13px;
}

.sitter-task-row {
  align-items: flex-start;
  display: flex;
  gap: 12px;
}

.sitter-task-glyph {
  align-items: center;
  background: linear-gradient(135deg, rgba(200, 107, 250, 0.16), rgba(230, 139, 255, 0.16));
  border-radius: 16px;
  display: flex;
  flex: 0 0 46px;
  font-size: 1.3rem;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.sitter-task-main {
  min-width: 0;
}

.sitter-task-main span + span {
  margin-top: 2px;
}

.invite-shell {
  align-items: center;
  display: flex;
  min-height: calc(100vh - 72px);
}

.invite-panel {
  max-width: 820px;
}

.invite-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.invite-token-card {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(200, 107, 250, 0.16);
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(72, 35, 101, 0.1);
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 24px;
  max-width: min(100%, 520px);
  padding: 16px 18px;
}

.invite-token-card span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.invite-token-card strong {
  color: var(--ink);
  font-size: clamp(1rem, 2vw, 1.25rem);
  overflow-wrap: anywhere;
}

.helper-copy {
  color: var(--muted);
  font-weight: 700;
  margin-top: 14px;
  max-width: 560px;
}

.legal-shell {
  margin: 0 auto;
  max-width: 860px;
  padding: 72px 6vw;
}

.legal-shell h1 {
  font-size: clamp(2.7rem, 7vw, 5rem);
}

.legal-section {
  border-top: 1px solid var(--line);
  padding: 28px 0 8px;
}

.legal-section h2 {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  margin-bottom: 12px;
}

.site-footer {
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 28px 6vw;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 640px) {
  main > section {
    scroll-margin-top: 148px;
  }

  .site-header {
    background: transparent;
    padding: 10px 5vw 0;
    position: sticky;
  }

  .header-shell {
    backdrop-filter: none;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(200, 107, 250, 0.12);
    border-radius: 28px;
    box-shadow: 0 14px 32px rgba(72, 35, 101, 0.1);
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 8px;
  }

  .header-shell::after {
    display: none;
  }

  .brand {
    background: transparent;
    border: 0;
    box-shadow: none;
    grid-column: 1;
    grid-row: 1;
    min-height: 44px;
    padding: 5px 12px 5px 6px;
  }

  .brand::before {
    height: 34px;
    width: 34px;
  }

  .brand-word {
    font-size: 1.06rem;
  }

  .brand-tag {
    display: none;
  }

  .site-nav {
    background: rgba(244, 231, 255, 0.62);
    border: 1px solid rgba(200, 107, 250, 0.14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 10px 24px rgba(72, 35, 101, 0.07);
    display: grid;
    gap: 6px;
    grid-column: 1 / -1;
    grid-row: 2;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow-x: visible;
    padding: 4px;
    width: 100%;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .site-nav a {
    background: transparent;
    border: 0;
    box-shadow: none;
    font-size: 0.82rem;
    padding: 8px 9px;
    text-align: center;
    white-space: normal;
  }

  .header-download {
    font-size: 0.82rem;
    grid-column: 2;
    grid-row: 1;
    min-height: 38px;
    padding: 0 13px;
  }

  .header-download::after {
    flex-basis: 18px;
    height: 18px;
    width: 18px;
  }

  .sitter-header-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .sitter-header-pill {
    grid-column: 1;
    justify-self: start;
    padding: 8px 11px;
  }

  nav:not(.site-nav) {
    flex-wrap: wrap;
    gap: 18px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: min(640px, calc(100vh - 220px));
    padding-bottom: 12vw;
    padding-top: 12vw;
  }

  .hero-preview {
    justify-content: flex-start;
  }

  .phone-card {
    border-radius: 28px;
  }

  .download-section {
    grid-template-columns: 1fr;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .launch-hero,
  .story-section,
  .profile-section,
  .product-tour-section,
  .sitter-launch-section,
  .plan-section,
  .warmth-section {
    grid-template-columns: 1fr;
  }

  .launch-hero {
    min-height: auto;
    padding-top: 38px;
  }

  .launch-hero h1 {
    font-size: clamp(2.55rem, 11.2vw, 3.45rem);
    line-height: 0.96;
    margin-bottom: 18px;
  }

  .launch-hero .lead {
    font-size: 1.02rem;
    line-height: 1.44;
  }

  .hero-proof {
    gap: 8px;
    margin-top: 18px;
  }

  .hero-proof span {
    font-size: 0.82rem;
    padding: 8px 10px;
  }

  .pet-type-strip {
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 10px;
    max-width: 100%;
    overflow-x: visible;
    padding-bottom: 4px;
  }

  .pet-type-strip span {
    font-size: 0.76rem;
    min-height: 30px;
    padding: 6px 9px;
  }

  .hero-store-buttons {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 20px;
  }

  .landing-page .hero-store-buttons .store-button {
    border-radius: 16px;
    min-height: 56px;
    padding: 9px 11px;
  }

  .landing-page .hero-store-buttons .store-button svg {
    height: 28px;
    width: 28px;
  }

  .landing-page .hero-store-buttons .store-button small {
    font-size: 0.6rem;
  }

  .landing-page .hero-store-buttons .store-button strong {
    font-size: 0.88rem;
  }

  .hero-stage {
    min-height: 445px;
    margin-top: 6px;
  }

  .pet-orbit {
    height: 282px;
    width: 282px;
  }

  .phone-shell {
    border-width: 8px;
    height: 500px;
    min-height: 0;
    max-width: 276px;
    width: min(100%, 276px);
  }

  .app-screen {
    gap: 8px;
    min-height: 0;
    padding-top: 32px;
  }

  .app-summary {
    border-radius: 18px;
    padding: 10px;
  }

  .pet-story-row {
    gap: 5px;
  }

  .pet-story-row div {
    flex-basis: 54px;
  }

  .pet-story-row span {
    border-width: 3px;
    height: 48px;
    width: 48px;
  }

  .care-item {
    border-radius: 17px;
    grid-template-columns: 36px minmax(0, 1fr) 26px;
    padding: 8px;
  }

  .care-item > span {
    border-radius: 12px;
    height: 36px;
    width: 36px;
  }

  .care-item em {
    height: 24px;
    width: 24px;
  }

  .moment-preview {
    border-radius: 18px;
    gap: 6px;
    padding: 8px;
  }

  .mini-nav {
    display: none;
  }

  .floating-note {
    display: none;
  }

  .pet-profile-card {
    grid-template-columns: 1fr;
  }

  .pet-hero-image {
    min-height: 280px;
  }

  .feed-preview {
    order: 2;
  }

  .moments-section .section-copy {
    order: 1;
  }

  .feed-filter-row span {
    flex-basis: 56px;
    height: 56px;
    width: 56px;
  }

  .feed-post-preview {
    border-radius: 24px;
    padding: 12px;
  }

  .feed-media-preview {
    border-radius: 20px;
  }

  .memory-card {
    min-height: 160px;
  }

  .memory-card.tall {
    min-height: 334px;
  }

  .memory-card.tall span {
    bottom: auto;
    font-size: 0.78rem;
    left: 10px;
    max-width: calc(100% - 20px);
    padding: 7px 9px;
    right: auto;
    top: 10px;
  }

  .caption-card {
    padding: 16px;
  }

  .caption-card strong {
    font-size: 0.95rem;
  }

  .caption-card small {
    font-size: 0.78rem;
    line-height: 1.35;
  }

  .day-strip {
    grid-template-columns: 1fr;
  }

  .landing-page .store-button {
    max-width: none;
    width: 100%;
  }

  .hero-store-buttons {
    width: 100%;
  }

  .hudl-rhythm-section {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
    overflow-x: visible;
    padding: 10px 5vw 34px;
  }

  .rhythm-card {
    align-items: start;
    border-radius: 22px;
    gap: 8px 12px;
    grid-template-columns: 40px minmax(0, 1fr);
    padding: 14px;
  }

  .rhythm-card span {
    border-radius: 14px;
    grid-row: span 2;
    height: 40px;
    width: 40px;
  }

  .rhythm-card strong {
    font-size: 1.02rem;
  }

  .rhythm-card small {
    font-size: 0.86rem;
    line-height: 1.34;
  }

  .care-board-row {
    gap: 10px;
    grid-template-columns: 46px minmax(0, 1fr);
    padding: 12px;
  }

  .care-board-row em {
    grid-column: 2;
    justify-self: start;
    max-width: 100%;
    white-space: normal;
  }

  .product-tour-section {
    padding: 54px 5vw;
  }

  .care-board {
    border-radius: 24px;
    padding: 14px;
  }

  .care-board-header,
  .care-board-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .care-board-footer small {
    text-align: left;
  }

  .care-filter-strip {
    flex-wrap: wrap;
    overflow-x: visible;
    padding-bottom: 0;
  }

  .care-filter-strip span {
    flex: 1 1 calc(50% - 8px);
    white-space: normal;
  }

  .sitter-shell {
    padding: 28px 5vw 64px;
  }

  .sitter-hero {
    border-radius: 28px;
    padding: 28px 22px;
  }

  .sitter-hero::after {
    height: 110px;
    opacity: 0.18;
    right: 12px;
    top: 18px;
    transform: none;
    width: 110px;
  }

  .sitter-status span {
    border-radius: 22px;
    line-height: 1.35;
  }

  .sitter-grid {
    grid-template-columns: 1fr;
  }

  .sitter-card {
    border-radius: 24px;
    padding: 18px;
  }

  .sitter-overview-card {
    gap: 14px;
    grid-template-columns: 1fr;
  }

  .sitter-overview-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sitter-overview-stats div {
    border-radius: 16px;
    padding: 11px 9px;
  }

  .sitter-overview-stats strong {
    font-size: 0.98rem;
  }

  .sitter-overview-stats span {
    font-size: 0.66rem;
  }

  .sitter-section-header {
    margin-bottom: 10px;
  }

  .sitter-note-card p {
    font-size: 0.98rem;
    line-height: 1.45;
  }

  .sitter-day-strip {
    margin: 0 -2px 14px;
  }

  .sitter-day-pill {
    flex-basis: 118px;
    padding: 10px;
  }

  .sitter-day-group + .sitter-day-group {
    margin-top: 9px;
  }

  .sitter-task-row {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .sitter-task-main p {
    font-size: 0.92rem;
    line-height: 1.38;
  }

  .sitter-pet-stack {
    grid-column: 2;
    margin-left: 0;
    padding-left: 0;
  }

  .sitter-pet-card summary {
    grid-template-columns: 50px minmax(0, 1fr);
    padding: 12px;
  }

  .product-tour-grid {
    grid-template-columns: 1fr;
  }

  .product-care-board {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .product-signal {
    border-radius: 22px;
    min-height: 178px;
    padding: 15px;
  }

  .pet-profile-preview,
  .care-context-card {
    border-radius: 22px;
  }

  .pet-profile-preview {
    grid-column: 1 / -1;
    padding: 14px;
  }

  .care-context-card {
    grid-column: 1 / -1;
  }

  .product-signal strong {
    font-size: 0.98rem;
    margin-top: 12px;
  }

  .product-signal small {
    font-size: 0.8rem;
    line-height: 1.35;
  }

  .signal-orb {
    border-radius: 18px;
    font-size: 1.35rem;
    height: 50px;
    width: 50px;
  }

  .mini-memory-stack {
    min-height: 50px;
  }

  .mini-memory-stack i {
    border-radius: 16px;
    height: 58px;
    width: 42px;
  }

  .moments-signal .mini-memory-stack {
    min-height: 38px;
  }

  .moments-signal .mini-memory-stack i {
    border-radius: 999px;
    height: 38px;
    width: 38px;
  }

  .profile-grid span:nth-child(3),
  .profile-grid span:nth-child(6) {
    grid-column: auto;
  }

  .warmth-grid {
    grid-template-columns: 1fr;
  }

  .launch-download::before {
    display: none;
  }
}

@media (max-width: 760px) {
  .pet-orbit,
  .phone-shell,
  .care-board-row,
  .mini-progress span,
  .memory-card,
  .floating-note,
  .sticker-note {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }

  .care-filter-strip,
  .feed-filter-row {
    scroll-snap-type: x proximity;
  }

  .care-filter-strip span,
  .feed-filter-row span {
    scroll-snap-align: start;
  }
}
