:root {
  --ink: #192927;
  --teal: #007c73;
  --lime: #e3f271;
  --coral: #f4a38b;
  --muted: #5b6968;
}
.intro {
  background: #f6faf8;
}
.how-section {
  background: #f5f9fc;
}
.local-names {
  padding: 42px 0 34px;
  background: #fff6ee;
  overflow: hidden;
}
.local-names-heading {
  max-width: 1240px;
  margin: 0 auto 24px;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.local-names .eyebrow {
  margin-bottom: 8px;
}
.local-names h2 {
  font-size: 28px;
}
#marquee-toggle {
  border: 1px solid #ccd8d2;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background: #ffffffa8;
  color: var(--teal);
}
.names-window {
  overflow: hidden;
}
.names-track {
  display: flex;
  width: max-content;
  animation: local-names-scroll 48s linear infinite;
}
.names-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 18px 30px;
  margin: 0;
}
.names-list li {
  white-space: nowrap;
  font-size: 26px;
  font-weight: 700;
  color: #3c5550;
}
.names-list li:nth-child(3n + 2) {
  color: #627b92;
}
.names-list li:nth-child(3n) {
  color: #8c6358;
}
.names-disclosure {
  max-width: 1240px;
  margin: 20px auto 0;
  padding: 0 24px;
  font-size: 12px;
  color: #64706a;
}
.local-names[data-paused="true"] .names-track,
.local-names:hover .names-track,
.local-names:focus-within .names-track {
  animation-play-state: paused;
}
@keyframes local-names-scroll {
  to {
    transform: translateX(-50%);
  }
}
.photo-story {
  height: 580px;
}
.photo-story > div {
  min-width: 0;
}
.photo-story h2 {
  min-height: 150px;
}
.photo-slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 24px;
}
.photo-slider-controls button {
  background: transparent;
  border: 0;
  width: 36px;
  height: 36px;
  padding: 0;
  color: var(--ink);
  font-size: 21px;
}
.photo-slider-controls [data-photo-slide] {
  width: 28px;
}
.photo-slider-controls [data-photo-slide] span {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #75817c;
  margin: auto;
}
.photo-slider-controls [aria-pressed="true"] span {
  width: 22px;
  border-radius: 4px;
  background: var(--teal);
}
.photo-story > img {
  transition: opacity 240ms ease;
}
.photo-story[data-slide="1"] {
  background: #edf5e9;
}
.photo-story[data-slide="2"] {
  background: #eaf2fb;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 600px) {
  .local-names h2 {
    font-size: 23px;
  }
  .names-list {
    gap: 36px;
  }
  .names-list li {
    font-size: 22px;
  }
  .photo-story {
    height: 760px;
    grid-template-rows: 500px 260px;
  }
  .photo-story h2 {
    min-height: 115px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .names-track {
    animation: none;
    width: 100%;
  }
  .names-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px 26px;
  }
  .names-list[aria-hidden] {
    display: none;
  }
}
@keyframes launch-enter {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: no-preference) {
  .hero-content > * {
    animation: launch-enter 240ms ease both;
  }
  .hero-content h1 {
    animation-delay: 60ms;
  }
  .hero-content .hero-description {
    animation-delay: 120ms;
  }
  .hero-content .hero-actions {
    animation-delay: 180ms;
  }
  .hero-content .launch-note {
    animation-delay: 220ms;
  }
}
body {
  font-family: "Trebuchet MS", "Avenir Next", Perks, sans-serif;
}
h2 {
  font-weight: 700;
}
.section-pad {
  padding-top: 88px;
  padding-bottom: 88px;
}
.site-header {
  border-bottom: 1px solid #dbe4e2;
}
.hero {
  height: 620px;
  max-height: calc(100svh - 240px);
  min-height: 440px;
}
.hero-photo {
  left: 22%;
  width: 56%;
  object-position: 50% 58%;
}
.hero-side {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 22%;
  height: 100%;
  object-fit: cover;
  z-index: -3;
}
.hero-fashion {
  left: 0;
  object-position: 35% 50%;
}
.hero-cafe {
  right: 0;
  object-position: 50% 65%;
}
.hero-shade {
  background: #0b201c80;
}
.hero-content {
  padding: 25px 20px 65px;
}
.hero h1 {
  font-size: 88px;
  font-weight: 800;
  text-shadow: 0 2px 18px #0003;
}
.hero h1 > span {
  font-size: 30px;
  line-height: 1.25;
  font-weight: 500;
}
.hero-description {
  margin-top: 16px;
}
.hero-actions {
  margin-top: 20px;
}
.hero .launch-note {
  margin-top: 16px;
}
.hero .lime {
  color: #18322e;
  box-shadow: 0 4px 20px #0002;
}
.hero-eyebrow {
  color: white;
}
.hero-footer {
  border-top: 1px solid #ffffff45;
  padding-top: 12px;
}
.intro {
  padding-top: 52px;
}
.discovery-grid {
  gap: 24px;
}
.discovery-item {
  background: transparent;
  border-radius: 0;
  overflow: visible;
}
.discovery-item img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
}
.discovery-item > div {
  padding: 22px 0 0;
  background: transparent;
}
.discovery-item h3 {
  font-size: 30px;
}
.discovery-item:nth-child(2) {
  margin-top: 44px;
}
.discovery-item:nth-child(3) {
  margin-top: 88px;
}
.category-note {
  border-top: 1px solid var(--line);
  padding-top: 24px;
}
.app-preview {
  background: #f4f6f5;
}
.launch-film {
  background: #e2f3f2;
  padding-bottom: 38px;
}
.film-stage {
  position: relative;
  isolation: isolate;
  height: 650px;
  overflow: hidden;
}
.film-word {
  position: absolute;
  top: 15px;
  width: 100%;
  text-align: center;
  font-size: 116px;
  line-height: 1;
  font-weight: 800;
  color: #007c7317;
}
.film-phone {
  position: absolute;
  top: 70px;
  left: calc(50% - 120px);
  width: 240px;
  height: 519px;
  border: 7px solid var(--ink);
  border-radius: 28px;
  overflow: hidden;
  background: white;
  box-shadow: 0 24px 36px #173b322b;
  z-index: 3;
}
.film-phone img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
.film-phone img:first-child {
  opacity: 1;
}
.film-photo {
  position: absolute;
  width: 30%;
  height: 230px;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 16px 32px #173b3215;
}
.film-photo-left {
  left: 2%;
  top: 155px;
  transform: rotate(-7deg);
}
.film-photo-right {
  right: 2%;
  top: 240px;
  transform: rotate(7deg);
}
.film-caption {
  position: absolute;
  left: 3%;
  bottom: 40px;
  max-width: 280px;
}
.film-caption span {
  font-size: 12px;
  color: var(--teal);
  font-weight: 700;
}
.film-caption h3 {
  font-size: 30px;
  margin: 12px 0;
}
.film-caption p {
  font-size: 14px;
  line-height: 1.5;
}
.film-controls {
  display: flex;
  gap: 4px;
  border-top: 1px solid #b8d5d0;
  padding-top: 22px;
  align-items: center;
  justify-content: center;
}
.film-controls button {
  border: 0;
  background: transparent;
  padding: 12px 20px;
  color: #43615b;
  font-size: 13px;
}
.film-controls button[aria-pressed="true"] {
  color: var(--teal);
  box-shadow: inset 0 -2px var(--teal);
}
.film-controls #film-play {
  background: var(--ink);
  color: white;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  padding: 0;
  font-size: 20px;
  margin-right: 22px;
  flex-shrink: 0;
}
.merchant-section {
  background: #153a35;
}
.workspace-showcase {
  background: #eaf1f9;
}
.workspace-tabs {
  display: flex;
  gap: 28px;
  margin-bottom: 26px;
  border-bottom: 1px solid #cad6e0;
}
.workspace-tabs button {
  border: 0;
  background: none;
  color: #596774;
  padding: 14px 0;
  font-weight: 700;
  border-bottom: 3px solid transparent;
}
.workspace-tabs button[aria-selected="true"] {
  color: var(--teal);
  border-bottom-color: var(--teal);
}
.workspace-image {
  display: block;
  width: 100%;
  padding: 0;
  background: white;
  border: 1px solid #c7d4de;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 20px 38px #152e3a16;
}
.workspace-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1440 / 1000;
  object-fit: contain;
}
#workspace-caption {
  margin-top: 24px;
  font-size: 15px;
}
.photo-story {
  display: grid;
  grid-template-columns: 1fr 1.3fr 1fr;
  align-items: stretch;
  min-height: 480px;
  background: #fce4dc;
}
.photo-story > img {
  width: 100%;
  height: 100%;
  max-height: 580px;
  object-fit: cover;
}
.photo-story > div {
  padding: 72px 28px;
  text-align: center;
  align-self: center;
}
.photo-story h2 {
  font-size: 46px;
}
.photo-story em {
  font-family: Georgia, serif;
  font-weight: 400;
}
.photo-story .button {
  margin-top: 30px;
}
.faq-section {
  background: #f9f8fc;
}
.early-access {
  background: #edf3ce;
}
@media (max-width: 1000px) {
  .hero h1 {
    font-size: 64px;
  }
  .film-word {
    font-size: 76px;
  }
  .film-photo {
    width: 27%;
    height: 200px;
  }
  .film-caption {
    max-width: 190px;
  }
  .film-caption h3 {
    font-size: 23px;
  }
  .photo-story h2 {
    font-size: 34px;
  }
  .photo-story > div {
    padding: 44px 20px;
  }
}
@media (max-width: 600px) {
  .section-pad {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .hero {
    height: 510px;
    min-height: 390px;
    max-height: calc(100svh - 160px);
  }
  .hero-photo {
    left: 0;
    width: 100%;
  }
  .hero-side {
    display: none;
  }
  .hero h1 {
    font-size: 43px;
  }
  .hero h1 > span {
    font-size: 24px;
    max-width: 310px;
    margin: 12px auto 0;
  }
  .hero h1 br {
    display: inline;
  }
  .hero-description {
    font-size: 14px;
    margin-top: 14px;
  }
  .hero-content {
    padding: 20px 16px 50px;
  }
  .hero-eyebrow {
    font-size: 9px;
    margin-bottom: 16px;
  }
  .hero-actions {
    gap: 20px;
  }
  .hero-footer {
    font-size: 10px;
  }
  .intro {
    padding-top: 32px;
  }
  .discovery-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .discovery-item:nth-child(n) {
    margin: 0;
  }
  .discovery-item img {
    aspect-ratio: 4 / 3;
  }
  .discovery-item h3 {
    font-size: 28px;
  }
  .film-stage {
    height: 650px;
    margin: 0 -12px;
  }
  .film-word {
    top: 10px;
    font-size: 44px;
  }
  .film-phone {
    top: 78px;
    width: 216px;
    height: 467px;
    left: calc(50% - 108px);
  }
  .film-photo {
    width: 135px;
    height: 185px;
  }
  .film-photo-left {
    left: -66px;
    top: 150px;
  }
  .film-photo-right {
    right: -66px;
    top: 300px;
  }
  .film-caption {
    left: 0;
    bottom: 8px;
    max-width: none;
    width: 100%;
    text-align: center;
    padding: 0 8px;
  }
  .film-caption h3 {
    font-size: 23px;
    margin: 6px 0;
  }
  .film-controls {
    gap: 0;
  }
  .film-controls button {
    padding: 12px 9px;
    font-size: 11px;
  }
  .film-controls button span {
    display: block;
  }
  .film-controls #film-play {
    margin-right: 10px;
    width: 36px;
    height: 36px;
  }
  .workspace-tabs {
    gap: 22px;
  }
  .workspace-tabs button {
    font-size: 13px;
  }
  .photo-story {
    grid-template-columns: 1fr 1fr;
  }
  .photo-story > div {
    grid-column: 1 / -1;
    grid-row: 1;
    padding: 50px 20px;
  }
  .photo-story > img {
    height: 260px;
  }
}
@media (max-height: 720px) and (max-width: 600px) {
  .hero {
    min-height: 338px;
    height: 360px;
  }
  .hero h1 {
    font-size: 36px;
  }
  .hero h1 > span {
    font-size: 21px;
  }
  .hero-description {
    margin-top: 10px;
    font-size: 12px;
  }
  .hero .launch-note {
    margin-top: 10px;
    font-size: 10px;
  }
  .hero-actions {
    margin-top: 14px;
  }
  .hero-content {
    padding-bottom: 36px;
  }
  .hero-footer {
    bottom: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .film-phone,
  .film-photo {
    transform: none !important;
  }
}
