:root {
  --ink: #1d1d1b;
  --paper: #f5f1e8;
  --white: #fffdf8;
  --lime: #d9f85f;
  --orange: #ff714a;
  --blue: #b9d9ff;
  --yellow: #f8df72;
  --pink: #f5b8ca;
  --green: #bde1b6;
  --lilac: #d7c4ec;
  --line: rgba(29, 29, 27, 0.18);
  --radius: 1.35rem;
  --shadow: 0 18px 45px rgba(29, 29, 27, 0.1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

button { font: inherit; }

.copy-email {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin: 0;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}

.copy-icon {
  flex: none;
  font-size: 0.95em;
  font-weight: 700;
  line-height: 1;
}

.copy-toast {
  position: fixed;
  z-index: 1000;
  left: 50%;
  bottom: 1.5rem;
  padding: 0.7rem 1.1rem;
  color: var(--white);
  background: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  font-size: 0.82rem;
  font-weight: 900;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0.75rem);
  transition: opacity 150ms ease, transform 150ms ease;
}

.copy-toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

.container {
  width: min(1160px, calc(100% - 2rem));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.7rem 1rem;
  color: var(--white);
  background: var(--ink);
  border-radius: 0.5rem;
  transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }

:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}

.site-header {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid var(--line);
}

.header-inner {
  min-height: 78px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
}

.wordmark {
  width: max-content;
  text-decoration: none;
  font-size: 1.65rem;
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 1;
}

.wordmark-dot { color: var(--orange); }

.desktop-nav { display: flex; gap: 2rem; }

.desktop-nav a,
.footer-links a {
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 700;
}

.desktop-nav a:hover,
.footer-links a:hover { text-decoration: underline; text-underline-offset: 4px; }

.header-email {
  justify-self: end;
  padding: 0.65rem 0.95rem;
  background: var(--lime);
  border: 1px solid var(--ink);
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 800;
  box-shadow: 3px 3px 0 var(--ink);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.header-email:hover { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--ink); }

.hero { padding: clamp(4rem, 9vw, 8rem) 0 clamp(4.5rem, 8vw, 7rem); }

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.98fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
}

.eyebrow {
  margin: 0 0 1.25rem;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  display: inline-block;
  width: 1.75rem;
  height: 2px;
  margin: 0 0.65rem 0.25rem 0;
  background: currentColor;
}

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

