.home-header .brand-wordmark {
  width: 174px;
}
.home-hero {
  min-height: 820px;
}
.home-hero .hero-copy {
  padding-bottom: 120px;
}
.hero-kicker {
  max-width: 590px;
  margin: 25px 0 0;
  font-size: clamp(21px, 2vw, 28px);
  font-weight: 850;
  line-height: 1.18;
  letter-spacing: -0.025em;
}
.home-hero .lede {
  margin: 16px 0 18px;
}
.availability {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}
.availability span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(0, 216, 127, 0.12);
}
.home-hero .transport-track {
  animation-duration: 145s;
}

.home-section {
  width: min(1320px, calc(100% - 40px));
  margin: 28px auto;
  border: 1px solid rgba(252, 20, 122, 0.1);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 22px 60px rgba(87, 25, 52, 0.055);
  overflow: hidden;
}
.home-section h2 {
  margin: 0;
  font-size: clamp(40px, 4.7vw, 70px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}
.home-section h2 em,
.launch-tagline em {
  color: var(--pink);
  font-style: normal;
}
.home-section h3 {
  margin: 0 0 10px;
  font-size: 21px;
  letter-spacing: -0.025em;
}
.home-action-story {
  margin-top: 34px;
}
.home-section p {
  line-height: 1.6;
}
.section-intro {
  padding: 60px 62px 35px;
}
.section-intro.centered {
  text-align: center;
}

.problem-section {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  padding: clamp(38px, 5vw, 74px);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 231, 241, 0.85));
}
.problem-copy {
  max-width: 700px;
}
.problem-copy > p:not(.eyebrow) {
  max-width: 590px;
  margin: 22px 0 0;
  color: #383b3a;
  font-size: 17px;
}
.question-stack {
  min-height: 370px;
  position: relative;
}
.question-stack p {
  position: absolute;
  margin: 0;
  padding: 16px 21px;
  border: 1px solid rgba(252, 20, 122, 0.15);
  border-radius: 18px;
  background: white;
  box-shadow: 0 14px 35px rgba(83, 20, 48, 0.1);
  font-size: 16px;
  font-weight: 800;
}
.question-stack p:nth-child(1) {
  top: 20px;
  left: 2%;
  transform: rotate(-3deg);
}
.question-stack p:nth-child(2) {
  top: 135px;
  right: 0;
  transform: rotate(2deg);
}
.question-stack p:nth-child(3) {
  bottom: 30px;
  left: 12%;
  transform: rotate(-1deg);
}
.question-stack::after {
  content: '';
  position: absolute;
  inset: 50px 10% 45px;
  z-index: -1;
  border: 3px dashed rgba(252, 20, 122, 0.18);
  border-radius: 48% 52% 43% 57%;
  transform: rotate(14deg);
}
.problem-answer {
  grid-column: 1 / -1;
  margin: 25px 0 0;
  padding-top: 26px;
  border-top: 1px solid var(--line);
  font-size: clamp(21px, 2.5vw, 32px);
  font-weight: 900;
  letter-spacing: -0.025em;
  text-align: center;
}

.together-section {
  padding-bottom: 52px;
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 36px 45px;
}
.benefit-grid article {
  padding: 25px 27px;
  border-right: 1px solid var(--line);
}
.benefit-grid article:last-child {
  border-right: 0;
}
.benefit-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.home-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 35px;
  border-radius: 17px;
  background: var(--pink-soft);
  color: var(--pink);
  font-size: 25px;
}
.benefit-grid article:nth-child(2) .home-icon {
  background: #e8ddff;
  color: var(--purple);
}
.benefit-grid article:nth-child(3) .home-icon {
  background: #dcfff7;
  color: #008b73;
}
.benefit-grid article:nth-child(4) .home-icon {
  background: #fff2cb;
  color: #d45d00;
}
.owner-note {
  width: calc(100% - 72px);
  margin: 0 auto;
  padding: 22px 27px;
  display: flex;
  align-items: center;
  gap: 18px;
  border-radius: 22px;
  background: var(--ink);
  color: white;
}
.owner-note > span {
  flex: none;
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--pink);
  font-size: 22px;
}
.owner-note p {
  margin: 0;
  color: #d9dddb;
}
.owner-note strong {
  color: white;
}

