:root {
  --night: #2b2230;
  --river: #356d6c;
  --river-light: #9be4d8;
  --sand: #ffe0b8;
  --paper: #fff8f4;
  --tea: #b56f4c;
  --sunset: #ff8f8a;
  --rose: #ec6f9f;
  --lilac: #c9b6ff;
  --mint: #b8efe3;
  --ink: #30212b;
  --text: #fff8fb;
  --muted: rgba(255, 248, 251, 0.76);
  --line: rgba(255, 232, 241, 0.22);
  --panel: rgba(54, 34, 50, 0.78);
  --panel-strong: rgba(54, 34, 50, 0.94);
  --shadow: 0 26px 70px rgba(40, 20, 34, 0.32);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  font-family: Tahoma, Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 88% 8%, rgba(236, 111, 159, 0.24), transparent 30%),
    radial-gradient(circle at 9% 28%, rgba(201, 182, 255, 0.18), transparent 34%),
    radial-gradient(circle at 50% 96%, rgba(184, 239, 227, 0.16), transparent 34%),
    linear-gradient(135deg, #241c2a 0%, #513147 48%, #2a5353 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0 58%, rgba(255, 232, 241, 0.07) 58% 59%, transparent 59%),
    radial-gradient(circle, rgba(255, 232, 241, 0.1) 1px, transparent 1.5px);
  background-size: 100% 100%, 58px 58px;
  mask-image: linear-gradient(to bottom, #000, transparent 86%);
}

button,
input,
audio,
a {
  font: inherit;
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
  touch-action: manipulation;
  user-select: none;
}

button:focus,
a:focus,
input:focus {
  outline: none;
}

.nav-btn,
.primary-btn,
.secondary-btn,
.ghost-btn,
.letter-preview,
.brand-mark,
.memory-card,
.summary-item,
.timer-box {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#romanticCanvas {
  position: fixed;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.site-shell {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding-bottom: 34px;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  background: linear-gradient(180deg, rgba(43, 34, 48, 0.82), rgba(43, 34, 48, 0.36), transparent);
  backdrop-filter: blur(20px);
}

.brand-mark {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(255, 232, 241, 0.44);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--rose), #ffb0bf 58%, var(--sand));
  box-shadow: 0 16px 34px rgba(236, 111, 159, 0.28);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 900;
}

.navbar {
  display: flex;
  flex: 1;
  justify-content: center;
  gap: 7px;
  padding: 8px;
  border: 1px solid rgba(255, 232, 241, 0.26);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 232, 241, 0.12), rgba(184, 239, 227, 0.08)),
    rgba(43, 27, 43, 0.74);
  box-shadow: 0 18px 42px rgba(39, 19, 34, 0.28);
}

.nav-btn,
.primary-btn,
.secondary-btn,
.ghost-btn,
.letter-preview {
  border: 0;
  cursor: pointer;
}

.nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 9px 15px;
  border-radius: 999px;
  background: rgba(255, 248, 251, 0.05);
  color: var(--muted);
  font-weight: 800;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.nav-btn span {
  white-space: nowrap;
}

.nav-btn:hover,
.nav-btn:focus-visible {
  color: var(--text);
  background: rgba(255, 232, 241, 0.14);
  outline: none;
}

