@font-face {
  font-family: Manrope;
  src: url("assets/Manrope-variable.ttf") format("truetype");
  font-weight: 200 800;
  font-display: swap;
}
:root {
  --ink: #2e1526;
  --plum: #74386c;
  --cream: #fbf6f0;
  --muted: #6e6470;
  --line: #e7dfe5;
  --peach: #ec9d66;
  --blush: #f5e0d4;
  --radius: 20px;
  color-scheme: light;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}
body {
  margin: 0;
  background: #fffdfb;
  color: var(--ink);
  font-family: Manrope, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
button,
input,
select {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
}
img {
  max-width: 100%;
  display: block;
}
figure,
p,
h1,
h2,
h3 {
  margin: 0;
}
button {
  border: 0;
}
button:disabled {
  cursor: default;
  opacity: 0.45;
}
[hidden] {
  display: none !important;
}
::selection {
  background: #f2d1e6;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #a44291;
  outline-offset: 5px;
}
.skip {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 200;
  background: var(--ink);
  color: white;
  padding: 12px 20px;
}
.skip:focus {
  top: 12px;
}
.shell {
  width: min(1200px, calc(100% - 96px));
  margin-inline: auto;
}
.section {
  padding-block: 112px;
}
.eyebrow {
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.12em;
  color: var(--plum);
  display: block;
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #f1e7ee;
  border: 1px solid #e3d4df;
  border-radius: 30px;
  padding: 8px 13px;
  font-size: 10px;
  letter-spacing: 0.075em;
}
h1,
h2,
h3 {
  font-weight: 750;
  letter-spacing: -0.05em;
  line-height: 1.12;
}
h1 {
  font-size: clamp(44px, 4.6vw, 68px);
}
h2 {
  font-size: clamp(34px, 3.5vw, 50px);
}
h3 {
  font-size: 25px;
  letter-spacing: -0.035em;
}
.plum {
  color: var(--plum);
}
.muted {
  color: #9b8194;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 52px;
  padding: 15px 23px;
  background: var(--plum);
  color: white;
  border: 1px solid var(--plum);
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 5px 14px #74386c14;
  transition:
    transform 0.2s,
    background 0.2s,
    box-shadow 0.2s;
}
.button:hover {
  background: #592653;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px #74386c25;
}
.button span:last-child {
  font-size: 18px;
  font-weight: 500;
}
.button.small {
  min-height: 43px;
  padding: 10px 19px;
  font-size: 12px;
}
.button.secondary {
  background: #ffffffb8;
  color: var(--ink);
  border-color: #dfd2da;
  box-shadow: none;
}
.button.secondary:hover {
  background: white;
  border-color: var(--plum);
}
.button.light {
  background: var(--cream);
  color: var(--ink);
  border-color: var(--cream);
}
.text-button {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 8px 0;
  background: none;
  color: var(--plum);
  font-size: 13px;
  font-weight: 750;
  border-bottom: 1px solid transparent;
}
.text-button:hover {
  border-color: currentColor;
}
.announcement {
  min-height: 36px;
  background: var(--ink);
  color: #f8ecf3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 10px;
  letter-spacing: 0.01em;
}
.announcement a {
  font-weight: 750;
  margin-left: 7px;
}
.announcement-dot {
  width: 5px;
  height: 5px;
  background: var(--peach);
  border-radius: 50%;
}
.header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: #fffdfbf0;
  backdrop-filter: blur(16px);
  border-bottom: 1px solid #eee7eb;
}
.nav-shell {
  width: min(1296px, calc(100% - 72px));
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
  gap: 24px;
}
.brand {
  display: block;
  width: 178px;
  flex-shrink: 0;
}
.brand img {
  width: 100%;
  height: auto;
}
nav {
  display: flex;
  align-items: center;
  gap: 34px;
}
nav > a {
  font-size: 12px;
  font-weight: 650;
}
nav > a:hover {
  color: var(--plum);
}
.menu-toggle {
  display: none;
}
.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(125deg, #fffdfb 25%, #fbf6f0 85%);
}
.hero-glow {
  position: absolute;
  width: 950px;
  height: 820px;
  right: -300px;
  top: -85px;
  background: radial-gradient(ellipse, #e6c4dd55, transparent 64%);
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  align-items: center;
  gap: 44px;
  padding-top: 67px;
  padding-bottom: 63px;
  position: relative;
}
.hero-copy h1 {
  margin: 24px 0;
  font-size: clamp(42px, 4.25vw, 64px);
  line-height: 1.08;
  letter-spacing: -0.052em;
}
.hero-copy h1 > span {
  color: var(--plum);
}
.hero-sub {
  font-size: 18px;
  font-weight: 650;
  line-height: 1.5;
  margin-bottom: 13px;
}
.hero-description {
  color: var(--muted);
  font-size: 14px;
  max-width: 455px;
  line-height: 1.8;
}
.hero-actions {
  display: flex;
  gap: 10px;
  margin-top: 27px;
  flex-wrap: wrap;
}
.hero-actions .button {
  padding: 14px 19px;
  gap: 16px;
  font-size: 12px;
}
.hero-assurance {
  display: flex;
  gap: 20px;
  font-size: 10px;
  color: #766371;
  margin-top: 16px;
}
.hero-product {
  position: relative;
  min-width: 0;
  padding: 39px 26px 0;
  margin-top: 0;
  isolation: isolate;
}
.hero-product:before {
  content: "";
  position: absolute;
  inset: 10px -12px 40px;
  background: radial-gradient(
    ellipse at 50% 70%,
    #e2b5ce 0%,
    #f1dacf 43%,
    #f8f0ea 75%
  );
  border-radius: 180px 180px 80px 80px;
  z-index: -2;
}
.product-orbit {
  position: absolute;
  inset: 70px -35px 85px;
  border: 1px solid #c49cbf66;
  z-index: -1;
  border-radius: 50%;
  transform: rotate(-25deg);
}
.orbit-two {
  inset: 40px -5px 55px;
  transform: rotate(22deg);
  border-color: #fff9;
}
.hero-product-label {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fffdfbef;
  box-shadow: 0 4px 16px #74386c0d;
  border: 1px solid #eadde7;
  border-radius: 20px;
  padding: 8px 13px;
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.08em;
}
.live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #99729a;
}
.borrowed-phones {
  width: 100%;
  height: auto;
  border-radius: 28px;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 18px 16px #36182b16);
  transform: rotate(-4deg);
  transition: transform 0.6s;
}
.hero-product:hover .borrowed-phones {
  transform: rotate(-1deg) translateY(-5px);
}
.hero-note {
  position: relative;
  display: flex;
  gap: 13px;
  align-items: center;
  background: #fffdfb;
  border: 1px solid #e6d6e0;
  border-radius: 13px;
  padding: 16px 18px;
  margin: -19px -25px 0 13px;
  box-shadow: 0 14px 35px #4f243719;
  transform: rotate(2deg);
}
.hero-note strong {
  display: block;
  font-size: 12px;
}
.hero-note div > span {
  display: block;
  font-size: 10px;
  color: var(--muted);
  margin-top: 2px;
}
.hero-note > img {
  margin-left: auto;
  opacity: 0.7;
}
.note-icon {
  display: grid;
  place-items: center;
  background: #f3e7ef;
  color: var(--plum);
  width: 36px;
  height: 36px;
  border-radius: 9px;
  font-size: 23px;
}
.hero-product figcaption {
  font-size: 8px;
  color: #786476;
  text-align: center;
  margin-top: 20px;
}
.hero-product figcaption a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.value-strip {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  border-block: 1px solid var(--line);
  padding-block: 28px;
  gap: 28px;
  font-size: 12px;
}
.value-strip p {
  color: var(--muted);
}
.value-strip strong {
  font-weight: 650;
  color: var(--ink);
}
.value-strip > div {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--muted);
}
.strip-icon {
  font-size: 28px;
  color: var(--plum);
  display: block;
}
.section-heading {
  text-align: center;
  margin-bottom: 48px;
}
.section-heading h2 {
  margin: 16px 0 18px;
}
.section-heading p {
  font-size: 15px;
  color: var(--muted);
}
.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.pain-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px 26px 30px;
  background: #fff;
}
.pain-grid h3 {
  font-size: 20px;
  margin: 12px 0 13px;
  line-height: 1.3;
}
.pain-grid p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.85;
}
.card-kicker {
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.11em;
  color: #8e6886;
}
.pain-visual {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 -6px 24px;
  background: radial-gradient(ellipse, #f6eff4 0%, #fff 72%);
  border-bottom: 1px solid #f0e9ed;
}
.mini-calendar {
  width: 195px;
  padding: 14px;
  background: white;
  border: 1px solid #e5dce2;
  box-shadow: 0 10px 25px #5422440a;
  transform: rotate(-5deg);
  border-radius: 12px;
}
.mini-calendar > span {
  font-size: 7px;
  font-weight: 750;
  letter-spacing: 0.08em;
}
.calendar-blocks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin: 13px 0;
}
.calendar-blocks i {
  height: 21px;
  background: #eadce7;
  border-radius: 3px;
}
.calendar-blocks i:nth-child(3n) {
  background: none;
  border: 1px dashed #c4a7be;
}
.mini-calendar b {
  font-size: 10px;
  color: var(--plum);
}
.message-art {
  flex-direction: column;
}
.message-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 210px;
  border: 1px solid #e9dfe6;
  border-radius: 9px;
  padding: 13px 15px;
  background: #fff;
  box-shadow: 0 8px 16px #54224408;
  font-size: 11px;
}
.message-line b {
  color: var(--plum);
  font-size: 15px;
}
.message-line.ghost {
  transform: translateX(10px);
  border-style: dashed;
}
.dotted-path {
  height: 26px;
  border-left: 1px dashed #d2b7ca;
}
.hour-art {
  flex-direction: column;
  gap: 13px;
}
.clock-face {
  width: 108px;
  height: 108px;
  border: 8px solid #f0e5ed;
  border-radius: 50%;
  position: relative;
  background: white;
  box-shadow: 0 7px 20px #5422440a;
}
.clock-face i {
  position: absolute;
  left: 43px;
  top: 19px;
  width: 3px;
  height: 29px;
  background: var(--plum);
  border-radius: 4px;
}
.clock-face b {
  position: absolute;
  left: 44px;
  top: 46px;
  width: 24px;
  height: 3px;
  transform: rotate(30deg);
  transform-origin: left;
  background: var(--plum);
}
.clock-face span {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--peach);
  left: 41px;
  top: 43px;
}
.hour-label {
  font-size: 9px;
  color: #9b8194;
}
.platform-band {
  background: linear-gradient(150deg, #f5e8ef, #f8eee7);
  padding: 76px 0 0;
  border-block: 1px solid #eadce5;
  overflow: hidden;
}
.platform-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 40px;
}
.platform-heading h2 {
  margin-top: 15px;
}
.platform-heading h2 span {
  color: var(--plum);
}
.platform-heading p {
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 22px;
}
.platform-heading > div:last-child {
  max-width: 400px;
}
.platform-preview {
  border: 1px solid #d7c3d2;
  border-bottom: 0;
  border-radius: 15px 15px 0 0;
  background: #fff;
  box-shadow: 0 15px 65px #66355412;
  padding: 9px 9px 0;
}
.preview-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 7px 12px 15px;
  font-size: 8px;
  color: #76596b;
  font-weight: 750;
  letter-spacing: 0.07em;
}
.preview-toolbar > span:first-child {
  display: flex;
  gap: 4px;
}
.preview-toolbar i {
  width: 6px;
  height: 6px;
  background: #dccbd6;
  border-radius: 50%;
}
.preview-toolbar button {
  font-size: 9px;
  background: none;
  color: var(--plum);
  padding: 6px;
}
.preview-image-wrap {
  height: 445px;
  overflow: hidden;
  position: relative;
  border-radius: 6px 6px 0 0;
  background: #faf7f4;
}
.preview-image-wrap > img {
  width: 100%;
  height: auto;
}
.preview-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: var(--plum);
  border: 5px solid #fffc;
  color: white;
  border-radius: 50%;
  box-shadow: 0 8px 25px #2e152640;
  transition: scale 0.2s;
}
.preview-play:hover {
  scale: 1.08;
}
.preview-play span {
  margin-left: 3px;
  font-size: 22px;
}
.platform-preview figcaption {
  font-size: 9px;
  padding: 13px;
  text-align: center;
  color: var(--muted);
  background: #fff;
}
.platform-preview figcaption a {
  text-decoration: underline;
}
.feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
  margin-bottom: 105px;
}
.feature-copy h2 {
  margin: 20px 0 25px;
  font-size: 45px;
}
.feature-copy > p {
  font-size: 14px;
  line-height: 1.9;
  color: var(--muted);
  max-width: 450px;
}
.number-chip {
  display: inline-grid;
  place-items: center;
  width: 25px;
  height: 25px;
  background: #f1e6ee;
  border: 1px solid #e7d8e2;
  border-radius: 6px;
  letter-spacing: 0;
  margin-right: 7px;
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 22px 0;
  font-size: 12px;
}
.check-list li {
  position: relative;
  padding: 7px 0 7px 27px;
}
.check-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--plum);
  font-weight: 800;
}
.nurture-art {
  height: 525px;
  overflow: hidden;
  border: 1px solid #e5dbe2;
  border-radius: var(--radius);
  background: linear-gradient(130deg, #f3e6ee, #f4ece6);
  position: relative;
}
.nurture-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 25px;
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.075em;
}
.nurture-art > img {
  width: 340px;
  margin: 5px auto 0;
  mix-blend-mode: multiply;
  transform: rotate(5deg);
  box-shadow: 0 0 0 transparent;
}
.nurture-art figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background: #f6edf3e8;
  text-align: center;
  font-size: 8px;
  color: var(--plum);
}
.reverse .feature-copy {
  order: 2;
}
.feature-emphasis {
  font-weight: 750 !important;
  color: var(--plum) !important;
  margin: 15px 0;
}
.assignment-art {
  padding: 28px 32px;
  background: #f8f3f6;
  border: 1px solid #e9dfe6;
  border-radius: var(--radius);
}
.diagram-label {
  display: flex;
  justify-content: space-between;
  font-size: 8px;
  letter-spacing: 0.08em;
  color: #7c5972;
  font-weight: 700;
  margin-bottom: 24px;
}
.assignment-step {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 17px 19px;
  border: 1px solid #e6dce3;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px #53264305;
}
.assignment-step strong {
  display: block;
  font-size: 13px;
}
.assignment-step small {
  display: block;
  font-size: 10px;
  color: var(--muted);
  margin-top: 2px;
}
.assignment-step > b {
  font-size: 10px;
  color: #b39aa9;
  margin-left: auto;
}
.step-symbol {
  font-size: 26px;
  width: 30px;
  color: var(--plum);
  text-align: center;
}
.connector {
  height: 24px;
  border-left: 1px dashed #c7a9bf;
  margin-left: 34px;
}
.final-step {
  background: var(--plum);
  border-color: var(--plum);
  color: white;
}
.final-step img {
  filter: brightness(0) invert(1);
}
.final-step small,
.final-step > b {
  color: #edd7e6;
}
.diagram-caption {
  display: block;
  margin-top: 20px;
  text-align: center;
  font-size: 8px;
  color: #8e7787;
}
.capacity-banner {
  background: var(--cream);
  border: 1px solid #ecdeda;
  border-radius: var(--radius);
  display: grid;
  grid-template-columns: 140px 1fr auto;
  align-items: center;
  gap: 30px;
  padding: 35px 40px;
}
.capacity-banner h3 {
  font-size: 27px;
  margin: 12px 0;
}
.capacity-banner p {
  font-size: 12px;
  line-height: 1.85;
  color: var(--muted);
  max-width: 540px;
}
.capacity-emblem {
  width: 125px;
  height: 125px;
  border: 1px solid #e6c5d5;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(circle, #f2d7e4, transparent);
  transform: rotate(-12deg);
}
.capacity-emblem img {
  width: 60px;
  height: 60px;
}
.capacity-banner .button {
  font-size: 11px;
  gap: 10px;
  padding: 13px 15px;
}
.journey-section {
  background: #f9f5f8;
  border-block: 1px solid var(--line);
}
.journey-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  max-width: 860px;
  margin: 0 auto 28px;
}
.journey-tabs button {
  border: 1px solid #e4d7e0;
  padding: 17px 20px;
  border-radius: 9px;
  background: white;
  text-align: left;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: background 0.2s;
}
.journey-tabs button span {
  font-size: 10px;
  color: #b28aa6;
}
.journey-tabs button[aria-selected="true"] {
  background: var(--plum);
  color: white;
  border-color: var(--plum);
  box-shadow: 0 5px 12px #74386c15;
}
.journey-tabs button[aria-selected="true"] span {
  color: #ecd0e2;
}
#journey-panel {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  max-width: 1000px;
  margin: auto;
  border: 1px solid #e8dce4;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  min-height: 350px;
}
.journey-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 50% 50%, #edcbdc, #f6e8ee);
  isolation: isolate;
  overflow: hidden;
}
.journey-big-number {
  font-size: 260px;
  font-weight: 800;
  letter-spacing: -0.1em;
  position: absolute;
  line-height: 1;
  color: #e7c8db99;
  z-index: -1;
  left: 15px;
  bottom: -20px;
}
.journey-visual img {
  transform: rotate(-15deg);
  transition: transform 0.5s;
}
.journey-visual-label {
  position: absolute;
  bottom: 27px;
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.15em;
  color: #81536f;
}
.journey-text {
  padding: 42px 44px;
}
.journey-text h3 {
  font-size: 29px;
  margin: 14px 0;
}
.journey-text > p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.8;
}
.journey-takeaway {
  font-size: 11px !important;
  border-left: 2px solid #d4adca;
  padding-left: 12px;
  margin: 18px 0 12px;
}
.fit-section {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 100px;
}
.fit-section h2 {
  font-size: 42px;
  margin: 20px 0;
}
.fit-section > div > p {
  color: var(--muted);
  font-size: 14px;
  margin: 24px 0;
  max-width: 520px;
  line-height: 1.9;
}
.fit-checks > div {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
.fit-checks > div:first-child {
  padding-top: 0;
}
.fit-checks > div > span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f1e7ee;
  color: var(--plum);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.fit-checks strong {
  display: block;
  font-size: 15px;
  color: var(--ink);
  margin-bottom: 5px;
}
.fit-checks p {
  font-size: 12px;
  color: var(--muted);
}
.fit-checks .fit-note {
  font-size: 11px;
  margin-top: 20px;
}
.proof-section {
  border: 1px dashed #d9c5d3;
  border-radius: var(--radius);
  padding: 36px 40px;
  display: grid;
  grid-template-columns: 65px 1fr auto;
  gap: 25px;
  align-items: center;
  background: #fdf9fc;
}
.proof-icon {
  font-family: Georgia, serif;
  font-size: 100px;
  color: #bda0b4;
  line-height: 1;
}
.proof-section h3 {
  font-size: 26px;
  margin: 12px 0;
}
.proof-section p {
  font-size: 12px;
  color: var(--muted);
  max-width: 530px;
}
.draft-tag {
  font-size: 8px;
  letter-spacing: 0.09em;
  color: #825f78;
  display: block;
  margin-top: 17px;
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 100px;
}
.faq-section h2 {
  font-size: 43px;
  margin: 17px 0 22px;
}
.faq-section > div > p {
  font-size: 13px;
  color: var(--muted);
}
.faq-section .text-button {
  margin-top: 10px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 13px;
  font-weight: 700;
  padding: 23px 0;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary span {
  font-weight: 400;
  font-size: 23px;
  color: var(--plum);
  flex-shrink: 0;
  transition: transform 0.2s;
}
.faq-list details[open] summary span {
  transform: rotate(45deg);
}
.faq-list p {
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
  padding: 0 28px 23px 0;
}
.closing {
  background: var(--ink);
  position: relative;
  overflow: hidden;
  color: white;
  text-align: center;
  padding: 73px 0 78px;
}
.closing .shell {
  position: relative;
}
.closing img {
  margin: 0 auto 24px;
  filter: brightness(0) invert(1);
  opacity: 0.8;
}
.closing .eyebrow {
  color: #d7aacb;
  font-size: 9px;
}
.closing h2 {
  font-size: 50px;
  margin: 22px 0;
}
.closing h2 span {
  color: #e7b1d1;
}
.closing p {
  font-size: 14px;
  color: #d0b9c9;
  margin: 0 0 28px;
}
.closing-note {
  display: block;
  font-size: 10px;
  color: #c6aebd;
  margin-top: 15px;
}
.closing-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 140%, #a55e81bb, transparent 65%);
}
.footer {
  padding-top: 44px;
  padding-bottom: 24px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding-bottom: 30px;
}
.footer-top p {
  font-size: 11px;
  color: var(--muted);
  margin-top: 17px;
}
.footer-top > div:last-child {
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 11px;
  font-weight: 650;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 10px;
  color: var(--muted);
  padding-top: 20px;
}
.footer-bottom > div {
  display: flex;
  gap: 24px;
}
.footer-bottom button {
  font-size: 10px;
  background: none;
  padding: 0;
  color: var(--muted);
}
.draft-note {
  font-size: 9px;
  color: #82717d;
  margin-top: 15px;
  max-width: 820px;
}
/* Small, finite entrances. Content remains readable when scripting is unavailable. */
@media (prefers-reduced-motion: no-preference) {
  .hero-copy {
    animation: rise 0.65s both;
  }
  .hero-product {
    animation: rise 0.85s 0.1s both;
  }
  .reveal-ready {
    opacity: 0;
    transform: translateY(20px);
    transition:
      opacity 0.65s,
      transform 0.65s;
  }
  .reveal-ready.in-view {
    opacity: 1;
    transform: none;
  }
}
@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
html[data-motion="off"] {
  scroll-behavior: auto;
}
html[data-motion="off"] *,
html[data-motion="off"] *:before,
html[data-motion="off"] *:after {
  animation: none !important;
  transition: none !important;
}
html[data-motion="off"] .reveal-ready {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .reveal-ready {
    opacity: 1;
    transform: none;
  }
  .hero-product:hover .borrowed-phones {
    transform: rotate(-4deg);
  }
}
/* Native dialogs provide focus containment, Escape, and inert background content. */
dialog {
  padding: 0;
  border: 1px solid #dfd0db;
  border-radius: 22px;
  color: var(--ink);
  box-shadow: 0 35px 120px #2e15264d;
  max-width: calc(100% - 32px);
  max-height: calc(100svh - 40px);
  overflow: auto;
}
dialog::backdrop {
  background: #22111dc9;
  backdrop-filter: blur(5px);
}
#demo-dialog[open] {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  width: 850px;
}
.dialog-close {
  position: absolute;
  right: 15px;
  top: 13px;
  z-index: 3;
  background: #f5eef3;
  border: 1px solid #e2d3dd;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  font-size: 25px;
  line-height: 1;
  display: grid;
  place-items: center;
}
.dialog-side {
  background: var(--ink);
  color: white;
  padding: 44px 35px;
}
.dialog-side > img {
  filter: brightness(0) invert(1);
  margin-bottom: 27px;
}
.dialog-side .eyebrow {
  color: #d9b0cd;
  font-size: 8px;
}
.dialog-side h2 {
  font-size: 40px;
  margin: 20px 0;
}
.dialog-side p {
  font-size: 12px;
  color: #d9c4d2;
}
.dialog-side ul {
  list-style: none;
  padding: 0;
  color: #e5d4df;
  font-size: 10px;
  margin-top: 28px;
}
.dialog-side li {
  padding: 8px 0;
  border-top: 1px solid #65405b;
}
.dialog-form {
  padding: 55px 38px 35px;
}
.dialog-form .eyebrow {
  font-size: 8px;
}
.dialog-form h3 {
  font-size: 27px;
  margin: 15px 0 12px;
}
.dialog-form p {
  font-size: 12px;
  color: var(--muted);
}
.dialog-form label {
  font-size: 11px;
  font-weight: 750;
  display: block;
  margin: 26px 0 8px;
}
.dialog-form select {
  width: 100%;
  border: 1px solid #d8c9d3;
  border-radius: 7px;
  background: #fff;
  height: 46px;
  padding: 0 12px;
  font-size: 12px;
  color: var(--ink);
}
.dialog-form .button {
  width: 100%;
  margin-top: 25px;
}
.form-disclosure {
  font-size: 9px !important;
  line-height: 1.7;
  margin-top: 15px !important;
}
.error {
  display: block;
  font-size: 10px;
  color: #a32c4e;
  margin-top: 4px;
}
.success-mark {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  background: #f0e2ec;
  color: var(--plum);
  border-radius: 50%;
  font-size: 22px;
}
#result-list {
  font-size: 12px;
  color: var(--muted);
  padding-left: 18px;
  margin-top: 25px;
}
#result-list li {
  margin: 12px 0;
}
#edit-brief {
  display: block;
  margin-top: 12px;
}
#tour-dialog {
  width: 760px;
  padding: 48px;
}
#tour-dialog h2 {
  font-size: 33px;
  margin: 17px 0 13px;
}
#tour-dialog > p {
  font-size: 12px;
  color: var(--muted);
  max-width: 520px;
}
.tour-progress {
  display: flex;
  gap: 7px;
  margin: 30px 0;
}
.tour-progress i {
  height: 4px;
  flex: 1;
  background: #ebdfe7;
  border-radius: 5px;
}
.tour-progress i.active {
  background: var(--plum);
}
.tour-content {
  padding: 30px;
  border: 1px solid #e6d8e2;
  border-radius: 12px;
  background: #faf3f8;
  min-height: 240px;
}
.tour-content > span {
  font-size: 12px;
  font-weight: 750;
  color: var(--plum);
}
.tour-content h3 {
  margin: 18px 0;
  font-size: 29px;
}
.tour-content p {
  font-size: 13px;
  color: var(--muted);
}
.tour-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
  gap: 10px;
}
.tour-actions > span {
  font-size: 10px;
  color: var(--muted);
}
@media (min-width: 1500px) {
  .hero-copy h1 {
    font-size: 66px;
  }
  .hero-grid {
    padding-block: 85px;
  }
  .hero-product {
    max-width: 500px;
  }
}
@media (max-width: 1100px) {
  .shell {
    width: calc(100% - 64px);
  }
  .nav-shell {
    width: calc(100% - 48px);
  }
  .hero-grid {
    gap: 20px;
  }
  .hero-copy h1 {
    font-size: 49px;
  }
  .hero-product {
    padding-inline: 14px;
  }
  .hero-note {
    padding: 13px 12px;
    margin-left: -5px;
    margin-right: -5px;
  }
  .hero-note strong {
    font-size: 11px;
  }
  .hero-note div > span {
    font-size: 9px;
  }
  .hero-actions {
    gap: 8px;
  }
  .hero-actions .button {
    font-size: 11px;
    padding: 12px 14px;
    gap: 9px;
  }
  .hero-sub {
    font-size: 16px;
  }
  .hero-description {
    font-size: 13px;
  }
  .value-strip {
    gap: 20px;
    font-size: 10px;
  }
  .feature-row,
  .fit-section,
  .faq-section {
    gap: 55px;
  }
  .feature-copy h2 {
    font-size: 38px;
  }
  .capacity-banner {
    grid-template-columns: 100px 1fr;
    padding: 30px;
  }
  .capacity-banner > .button {
    grid-column: 2;
    justify-self: start;
  }
  .capacity-emblem {
    width: 90px;
    height: 90px;
  }
  .proof-section {
    grid-template-columns: 50px 1fr;
    gap: 20px;
  }
  .proof-section > a {
    grid-column: 2;
    justify-self: start;
  }
  .preview-image-wrap {
    height: 360px;
  }
  .fit-section h2 {
    font-size: 36px;
  }
  .pain-grid article {
    padding: 18px 20px 25px;
  }
  .pain-grid h3 {
    font-size: 18px;
  }
  .message-line {
    width: 175px;
  }
  .assignment-art {
    padding: 24px;
  }
  .assignment-step {
    padding: 14px 12px;
    gap: 10px;
  }
  .assignment-step small {
    font-size: 9px;
  }
  .nurture-art {
    height: 480px;
  }
  .nurture-art > img {
    width: 310px;
  }
}
@media (max-width: 800px) {
  .shell {
    width: calc(100% - 48px);
  }
  nav {
    gap: 20px;
  }
  .brand {
    width: 153px;
  }
  .hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    padding-block: 45px;
  }
  .hero-copy h1 {
    font-size: 39px;
  }
  .hero-copy .pill {
    font-size: 7px;
    padding: 7px 9px;
    gap: 6px;
  }
  .hero-copy .pill img {
    width: 12px;
    height: 12px;
  }
  .hero-sub {
    font-size: 14px;
  }
  .hero-description {
    font-size: 12px;
  }
  .hero-assurance {
    gap: 8px;
    font-size: 8px;
    flex-wrap: wrap;
  }
  .hero-product {
    padding: 32px 0 0;
  }
  .hero-product-label {
    font-size: 6px;
    padding: 7px 9px;
  }
  .hero-note {
    gap: 8px;
  }
  .hero-note strong {
    font-size: 9px;
  }
  .hero-note div > span {
    font-size: 8px;
  }
  .hero-note > img {
    width: 21px;
    height: 21px;
  }
  .note-icon {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    font-size: 18px;
  }
  .hero-product figcaption {
    font-size: 7px;
  }
  .value-strip {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
  .value-strip > p {
    grid-column: 1/-1;
    text-align: center;
  }
  .value-strip > p br {
    display: none;
  }
  .value-strip > p strong {
    margin-left: 8px;
  }
  .value-strip > div {
    justify-content: center;
    gap: 10px;
  }
  .section {
    padding-block: 75px;
  }
  .pain-grid {
    gap: 12px;
  }
  .pain-grid article {
    padding: 13px 15px 22px;
  }
  .pain-grid h3 {
    font-size: 17px;
  }
  .pain-grid p {
    font-size: 11px;
  }
  .pain-visual {
    height: 155px;
  }
  .mini-calendar {
    width: 150px;
    padding: 11px;
  }
  .message-line {
    width: 145px;
    font-size: 9px;
    padding: 10px;
  }
  .clock-face {
    scale: 0.8;
  }
  .hour-art {
    gap: 0;
  }
  .hour-label {
    font-size: 8px;
  }
  .card-kicker {
    font-size: 7px;
  }
  .platform-heading {
    gap: 30px;
  }
  .platform-heading h2 {
    font-size: 34px;
  }
  .platform-heading p {
    font-size: 11px;
  }
  .platform-heading > div:last-child {
    max-width: 280px;
  }
  .platform-heading .button {
    font-size: 11px;
    padding: 12px 15px;
    gap: 12px;
  }
  .preview-image-wrap {
    height: 280px;
  }
  .feature-row {
    gap: 35px;
    margin-bottom: 70px;
  }
  .feature-copy h2 {
    font-size: 33px;
  }
  .feature-copy > p {
    font-size: 12px;
  }
  .check-list {
    font-size: 10px;
  }
  .feature-copy .eyebrow {
    font-size: 9px;
  }
  .nurture-art {
    height: 415px;
  }
  .nurture-header {
    padding: 18px;
    font-size: 6px;
  }
  .nurture-art > img {
    width: 270px;
  }
  .assignment-art {
    padding: 20px 15px;
  }
  .assignment-step strong {
    font-size: 11px;
  }
  .assignment-step small {
    font-size: 8px;
  }
  .step-symbol {
    font-size: 22px;
    width: 25px;
  }
  .diagram-label {
    font-size: 6px;
  }
  .journey-text {
    padding: 30px;
  }
  .journey-text h3 {
    font-size: 25px;
  }
  .journey-text > p {
    font-size: 12px;
  }
  .journey-tabs button {
    padding: 13px 16px;
    gap: 10px;
  }
  .fit-section,
  .faq-section {
    gap: 35px;
  }
  .fit-section h2,
  .faq-section h2 {
    font-size: 33px;
  }
  .fit-section > div > p {
    font-size: 12px;
  }
  .faq-list summary {
    font-size: 12px;
  }
  .closing h2 {
    font-size: 41px;
  }
  .footer-top > div:last-child {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  html {
    scroll-padding-top: 90px;
  }
  .shell {
    width: calc(100% - 40px);
  }
  .announcement {
    font-size: 8px;
    min-height: 32px;
    gap: 5px;
  }
  .announcement a {
    margin-left: 0;
  }
  .announcement-dot {
    display: none;
  }
  .nav-shell {
    width: calc(100% - 40px);
    min-height: 70px;
  }
  .brand {
    width: 151px;
  }
  .menu-toggle {
    display: flex;
    gap: 12px;
    align-items: center;
    background: #f7eff4;
    border: 1px solid #e7d9e2;
    border-radius: 7px;
    padding: 9px 12px;
    font-size: 11px;
    font-weight: 650;
    min-height: 40px;
  }
  nav {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: #fffdfb;
    padding: 18px 20px 24px;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 10px 20px #2e152609;
  }
  nav.open {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }
  nav > a {
    padding: 13px 3px;
  }
  nav > .button {
    margin-top: 10px;
  }
  .hero-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 37px;
    padding-bottom: 38px;
  }
  .hero-copy {
    width: 100%;
    text-align: center;
  }
  .hero-copy .pill {
    font-size: 8px;
    padding: 7px 11px;
  }
  .hero-copy h1 {
    font-size: clamp(33px, 9.25vw, 51px);
    letter-spacing: -0.055em;
    line-height: 1.12;
    margin: 20px -3px;
  }
  .desktop-break {
    display: none;
  }
  .hero-sub {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .hero-description {
    font-size: 12px;
    max-width: 400px;
    margin: auto;
    line-height: 1.8;
  }
  .hero-actions {
    justify-content: center;
    margin-top: 23px;
    gap: 9px;
  }
  .hero-actions .button {
    font-size: 11px;
    min-height: 47px;
    padding: 12px 13px;
    gap: 8px;
  }
  .hero-assurance {
    justify-content: center;
    font-size: 8px;
    gap: 14px;
    margin-top: 13px;
  }
  .hero-product {
    width: min(335px, 100% - 16px);
    padding: 35px 16px 0;
    margin: 7px auto 0;
  }
  .hero-product-label {
    font-size: 7px;
  }
  .hero-product:before {
    inset: 8px -5px 40px;
  }
  .product-orbit {
    inset: 45px -15px 75px;
  }
  .orbit-two {
    inset: 70px -4px 70px;
  }
  .hero-note {
    margin-top: -17px;
    margin-inline: -15px;
    padding: 13px 15px;
  }
  .hero-note strong {
    font-size: 10px;
  }
  .hero-note div > span {
    font-size: 8px;
  }
  .note-icon {
    width: 28px;
    height: 28px;
  }
  .hero-note > img {
    width: 24px;
    height: 24px;
  }
  .hero-product figcaption {
    font-size: 7px;
    margin-top: 15px;
  }
  .value-strip {
    padding-block: 22px;
    gap: 20px 12px;
  }
  .value-strip > p {
    font-size: 10px;
  }
  .value-strip > div {
    flex-direction: column;
    text-align: center;
    gap: 5px;
    font-size: 8px;
  }
  .strip-icon {
    font-size: 22px;
  }
  .section {
    padding-block: 65px;
  }
  .section-heading {
    margin-bottom: 30px;
  }
  .section-heading h2 {
    font-size: 32px;
    margin: 14px 0 16px;
  }
  .section-heading p {
    font-size: 12px;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 0.1em;
  }
  .wide-only {
    display: none;
  }
  .pain-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .pain-grid article {
    padding: 20px 24px 25px;
  }
  .pain-visual {
    height: 165px;
    margin-bottom: 23px;
  }
  .mini-calendar {
    width: 175px;
  }
  .message-line {
    width: 190px;
    font-size: 10px;
  }
  .clock-face {
    scale: 0.9;
  }
  .hour-art {
    gap: 4px;
  }
  .hour-label {
    font-size: 9px;
  }
  .pain-grid h3 {
    font-size: 21px;
    margin: 10px 0;
  }
  .pain-grid p {
    font-size: 12px;
  }
  .card-kicker {
    font-size: 8px;
  }
  .platform-band {
    padding-top: 50px;
  }
  .platform-heading {
    display: block;
    margin-bottom: 30px;
  }
  .platform-heading h2 {
    font-size: 35px;
  }
  .platform-heading > div:last-child {
    max-width: none;
    margin-top: 22px;
  }
  .platform-heading p {
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 18px;
  }
  .preview-toolbar {
    padding: 5px 5px 10px;
  }
  .preview-toolbar > span:nth-child(2) {
    display: none;
  }
  .preview-toolbar button {
    font-size: 8px;
  }
  .preview-image-wrap {
    height: 200px;
  }
  .preview-image-wrap > img {
    width: 620px;
    max-width: none;
    transform: translateX(-95px);
  }
  .preview-play {
    width: 55px;
    height: 55px;
    border-width: 4px;
  }
  .preview-play span {
    font-size: 16px;
  }
  .platform-preview figcaption {
    font-size: 8px;
    padding: 10px 8px;
  }
  .feature-row {
    grid-template-columns: 1fr;
    gap: 27px;
    margin-bottom: 65px;
  }
  .feature-copy h2 {
    font-size: 35px;
    margin: 17px 0 20px;
  }
  .feature-copy > p {
    font-size: 13px;
  }
  .check-list {
    font-size: 11px;
    margin-block: 18px;
  }
  .feature-copy .eyebrow {
    font-size: 9px;
  }
  .text-button {
    font-size: 12px;
    gap: 12px;
  }
  .nurture-art {
    height: 400px;
    max-width: 420px;
    width: 100%;
    justify-self: center;
  }
  .nurture-header {
    padding: 19px 22px;
    font-size: 7px;
  }
  .nurture-art > img {
    width: 285px;
    margin-top: 0;
  }
  .reverse .feature-copy {
    order: 0;
  }
  .assignment-art {
    padding: 25px;
  }
  .diagram-label {
    font-size: 7px;
  }
  .assignment-step {
    padding: 15px;
  }
  .assignment-step strong {
    font-size: 12px;
  }
  .assignment-step small {
    font-size: 9px;
  }
  .step-symbol {
    font-size: 25px;
    width: 30px;
  }
  .diagram-caption {
    font-size: 8px;
  }
  .capacity-banner {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 28px;
  }
  .capacity-banner > .button {
    grid-column: auto;
    justify-self: start;
    font-size: 11px;
  }
  .capacity-emblem {
    width: 65px;
    height: 65px;
  }
  .capacity-emblem img {
    width: 35px;
    height: 35px;
  }
  .capacity-banner h3 {
    font-size: 25px;
  }
  .capacity-banner p {
    font-size: 12px;
  }
  .journey-tabs {
    gap: 5px;
    margin-bottom: 18px;
  }
  .journey-tabs button {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 10px 4px;
    text-align: center;
    font-size: 11px;
  }
  .journey-tabs button span {
    font-size: 8px;
  }
  #journey-panel {
    grid-template-columns: 1fr;
  }
  .journey-visual {
    height: 170px;
  }
  .journey-big-number {
    font-size: 190px;
    left: 35px;
    bottom: -30px;
  }
  .journey-visual img {
    width: 65px;
    height: 65px;
  }
  .journey-visual-label {
    font-size: 7px;
    bottom: 17px;
  }
  .journey-text {
    padding: 27px;
    min-height: 310px;
  }
  .journey-text h3 {
    font-size: 25px;
  }
  .journey-text > p {
    font-size: 12px;
  }
  .fit-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .fit-section h2 {
    font-size: 33px;
  }
  .fit-section > div > p {
    font-size: 13px;
    margin-block: 18px;
  }
  .fit-checks > div {
    padding-block: 18px;
  }
  .fit-checks strong {
    font-size: 14px;
  }
  .proof-section {
    padding: 27px;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .proof-icon {
    font-size: 70px;
    height: 42px;
  }
  .proof-section > a {
    grid-column: auto;
  }
  .proof-section h3 {
    font-size: 26px;
  }
  .proof-section p {
    font-size: 12px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .faq-section h2 {
    font-size: 35px;
  }
  .faq-list summary {
    font-size: 12px;
    padding: 21px 0;
  }
  .closing {
    padding-block: 57px;
  }
  .closing h2 {
    font-size: 34px;
    letter-spacing: -0.045em;
  }
  .closing h2 br {
    display: none;
  }
  .closing p {
    font-size: 12px;
    line-height: 1.8;
  }
  .closing .button {
    font-size: 12px;
    gap: 16px;
    padding: 14px 17px;
  }
  .closing .eyebrow {
    font-size: 7px;
  }
  .closing img {
    width: 40px;
    height: 40px;
  }
  .closing-note {
    font-size: 9px;
  }
  .footer {
    padding-top: 33px;
  }
  .footer-top {
    align-items: start;
    gap: 25px;
    flex-direction: column;
    padding-bottom: 20px;
  }
  .footer-top > div:last-child {
    gap: 16px;
    flex-wrap: wrap;
    font-size: 10px;
  }
  .footer-top .text-button {
    font-size: 10px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    font-size: 9px;
  }
  .footer-bottom button {
    font-size: 9px;
  }
  .draft-note {
    font-size: 8px;
    line-height: 1.8;
  }
  .footer-top p {
    font-size: 10px;
  }
  .footer .brand {
    width: 150px;
  }
  #demo-dialog[open] {
    grid-template-columns: 1fr;
    width: 420px;
  }
  .dialog-side {
    display: none;
  }
  .dialog-form {
    padding: 48px 25px 26px;
  }
  .dialog-form h3 {
    font-size: 26px;
  }
  #tour-dialog {
    padding: 45px 23px 25px;
  }
  #tour-dialog h2 {
    font-size: 28px;
  }
  .tour-content {
    padding: 23px;
    min-height: 260px;
  }
  .tour-content h3 {
    font-size: 24px;
  }
  .tour-content p {
    font-size: 12px;
  }
  .tour-actions .button {
    font-size: 10px;
    padding: 12px 13px;
    min-height: 44px;
    gap: 8px;
  }
}
@media (max-width: 360px) {
  .announcement {
    font-size: 7px;
  }
  .shell {
    width: calc(100% - 32px);
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-copy h1 {
    font-size: 32px;
  }
  .hero-assurance {
    font-size: 7px;
  }
  .hero-note strong {
    font-size: 9px;
  }
  .hero-note div > span {
    font-size: 7px;
  }
  .hero-product-label {
    font-size: 6px;
  }
  .value-strip > p strong {
    display: block;
    margin: 0;
  }
  .preview-image-wrap > img {
    transform: translateX(-135px);
  }
  .journey-tabs button {
    font-size: 10px;
  }
}
body.dialog-open {
  overflow: hidden;
}
.assignment-step > b {
  color: #816675;
}
.final-step > b {
  color: #edd7e6;
}
.diagram-caption {
  color: #796170;
}
.journey-tabs button span {
  color: #806079;
}
.journey-tabs button[aria-selected="true"] span {
  color: #ecd0e2;
}
.draft-note {
  color: #756471;
}
.hero-product figcaption {
  font-size: 9px;
}
.nurture-art figcaption {
  font-size: 9px;
}
@media (max-width: 600px) {
  .hero-product figcaption {
    font-size: 8px;
  }
}

@media (min-width: 601px) and (max-width: 800px) {
  .hero-copy h1 {
    font-size: 35px;
  }
  .hero-grid {
    grid-template-columns: 1.06fr 1fr;
  }
}
@media (max-width: 600px) {
  .dialog-form select {
    font-size: 16px;
    min-height: 48px;
  }
  .dialog-close {
    width: 40px;
    height: 40px;
  }
  .menu-toggle {
    min-height: 44px;
  }
}

/* Publication build: neutral on-brand placeholders replace the design-reference imagery. */
.brand-panel {
  position: relative;
  width: 82%;
  margin: 8px auto 0;
  aspect-ratio: 450 / 520;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px 18px 18px;
  background: linear-gradient(160deg, #fffdfb, #f6ebf1);
  border: 1px solid #e3d2de;
  border-radius: 34px;
  box-shadow: 0 22px 40px #36182b1c;
  transform: rotate(-4deg);
  transition: transform 0.6s;
}
.hero-product:hover .brand-panel {
  transform: rotate(-1deg) translateY(-5px);
}
.bp-head {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.12em;
  color: var(--plum);
  margin-bottom: 6px;
}
.bp-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-height: 0;
  padding: 0 14px;
  background: #fff;
  border: 1px solid #eadde7;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 700;
}
.bp-row b {
  font-size: 10px;
  color: #806079;
}
.bp-row i {
  margin-left: auto;
  width: 34%;
  height: 7px;
  border-radius: 7px;
  background: var(--blush);
}
.bp-final {
  background: var(--plum);
  border-color: var(--plum);
  color: #fff;
}
.bp-final b {
  color: #edd7e6;
}
.bp-final img {
  margin-left: auto;
  filter: brightness(0) invert(1);
}
.bp-caption {
  text-align: center;
  font-size: 9px;
  color: #786476;
}
.preview-panel {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 18px;
  background: linear-gradient(130deg, #f7eef3, #fbf6f0);
}
.preview-panel > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  padding: 16px 14px;
  background: #fff;
  border: 1px solid #eadde7;
  border-radius: 12px;
}
.preview-panel b {
  font-size: 10px;
  letter-spacing: 0.08em;
  color: var(--plum);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.preview-panel i {
  display: block;
  height: 38px;
  border-radius: 8px;
  background: #f6ecf1;
}
.preview-panel i.short {
  width: 65%;
  background: var(--blush);
}
.preview-panel .pp-final {
  background: var(--plum);
  border-color: var(--plum);
  justify-content: space-between;
}
.preview-panel .pp-final b {
  color: #fff;
}
.preview-panel .pp-final img {
  align-self: flex-end;
  filter: brightness(0) invert(1);
  opacity: 0.85;
}
.nurture-panel {
  width: min(320px, 82%);
  margin: 10px auto 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 24px 20px;
  background: #fffdfb;
  border: 1px solid #e3d2de;
  border-radius: 30px;
  box-shadow: 0 18px 34px #36182b16;
  transform: rotate(4deg);
}
.np-bubble {
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: 78%;
  padding: 14px;
  background: #f4e8ef;
  border-radius: 16px 16px 16px 4px;
}
.np-bubble.np-out {
  align-self: flex-end;
  width: 55%;
  background: var(--blush);
  border-radius: 16px 16px 4px 16px;
}
.np-bubble i {
  display: block;
  height: 7px;
  border-radius: 7px;
  background: #fff;
}
.np-bubble i.short {
  width: 60%;
}
.np-arrive {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
  padding: 12px 14px;
  background: var(--plum);
  color: #fff;
  border-radius: 14px;
  font-size: 12px;
  font-weight: 700;
}
.np-arrive img {
  filter: brightness(0) invert(1);
}
.footer-bottom a:hover,
.draft-note a {
  color: var(--plum);
}
.draft-note a {
  text-decoration: underline;
}
@media (max-width: 800px) {
  .preview-panel {
    gap: 8px;
    padding: 12px;
  }
  .preview-panel > div {
    padding: 12px 10px;
  }
  .preview-panel b {
    font-size: 8px;
  }
  .preview-panel i {
    height: 26px;
  }
  .bp-row {
    font-size: 11px;
  }
}
@media (max-width: 600px) {
  .preview-panel {
    grid-template-columns: repeat(2, 1fr);
  }
  .preview-panel i:nth-of-type(n + 2) {
    display: none;
  }
  .preview-panel .pp-final img {
    width: 22px;
    height: 22px;
  }
  .brand-panel {
    width: 88%;
    padding: 18px 14px 14px;
    gap: 8px;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .footer-bottom > div {
    flex-wrap: wrap;
    gap: 10px 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-product:hover .brand-panel {
    transform: rotate(-4deg);
  }
}

/* Legal and utility pages */
.draft-banner {
  background: var(--peach);
  color: var(--ink);
  text-align: center;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.04em;
  padding: 10px 16px;
}
.legal-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
.legal-nav > a:not(.button) {
  font-size: 12px;
  font-weight: 650;
}
.legal {
  width: min(760px, calc(100% - 32px));
  margin-inline: auto;
  padding-block: 64px 88px;
}
.legal h1 {
  font-size: clamp(34px, 5vw, 50px);
  margin: 14px 0 10px;
}
.legal .legal-meta {
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 36px;
}
.legal h2 {
  font-size: 22px;
  letter-spacing: -0.03em;
  margin: 40px 0 12px;
}
.legal p,
.legal li {
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 12px;
  overflow-wrap: anywhere;
}
.legal ul {
  padding-left: 22px;
  margin: 0 0 12px;
}
.legal a {
  color: var(--plum);
  text-decoration: underline;
}
.legal blockquote {
  margin: 16px 0;
  padding: 16px 20px;
  background: #f4e8ef;
  border-left: 4px solid var(--plum);
  border-radius: 8px;
  font-weight: 650;
}
.not-found {
  text-align: center;
}
.not-found img {
  margin: 0 auto 18px;
}
.not-found .button {
  margin-top: 18px;
}
@media (max-width: 600px) {
  .legal-nav > a:not(.button) {
    display: none;
  }
}
.legal-nav .button {
  white-space: nowrap;
  gap: 12px;
}