.ai-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 670px;
  background: linear-gradient(145deg, #fff 0 52%, #fff2f7 100%);
}
.ai-copy {
  padding: clamp(38px, 5vw, 70px);
}
.ai-copy > p:not(.eyebrow) {
  max-width: 620px;
  color: #454847;
  font-size: 16px;
}
.prompt-list {
  display: grid;
  gap: 10px;
  margin: 28px 0;
}
.prompt-list p {
  margin: 0;
  padding: 12px 17px;
  border-left: 4px solid var(--pink);
  border-radius: 0 13px 13px 0;
  background: var(--pink-soft);
  font-size: 14px;
  font-weight: 800;
}
.ai-copy .small-note {
  font-size: 13px !important;
  font-weight: 800;
}
.ai-visual {
  position: relative;
  min-height: 580px;
  overflow: hidden;
}
.ai-visual::before {
  content: '';
  position: absolute;
  width: 460px;
  height: 460px;
  top: 80px;
  left: 80px;
  border-radius: 50%;
  background: rgba(252, 20, 122, 0.08);
}
.ai-prompt-card {
  position: absolute;
  z-index: 3;
  top: 95px;
  left: 7%;
  width: 69%;
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 55px rgba(72, 20, 44, 0.15);
  transform: rotate(-3deg);
}
.ai-prompt-card > span {
  color: var(--pink);
  font-size: 28px;
}
.ai-prompt-card small {
  display: block;
  margin: 12px 0 8px;
  font-weight: 950;
  letter-spacing: 0.1em;
}
.ai-prompt-card p {
  margin: 0;
  font-size: 17px;
}
.ai-prompt-card div {
  display: flex;
  gap: 5px;
  margin-top: 18px;
}
.ai-prompt-card div span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pink);
  animation: thinking 1.2s ease-in-out infinite;
}
.ai-prompt-card div span:nth-child(2) {
  animation-delay: 0.15s;
}
.ai-prompt-card div span:nth-child(3) {
  animation-delay: 0.3s;
}
.ai-result-card {
  position: absolute;
  z-index: 4;
  top: 350px;
  right: 7%;
  width: 60%;
  padding: 21px 55px 21px 22px;
  display: grid;
  gap: 5px;
  border-radius: 21px;
  background: var(--green);
  box-shadow: 0 22px 50px rgba(0, 130, 75, 0.2);
  transform: rotate(2deg);
}
.ai-result-card span {
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.12em;
}
.ai-result-card strong {
  line-height: 1.25;
}
.ai-result-card i {
  position: absolute;
  right: 18px;
  top: 50%;
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: var(--ink);
  color: white;
  font-style: normal;
  transform: translateY(-50%);
}
.ai-visual > img {
  position: absolute;
  z-index: 2;
  right: -35px;
  bottom: -105px;
  width: 275px;
  height: auto;
  filter: drop-shadow(0 20px 25px rgba(40, 15, 25, 0.12));
  transform: rotate(8deg);
}
@keyframes thinking {
  50% {
    opacity: 0.25;
    transform: translateY(-4px);
  }
}

.trip-section {
  padding-bottom: 50px;
}
.trip-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 0 34px;
}
.trip-grid article {
  min-height: 250px;
  padding: 26px 24px;
  border-right: 1px solid var(--line);
}
.trip-grid article:last-child {
  border: 0;
}
.trip-grid article > span {
  display: block;
  margin-bottom: 45px;
  font-size: 36px;
}
.trip-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.steps-section {
  padding-bottom: 55px;
  background: var(--ink);
  color: white;
}
.steps-section .eyebrow {
  color: #ff69a8;
}
.steps-grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 10px 0 0;
  padding: 0 45px 40px;
  counter-reset: steps;
}
.steps-grid li {
  padding: 22px 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}