.nav-btn.active {
  color: var(--ink);
  background: linear-gradient(135deg, #fff4f8, #ffd3df 58%, var(--mint));
  box-shadow: 0 14px 28px rgba(236, 111, 159, 0.25);
}

.icon,
.card-icon {
  display: inline-block;
  flex: 0 0 auto;
  line-height: 1;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.icon {
  width: 1.12em;
  height: 1.12em;
  vertical-align: -0.18em;
}

.page {
  display: none;
  animation: pageIn 420ms ease both;
}

.page.active-page {
  display: block;
}

@keyframes pageIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

h1,
h2,
h3 {
  font-family: Georgia, Tahoma, Arial, serif;
  line-height: 1.32;
  letter-spacing: 0;
}

h1 {
  margin: 10px 0 18px;
  font-size: clamp(3.7rem, 9vw, 8.5rem);
  font-weight: 700;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

h3 {
  font-size: 1.5rem;
}

p {
  line-height: 1.9;
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  min-height: calc(100vh - 130px);
  padding: 36px 0 56px;
}

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

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffd2df;
  font-weight: 900;
}

.lead {
  max-width: 650px;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.3rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.primary-btn,
.secondary-btn,
.ghost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 11px 20px;
  border-radius: 999px;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.primary-btn {
  background: linear-gradient(135deg, var(--sunset), var(--rose));
  color: #fff;
  box-shadow: 0 18px 34px rgba(236, 111, 159, 0.32);
}

.secondary-btn,
.ghost-btn {
  border: 1px solid var(--line);
  background: rgba(255, 232, 241, 0.1);
  color: var(--text);
}

.primary-btn:hover,
.primary-btn:focus-visible,
.secondary-btn:hover,
.secondary-btn:focus-visible,
.ghost-btn:hover,
.ghost-btn:focus-visible,
.letter-preview:hover,
.letter-preview:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.primary-btn:hover,
.primary-btn:focus-visible {
  box-shadow: 0 22px 42px rgba(236, 111, 159, 0.42);
}

.home-summary-card {
  position: relative;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(255, 232, 241, 0.24);
  border-radius: 30px;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 210, 223, 0.18), transparent 32%),
    linear-gradient(135deg, rgba(236, 111, 159, 0.18), rgba(201, 182, 255, 0.1), rgba(184, 239, 227, 0.08)),
    rgba(54, 34, 50, 0.76);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.home-summary-card::before {
  content: "";
  position: absolute;
  inset: 26px;
  border: 1px dashed rgba(255, 232, 241, 0.2);
  border-radius: 24px;
  pointer-events: none;
}

.summary-tag {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 9px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fff4f8, #ffd3df);
  color: var(--ink);
  font-weight: 900;
}

.home-summary-card h2,
.home-summary-card p,
.summary-list {
  position: relative;
  z-index: 1;
}

.home-summary-card h2 {
  max-width: 11ch;
  font-size: 3.2rem;
  line-height: 1.08;
}

.home-summary-card p {
  max-width: 48ch;
  color: var(--muted);
}

.summary-list {
  display: grid;
  gap: 12px;
  margin-top: 6px;
}

.summary-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(255, 232, 241, 0.16);
  border-radius: 18px;
  background: rgba(255, 232, 241, 0.09);
}

.summary-item .icon {
  width: 42px;
  height: 42px;
  padding: 10px;
  border-radius: 15px;
  background: rgba(255, 210, 223, 0.15);
  color: #ffd2df;
}

.summary-item strong,
.summary-item span {
  display: block;
}

.summary-item strong {
  color: var(--text);
}

.summary-item span {
  color: var(--muted);
  font-size: 0.94rem;
}

.dashboard-grid,
.split-grid {
  display: grid;
  gap: 20px;
  margin-bottom: 24px;
}

.dashboard-grid {
  grid-template-columns: 1.04fr 0.96fr;
}

.split-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tool-panel,
.info-panel,
.wide-callout,
.promise-hero,
.meeting-hero,
.meeting-step {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.tool-panel,
.info-panel,
.meeting-hero,
.meeting-step {
  padding: clamp(22px, 4vw, 30px);
}

.tool-panel h2,
.info-panel h3,
.wide-callout h3,
.meeting-hero h3,
.meeting-step h3 {
  margin-bottom: 16px;
}

.timer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(78px, 1fr));
  gap: 12px;
  direction: rtl;
}

.timer-box {
  display: grid;
  place-items: center;
  min-height: 92px;
  padding: 12px 8px;
  border: 1px solid rgba(255, 232, 241, 0.18);
  border-radius: 20px;
  background: rgba(255, 232, 241, 0.09);
  color: var(--muted);
  direction: rtl;
  text-align: center;
  font-weight: 800;
}

