@font-face {
  font-family: Sans;
  src: url(assets/sans.otf);
  font-display: swap;
}
@font-face {
  font-family: Sans;
  src: url(assets/sans-bold.otf);
  font-weight: 700;
  font-display: swap;
}
:root {
  --teal: #008c83;
  --ink: #292d2c;
  --muted: #666c69;
  --line: #e8eeeb;
  color-scheme: light;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 25px;
}
body {
  margin: 0;
  color: var(--ink);
  background: #f5f5f5;
  font:
    16px/1.5 Sans,
    Arial,
    sans-serif;
}
button,
textarea {
  font: inherit;
}
button,
a,
summary {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: default;
}
a {
  color: inherit;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
textarea:focus-visible {
  outline: 3px solid #bf691c;
  outline-offset: 5px;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.15;
  letter-spacing: -0.035em;
}
h1 {
  font-size: clamp(36px, 4.6vw, 57px);
}
h2 {
  font-size: 36px;
}
p {
  color: var(--muted);
}
img[hidden] {
  display: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.page {
  max-width: 1280px;
  margin: auto;
  background: white;
  overflow: clip;
}
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 83px;
  padding: 14px 65px;
  background: #ffffffeb;
}
header nav {
  display: flex;
  gap: 27px;
  font-size: 11px;
  text-transform: uppercase;
}
header nav a,
footer a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  text-decoration: none;
}
.wordmark {
  font:
    bold 32px/1.2 Georgia,
    serif;
  letter-spacing: -1.5px;
  text-decoration: none;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 46px;
  border: 1px solid #31b4a4;
  border-radius: 15px;
  background: linear-gradient(145deg, #178278, #00776f 70%, #00675f);
  color: white;
  text-shadow: 0 1px 1px #006b6640;
  padding: 11px 22px;
  text-decoration: none;
  font-size: 14px;
  box-shadow:
    inset 0 1px 2px #ffffff75,
    0 2px 2px #007f7f12;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.button:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 2px #ffffff75,
    0 7px 13px #007f7f20;
}
.skip {
  position: absolute;
  top: -100px;
  z-index: 5;
  padding: 15px;
  background: white;
}
.skip:focus {
  top: 0;
}
.sr {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.hero {
  background: #c4ebef;
  position: relative;
  min-height: 735px;
  isolation: isolate;
}
.landscape {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  z-index: -2;
}
.hero-content {
  position: relative;
  max-width: 710px;
  margin: auto;
  text-align: center;
  padding: 72px 20px 295px;
}
.hero-content > p {
  font-size: 17px;
  line-height: 1.45;
  margin: 17px 0 28px;
  color: #424f4c;
}
.trip-form {
  text-align: left;
  background: white;
  border-radius: 30px;
  padding: 19px 22px 13px;
  box-shadow: 0 6px 16px #519c9b09;
  max-width: 620px;
  margin: auto;
}
.trip-form textarea {
  display: block;
  width: 100%;
  height: 88px;
  border: 0;
  resize: vertical;
  min-height: 75px;
  color: var(--ink);
  background: transparent;
  font-size: 15px;
  line-height: 1.5;
  padding: 2px;
}
.trip-form textarea::placeholder {
  color: #727c77;
  opacity: 1;
}
.trip-form > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.trip-form > div > span {
  font-size: 22px;
  color: #7c8580;
}
.trip-form .button {
  border-radius: 13px;
  font-size: 13px;
  padding: 10px 18px;
}
.trip-form .form-status {
  font-size: 12px;
  margin-top: 7px;
  color: #806026;
}
.form-status:empty {
  display: none;
}
.hero-content > .demo-note {
  display: inline-block;
  background: #e9fcf3ed;
  border-radius: 6px;
  padding: 4px 8px;
  font-size: 11px;
  color: #465e59;
  margin-top: 12px;
}
.scallop {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 105px;
  pointer-events: none;
}
body.motion-ready .cloud {
  animation-name: drift;
}
.cloud {
  position: absolute;
  width: 80px;
  height: 20px;
  border-radius: 50%;
  background: #fff8;
  filter: blur(5px);
  z-index: -1;
  animation: none 15s ease-in-out infinite;
}
.cloud-one {
  left: 15%;
  top: 70px;
}
.cloud-two {
  right: 12%;
  top: 180px;
  animation-delay: -8s;
}
.section {
  padding-inline: 72px;
}
.features {
  padding-top: 105px;
}
.section-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start;
  margin-bottom: 65px;
}
.section-intro p {
  font-size: 17px;
  max-width: 390px;
}
.feature-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 100px;
  min-height: 455px;
  margin-bottom: 65px;
}
.feature-row:nth-of-type(even) > div:first-child {
  grid-column: 2;
  grid-row: 1;
}
.feature-row:nth-of-type(even) > .phone-preview {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
}
.feature-row > div:first-child {
  max-width: 475px;
}
.feature-row h3 {
  font-size: 15px;
  letter-spacing: 0;
  color: #b95d26;
  margin-bottom: 18px;
}
.feature-row p {
  font-size: 15px;
}
.feature-row:nth-of-type(2) h3 {
  color: #24776b;
}
.feature-row:nth-of-type(3) h3 {
  color: #79619f;
}
.phone-preview {
  position: relative;
  width: 340px;
  height: 450px;
  justify-self: end;
  border-radius: 34px;
  padding: 35px 30px;
  background-image: url(assets/landmarks.png);
  background-size: auto 110%;
  background-position: 50% 100%;
  box-shadow: inset 0 0 0 1px #469c931a;
  transform: rotate(1deg);
  transition: transform 0.5s;
}
.preview-two {
  background-position: 10% 100%;
  transform: rotate(-1deg);
}
.preview-three {
  background-position: 85% 100%;
}
.phone-preview:hover {
  transform: rotate(0) translateY(-5px);
}
.mini-app {
  height: 100%;
  position: relative;
  padding: 12px 12px 50px;
  border: 1px solid #ddd;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 5px 18px #27574d28;
  overflow: hidden;
}
.mini-top {
  display: flex;
  justify-content: space-between;
  font-size: 8px;
}
.mini-top b {
  font-weight: 400;
}
.mini-content {
  padding-top: 45px;
}
.mini-content h3 {
  font-size: 20px;
  color: var(--ink) !important;
  text-transform: none;
  letter-spacing: -0.03em;
  margin-bottom: 9px;
}
.mini-content p {
  font-size: 10px;
}
.mini-content ol {
  list-style: none;
  padding: 0;
}
.mini-content li {
  border-top: 1px solid var(--line);
  padding-block: 14px;
  font-size: 11px;
}
.mini-bottom {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  font-size: 9px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: white;
}
.mini-bottom span {
  float: right;
  color: #cf762b;
}
.suggestion {
  margin-top: 13px;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 12px 8px;
  font-size: 9px;
}
.guide-stop {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  font-size: 9px;
  align-items: center;
}
.guide-stop small {
  display: block;
  font-size: 8px;
  color: var(--muted);
}
.mini-photo {
  width: 33px;
  height: 33px;
  flex-shrink: 0;
  border-radius: 5px;
  background-image: url(assets/venice.png);
  background-size: 250px auto;
  background-position: 5% 60%;
}
.photo-1 {
  background-position: 35% 60%;
}
.photo-2 {
  background-position: 75% 60%;
}
.photo-3 {
  background-position: 100% 60%;
}
.centered {
  text-align: center;
  max-width: 470px;
  margin: auto;
}
.centered h2 {
  font-size: 36px;
}
.centered p {
  margin-top: 20px;
  font-size: 16px;
}
.journey {
  padding-top: 65px;
  text-align: center;
}
.floral-preview {
  position: relative;
  margin: 65px auto 40px;
  aspect-ratio: 1.42;
  display: grid;
  place-items: center;
  max-width: 1100px;
}
.floral-preview > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.dashboard {
  position: relative;
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  width: 82%;
  min-height: 430px;
  aspect-ratio: 1.64;
  background: #fff;
  box-shadow: 0 7px 25px #52635d22;
  border: 1px solid #e8ece8;
  border-radius: 14px;
  overflow: hidden;
  text-align: left;
}
.dashboard aside {
  padding: 22px 14px;
  border-right: 1px solid var(--line);
  font-size: 11px;
}
.dashboard aside > b {
  display: block;
  margin-bottom: 20px;
}
.dashboard aside > span {
  display: block;
  padding-block: 11px;
}
.dashboard aside .active {
  color: #a25431;
  font-size: 10px;
  background: #fff1e6;
  border-radius: 5px;
  padding: 9px 5px;
}
.dashboard aside > div {
  padding-top: 55px;
}
.dashboard aside small {
  display: block;
  font-size: 8px;
  color: #687168;
  margin-top: 8px;
}
.dashboard-main {
  min-width: 0;
  padding: 22px;
}
.dashboard-top h3 {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.3;
}
.dashboard-top {
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.view-buttons {
  display: flex;
  border-bottom: 1px solid var(--line);
  gap: 8px;
  margin-bottom: 17px;
}
.view-buttons button {
  font-size: 11px;
  min-height: 44px;
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  color: var(--muted);
  padding: 10px;
}
.view-buttons button[aria-pressed="true"] {
  color: #b8582d;
  border-bottom-color: #e49b6d;
}
.stay-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.stay {
  min-width: 0;
}
.stay-photo {
  height: 100px;
  border-radius: 8px;
  background-image: url(assets/venice.png);
  background-size: auto 190%;
  background-position: 0 60%;
}
.stay h4 {
  font-size: 11px;
  line-height: 1.4;
  margin-top: 8px;
}
.stay p {
  font-size: 8px;
}
.stay > span {
  font-size: 8px;
  color: #52796d;
}
.dashboard #view-status {
  font-size: 10px;
  margin-top: 14px;
}
.day-list {
  padding: 0;
  list-style: none;
}
.day-list li {
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  padding: 15px 4px;
}
.day-list small {
  font-size: 11px;
  display: block;
  color: var(--muted);
  margin-top: 6px;
}
.saved-empty {
  min-height: 250px;
  display: grid;
  align-content: center;
  text-align: center;
  gap: 15px;
}
.saved-empty > span {
  font-size: 45px;
  color: #88b8ab;
}
.saved-empty p {
  font-size: 13px;
}
.manifesto {
  padding-top: 115px;
  text-align: center;
}
.manifesto > img {
  width: 290px;
  height: 320px;
  object-fit: contain;
  margin: auto;
  mix-blend-mode: multiply;
}
.manifesto > p {
  max-width: 610px;
  margin: 22px auto 0;
  font-size: 20px;
  color: var(--ink);
  line-height: 1.45;
}
.closing {
  padding-top: 90px;
  text-align: center;
}
.closing > img {
  width: 460px;
  height: 250px;
  object-fit: contain;
  margin: auto;
  mix-blend-mode: multiply;
}
.closing h2 {
  font-size: 38px;
  margin-top: 12px;
}
.closing .trip-form {
  background: #f8f9f8;
  margin-top: 35px;
  max-width: 600px;
}
.itinerary {
  padding-block: 65px;
  background: #f3faf7;
  border-block: 1px solid #dbeee6;
  scroll-margin: 20px;
}
.itinerary h2 {
  max-width: 600px;
  font-size: 36px;
  margin: 10px 0 20px;
}
.itinerary p {
  max-width: 700px;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.08em;
}
.itinerary label {
  display: block;
  margin-top: 28px;
  font-size: 14px;
}
.itinerary > textarea {
  width: 100%;
  padding: 20px;
  border: 1px solid #c7dfd5;
  border-radius: 16px;
  resize: vertical;
  background: white;
  margin-block: 10px 15px;
  font-size: 15px;
  line-height: 1.7;
}
.draft-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.draft-actions p {
  font-size: 13px;
}
.text-button {
  border: 0;
  background: none;
  color: var(--teal);
  min-height: 44px;
}
.itinerary[hidden] {
  display: none;
}
footer {
  padding: 100px 72px 20px;
}
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 35px;
  margin-bottom: 45px;
}
.footer-top p {
  font-size: 12px;
  margin-top: 17px;
}
.footer-top h3 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-weight: 400;
}
.footer-top > div:not(:first-child) a {
  display: flex;
  font-size: 12px;
  min-height: 44px;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
  font-size: 10px;
  color: var(--muted);
}
#motion {
  font-size: 11px;
  border: 0;
  background: none;
  color: var(--muted);
  min-height: 44px;
}
footer details {
  border-top: 1px solid var(--line);
  font-size: 13px;
  padding-block: 5px;
}
footer summary {
  min-height: 44px;
  padding-block: 12px;
  cursor: pointer;
}
footer details p {
  margin: 10px 0 20px;
  max-width: 750px;
}
footer details h3 {
  font-size: 15px;
  letter-spacing: 0;
  margin-top: 18px;
}
.footer-landscape {
  width: 100%;
  height: clamp(210px, 42vw, 500px);
  object-fit: cover;
  object-position: center bottom;
}
#art-status {
  font-size: 12px;
}
.entered .mini-app {
  animation: arrive 0.7s ease-out;
}
.entered .dashboard {
  animation: arrive 0.9s ease-out;
}
body[data-paused="true"] *,
body[data-hidden="true"] * {
  animation-play-state: paused !important;
}
body[data-paused="true"] .mini-app,
body[data-paused="true"] .dashboard {
  animation: none;
}
body[data-paused="true"] .phone-preview,
body[data-paused="true"] .button {
  transition: none;
}
@keyframes drift {
  50% {
    transform: translateX(45px);
  }
}
@keyframes arrive {
  from {
    opacity: 0.35;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
@media (max-width: 900px) {
  header {
    padding-inline: 35px;
  }
  .section {
    padding-inline: 42px;
  }
  .hero {
    min-height: 650px;
  }
  .hero-content {
    padding-top: 55px;
    padding-bottom: 280px;
  }
  .section-intro {
    gap: 40px;
  }
  .feature-row {
    gap: 40px;
    min-height: 410px;
  }
  .phone-preview {
    width: 290px;
    height: 400px;
    padding: 28px 23px;
  }
  .floral-preview {
    margin-inline: -25px;
  }
  .dashboard {
    grid-template-columns: 100px 1fr;
    min-height: 400px;
  }
  .dashboard aside {
    padding: 15px 8px;
    font-size: 10px;
  }
  .dashboard-main {
    padding: 16px;
  }
  .stay-photo {
    height: 85px;
  }
  .centered h2 {
    font-size: 32px;
  }

  footer {
    padding-inline: 42px;
  }
}
@media (max-width: 600px) {
  body {
    background: white;
  }
  header {
    padding: 12px 20px;
    gap: 12px;
    min-height: 72px;
    flex-wrap: wrap;
  }
  .wordmark {
    font-size: 27px;
  }
  header nav {
    order: 3;
    justify-content: center;
    width: 100%;
    gap: 27px;
    font-size: 10px;
  }
  header nav a {
    min-height: 44px;
  }
  header .button {
    font-size: 12px;
    padding: 9px 14px;
    border-radius: 12px;
  }
  .hero {
    min-height: 645px;
  }
  .landscape {
    object-position: 52% bottom;
  }
  .hero-content {
    padding: 38px 20px 245px;
  }
  h1 {
    font-size: 36px;
    overflow-wrap: anywhere;
    letter-spacing: -0.04em;
  }
  .hero-content > p {
    font-size: 14px;
    margin: 15px 0 24px;
  }
  .hero-content > p br {
    display: none;
  }
  .trip-form {
    padding: 17px;
    border-radius: 23px;
  }
  .trip-form textarea {
    font-size: 13px;
    height: 110px;
  }
  .hero-content > .demo-note {
    font-size: 10px;
    margin-top: 13px;
  }
  .scallop {
    height: 65px;
  }
  .section {
    padding-inline: 25px;
  }
  .features {
    padding-top: 60px;
  }
  .section-intro {
    display: block;
    margin-bottom: 45px;
  }
  .section-intro h2 {
    font-size: 30px;
  }
  .section-intro p {
    font-size: 14px;
    margin-top: 20px;
    max-width: 290px;
  }
  .feature-row {
    display: flex;
    flex-direction: column;
    gap: 28px;
    min-height: 0;
    margin-bottom: 65px;
    align-items: stretch;
  }
  .feature-row > div:first-child {
    max-width: 100%;
  }
  .feature-row h3 {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .feature-row p {
    font-size: 14px;
  }
  .phone-preview {
    width: 100%;
    max-width: 300px;
    height: 390px;
    align-self: center;
    padding: 28px;
  }
  .mini-content h3 {
    font-size: 20px;
  }
  .mini-content p {
    font-size: 10px;
  }
  .journey {
    padding-top: 5px;
  }
  .centered h2 {
    font-size: 28px;
  }
  .centered p {
    font-size: 14px;
    margin-top: 14px;
  }
  .floral-preview {
    aspect-ratio: auto;
    min-height: 470px;
    margin: 35px -18px 25px;
    padding: 35px 12px;
  }
  .floral-preview > img {
    object-fit: cover;
  }
  .dashboard {
    grid-template-columns: minmax(0, 1fr);
    width: 91%;
    aspect-ratio: auto;
    min-height: 365px;
    border-radius: 10px;
  }
  .dashboard aside {
    display: none;
  }
  .dashboard-main {
    padding: 14px;
  }
  .dashboard-top {
    font-size: 11px;
  }
  .view-buttons {
    gap: 4px;
  }
  .view-buttons button {
    font-size: 11px;
    padding-inline: 10px;
  }
  .stay-grid {
    gap: 12px;
  }
  .stay-photo {
    height: 78px;
    background-size: 400px auto;
  }
  .stay h4 {
    font-size: 10px;
  }
  .stay p {
    font-size: 8px;
  }
  .stay > span {
    font-size: 9px;
  }
  .dashboard #view-status {
    font-size: 10px;
  }
  .manifesto {
    padding-top: 65px;
  }
  .manifesto > img {
    width: 220px;
    height: 250px;
  }
  .manifesto > p {
    font-size: 16px;
  }
  .closing {
    padding-top: 55px;
  }
  .closing > img {
    height: 180px;
    width: 100%;
  }
  .closing h2 {
    font-size: 31px;
  }
  .closing .trip-form {
    margin-top: 27px;
    padding: 17px;
  }
  .closing .trip-form textarea {
    font-size: 13px;
  }
  .itinerary {
    padding-block: 40px;
  }
  .itinerary h2 {
    font-size: 30px;
  }
  .itinerary p {
    font-size: 14px;
  }
  .itinerary > textarea {
    font-size: 13px;
    padding: 14px;
  }
  .draft-actions {
    gap: 10px;
  }
  .draft-actions .button {
    font-size: 12px;
  }
  .draft-actions p {
    font-size: 12px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .footer-top > div:first-child {
    grid-column: 1/-1;
  }
  .footer-top > div:not(:first-child) a {
    min-height: 44px;
  }
  footer {
    padding: 65px 25px 20px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 6px 12px;
  }
  .footer-landscape {
    height: 220px;
  }
  .cloud-one {
    left: 8%;
    top: 15px;
  }
  .cloud-two {
    right: 6%;
    top: 210px;
  }
  .saved-empty {
    min-height: 215px;
  }
}