.steps-grid li:last-child {
  border: 0;
}
.steps-grid li > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 34px;
  border-radius: 50%;
  background: var(--pink);
  font-size: 20px;
  font-weight: 950;
}
.steps-grid p {
  margin: 0;
  color: #b9bfbc;
  font-size: 14px;
}
.steps-footer {
  max-width: 900px;
  margin: 0 auto;
  padding: 28px 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: #e2e5e3;
  text-align: center;
  font-weight: 700;
}

.glance-section {
  min-height: 620px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  background: linear-gradient(135deg, #edf6ff, #fff 70%);
}
.glance-devices {
  position: relative;
  min-height: 620px;
  overflow: hidden;
}
.glance-devices img {
  position: absolute;
  filter: drop-shadow(0 25px 30px rgba(20, 35, 50, 0.18));
}
.glance-ipad {
  left: 7%;
  top: 85px;
  width: 68%;
}
.glance-phone {
  left: 4%;
  bottom: -150px;
  width: 185px;
}
.glance-watch {
  right: 2%;
  bottom: 38px;
  width: 180px;
}
.glance-copy {
  align-self: center;
  padding: 55px 60px 55px 25px;
}
.glance-copy p:not(.eyebrow) {
  color: #454847;
  font-size: 17px;
}

.delight-section {
  min-height: 610px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  background: linear-gradient(145deg, #fff8fb, #ffe8f1);
}
.delight-copy {
  padding: clamp(40px, 5vw, 70px);
}
.delight-copy > p {
  max-width: 650px;
}
.delight-copy ul {
  list-style: none;
  display: grid;
  gap: 14px;
  margin: 30px 0;
  padding: 0;
}
.delight-copy li {
  font-weight: 850;
}
.delight-copy li::before {
  content: '×';
  display: inline-grid;
  place-items: center;
  width: 25px;
  height: 25px;
  margin-right: 11px;
  border-radius: 8px;
  background: var(--pink);
  color: white;
}
.delight-section > img {
  width: min(90%, 430px);
  height: 510px;
  align-self: end;
  justify-self: center;
  object-fit: cover;
  object-position: top;
  border-radius: 38px 38px 0 0;
  box-shadow: 0 20px 55px rgba(75, 25, 45, 0.18);
}

.launch-section {
  min-height: 390px;
  padding: clamp(38px, 5vw, 65px);
  display: grid;
  grid-template-columns: 120px 1fr auto;
  align-items: center;
  gap: 35px;
  background: white;
}
.launch-icon {
  width: 115px;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 27px;
  box-shadow: 0 15px 30px rgba(252, 20, 122, 0.2);
}
.launch-section h2 {
  font-size: clamp(37px, 4.3vw, 60px);
}
.launch-section > div > p:not(.eyebrow) {
  max-width: 650px;
}
.launch-tagline {
  font-size: 20px;
  font-weight: 950;
}
.launch-actions {
  display: grid;
  justify-items: stretch;
  gap: 11px;
  text-align: center;
}
.launch-actions > span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}

@media (prefers-reduced-motion: no-preference) {
  .home-section {
    opacity: 0;
    transform: translateY(24px);
    transition:
      opacity 0.65s ease,
      transform 0.65s cubic-bezier(0.2, 0.8, 0.2, 1);
  }
  .home-section.is-visible {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 1050px) {
  .benefit-grid {
    grid-template-columns: 1fr 1fr;
  }
  .benefit-grid article:nth-child(2) {
    border-right: 0;
  }
  .benefit-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
  .trip-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .trip-grid article:nth-child(3) {
    border-right: 0;
  }
  .trip-grid article:nth-child(-n + 3) {
    border-bottom: 1px solid var(--line);
  }
  .steps-grid {
    grid-template-columns: 1fr 1fr;
  }
  .steps-grid li:nth-child(2) {
    border-right: 0;
  }
  .steps-grid li:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
  .launch-section {
    grid-template-columns: 100px 1fr;
  }
  .launch-actions {
    grid-column: 1 / -1;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
  }
}
@media (max-width: 820px) {
  .home-header .brand-wordmark {
    width: 145px;
  }
  .home-hero {
    min-height: auto;
  }
  .home-hero .hero-copy {
    padding-bottom: 15px;
  }
  .problem-section,
  .ai-section,
  .glance-section,
  .delight-section {
    grid-template-columns: 1fr;
  }
  .question-stack {
    min-height: 330px;
  }
  .ai-visual {
    min-height: 560px;
  }
  .glance-copy {
    order: -1;
    padding: 50px;
  }
  .glance-devices {
    min-height: 510px;
  }
  .delight-section > img {
    height: 490px;
  }
  .trip-grid {
    grid-template-columns: 1fr 1fr;
  }
  .trip-grid article:nth-child(3) {
    border-right: 1px solid var(--line);
  }
  .trip-grid article:nth-child(even) {
    border-right: 0;
  }
  .trip-grid article:nth-child(-n + 4) {
    border-bottom: 1px solid var(--line);
  }
}
@media (max-width: 560px) {
  .home-section {
    width: calc(100% - 24px);
    border-radius: 26px;
  }
  .section-intro {
    padding: 38px 25px 25px;
  }
  .home-section h2 {
    font-size: 41px;
  }
  .problem-section {
    padding: 37px 24px;
  }
  .question-stack {
    min-height: 300px;
  }
  .question-stack p {
    font-size: 13px;
  }
  .problem-answer {
    font-size: 20px;
  }
  .benefit-grid {
    grid-template-columns: 1fr;
    padding: 0 23px 30px;
  }
  .benefit-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line) !important;
  }
  .benefit-grid article:last-child {
    border-bottom: 0 !important;
  }
  .home-icon {
    margin-bottom: 20px;
  }
  .owner-note {
    width: calc(100% - 46px);
    align-items: flex-start;
  }
  .ai-copy {
    padding: 38px 24px;
  }
  .ai-visual {
    min-height: 500px;
  }
  .ai-prompt-card {
    left: 5%;
    width: 83%;
  }
  .ai-result-card {
    width: 72%;
    right: 5%;
  }
  .ai-visual > img {
    opacity: 0.7;
  }
  .trip-grid {
    grid-template-columns: 1fr;
    padding: 0 23px;
  }
  .trip-grid article {
    min-height: 0;
    border-right: 0 !important;
    border-bottom: 1px solid var(--line) !important;
  }
  .trip-grid article:last-child {
    border-bottom: 0 !important;
  }
  .trip-grid article > span {
    margin-bottom: 20px;
  }
  .steps-grid {
    grid-template-columns: 1fr;
    padding: 0 23px 30px;
  }
  .steps-grid li {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
  }
  .steps-grid li:last-child {
    border-bottom: 0 !important;
  }
  .steps-grid li > span {
    margin: 0;
  }
  .glance-copy {
    padding: 38px 25px;
  }
  .glance-devices {
    min-height: 390px;
  }
  .glance-ipad {
    width: 80%;
  }
  .glance-phone {
    width: 125px;
    bottom: -75px;
  }
  .glance-watch {
    width: 125px;
  }
  .delight-copy {
    padding: 38px 24px;
  }
  .delight-section > img {
    width: 84%;
    height: 410px;
  }
  .launch-section {
    grid-template-columns: 70px 1fr;
    padding: 35px 24px;
    gap: 20px;
  }
  .launch-icon {
    width: 70px;
    border-radius: 18px;
  }
  .launch-section h2 {
    font-size: 34px;
  }
  .launch-section > div:nth-child(2) > p:not(.eyebrow) {
    grid-column: 1 / -1;
  }
  .launch-actions {
    grid-template-columns: 1fr;
  }
  .launch-actions > span {
    margin-top: 6px;
  }
}