.timer-box span {
  color: var(--text);
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 900;
}

.quote-text {
  margin: 18px 0 22px;
  color: #ffd2df;
  font-family: Georgia, Tahoma, Arial, serif;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
}

.section-heading {
  margin: 22px 0 28px;
}

.meeting-story {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 20px;
  align-items: start;
  margin-bottom: 24px;
}

.meeting-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: start;
  min-height: 0;
  background:
    linear-gradient(180deg, rgba(201, 182, 255, 0.09), rgba(236, 111, 159, 0.22)),
    radial-gradient(circle at 18% 16%, rgba(255, 210, 223, 0.24), transparent 34%),
    var(--panel);
}

.meeting-hero::before {
  content: "";
  position: absolute;
  inset: 22px;
  z-index: -1;
  border: 1px solid rgba(255, 232, 241, 0.16);
  border-radius: 24px;
  background:
    linear-gradient(135deg, transparent 0 55%, rgba(255, 232, 241, 0.07) 55% 56%, transparent 56%),
    radial-gradient(circle at 72% 22%, rgba(255, 232, 241, 0.14), transparent 8%);
}

.meeting-hero h3 {
  max-width: 12ch;
  font-size: 3.05rem;
  line-height: 1.04;
}

.meeting-badge {
  width: fit-content;
  margin-bottom: 16px;
  padding: 9px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fff4f8, #ffd3df);
  color: var(--ink);
  font-weight: 900;
}

.meeting-hero p {
  max-width: 46ch;
}

.meeting-steps {
  display: grid;
  gap: 14px;
  list-style: none;
}

.meeting-step {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  min-height: 126px;
  background:
    linear-gradient(135deg, rgba(255, 232, 241, 0.12), rgba(255, 248, 251, 0.04)),
    var(--panel);
}

.meeting-step:nth-child(even) {
  background:
    linear-gradient(135deg, rgba(184, 239, 227, 0.12), rgba(255, 232, 241, 0.05)),
    var(--panel);
}

.meeting-number {
  display: grid;
  place-items: center;
  width: 56px;
  aspect-ratio: 1;
  border-radius: 18px;
  background: rgba(255, 210, 223, 0.17);
  color: #ffd2df;
  font-weight: 900;
}

.meeting-notes {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 20px;
}

.detail-note {
  background:
    linear-gradient(135deg, rgba(236, 111, 159, 0.15), rgba(184, 239, 227, 0.09)),
    var(--panel);
}

.detail-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.detail-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 232, 241, 0.16);
  border-radius: 999px;
  background: rgba(255, 232, 241, 0.1);
  color: var(--text);
  font-weight: 800;
}

.meeting-hero p,
.meeting-step p,
.info-panel p,
.wide-callout p,
.promise-hero p,
.playlist-panel p,
.memory-card p {
  color: var(--muted);
}

.icon-list {
  display: grid;
  gap: 12px;
  list-style: none;
}

.icon-list li {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--muted);
}

.icon-list .icon {
  color: #ffd2df;
  line-height: 1.9;
}

.memory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 24px;
}

.memory-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 230px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 232, 241, 0.12), rgba(255, 248, 251, 0.05)),
    rgba(54, 34, 50, 0.72);
  box-shadow: var(--shadow);
  transition: transform 180ms ease, border-color 180ms ease;
}

.memory-photo {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(255, 232, 241, 0.16);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(236, 111, 159, 0.1), rgba(184, 239, 227, 0.08)),
    rgba(255, 232, 241, 0.06);
  color: var(--muted);
  overflow: hidden;
}

.memory-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-empty {
  display: grid;
  place-items: center;
  gap: 10px;
  color: #ffd2df;
  font-weight: 900;
}

.memory-card-body {
  display: grid;
  gap: 10px;
  flex: 1;
}

.memory-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 232, 241, 0.36);
}