h1, h2 {
  margin-bottom: 1.5rem;
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

h1 { font-size: clamp(3.8rem, 7.5vw, 7.4rem); }
h1 span { color: var(--orange); }
h2 { font-size: clamp(2.8rem, 5vw, 5.25rem); }

.hero-lede {
  max-width: 34rem;
  margin-bottom: 2rem;
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
}

.hero-action { display: flex; align-items: center; gap: 1.35rem; flex-wrap: wrap; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-height: 54px;
  padding: 0.85rem 1.4rem;
  border: 2px solid var(--ink);
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.button-primary { background: var(--lime); box-shadow: 5px 5px 0 var(--ink); }
.button:hover { transform: translate(3px, 3px); box-shadow: 2px 2px 0 var(--ink); }
.email-standalone { padding: 0; font-weight: 850; text-decoration: underline; text-underline-offset: 5px; }
.reassurance { margin: 1.35rem 0 0; color: #5e5b53; font-size: 0.85rem; }

.flow-visual {
  position: relative;
  z-index: 1;
  padding: 1rem;
  background: var(--blue);
  border: 2px solid var(--ink);
  border-radius: 2rem;
  box-shadow: 10px 10px 0 var(--ink);
  transform: rotate(1.5deg);
}

.flow-labels {
  display: flex;
  justify-content: space-between;
  padding: 0.15rem 0.4rem 0.7rem;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.flow-example.is-active { animation: flow-example-in 320ms ease both; }
.flow-example[hidden] { display: none; }

@keyframes flow-example-in {
  from { opacity: 0; transform: translateX(0.75rem); }
  to { opacity: 1; transform: translateX(0); }
}

.mail-card,
.calendar-card {
  background: var(--white);
  border: 1.5px solid var(--ink);
  border-radius: 1rem;
  box-shadow: var(--shadow);
}

.mail-card { padding: 1rem; transform: rotate(-2deg); }
.mail-card-top { display: grid; grid-template-columns: auto 1fr auto; gap: 0.7rem; align-items: center; }
.mail-card-top strong, .mail-card-top small { display: block; line-height: 1.25; }
.mail-card-top small, .mail-time { color: #77736b; font-size: 0.68rem; }
.avatar { display: grid; place-items: center; width: 2rem; height: 2rem; background: var(--pink); border-radius: 50%; font-size: 0.65rem; font-weight: 900; }
.mail-body { margin: 1rem 0; padding: 0.9rem; background: #f4f1eb; border-radius: 0.7rem; }
.mail-body p, .calendar-card p { margin: 0.25rem 0 0; color: #5e5b53; font-size: 0.82rem; }
.forward-pill { width: max-content; max-width: 100%; padding: 0.45rem 0.65rem; background: var(--lime); border-radius: 0.4rem; font-size: 0.68rem; }
.avatar-green { background: var(--green); }
.avatar-yellow { background: var(--yellow); }
.avatar-orange { background: #f4b183; }

.flow-track { display: flex; align-items: center; justify-content: center; gap: 0.7rem; padding: 0.7rem 2rem; }
.track-line { width: 34%; border-top: 2px dashed var(--ink); }
.fomo-mark { display: grid; place-items: center; width: 2.5rem; height: 2.5rem; color: white; background: var(--ink); border-radius: 50%; font-weight: 900; }

.calendar-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; padding: 0.9rem; transform: rotate(1deg); }
.calendar-date { display: grid; place-items: center; min-width: 3.2rem; min-height: 3.2rem; background: var(--orange); border-radius: 0.65rem; line-height: 1; }
.calendar-date strong { font-size: 1.45rem; }
.calendar-date span { font-size: 0.55rem; font-weight: 900; }
.check { display: grid; place-items: center; width: 1.8rem; height: 1.8rem; color: white; background: var(--ink); border-radius: 50%; font-size: 0.8rem; }

.flow-controls {
  position: absolute;
  z-index: -1;
  top: 5.4rem;
  right: -2.85rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.flow-dot {
  display: grid;
  place-items: center;
  width: 3.35rem;
  height: 3.75rem;
  margin-top: -0.55rem;
  padding: 0 0 0 0.5rem;
  color: var(--ink);
  background: var(--pink);
  border: 1.5px solid var(--ink);
  border-left: 0;
  border-radius: 0 0.85rem 0.85rem 0;
  box-shadow: 4px 4px 0 var(--ink);
  cursor: pointer;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  transition: transform 170ms ease, width 170ms ease, filter 170ms ease;
}

.flow-dot:nth-child(2) { background: var(--green); transform: rotate(1.5deg); }
.flow-dot:nth-child(3) { background: var(--yellow); transform: rotate(-1deg); }
.flow-dot:nth-child(4) { background: #f4b183; transform: rotate(1deg); }
.flow-dot:hover { width: 3.7rem; filter: brightness(1.04); }
.flow-dot.is-active { width: 5.025rem; transform: translateX(-0.65rem); }
.flow-dot:nth-child(2).is-active { transform: translateX(-0.65rem) rotate(1.5deg); }
.flow-dot:nth-child(3).is-active { transform: translateX(-0.65rem) rotate(-1deg); }
.flow-dot:nth-child(4).is-active { transform: translateX(-0.65rem) rotate(1deg); }

.marquee { overflow: hidden; padding: 1rem 0; color: var(--white); background: var(--ink); white-space: nowrap; }
.marquee div { width: max-content; margin: auto; font-size: clamp(0.8rem, 1.5vw, 1rem); font-weight: 900; letter-spacing: 0.08em; }
.marquee span { margin: 0 2.3rem; color: var(--lime); }

.free-note { padding: 2.2rem 0; text-align: center; background: var(--yellow); border-bottom: 1px solid var(--ink); }
.free-note strong { display: block; font-size: clamp(1.05rem, 2vw, 1.25rem); }
.free-note p { margin: 0.35rem 0 0; font-size: 0.9rem; }

.section { padding: clamp(5rem, 10vw, 9rem) 0; }
.section-heading { max-width: 46rem; }
.section-heading-wide { max-width: 55rem; }

.how { background: var(--white); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 4rem 0 2rem; padding: 0; list-style: none; background: var(--line); border: 1px solid var(--line); }
.steps li { min-height: 265px; padding: 1.75rem; background: var(--white); }
.steps li:nth-child(2) { background: var(--lime); }
.step-number { display: block; margin-bottom: 3.5rem; font-size: 0.72rem; font-weight: 900; }
.steps h3 { margin-bottom: 0.6rem; font-size: 1.25rem; }
.steps p { max-width: 18rem; margin-bottom: 0; color: #5e5b53; }
.inline-email { padding: 0; font-weight: 800; overflow-wrap: anywhere; text-decoration: underline; text-underline-offset: 3px; }
.compatibility-note { margin: 0 0 0.6rem; font-size: 0.8rem; font-weight: 700; }
.section-note { margin: 0; text-align: right; font-weight: 800; font-style: italic; }

.together { color: var(--white); background: var(--ink); }
.together-grid { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: clamp(3rem, 8vw, 7rem); align-items: center; }
.together-copy h2 { max-width: 39rem; }
.together-copy > p:not(.eyebrow) { max-width: 34rem; color: #c7c5bd; font-size: clamp(1.05rem, 1.6vw, 1.2rem); }
.together-lede { margin-bottom: 0.75rem; color: var(--white) !important; font-weight: 800; }
.together-email { padding: 0; color: var(--lime); font-weight: 900; text-decoration: underline; text-underline-offset: 4px; }
.together-closing { display: block; margin-top: 2.25rem; color: var(--lime); font-size: clamp(1.15rem, 2vw, 1.45rem); }

.together-visual {
  position: relative;
  padding: clamp(1rem, 2vw, 1.5rem);
  background: #2b2b28;
  border: 1.5px solid rgba(255,255,255,0.72);
  border-radius: 2rem;
  box-shadow: 10px 10px 0 var(--lime);
  transform: rotate(1deg);
}

.thread-card,
.shared-event-card {
  color: var(--ink);
  background: var(--white);
  border: 1.5px solid var(--ink);
  border-radius: 1rem;
  box-shadow: var(--shadow);
}

.thread-card { position: relative; padding: 1rem; transform: rotate(-1.5deg); }
.visual-card-label { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: 0.85rem; font-size: 0.62rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.thread-people { position: absolute; top: 2.75rem; right: 1rem; display: flex; }
.person-avatar { display: grid; place-items: center; width: 2rem; height: 2rem; border: 1px solid var(--ink); border-radius: 50%; font-size: 0.58rem; font-weight: 950; }
.thread-people .person-avatar + .person-avatar,
.participant-stack .person-avatar + .person-avatar { margin-left: -0.45rem; }
.person-you { background: var(--pink); }
.person-maya { background: var(--green); }
.person-leo { background: var(--yellow); }
.recipient-row { display: grid; grid-template-columns: 2rem 1fr; align-items: center; min-height: 2.35rem; padding-right: 7rem; border-bottom: 1px solid var(--line); font-size: 0.74rem; }
.recipient-row > span { color: #77736b; font-size: 0.65rem; font-weight: 800; text-transform: uppercase; }
.recipient-fomo { background: rgba(217,248,95,0.42); }
.thread-email { width: max-content; padding: 0; font-size: 0.7rem; font-weight: 900; text-decoration: underline; text-underline-offset: 3px; }
.thread-messages { display: grid; gap: 0.45rem; margin-top: 0.9rem; }
.thread-messages p { width: max-content; max-width: 88%; margin: 0; padding: 0.48rem 0.65rem; background: #efede7; border-radius: 0.55rem; font-size: 0.7rem; }
.thread-messages p:nth-child(2) { margin-left: 8%; background: var(--green); }
.thread-messages p:nth-child(3) { margin-left: 16%; background: var(--yellow); }

.together-transform { display: flex; align-items: center; justify-content: center; gap: 0.75rem; padding: 0.7rem 2rem; }
.together-transform span { width: 36%; border-top: 2px dashed rgba(255,255,255,0.7); }
.together-transform b { display: grid; place-items: center; width: 2.5rem; height: 2.5rem; color: var(--ink); background: var(--lime); border: 1px solid var(--white); border-radius: 50%; animation: together-pulse 2.4s ease-in-out infinite; }

.shared-event-card { padding: 1rem; transform: rotate(1deg); }
.invited-status { color: #356629; letter-spacing: 0; }
.invited-status i { display: inline-block; width: 0.45rem; height: 0.45rem; margin-right: 0.3rem; background: #52a441; border-radius: 50%; animation: together-pulse 2.4s ease-in-out infinite; }
.shared-event-main { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 0.85rem; padding: 0.85rem; background: #f1efe9; border-radius: 0.75rem; }
.shared-event-main p { margin: 0.2rem 0 0; color: #5e5b53; font-size: 0.78rem; }
.shared-date { display: grid; place-items: center; min-width: 3.1rem; min-height: 3.1rem; background: var(--orange); border-radius: 0.65rem; line-height: 1; }
.shared-date strong { font-size: 1.35rem; }
.shared-date span { font-size: 0.52rem; font-weight: 900; }
.shared-check { display: grid; place-items: center; width: 1.8rem; height: 1.8rem; color: var(--white); background: var(--ink); border-radius: 50%; }
.event-participants { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-top: 0.8rem; }
.participant-stack { display: flex; }
.event-participants > strong { font-size: 0.72rem; }

@keyframes together-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

.use-cases { background: var(--paper); }
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3.5rem; }
.case-card { display: flex; min-height: 285px; flex-direction: column; padding: 1.5rem; border: 1.5px solid var(--ink); border-radius: var(--radius); transition: transform 180ms ease, box-shadow 180ms ease; }
.case-card:hover { transform: translateY(-5px) rotate(-0.5deg); box-shadow: 6px 7px 0 var(--ink); }
.case-icon { display: grid; place-items: center; width: 2.5rem; height: 2.5rem; margin-bottom: auto; background: rgba(255,255,255,0.65); border: 1px solid var(--ink); border-radius: 50%; font-size: 1.25rem; font-weight: 900; }
.case-card h3 { margin: 2.5rem 0 0.4rem; font-size: 1.35rem; }
.case-card p { margin-bottom: 1.5rem; }
.case-cta { margin-top: auto; font-size: 0.8rem; font-weight: 900; text-transform: uppercase; }
.card-yellow { background: var(--yellow); }
.card-blue { background: var(--blue); }
.card-pink { background: var(--pink); }
.card-green { background: var(--green); }
.card-orange { background: #f4b183; }
.card-lilac { background: var(--lilac); }
.case-footer { display: flex; justify-content: space-between; align-items: center; gap: 2rem; margin-top: 2rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.case-footer p { max-width: 35rem; margin: 0; }
.case-email { flex: none; padding: 0; font-weight: 900; text-decoration: underline; text-underline-offset: 4px; }

.remember { padding: clamp(5rem, 10vw, 9rem) 0; color: var(--white); background: var(--ink); }
.remember-grid { display: grid; grid-template-columns: 1fr 0.7fr; gap: 6rem; align-items: end; }
.eyebrow.light { color: var(--lime); }
.remember h2 { margin-bottom: 0; font-size: clamp(4rem, 9vw, 9.5rem); }
.sure { margin: 1.5rem 0 0; color: var(--lime); font-size: 1.5rem; font-style: italic; }
.remember-copy { padding-bottom: 0.75rem; }
.remember-copy p { margin-bottom: 1.5rem; color: #c7c5bd; font-size: 1.15rem; }
.remember-copy strong { display: block; margin: 2.5rem 0 1rem; font-size: 1.2rem; }
.remember-email { padding: 0; color: var(--lime); font-weight: 900; text-decoration: underline; text-underline-offset: 4px; }

.privacy { padding: 3rem 0; background: var(--lime); border-bottom: 1px solid var(--ink); }
.privacy-inner { display: grid; grid-template-columns: auto 1fr; gap: 1.3rem; align-items: center; max-width: 850px; }
.privacy h2 { margin-bottom: 0.4rem; font-size: clamp(1.8rem, 3vw, 2.6rem); letter-spacing: -0.045em; }
.privacy p { margin: 0; }
.lock { position: relative; width: 2.5rem; height: 2.5rem; border: 2px solid var(--ink); border-radius: 50%; color: transparent; }
.lock::before { content: ""; position: absolute; inset: 0.55rem 0.75rem; border: 2px solid var(--ink); border-radius: 50% 50% 0 0; }

.final-cta { text-align: center; background: var(--orange); }
.final-inner { display: flex; flex-direction: column; align-items: center; }
.final-inner h2 { max-width: 820px; }
.final-inner > p:not(.eyebrow) { font-size: 1.2rem; }
.big-email { margin: 1.5rem 0; padding: 0; font-size: clamp(2rem, 6vw, 5.6rem); font-weight: 900; letter-spacing: -0.06em; line-height: 1; overflow-wrap: anywhere; text-decoration: underline; text-decoration-thickness: 4px; text-underline-offset: 8px; }
.button-dark { margin-top: 1rem; color: var(--white); background: var(--ink); box-shadow: 5px 5px 0 var(--white); }
.final-inner small { margin-top: 1.5rem; font-size: 0.8rem; }

.faq { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); }
.faq-list { border-top: 1.5px solid var(--ink); }
.faq-list details { border-bottom: 1.5px solid var(--ink); }
.faq-list summary { display: grid; grid-template-columns: 1fr auto; gap: 1rem; padding: 1.3rem 0; cursor: pointer; list-style: none; font-size: 1.05rem; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-size: 1.3rem; transition: transform 160ms ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 38rem; padding: 0 2rem 1.4rem 0; color: #5e5b53; }

.site-footer { padding: 4rem 0 1.5rem; color: var(--white); background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; gap: 4rem; align-items: start; }
.footer-mark { display: inline-block; color: var(--white); font-size: 2.2rem; }
.footer-grid p { margin: 0.7rem 0 0; color: #aaa79f; }
.footer-email { padding: 0; color: var(--lime); font-size: clamp(1rem, 2vw, 1.35rem); font-weight: 900; text-decoration: underline; text-underline-offset: 4px; }
.footer-links { display: flex; gap: 1.3rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 4rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,0.18); color: #88857e; font-size: 0.72rem; }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 680px; }
  .flow-visual { max-width: 560px; justify-self: center; }
  .together-grid { grid-template-columns: 1fr; }
  .together-copy { max-width: 680px; }
  .together-visual { width: min(100% - 0.75rem, 620px); justify-self: center; }
  .case-grid { grid-template-columns: repeat(2, 1fr); }
  .remember-grid { grid-template-columns: 1fr; gap: 4rem; }
  .faq-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 1.25rem, 1160px); }
  .header-inner { min-height: 68px; gap: 0.75rem; }
  .wordmark { font-size: 1.45rem; }
  .header-email { padding: 0.55rem 0.7rem; font-size: 0.72rem; box-shadow: 2px 2px 0 var(--ink); }
  .hero { padding-top: 3.5rem; }
  h1 { font-size: clamp(3.25rem, 17vw, 5rem); }
  .hero-lede { font-size: 1.05rem; }
  .hero-action { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .flow-visual { width: calc(100% - 0.7rem); padding: 0.65rem; border-radius: 1.35rem; box-shadow: 6px 6px 0 var(--ink); }
  .flow-controls { top: 4.65rem; right: -1.7rem; }
  .flow-dot { width: 2.2rem; height: 3rem; margin-top: -0.4rem; padding-left: 0.25rem; font-size: 0.58rem; box-shadow: 2px 2px 0 var(--ink); }
  .flow-dot:hover { width: 2.35rem; }
  .flow-dot.is-active { width: 3.3rem; transform: translateX(-0.45rem); }
  .flow-dot:nth-child(2).is-active { transform: translateX(-0.45rem) rotate(1.5deg); }
  .flow-dot:nth-child(3).is-active { transform: translateX(-0.45rem) rotate(-1deg); }
  .flow-dot:nth-child(4).is-active { transform: translateX(-0.45rem) rotate(1deg); }
  .together-visual { padding: 0.7rem; border-radius: 1.35rem; box-shadow: 6px 6px 0 var(--lime); }
  .thread-card, .shared-event-card { padding: 0.75rem; }
  .thread-people { top: 2.6rem; right: 0.75rem; }
  .recipient-row { padding-right: 6.25rem; }
  .thread-email { font-size: 0.61rem; }
  .thread-messages p { max-width: 96%; }
  .together-transform { padding-inline: 1rem; }
  .shared-event-main { grid-template-columns: auto 1fr; }
  .shared-check { display: none; }
  .event-participants { align-items: flex-start; flex-direction: column; }
  .flow-labels { font-size: 0.52rem; }
  .mail-card { padding: 0.75rem; }
  .forward-pill { font-size: 0.6rem; }
  .flow-track { padding-inline: 1rem; }
  .calendar-card { grid-template-columns: auto 1fr; gap: 0.7rem; }
  .check { display: none; }
  .marquee div { transform: translateX(-8%); }
  .marquee span { margin: 0 0.8rem; }
  .section { padding: 5rem 0; }
  h2 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .steps { grid-template-columns: 1fr; }
  .steps li { min-height: 220px; }
  .step-number { margin-bottom: 2.5rem; }
  .section-note { text-align: left; }
  .case-grid { grid-template-columns: 1fr; }
  .case-card { min-height: 255px; }
  .case-footer { align-items: flex-start; flex-direction: column; }
  .remember-grid { gap: 3rem; }
  .remember h2 { font-size: clamp(3.7rem, 18vw, 6rem); }
  .privacy-inner { align-items: start; }
  .big-email { font-size: clamp(1.75rem, 9vw, 3rem); }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-links { order: 3; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 0.6rem; }
}

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