[hidden] {
  display: none !important;
}
.orbit {
  pointer-events: none;
}
.offline-copy {
  position: relative;
  z-index: 2;
}
:root {
  --ink: #152c28;
  --lime: #d8f36a;
  --paper: #f7f8f2;
  --muted: #67736a;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: wait;
  opacity: 0.6;
}
img {
  max-width: 100%;
  display: block;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h2 {
  font-size: clamp(36px, 4.5vw, 66px);
  letter-spacing: -3px;
  line-height: 1.04;
  font-weight: 600;
}
p {
  line-height: 1.6;
}
em {
  font-style: normal;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid #708f20;
  outline-offset: 5px;
}
.skip {
  position: fixed;
  top: -80px;
  left: 20px;
  background: var(--lime);
  padding: 15px;
  z-index: 99;
}
.skip:focus {
  top: 10px;
}
.header {
  height: 100px;
  padding: 0 4.5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand img {
  width: 160px;
  height: auto;
}
.brand span {
  display: block;
  font-size: 8px;
  letter-spacing: 2.2px;
  margin-top: 7px;
}
.header nav {
  display: flex;
  gap: 35px;
  font-size: 13px;
  font-weight: 600;
}
.header nav a:hover {
  color: #658134;
}
.button {
  display: inline-flex;
  gap: 35px;
  align-items: center;
  justify-content: center;
  padding: 20px 25px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
  border: 0;
  transition:
    transform 0.2s,
    background 0.2s;
}
.button:hover {
  transform: translateY(-3px);
}
.button span {
  font-size: 22px;
}
.button.small {
  padding: 13px 20px;
  font-size: 12px;
}
.dark {
  background: var(--ink);
  color: white;
}
.lime {
  background: var(--lime);
  color: var(--ink);
}
.eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 1.6;
}
.light {
  color: white;
}
.dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
  margin-right: 8px;
}
.hero {
  position: relative;
  margin: 0 20px;
  border-radius: 18px;
  min-height: 760px;
  overflow: hidden;
  color: white;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  align-items: center;
  padding: 60px 5% 100px;
}
.hero-photo,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-photo {
  object-position: center 60%;
}
.hero-shade {
  background:
    linear-gradient(90deg, rgba(12, 34, 29, 0.8), rgba(12, 34, 29, 0.23)),
    linear-gradient(0deg, rgba(9, 27, 22, 0.6), transparent 50%);
}
.hero-main {
  position: relative;
  z-index: 1;
}
.hero h1 {
  font-size: clamp(75px, 8.4vw, 130px);
  letter-spacing: -7px;
  line-height: 0.96;
  margin: 32px 0 28px;
  font-weight: 600;
  position: relative;
}
.hero h1 em {
  color: var(--lime);
}
.spark {
  font-size: 85px;
  display: inline-block;
  color: var(--lime);
  vertical-align: middle;
  margin-left: 35px;
}
.hero-copy {
  font-size: 14px;
  line-height: 1.8;
  color: #e0e8dc;
  margin-bottom: 30px;
}
.text-link {
  font-size: 12px;
  display: inline-flex;
  gap: 20px;
  align-items: center;
  padding: 17px 0;
  border-bottom: 1px solid #ffffff70;
  margin-left: 22px;
}
.text-link span {
  font-size: 20px;
}
.hero-preview {
  position: relative;
  justify-self: center;
  transform: rotate(5deg);
  width: 285px;
  margin-top: 20px;
}
.preview-label {
  font-size: 8px;
  letter-spacing: 1.3px;
  margin: 0 0 16px -6px;
  white-space: nowrap;
}
.phone {
  background: #fbfbf6;
  padding: 14px 14px 0;
  border: 6px solid #e9e9df;
  border-radius: 38px;
  box-shadow: 0 35px 90px #071d2960;
  color: var(--ink);
  overflow: hidden;
}
.phone-top {
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  padding: 0 12px 15px;
}
.phone-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.phone-head img {
  width: 108px;
  height: auto;
}
.avatar {
  background: var(--lime);
  font-size: 8px;
  border-radius: 50%;
  padding: 9px;
}
.phone-greeting {
  font-size: 10px;
  margin-top: 20px;
  color: var(--muted);
}
.phone h2 {
  font-size: 29px;
  letter-spacing: -1.2px;
  margin-top: 5px;
}
.phone-search {
  margin: 17px 0 10px;
  background: #eceee5;
  padding: 12px 10px;
  border-radius: 10px;
  font-size: 9px;
  color: #697369;
}
.phone-search span {
  margin-right: 8px;
  font-size: 16px;
}
.phone-chips {
  display: flex;
  gap: 4px;
  white-space: nowrap;
  font-size: 8px;
}
.phone-chips span {
  padding: 8px 7px;
  background: #eef0e6;
  border-radius: 20px;
}
.phone-chips span:first-child {
  background: var(--ink);
  color: white;
}
.phone-place {
  height: 198px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  margin-top: 14px;
  color: white;
}
.phone-place:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent, #123128c9);
}
.phone-place > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.phone-place > div {
  position: absolute;
  bottom: 15px;
  left: 13px;
  z-index: 1;
}
.phone-place small {
  font-size: 6px;
  letter-spacing: 1px;
}
.phone-place h3 {
  font-size: 16px;
  letter-spacing: -0.5px;
  margin: 6px 0;
}
.phone-place div > span {
  font-size: 8px;
}
.saved {
  position: absolute;
  right: 12px;
  top: 12px;
  border-radius: 50%;
  background: #fff4;
  padding: 7px;
  z-index: 1;
  font-size: 12px;
}
.phone-bottom {
  display: flex;
  justify-content: space-around;
  text-align: center;
  padding: 16px 0 13px;
  font-size: 19px;
}
.phone-bottom small {
  display: block;
  font-size: 6px;
  margin-top: 4px;
}
.floating-note {
  position: absolute;
  bottom: 75px;
  left: -83px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: white;
  color: var(--ink);
  border-radius: 14px;
  padding: 14px 18px;
  box-shadow: 0 10px 30px #10282030;
  transform: rotate(-10deg);
  width: 295px;
}
.round-icon {
  border-radius: 50%;
  background: var(--lime);
  font-size: 27px;
  padding: 7px 13px;
}
.floating-note b {
  font-size: 12px;
}
.floating-note small {
  display: block;
  font-size: 10px;
  margin-top: 4px;
}
.floating-note > span:last-child {
  margin-left: auto;
}
.illustration {
  display: block;
  text-align: center;
  font-size: 8px;
  margin-top: 15px;
  color: #e0e8dc;
}
.hero-bottom {
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 25px;
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  letter-spacing: 1px;
}
.hero-bottom b {
  margin-left: 20px;
  font-size: 8px;
}
.hero-bottom a {
  display: flex;
  align-items: center;
  gap: 20px;
}
.hero-bottom a span {
  font-size: 24px;
}
.proof {
  padding: 48px 6.5%;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.25fr 1fr;
  gap: 30px;
  align-items: center;
  border-bottom: 1px solid #dce0d5;
}
.proof p {
  font-size: 14px;
}
.proof > div {
  border-left: 1px solid #d0d7c9;
  padding-left: 35px;
}
.proof strong {
  display: block;
  font-size: 36px;
  letter-spacing: -1.5px;
  font-weight: 600;
}
.proof strong span {
  font-size: 24px;
}
.proof div > span {
  display: block;
  font-size: 10px;
  margin-top: 6px;
  color: var(--muted);
}
.section {
  padding: 105px 6.5%;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 42px;
}
.section-heading .eyebrow {
  margin-bottom: 20px;
}
.section-heading > p {
  font-size: 13px;
  color: var(--muted);
  padding-bottom: 4px;
}
.discovery-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 18px;
}
.experience {
  height: 430px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  color: white;
  background: var(--ink);
}
.experience > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}
.experience:hover > img {
  transform: scale(1.045);
}
.experience:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 25%, #08231dba);
}
.tag {
  position: absolute;
  top: 22px;
  left: 20px;
  z-index: 1;
  border: 1px solid #ffffff65;
  border-radius: 20px;
  padding: 9px 11px;
  font-size: 7px;
  letter-spacing: 0.6px;
  max-width: calc(100% - 40px);
}
.experience > div {
  position: absolute;
  bottom: 30px;
  left: 25px;
  right: 24px;
  z-index: 1;
}
.experience small {
  font-size: 8px;
  letter-spacing: 1.5px;
}
.experience h3 {
  font-size: 32px;
  letter-spacing: -1.3px;
  line-height: 1.07;
  margin: 13px 0 38px;
}
.circle-arrow {
  width: 38px;
  height: 38px;
  border: 1px solid #ffffff70;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.experience > .circle-arrow {
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 1;
}
.experience-type {
  background: var(--lime);
  color: var(--ink);
}
.experience-type:after {
  display: none;
}
.experience-type .tag,
.experience-type .circle-arrow {
  border-color: #152c2840;
}
.big-asterisk {
  position: absolute;
  top: 65px;
  left: 24px;
  font-size: 115px;
  line-height: 1;
}
.experience-type h3 {
  margin-bottom: 14px;
}
.experience-type p {
  font-size: 11px;
  max-width: 180px;
  margin-bottom: 22px;
}
.plan-section {
  padding-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8%;
  align-items: center;
}
.plan-copy > .eyebrow {
  margin-bottom: 24px;
}
.plan-copy h2 {
  font-size: clamp(37px, 4vw, 58px);
}
.plan-copy h2 span {
  color: #809075;
}
.plan-copy > p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
  margin: 24px 0;
  max-width: 440px;
}
.moods {
  border: 0;
  margin: 30px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.moods legend {
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 14px;
}
.mood {
  border: 1px solid #d1d8c7;
  border-radius: 30px;
  padding: 12px 13px;
  background: transparent;
  font-size: 11px;
  color: var(--ink);
}
.mood.active {
  background: var(--ink);
  color: white;
  border-color: var(--ink);
}
.plan-promise {
  display: flex;
  align-items: start;
  gap: 15px;
  margin-bottom: 28px;
  max-width: 440px;
}
.plan-promise > span {
  font-size: 30px;
}
.plan-promise p {
  font-size: 11px;
  color: var(--muted);
}
.plan-promise b {
  color: var(--ink);
}
.plan-board {
  border: 1px solid #dce1d3;
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 20px 50px #152c2808;
}
.planner-form {
  display: grid;
  gap: 9px;
  max-width: 440px;
  margin: 24px 0 20px;
}
.planner-form > label {
  font-size: 11px;
  font-weight: 700;
}
.planner-form textarea,
.planner-form select {
  width: 100%;
  border: 1px solid #d1d8c7;
  border-radius: 10px;
  background: #fff;
  padding: 12px;
  color: var(--ink);
  font: inherit;
  font-size: 12px;
  line-height: 1.5;
  resize: vertical;
}
.planner-form select {
  padding: 10px;
}
.planner-form .duration-label {
  margin-top: 5px;
}
.planner-submit {
  width: 100%;
  justify-content: space-between;
  margin-top: 7px;
  padding: 16px 20px;
  font-size: 12px;
}
.planner-status {
  font-size: 10px;
  line-height: 1.5;
  color: var(--muted);
  min-height: 32px;
}
.planner-form button:disabled {
  opacity: 0.6;
}
.board-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.board-header .eyebrow {
  font-size: 8px;
}
.demo-tag {
  background: #edf1e6;
  border-radius: 5px;
  font-size: 8px;
  padding: 5px 7px;
}
.plan-board h3 {
  font-size: 36px;
  letter-spacing: -1.6px;
  line-height: 1.05;
  margin-top: 23px;
  min-height: 77px;
}
.route-art {
  position: relative;
  background: #f0f3e9;
  border-radius: 12px;
  overflow: hidden;
  margin: 20px 0;
}
.route-art svg {
  display: block;
  width: 100%;
  height: auto;
}
.contour {
  fill: none;
  stroke: #d8e0cd;
  stroke-width: 1;
}
.route-line {
  fill: none;
  stroke: #8ea73e;
  stroke-width: 3;
  stroke-dasharray: 6 5;
}
.route-art circle {
  fill: var(--ink);
  stroke: var(--lime);
  stroke-width: 5;
}
.map-label {
  position: absolute;
  bottom: 10px;
  right: 12px;
  font-size: 6px;
  letter-spacing: 1px;
}
.plan-steps {
  padding: 0;
  list-style: none;
  margin: 0;
}
.plan-steps li {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #edf0e8;
}
.plan-steps li > span:first-child {
  font-size: 10px;
  color: #6c7c5c;
}
.plan-steps li > span:last-child {
  margin-left: auto;
}
.plan-steps b {
  display: block;
  font-size: 12px;
}
.plan-steps small {
  display: block;
  font-size: 10px;
  color: var(--muted);
  margin-top: 5px;
}
.board-note {
  font-size: 9px;
  color: var(--muted);
  line-height: 1.5;
  margin-top: 16px;
}
.offline {
  background: var(--ink);
  color: white;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8%;
  align-items: center;
  overflow: hidden;
}
.offline-art {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.orbit {
  position: absolute;
  border: 1px solid #ffffff12;
  border-radius: 50%;
  width: 400px;
  height: 400px;
}
.orbit-two {
  width: 560px;
  height: 560px;
}
.orbit-three {
  width: 730px;
  height: 730px;
}
.offline-device {
  background: #f5f6ed;
  color: var(--ink);
  width: 264px;
  border-radius: 20px;
  padding: 26px;
  transform: rotate(-8deg);
  box-shadow: 0 30px 60px #0003;
  z-index: 1;
  transition: transform 0.5s;
}
.offline-device-top {
  font-size: 9px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}
.mountain-icon {
  font-size: 70px;
  color: #87a43b;
  margin: 25px 0 5px;
  line-height: 1;
}
.offline-device h3 {
  font-size: 26px;
  letter-spacing: -1px;
  line-height: 1.07;
  margin-bottom: 26px;
}
.offline-row {
  font-size: 10px;
  padding: 12px 0;
  border-top: 1px solid #dbe0d1;
}
.offline-row span {
  margin-right: 8px;
  color: #67882c;
}
.connection-state {
  font-size: 9px;
  margin-top: 20px;
  padding: 12px 8px;
  border: 1px solid #d5dfcb;
  border-radius: 8px;
  text-align: center;
}
.connection-state .dot {
  background: #79a94e;
  width: 5px;
  height: 5px;
}
.offline-sticker {
  background: var(--lime);
  color: var(--ink);
  padding: 25px 20px;
  border-radius: 50%;
  width: 135px;
  height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  position: absolute;
  right: 1%;
  bottom: 25px;
  transform: rotate(12deg);
  z-index: 2;
  box-shadow: 0 5px 30px #0002;
}
.offline-sticker em {
  font-size: 22px;
  letter-spacing: -1px;
}
.offline-copy .eyebrow {
  font-size: 9px;
  color: #b9c7b8;
  margin-bottom: 25px;
}
.offline-copy h2 {
  font-size: clamp(38px, 4.5vw, 66px);
}
.offline-copy h2 em {
  color: var(--lime);
}
.offline-copy > p:not(.eyebrow) {
  font-size: 14px;
  color: #c0cdbd;
  max-width: 430px;
  margin-top: 25px;
}
.offline-toggle {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 28px;
  color: white;
  background: transparent;
  border: 1px solid #ffffff40;
  border-radius: 40px;
  padding: 12px 20px 12px 12px;
  font-size: 12px;
}
.switch-track {
  width: 40px;
  height: 24px;
  padding: 3px;
  background: #637269;
  border-radius: 20px;
}
.switch-track span {
  display: block;
  background: white;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  transition: transform 0.2s;
}
.offline-toggle[aria-checked="true"] .switch-track {
  background: var(--lime);
}
.offline-toggle[aria-checked="true"] .switch-track span {
  transform: translateX(16px);
  background: var(--ink);
}
.offline.is-offline .offline-device {
  transform: rotate(0);
}
.offline-copy .fine-print {
  font-size: 10px !important;
  opacity: 0.7;
  line-height: 1.65;
}
.ink {
  color: var(--ink);
  border-color: #152c2850;
  margin-left: 0;
}
.essentials-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
  margin-top: 60px;
}
.feature-icon {
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 13px;
  background: #e8eddc;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  margin-bottom: 25px;
}
.essentials-grid h3 {
  font-size: 16px;
  letter-spacing: -0.4px;
  margin-bottom: 12px;
}
.essentials-grid p {
  font-size: 12px;
  color: var(--muted);
}
.download {
  position: relative;
  overflow: hidden;
  text-align: center;
  background: #ecefe4;
  padding-top: 85px;
  padding-bottom: 85px;
}
.download-top {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 22px;
  position: relative;
  z-index: 1;
}
.download-top img {
  width: 66px;
  height: 66px;
  border-radius: 16px;
  box-shadow: 0 8px 15px #152c2815;
  object-fit: cover;
}
.download-top .eyebrow {
  font-size: 8px;
}
.download h2 {
  position: relative;
  z-index: 1;
  font-size: clamp(55px, 7vw, 96px);
  letter-spacing: -5px;
  margin: 28px 0 20px;
}
.download h2 em {
  color: #6c825c;
}
.download > p {
  position: relative;
  z-index: 1;
  font-size: 14px;
  color: var(--muted);
}
.store-buttons {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 30px 0 20px;
}
.store-button {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--ink);
  color: white;
  border: 0;
  border-radius: 12px;
  padding: 15px 20px;
  text-align: left;
  min-width: 202px;
  transition: transform 0.2s;
}
.store-button:hover {
  transform: translateY(-3px);
}
.store-button svg {
  width: 26px;
  height: 30px;
  fill: currentColor;
}
.store-button small {
  font-size: 9px;
  display: block;
  margin-bottom: 3px;
}
.store-button b {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.4px;
}
.store-button > span:last-child {
  margin-left: auto;
  font-size: 18px;
}
.download .download-note {
  font-size: 10px;
}
.download-mark {
  position: absolute;
  bottom: -145px;
  right: -40px;
  font-size: 370px;
  font-weight: 800;
  letter-spacing: -30px;
  color: #dce3d2;
  transform: rotate(-12deg);
  pointer-events: none;
}
.faq h2 {
  font-size: 44px;
  letter-spacing: -2px;
  margin: 22px 0 35px;
}
.faq-list {
  max-width: 950px;
}
.faq details {
  border-bottom: 1px solid #d6decc;
}
.faq summary {
  padding: 24px 0;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary span {
  font-size: 23px;
  font-weight: 400;
  transition: transform 0.2s;
}
.faq details[open] summary span {
  transform: rotate(45deg);
}
.faq details p {
  font-size: 13px;
  color: var(--muted);
  padding: 0 40px 24px 0;
  max-width: 800px;
}
.footer {
  background: var(--ink);
  color: white;
  padding: 55px 6.5% 25px;
}
.footer-top {
  display: flex;
  align-items: center;
  gap: 60px;
  border-bottom: 1px solid #ffffff25;
  padding-bottom: 45px;
}
.footer-top img {
  width: 175px;
  height: auto;
}
.footer-top p {
  font-size: 13px;
  color: #c0cbbb;
}
.footer-top > .circle-arrow {
  margin-left: auto;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 25px;
  font-size: 9px;
  color: #bec9b8;
}
.footer-bottom > div {
  display: flex;
  gap: 22px;
}
.footer-bottom > span:last-child {
  font-size: 8px;
  letter-spacing: 0.8px;
}
dialog {
  border: 0;
  background: var(--paper);
  color: var(--ink);
  border-radius: 22px;
  padding: 45px;
  max-width: 480px;
  width: calc(100% - 32px);
}
dialog::backdrop {
  background: #112921a6;
  backdrop-filter: blur(5px);
}
.dialog-close {
  position: absolute;
  right: 20px;
  top: 15px;
  border: 0;
  background: none;
  font-size: 28px;
  width: 40px;
  height: 40px;
  color: var(--ink);
}
.dialog-icon {
  display: block;
  font-size: 50px;
  margin-bottom: 25px;
}
dialog h2 {
  font-size: 43px;
  letter-spacing: -2px;
  margin: 18px 0;
}
dialog > p:not(.eyebrow) {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 25px;
}
dialog .button {
  font-size: 11px;
  width: 100%;
  padding: 18px 12px;
}
.unsubscribe {
  min-height: 75vh;
  max-width: 650px;
  margin: auto;
  padding: 100px 24px;
}
.unsubscribe h1 {
  font-size: 48px;
  letter-spacing: -2px;
}
.unsubscribe p {
  margin: 20px 0;
  font-size: 14px;
}
@media (min-width: 1600px) {
  body {
    max-width: 1920px;
    margin: auto;
  }
  .hero {
    min-height: 850px;
  }
  .hero-preview {
    width: 310px;
  }
  .phone-place {
    height: 225px;
  }
}
@media (max-width: 1100px) {
  .hero {
    grid-template-columns: 1.3fr 1fr;
    padding-left: 4%;
    padding-right: 4%;
    min-height: 700px;
  }
  .hero h1 {
    font-size: 85px;
    letter-spacing: -5px;
  }
  .hero-preview {
    width: 250px;
  }
  .spark {
    font-size: 60px;
    margin-left: 20px;
  }
  .hero-main > .text-link {
    display: table;
    margin-left: 0;
    margin-top: 5px;
  }
  .hero-copy {
    font-size: 12px;
  }
  .floating-note {
    left: -40px;
    width: 270px;
  }
  .phone-place {
    height: 170px;
  }
  .proof {
    gap: 20px;
  }
  .proof > div {
    padding-left: 20px;
  }
  .proof strong {
    font-size: 30px;
  }
  .discovery-grid {
    gap: 12px;
  }
  .experience h3 {
    font-size: 28px;
  }
  .experience {
    height: 380px;
  }
  .tag {
    font-size: 6px;
    left: 15px;
    top: 18px;
  }
  .experience > div {
    left: 20px;
  }
  .plan-section {
    gap: 5%;
  }
  .plan-board {
    padding: 24px;
  }
  .offline {
    gap: 5%;
  }
  .offline-sticker {
    right: -10px;
  }
  .essentials-grid {
    gap: 20px;
  }
  .footer-bottom > span:last-child {
    display: none;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 20px;
  }
  .header {
    height: 85px;
    padding: 0 22px;
  }
  .brand img {
    width: 130px;
  }
  .brand span {
    font-size: 6px;
    letter-spacing: 1.7px;
  }
  .header nav {
    display: none;
  }
  .button.small {
    font-size: 10px;
    padding: 12px 14px;
    gap: 12px;
  }
  .hero {
    margin: 0 10px;
    padding: 45px 26px 75px;
    display: block;
    min-height: 1090px;
    border-radius: 14px;
  }
  .hero h1 {
    font-size: clamp(62px, 12vw, 90px);
    letter-spacing: -4px;
    line-height: 0.99;
    margin: 25px 0;
  }
  .hero-main > .eyebrow {
    font-size: 8px;
    letter-spacing: 1.1px;
  }
  .spark {
    font-size: 58px;
    margin-left: 25px;
  }
  .hero-copy {
    font-size: 12px;
    max-width: 330px;
  }
  .desktop {
    display: none;
  }
  .hero .button {
    font-size: 12px;
    padding: 17px 22px;
  }
  .hero-main > .text-link {
    display: inline-flex;
    font-size: 10px;
    margin-left: 15px;
    margin-top: 10px;
  }
  .hero-preview {
    width: 252px;
    margin: 45px auto 0;
    transform: rotate(5deg);
  }
  .preview-label {
    font-size: 7px;
    text-align: center;
  }
  .phone-place {
    height: 173px;
  }
  .floating-note {
    left: -29px;
    bottom: 65px;
    width: 267px;
  }
  .hero-bottom {
    font-size: 7px;
    bottom: 22px;
    left: 25px;
    right: 25px;
  }
  .hero-bottom b {
    display: block;
    margin: 7px 0 0;
    font-size: 6px;
  }
  .hero-bottom a {
    gap: 10px;
    font-size: 7px;
  }
  .proof {
    padding: 32px 28px;
    grid-template-columns: 1fr 1fr;
    gap: 27px 20px;
  }
  .proof p {
    font-size: 12px;
  }
  .proof > div {
    padding-left: 18px;
  }
  .proof strong {
    font-size: 30px;
  }
  .proof strong span {
    font-size: 21px;
  }
  .proof div > span {
    font-size: 8px;
    line-height: 1.6;
  }
  .section {
    padding: 70px 25px;
  }
  .section-heading {
    display: block;
    margin-bottom: 30px;
  }
  .section-heading > p {
    margin-top: 24px;
    font-size: 12px;
  }
  .section-heading h2 {
    letter-spacing: -2px;
    font-size: 42px;
  }
  .discovery-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .experience {
    height: 330px;
  }
  .experience-large {
    grid-column: 1/-1;
    height: 380px;
  }
  .experience-large h3 {
    font-size: 38px;
  }
  .experience:not(.experience-large) h3 {
    font-size: 25px;
    letter-spacing: -1px;
  }
  .experience:not(.experience-large) .tag {
    font-size: 5px;
    padding: 7px;
    left: 12px;
    top: 15px;
    max-width: calc(100% - 24px);
  }
  .experience:not(.experience-large) > div {
    left: 15px;
    right: 12px;
    bottom: 24px;
  }
  .experience small {
    font-size: 6px;
  }
  .experience-type p {
    font-size: 9px;
    margin-bottom: 20px;
  }
  .experience > .circle-arrow {
    width: 30px;
    height: 30px;
    right: 15px;
    bottom: 18px;
    font-size: 17px;
  }
  .big-asterisk {
    font-size: 83px;
    top: 64px;
    left: 15px;
  }
  .plan-section {
    padding-top: 5px;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .plan-copy h2 {
    font-size: 40px;
    letter-spacing: -2px;
  }
  .plan-copy > p:not(.eyebrow) {
    font-size: 13px;
  }
  .plan-board {
    padding: 25px;
  }
  .offline {
    grid-template-columns: 1fr;
    gap: 50px;
    padding-top: 35px;
  }
  .offline-art {
    min-height: 430px;
  }
  .offline-sticker {
    right: 3%;
    bottom: 5px;
  }
  .offline-copy h2 {
    font-size: 47px;
    letter-spacing: -2.5px;
  }
  .offline-copy > p:not(.eyebrow) {
    font-size: 13px;
  }
  .essentials .text-link {
    margin-top: 15px;
  }
  .essentials-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px 22px;
    margin-top: 35px;
  }
  .essentials-grid h3 {
    font-size: 15px;
    line-height: 1.3;
  }
  .essentials-grid p {
    font-size: 11px;
  }
  .feature-icon {
    margin-bottom: 17px;
  }
  .download {
    padding: 60px 22px;
  }
  .download h2 {
    font-size: 60px;
    letter-spacing: -3.5px;
  }
  .download-top .eyebrow {
    font-size: 7px;
    letter-spacing: 1.1px;
  }
  .download > p {
    font-size: 12px;
  }
  .store-buttons {
    gap: 9px;
  }
  .store-button {
    min-width: 0;
    padding: 13px 12px;
    gap: 8px;
  }
  .store-button svg {
    width: 21px;
  }
  .store-button b {
    font-size: 16px;
  }
  .store-button small {
    font-size: 7px;
  }
  .store-button > span:last-child {
    display: none;
  }
  .download-mark {
    font-size: 240px;
    bottom: -110px;
    right: -5px;
    letter-spacing: -20px;
  }
  .download .download-note {
    font-size: 9px;
  }
  .faq h2 {
    font-size: 37px;
  }
  .faq summary {
    font-size: 13px;
    padding: 22px 0;
  }
  .faq details p {
    font-size: 12px;
  }
  .footer {
    padding: 40px 25px 24px;
  }
  .footer-top {
    gap: 25px;
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
  .footer-top img {
    width: 140px;
  }
  .footer-top p {
    font-size: 11px;
  }
  .footer-top > .circle-arrow {
    width: 34px;
    height: 34px;
  }
  .footer-bottom {
    flex-direction: column;
    font-size: 8px;
    gap: 18px;
  }
  .eyebrow {
    font-size: 8px;
  }
  dialog {
    padding: 35px 25px;
  }
  dialog h2 {
    font-size: 39px;
  }
}
@media (max-width: 370px) {
  .header {
    padding: 0 16px;
    gap: 10px;
  }
  .brand img {
    width: 115px;
  }
  .header .button {
    font-size: 9px;
  }
  .hero {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero h1 {
    font-size: 58px;
  }
  .spark {
    font-size: 42px;
    margin-left: 15px;
  }
  .hero-main > .text-link {
    margin-left: 0;
  }
  .hero-preview {
    width: 235px;
  }
  .floating-note {
    left: -15px;
    width: 248px;
    padding: 12px;
  }
  .hero-copy {
    font-size: 11px;
  }
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .experience:not(.experience-large) h3 {
    font-size: 22px;
  }
  .experience-type p {
    font-size: 8px;
  }
  .download h2 {
    font-size: 51px;
  }
  .offline-copy h2 {
    font-size: 41px;
  }
  .footer-top p {
    order: 3;
    width: 100%;
  }
  .plan-board {
    padding: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}

.planner-form select, .planner-form input[type="datetime-local"] { width:100%; padding:14px; border:1px solid #d3d9cd; border-radius:12px; background:#fff; color:#243829; font:inherit; margin-bottom:14px; }
.planner-chat { max-height:360px; overflow:auto; display:grid; gap:10px; margin:12px 0; }
.planner-chat p { white-space:pre-line; margin:0; padding:14px; border-radius:14px; font-size:14px; line-height:1.55; }
.planner-chat .user { background:#e6eedc; margin-left:18px; }
.planner-chat .assistant { background:#fff; border:1px solid #d3d9cd; margin-right:18px; }
.plan-options { display:grid; gap:8px; margin-bottom:20px; }
.plan-options button { text-align:left; padding:13px; border:1px solid #a8cc83; border-radius:12px; background:#fff; color:#243829; cursor:pointer; font:inherit; }
.plan-options button[aria-pressed="true"] { background:#243829; color:#fff; }
#plan-map { background:#eff3eb; border-radius:16px; }
#plan-discoveries { font-size:13px; line-height:1.5; }
#plan-discoveries details { padding:12px 0; }
#planner-reset { margin-top:8px; }
#save-plan { margin-top:14px; }

.departure-row { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.departure-field { display:grid; align-content:start; gap:9px; min-width:0; }
.departure-field > label { font-size:11px; font-weight:700; }
.planner-form .departure-field select { height:58px; padding:12px; margin:0; font-size:12px; border-radius:14px; background:#f8faf3; border:1px solid #ced8bf; }
.departure-trigger { display:flex; align-items:center; justify-content:space-between; gap:7px; height:58px; padding:12px; border-radius:14px; border:1px solid #ced8bf; background:#f8faf3; color:#233f31; font:inherit; font-size:12px; cursor:pointer; text-align:left; }
.departure-trigger > span:first-child { font-size:24px; }
.departure-trigger:hover { border-color:#6b874b; background:#edf3dd; }
.duration-options { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:7px; padding:0; border:0; margin:13px 0 5px; }
.duration-options legend { font-size:11px; font-weight:700; margin-bottom:10px; }
.duration-options label,.time-slots label { position:relative; cursor:pointer; }
.duration-options input,.time-slots input { position:absolute; opacity:0; width:1px; height:1px; }
.duration-options label > span { display:grid; gap:5px; padding:14px 4px; text-align:center; border:1px solid #d9e0cc; border-radius:12px; background:#fff; font-size:20px; font-weight:700; color:#284337; }
.duration-options small { font-size:9px; font-weight:400; }
.duration-options input:checked + span { border-color:#243f31; background:#243f31; color:#e1f398; box-shadow:0 4px 12px #20372915; }
.duration-options input:focus-visible + span,.time-slots input:focus-visible + span { outline:3px solid #789642; outline-offset:3px; }
dialog.departure-picker { width:min(560px,calc(100vw - 24px)); max-height:calc(100dvh - 32px); overflow:auto; padding:28px; border:1px solid #d5dfc6; border-radius:25px; background:#fafcf4; color:#20392e; box-shadow:0 32px 100px #142e2860; }
.departure-picker::backdrop { background:#142e2880; backdrop-filter:blur(7px); }
.picker-heading { display:flex; justify-content:space-between; align-items:center; gap:10px; }
.departure-picker .picker-heading h2 { font-size:30px; letter-spacing:-1px; margin:10px 0 0; line-height:1.1; }
#departure-close { flex:none; width:34px; height:34px; border:1px solid #d5dfc6; border-radius:50%; background:white; color:#233f31; font-size:24px; cursor:pointer; }
.departure-picker .picker-hint { font-size:12px; line-height:1.5; color:#65765a; margin:16px 0 20px; }
.departure-days { display:flex; gap:7px; overflow-x:auto; padding:4px 2px 12px; }
.departure-days button { display:grid; flex:1 0 51px; gap:5px; padding:12px 6px; background:white; border:1px solid #dbe3d0; border-radius:13px; color:#34523e; cursor:pointer; }
.departure-days small { font-size:10px; text-transform:capitalize; }
.departure-days strong { font-size:23px; }
.departure-days button[aria-pressed="true"] { background:#d9ee92; border-color:#9cb768; color:#193a29; }
.time-slots { border:0; padding:0; margin:16px 0; }
.time-slots legend { font-size:12px; font-weight:700; margin-bottom:12px; }
#departure-times { display:grid; grid-template-columns:repeat(6,1fr); gap:8px; max-height:235px; overflow:auto; padding:4px; }
.time-slots label > span { display:block; text-align:center; border:1px solid #dbe3d0; padding:11px 4px; border-radius:10px; background:white; font-size:13px; font-weight:600; }
.time-slots input:checked + span { background:#254734; color:#ecf7c9; border-color:#254734; }
.picker-footer { display:flex; justify-content:space-between; align-items:center; gap:10px; border-top:1px solid #dbe3d0; padding-top:18px; margin-top:20px; }
.picker-footer p { font-size:13px; font-weight:600; margin:0; }
.picker-footer .button { font-size:12px; padding:15px; }
@media(max-width:480px) { dialog.departure-picker { padding:20px; } .departure-picker .picker-heading h2 { font-size:26px; } #departure-times { grid-template-columns:repeat(4,1fr); } .picker-footer { flex-direction:column; align-items:stretch; text-align:center; } .departure-row { gap:8px; } .departure-trigger { padding:9px; } .departure-trigger > span:first-child { display:none; } }

/* A conversation beside a geographic itinerary, not a second transcript. */
.plan-section { grid-template-columns:minmax(260px,.8fr) minmax(0,1.5fr); gap:4%; align-items:start; }
.plan-copy, .plan-board { min-width:0; }
.plan-board { padding:24px; }
.plan-board.has-plan .route-art { display:none; }
#plan-fit { display:none; }
.plan-board.has-plan #plan-fit { display:block; margin:0 0 12px auto; border:0; padding:10px; border-radius:10px; background:#edf2e4; color:#294b3b; font:inherit; font-size:12px; cursor:pointer; }
.plan-board.has-plan #plan-map { height:350px; width:100%; z-index:0; }
.plan-board h3 { font-size:27px; line-height:1.15; overflow-wrap:anywhere; }
.plan-options { grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; }
.option-card { border:1px solid #dce1d3; border-radius:15px; padding:12px; background:#f9faf5; min-width:0; }
.option-card.selected { border-color:#315643; box-shadow:0 0 0 1px #315643; background:#edf2e4; }
.plan-options .option-select { display:grid; width:100%; gap:8px; border:0; padding:0 0 12px; border-radius:0; background:transparent; color:#243829; }
.plan-options .option-select[aria-pressed="true"] { background:transparent; color:#243829; }
.option-select strong { font-size:14px; }
.option-select small { font-size:11px; color:#546758; }
.option-timeline { list-style:none; padding:0; margin:0; }
.mini-stop { display:flex; gap:7px; position:relative; padding:8px 0; }
.mini-stop::before { content:''; position:absolute; left:9px; top:25px; bottom:-8px; border-left:1px solid #bac8af; }
.timeline-stop:last-child .mini-stop::before { display:none; }
.stop-number { flex:none; background:#294b3b; color:white; border-radius:50%; width:26px; height:26px; display:grid; place-items:center; font-size:12px; font-weight:700; }
.mini-stop .stop-number { width:20px; height:20px; font-size:10px; }
.stop-copy { display:grid; gap:4px; min-width:0; }
.stop-copy strong { font-size:14px; line-height:1.3; overflow-wrap:anywhere; }
.mini-stop strong { font-size:11px; }
.stop-copy time { font-size:11px; font-weight:700; color:#527044; }
.stop-copy small { font-size:11px; color:#607063; line-height:1.35; }
.map-legend { font-size:11px; line-height:1.5; color:#546758; margin:10px 0 16px; }
.itinerary-pin { background:#294b3b; color:white; border:3px solid white; border-radius:50%; box-shadow:0 3px 12px #112c2850; display:grid; place-items:center; font-weight:800; font-size:14px; }
.itinerary-pin.active { background:#d4ec76; color:#183c2d; outline:3px solid #294b3b; }
.stop-detail { padding:16px; border-radius:12px; background:#f1f5e9; margin-bottom:22px; }
.stop-detail h4 { margin:8px 0; font-size:19px; }
.stop-detail p { font-size:13px; line-height:1.6; margin:8px 0; }
.stop-detail small { font-size:11px; color:#596650; }
.map-popup p { margin:5px 0; }
.plan-steps .timeline-stop { display:block; padding:0; border:0; }
.stop-select { display:flex; gap:14px; width:100%; text-align:left; border:1px solid #e0e5d8; background:white; padding:15px; border-radius:12px; cursor:pointer; color:#243829; font:inherit; }
.stop-select[aria-pressed="true"] { background:#f3f7e9; border-color:#547347; }
.plan-steps .timeline-transfer { display:block; border:0; margin-left:28px; padding:12px 0 12px 22px; border-left:2px dashed #c5d1ba; font-size:11px; color:#5b6a52; }
.plan-steps .timeline-transfer > span:first-child { font:inherit; color:inherit; }
.option-select:focus-visible,.stop-select:focus-visible { outline:3px solid #6e893f; outline-offset:4px; }
@media(max-width:1000px) { .plan-options { grid-template-columns:1fr; } .option-timeline { display:flex; gap:12px; flex-wrap:wrap; } .mini-stop::before { display:none; } .option-card { padding:14px; } }
@media(max-width:760px) { .plan-section { grid-template-columns:1fr; gap:30px; } .plan-board { padding:16px; } .plan-board.has-plan #plan-map { height:310px; } .plan-board h3 { font-size:23px; } }