.card-icon {
  display: grid;
  place-items: center;
  width: 58px;
  aspect-ratio: 1;
  border-radius: 20px;
  background: rgba(236, 111, 159, 0.18);
  color: #ffcad8;
  font-size: 1.55rem;
}

.memory-card:nth-child(3n + 2) .card-icon {
  background: rgba(184, 239, 227, 0.16);
  color: #b8efe3;
}

.memory-card:nth-child(3n) .card-icon {
  background: rgba(201, 182, 255, 0.18);
  color: #ded3ff;
}

.wide-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(22px, 4vw, 32px);
  background:
    linear-gradient(135deg, rgba(236, 111, 159, 0.16), rgba(184, 239, 227, 0.1)),
    var(--panel);
}

.love-slider {
  width: 100%;
  height: 12px;
  margin: 26px 0 18px;
  appearance: none;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--mint), var(--lilac), var(--rose));
  outline: none;
}

.love-slider::-webkit-slider-thumb {
  appearance: none;
  width: 28px;
  height: 28px;
  border: 4px solid var(--night);
  border-radius: 50%;
  background: var(--paper);
  cursor: pointer;
  box-shadow: 0 0 0 5px rgba(236, 111, 159, 0.24);
}

.love-slider::-moz-range-thumb {
  width: 28px;
  height: 28px;
  border: 4px solid var(--night);
  border-radius: 50%;
  background: var(--paper);
  cursor: pointer;
  box-shadow: 0 0 0 5px rgba(236, 111, 159, 0.24);
}

.meter-value {
  color: #ffd2df;
  font-size: clamp(2.4rem, 7vw, 4.5rem);
  font-weight: 900;
}

.highlight {
  color: #ffd2df;
  font-weight: 900;
}

.letter-preview {
  width: 100%;
  min-height: 60px;
  margin-top: 12px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 232, 241, 0.18);
  border-radius: 20px;
  background: rgba(255, 232, 241, 0.1);
  color: var(--text);
  text-align: right;
  font-weight: 900;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.letter-full {
  margin-top: 18px;
  color: var(--muted);
  font-family: Georgia, Tahoma, Arial, serif;
  font-size: 1.25rem;
}

.letter-full[hidden] {
  display: none;
}

.letter-full p + p {
  margin-top: 12px;
}

.reasons-panel {
  margin-bottom: 24px;
}

.promise-hero {
  min-height: 360px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  padding: clamp(28px, 5vw, 48px);
  text-align: center;
  background:
    linear-gradient(135deg, rgba(236, 111, 159, 0.16), rgba(201, 182, 255, 0.12), rgba(184, 239, 227, 0.1)),
    var(--panel);
}

.promise-hero p {
  max-width: 760px;
  margin: 12px auto 24px;
  font-size: 1.15rem;
}

.audio-player {
  width: 100%;
  margin-top: 18px;
  border-radius: 20px;
}

.site-footer {
  margin-top: 34px;
  padding: 24px 0 8px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  text-align: center;
}

.toast-message {
  position: fixed;
  left: 50%;
  bottom: 20%;
  z-index: 60;
  width: min(430px, calc(100% - 32px));
  padding: 16px 18px;
  border: 1px solid rgba(255, 232, 241, 0.22);
  border-radius: 22px;
  background: var(--panel-strong);
  color: var(--text);
  box-shadow: var(--shadow);
  text-align: center;
  transform: translateX(-50%);
  animation: toastIn 180ms ease both;
}

.confetti-bit {
  position: fixed;
  left: 50%;
  top: 54%;
  z-index: 70;
  width: 8px;
  height: 12px;
  border-radius: 3px;
  pointer-events: none;
  animation: confettiPop 900ms ease-out forwards;
}

@keyframes confettiPop {
  from {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
  }

  to {
    opacity: 0;
    transform: translate(calc(-50% + var(--x)), calc(-50% + var(--y))) rotate(var(--r)) scale(0.85);
  }
}

@keyframes toastIn {
  from {
    opacity: 0;
    transform: translate(-50%, 10px);
  }

  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 980px) {
  .hero-section,
  .dashboard-grid,
  .split-grid,
  .meeting-story,
  .meeting-notes {
    grid-template-columns: 1fr;
  }

  .hero-section {
    min-height: auto;
    padding-top: 20px;
  }

  .home-summary-card {
    min-height: 380px;
  }
}

@media (max-width: 760px) {
  .site-shell {
    width: min(100% - 22px, 1180px);
    padding-bottom: 112px;
  }

  .topbar {
    align-items: center;
    justify-content: center;
    min-height: 64px;
    padding: 10px 0 8px;
    backdrop-filter: none;
  }

  .brand-mark {
    min-height: 44px;
    padding-inline: 16px;
    align-self: center;
  }

  .navbar {
    display: grid;
    position: fixed;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    left: 10px;
    z-index: 50;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 4px;
    max-width: 520px;
    margin-inline: auto;
    padding: 7px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 18px 48px rgba(39, 19, 34, 0.38);
  }

  .nav-btn {
    flex-direction: column;
    gap: 3px;
    min-width: 0;
    min-height: 54px;
    padding: 6px 3px;
    font-size: 0.68rem;
    line-height: 1.1;
  }

  .nav-btn .icon {
    width: 1.25rem;
    height: 1.25rem;
  }

  .hero-actions,
  .wide-callout {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-btn,
  .secondary-btn,
  .ghost-btn {
    width: 100%;
  }

  .home-summary-card {
    min-height: 0;
    gap: 14px;
    padding: 20px;
  }

  #romanticCanvas {
    display: none;
  }

  .home-summary-card h2 {
    max-width: 100%;
    font-size: 2.15rem;
  }

  .home-summary-card p {
    line-height: 1.65;
  }

  .summary-list {
    gap: 10px;
  }

  .summary-item {
    padding: 10px;
  }

  .timer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .meeting-step {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 12px;
  }

  .meeting-hero h3 {
    font-size: 2.7rem;
  }

  .meeting-number {
    width: 48px;
    border-radius: 16px;
  }

  .detail-chip {
    flex: 1 1 calc(50% - 10px);
  }

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

  .hero-section {
    gap: 22px;
    padding: 18px 0 34px;
  }

  .section-heading {
    margin: 18px 0 22px;
  }

  .tool-panel,
  .info-panel,
  .wide-callout,
  .promise-hero,
  .meeting-hero,
  .meeting-step {
    padding: 20px;
  }
}

@media (max-width: 460px) {
  .site-shell {
    width: min(100% - 16px, 1180px);
    padding-bottom: 106px;
  }

  .topbar {
    min-height: 58px;
    gap: 8px;
  }

  .brand-mark {
    min-height: 42px;
    padding-inline: 14px;
    font-size: 0.95rem;
  }

  h1 {
    font-size: 3.25rem;
  }

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

  .navbar {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border-radius: 22px;
    padding: 6px;
  }

  .nav-btn {
    min-height: 50px;
    padding: 5px 2px;
    font-size: 0.62rem;
  }

  .timer-grid {
    gap: 10px;
  }

  .timer-box {
    min-height: 78px;
    padding: 10px 6px;
    border-radius: 16px;
  }

  .home-summary-card {
    min-height: 0;
  }

  .home-summary-card h2 {
    font-size: 1.95rem;
  }

  .summary-item {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .summary-item .icon {
    width: 38px;
    height: 38px;
  }

  .meeting-hero h3 {
    font-size: 2.35rem;
  }

  .meeting-step {
    grid-template-columns: 1fr;
  }

  .detail-chip {
    flex-basis: 100%;
  }

  .memory-card {
    padding: 12px;
  }

  .tool-panel,
  .info-panel,
  .wide-callout,
  .promise-hero,
  .meeting-hero,
  .meeting-step,
  .memory-card,
  .home-summary-card {
    border-radius: 22px;
  }
}

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