:root {
  --ink: #10100f;
  --paper: #f1eee7;
  --acid: #dfff00;
  --white: #ffffff;
  --muted: #aaa9a2;
  --line: rgba(16, 16, 15, 0.18);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Satoshi", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

img {
  display: block;
  width: 100%;
}

body.has-booking-demo {
  overflow: hidden;
}

.announcement {
  display: flex;
  position: relative;
  z-index: 10;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 7px 18px;
  overflow: hidden;
  border-bottom: 1px solid rgba(223, 255, 0, 0.22);
  background: #11110f;
  color: rgba(255, 255, 255, 0.68);
}

.announcement::before {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--acid);
  content: "";
}

.announcement:focus-visible {
  outline: 2px solid var(--acid);
  outline-offset: -2px;
}

.announcement__status,
.announcement__link {
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.045em;
  line-height: 1.2;
  text-transform: uppercase;
}

.announcement__status--mobile {
  display: none;
}

.announcement__link {
  color: var(--acid);
  transition: color 250ms ease;
}

.announcement:hover .announcement__link {
  color: var(--white);
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  background: var(--acid);
  color: var(--ink);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-shell {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.hero {
  position: relative;
  min-height: calc(100svh - 34px);
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.hero__image,
.hero__wash {
  position: absolute;
  inset: 0;
  height: 100%;
}

.hero__image {
  object-fit: cover;
  object-position: center 55%;
  filter: saturate(0.75) contrast(1.18) brightness(0.72);
  transform: scale(1.04);
}

.hero__wash {
  background:
    linear-gradient(180deg, rgba(8, 8, 7, 0.78) 0%, rgba(8, 8, 7, 0.08) 35%, rgba(8, 8, 7, 0.72) 100%),
    radial-gradient(circle at 50% 45%, transparent 0%, rgba(8, 8, 7, 0.28) 75%);
}

.nav {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: calc(100% - clamp(32px, 5vw, 96px));
  min-height: 88px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.brand {
  display: inline-flex;
  width: max-content;
  flex-direction: column;
  font-size: 0.83rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.82;
}

.nav__links {
  display: flex;
  gap: 34px;
  font-size: 0.76rem;
  font-weight: 500;
}

.nav__links a,
.nav__whitepaper,
.nav__partner,
.text-link {
  position: relative;
}

.nav__links a::after,
.nav__whitepaper::after,
.nav__partner::after,
.text-link::after {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 400ms var(--ease);
}

.nav__links a:hover::after,
.nav__whitepaper:hover::after,
.nav__partner:hover::after,
.text-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav__actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 26px;
  font-size: 0.76rem;
}

.nav__whitepaper {
  font-weight: 500;
}

.nav__partner {
  color: var(--acid);
  font-size: 0.76rem;
  font-weight: 700;
}

.hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: calc(100svh - 122px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8vh clamp(18px, 5vw, 96px) max(13vh, 140px);
  text-align: center;
}

.hero h1 {
  width: min(100%, 1400px);
  margin: 0;
  font-size: clamp(4rem, 8.8vw, 10rem);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.84;
  text-wrap: balance;
}

.hero__audience {
  margin: 0 0 20px;
  color: var(--acid);
  font-size: clamp(0.76rem, 0.9vw, 0.88rem);
  font-weight: 800;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.hero__action-row {
  display: grid;
  grid-template-columns: minmax(480px, 680px) auto;
  align-items: end;
  gap: clamp(36px, 6vw, 96px);
  margin-top: clamp(30px, 4.5vh, 58px);
  text-align: left;
}

.hero__proof {
  width: min(100%, 680px);
}

.hero__value {
  margin: 0;
}

.hero__value strong {
  color: var(--white);
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.hero__late-note {
  position: relative;
  display: inline-block;
  color: inherit;
  white-space: nowrap;
}

.hero__late-note::before {
  position: absolute;
  bottom: calc(100% + 14px);
  left: 50%;
  width: max-content;
  color: var(--acid);
  content: attr(data-note);
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.025em;
  line-height: 1;
  text-transform: uppercase;
  transform: translateX(-38%) rotate(-2deg);
}

.hero__late-note::after {
  position: absolute;
  bottom: calc(100% - 4px);
  left: 46%;
  color: var(--acid);
  content: "↘";
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1;
  transform: rotate(7deg);
}

.hero__actions {
  display: flex;
  align-items: flex-end;
  gap: 28px;
}

.hero__partner-cta {
  display: grid;
  width: min(260px, 100%);
  gap: 8px;
}

.hero__partner-cta .button {
  width: 100%;
}

.hero__availability,
.hero__friction {
  margin: 0;
}

.hero__availability {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--acid);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}

.hero__availability i {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 0 5px rgba(223, 255, 0, 0.13);
}

.hero__friction {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.64rem;
  line-height: 1.35;
}

.hero__actions > .text-link {
  margin-bottom: 28px;
}

.button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  font-size: 0.82rem;
  font-weight: 700;
  transition: transform 350ms var(--ease), background-color 350ms var(--ease);
}

.button--light {
  background: var(--acid);
  color: var(--ink);
}

.button--light:hover {
  background: var(--white);
  transform: translateY(-3px);
}

.text-link {
  padding-bottom: 4px;
  font-size: 0.79rem;
  font-weight: 700;
  white-space: nowrap;
}

.hero__foot {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: minmax(180px, 0.55fr) minmax(420px, 1.6fr) minmax(220px, 0.7fr);
  align-items: center;
  gap: clamp(28px, 5vw, 90px);
  min-height: 86px;
  padding: 16px clamp(18px, 5vw, 96px);
  background: rgba(8, 8, 7, 0.62);
  font-size: 0.72rem;
  backdrop-filter: blur(12px);
}

.hero__foot strong {
  max-width: 230px;
  color: var(--acid);
  font-size: clamp(0.78rem, 1vw, 0.95rem);
}

.hero__systems {
  display: grid;
  gap: 8px;
}

.hero__systems > span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.62rem;
}

.hero__logos {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: clamp(15px, 1.8vw, 28px);
}

.hero__logo,
.hero__logo-lockup img {
  display: block;
  width: auto;
  object-fit: contain;
}

.hero__logo {
  max-width: 96px;
  max-height: 19px;
}

.hero__logo--cloudbeds {
  width: 94px;
}

.hero__logo--eviivo {
  width: 60px;
  filter: grayscale(1) brightness(0) invert(1);
}

.hero__logo-lockup {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 6px;
  color: var(--white);
}

.hero__logo-lockup img {
  width: 17px;
  height: 17px;
  filter: grayscale(1) brightness(0) invert(1);
}

.hero__logo-lockup b,
.hero__logo-word {
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(0.72rem, 0.9vw, 0.86rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1;
  white-space: nowrap;
}

.hero__logo-word--guestline {
  font-weight: 500;
  letter-spacing: -0.045em;
}

.hero__workflow-note {
  justify-self: end;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.35;
  text-align: right;
}

.selection {
  background: var(--paper);
  color: var(--ink);
}

.selection__status {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px clamp(18px, 5vw, 96px);
  background: var(--ink);
  color: var(--acid);
  font-size: 0.76rem;
  font-weight: 700;
}

.selection__status i,
.selection__city small i {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 0 rgba(223, 255, 0, 0.45);
  animation: selection-pulse 2.2s ease-out infinite;
}

.selection__intro {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(560px, 1.22fr);
  align-items: start;
  gap: 8vw;
  width: min(calc(100% - clamp(44px, 10vw, 192px)), 1500px);
  margin: 0 auto;
  padding: clamp(100px, 11vw, 170px) 0 clamp(80px, 9vw, 140px);
}

.selection__intro h2 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(3.5rem, 5.8vw, 7.2rem);
  font-weight: 500;
  letter-spacing: -0.08em;
  line-height: 0.84;
}

.selection__intro > div {
  display: grid;
  justify-items: start;
  gap: 34px;
}

.selection__intro p {
  max-width: 530px;
  margin: 0;
  color: #5f5e58;
  font-size: clamp(1rem, 1.3vw, 1.22rem);
  line-height: 1.55;
}

.selection__application form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
}

.selection__application label {
  display: grid;
  gap: 8px;
}

.selection__application label > span {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
}

.selection__application input,
.selection__application select {
  width: 100%;
  min-height: 54px;
  border: 1px solid var(--ink);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  padding: 0 15px;
  font: inherit;
  outline: none;
  transition: background-color 220ms ease, box-shadow 220ms ease;
}

.selection__application input:focus,
.selection__application select:focus {
  background: var(--white);
  box-shadow: inset 0 -4px 0 var(--acid);
}

.selection__application input::placeholder {
  color: #77766f;
}

.selection__application-email,
.selection__application form .button {
  grid-column: 1 / -1;
}

.selection__application form .button {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  border: 0;
  cursor: pointer;
}

.selection__application form .button:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

.selection__application .form-honey {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.selection__form-status {
  display: none;
  width: 100%;
  padding: 22px;
  border: 1px solid var(--ink);
}

.selection__form-status.is-success,
.selection__form-status.is-error {
  display: grid;
  gap: 7px;
}

.selection__form-status.is-success {
  background: var(--acid);
}

.selection__form-status.is-error {
  background: var(--white);
}

.selection__form-status strong {
  font-size: 1.05rem;
}

.selection__form-status span {
  color: #5f5e58;
  line-height: 1.45;
}

.selection__form-status a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.selection__application > small {
  color: #686761;
  font-size: 0.68rem;
}

.button--dark {
  background: var(--ink);
  color: var(--white);
}

.button--dark:hover {
  background: var(--acid);
  color: var(--ink);
  transform: translateY(-3px);
}

.selection__city-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-auto-flow: dense;
  width: min(calc(100% - clamp(44px, 10vw, 192px)), 1500px);
  margin: 0 auto;
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}

.selection__city {
  display: flex;
  min-width: 0;
  min-height: 168px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  transition: background-color 350ms var(--ease), padding 450ms var(--ease);
}

.selection__city:hover,
.selection__city:focus-visible {
  padding-left: 32px;
  background: var(--acid);
  outline: none;
}

.selection__city > span {
  overflow: hidden;
  font-size: clamp(1.5rem, 2.2vw, 2.6rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.95;
  text-overflow: ellipsis;
}

.selection__city small {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #62615c;
  font-size: 0.67rem;
  font-weight: 700;
}

.selection__city small b {
  color: var(--ink);
  font-size: 1.3rem;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.selection__city small i {
  width: 6px;
  height: 6px;
  color: #627000;
  animation: none;
}

.selection__city-status--review i {
  animation: selection-pulse 2.2s ease-out infinite;
}

.selection__city-status--final {
  color: var(--ink) !important;
}

.selection__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(calc(100% - clamp(44px, 10vw, 192px)), 1500px);
  margin: 28px auto 0;
  padding-bottom: clamp(100px, 11vw, 170px);
  color: #686761;
  font-size: 0.7rem;
}

.selection__meta span:nth-child(2) {
  text-align: center;
}

.selection__meta span:last-child {
  text-align: right;
}

@keyframes selection-pulse {
  70% { box-shadow: 0 0 0 10px rgba(223, 255, 0, 0); }
  100% { box-shadow: 0 0 0 0 rgba(223, 255, 0, 0); }
}

.marquee {
  overflow: hidden;
  background: var(--acid);
  color: var(--ink);
}

.marquee__track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: marquee 28s linear infinite;
  font-size: clamp(1rem, 1.4vw, 1.35rem);
  font-weight: 700;
}

.marquee__group {
  display: flex;
  min-width: 100vw;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-around;
  gap: 34px;
  padding: 18px 34px 18px 0;
}

.marquee__track i {
  width: 7px;
  height: 7px;
  background: currentColor;
  transform: rotate(45deg);
}

.section {
  padding: clamp(120px, 13vw, 210px) clamp(22px, 5vw, 96px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  align-items: start;
  gap: 8vw;
  max-width: 1500px;
  margin: 0 auto clamp(70px, 9vw, 130px);
}

.section-heading h2,
.story__sticky h2,
.questions h2 {
  margin: 0;
  font-size: clamp(3.6rem, 7.4vw, 8.4rem);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.86;
}

.section-heading p,
.story__sticky p {
  max-width: 470px;
  margin: 0;
  color: #5f5e58;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.55;
}

.model {
  background: var(--paper);
}

.model-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(230px, 22vw));
  grid-auto-flow: dense;
  width: min(100%, 1500px);
  margin: 0 auto;
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}

.model-grid > article {
  position: relative;
  overflow: hidden;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.model-grid__visual {
  grid-column: span 7;
  grid-row: span 2;
  background: #1b1c1e;
}

.model-grid__visual > img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.18) brightness(0.75);
  transition: transform 900ms var(--ease), filter 900ms var(--ease);
}

.model-grid__visual:hover > img {
  filter: grayscale(0.45) contrast(1.1) brightness(0.85);
  transform: scale(1.05);
}

.release-demo {
  position: absolute;
  right: 32px;
  bottom: 32px;
  left: 32px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 5px 24px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  backdrop-filter: blur(12px);
}

.release-demo span {
  color: #686761;
  font-size: 0.72rem;
}

.release-demo strong {
  grid-column: 1;
  font-size: clamp(1.25rem, 2vw, 2.1rem);
}

.release-demo button {
  grid-column: 2;
  grid-row: 1 / span 2;
  min-height: 54px;
  padding: 0 22px;
  border: 0;
  background: var(--ink);
  color: var(--white);
  cursor: pointer;
}

.model-grid__card {
  grid-column: span 5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(28px, 4vw, 62px);
}

.model-grid__card--dark {
  background: var(--ink);
  color: var(--white);
}

.model-grid__card--acid {
  background: var(--acid);
}

.model-grid__index {
  font-size: 0.72rem;
  font-weight: 700;
}

.model-grid__card h3 {
  max-width: 11ch;
  margin: auto 0 22px;
  font-size: clamp(2rem, 3.5vw, 4.2rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.92;
}

.model-grid__card p {
  max-width: 430px;
  margin: 0;
  color: inherit;
  font-size: clamp(0.9rem, 1.1vw, 1.08rem);
  line-height: 1.45;
  opacity: 0.72;
}

.story {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(480px, 1.22fr);
  gap: clamp(70px, 10vw, 170px);
  background: var(--ink);
  color: var(--white);
}

.story__sticky {
  align-self: start;
}

.story__sticky h2 {
  max-width: 8.5ch;
  font-size: clamp(4rem, 7.4vw, 8.6rem);
}

.story__sticky p {
  margin-top: 42px;
  color: var(--muted);
}

.story__rail {
  display: grid;
  gap: 14vh;
}

.story-card {
  min-height: min(74vh, 760px);
  overflow: hidden;
  background: #262724;
  transform: scale(0.86);
  transform-origin: top center;
}

.story-card > img {
  height: 62%;
  object-fit: cover;
  filter: grayscale(0.3) contrast(1.1);
  transition: transform 800ms var(--ease);
}

.story-card:hover > img {
  transform: scale(1.05);
}

.story-card > div:last-child {
  padding: clamp(28px, 4vw, 54px);
}

.story-card span {
  font-size: 0.71rem;
  font-weight: 700;
}

.story-card h3 {
  margin: 16px 0 12px;
  font-size: clamp(2.2rem, 4vw, 4.8rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.92;
}

.story-card p {
  max-width: 500px;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.5;
}

.story-card--acid {
  display: grid;
  min-height: min(68vh, 700px);
  align-content: space-between;
  background: var(--acid);
  color: var(--ink);
}

.story-card--acid p,
.story-card--light p {
  color: rgba(16, 16, 15, 0.64);
}

.story-card__number {
  padding: 2vw 4vw 0;
  font-size: clamp(11rem, 28vw, 28rem);
  font-weight: 900;
  letter-spacing: -0.12em;
  line-height: 0.72;
}

.story-card--light {
  min-height: min(72vh, 740px);
  background: var(--paper);
  color: var(--ink);
}

.contribution {
  padding: clamp(28px, 4vw, 54px) !important;
  background: var(--white);
}

.contribution > div {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
}

.contribution strong,
.contribution output {
  color: var(--ink);
  font-family: inherit;
  font-size: 1.1rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.contribution__row--price {
  min-height: 70px !important;
  background: var(--acid);
  margin-inline: clamp(-54px, -4vw, -28px);
  padding: 0 clamp(28px, 4vw, 54px);
}

.contribution__stepper {
  display: grid;
  grid-template-columns: 32px minmax(66px, auto) 32px;
  align-items: center;
  flex: 0 0 auto;
}

.contribution__stepper button {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  padding: 0;
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  line-height: 1;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.contribution__stepper button:hover {
  background: var(--ink);
  color: var(--white);
}

.contribution__stepper button:active {
  transform: scale(0.94);
}

.contribution__stepper button:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 3px;
}

.contribution__stepper output {
  min-width: 66px;
  text-align: center;
}

.contribution__total {
  min-height: 78px !important;
  border-bottom: 0 !important;
}

.contribution__total span,
.contribution__total output {
  font-size: clamp(1.5rem, 3vw, 3rem);
  font-weight: 700;
}

.contribution__total output.is-negative {
  color: #b3281f;
}

.demand-proof {
  padding-top: clamp(56px, 6vw, 96px);
  background: var(--ink);
  color: var(--white);
}

.demand-proof__top {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
  gap: 8vw;
  width: min(100%, 1500px);
  margin: 0 auto clamp(84px, 10vw, 150px);
}

.demand-proof__eyebrow,
.demand-proof__reach > p {
  margin: 0 0 30px;
  color: var(--acid);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.demand-proof h2 {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(3.8rem, 7.4vw, 8.6rem);
  font-weight: 500;
  letter-spacing: -0.078em;
  line-height: 0.86;
}

.demand-proof__intro {
  max-width: 560px;
  margin: 32px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.45;
}

.demand-proof__reach {
  align-self: start;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  padding-top: 20px;
}

.demand-proof__reach > p {
  margin-bottom: 20px;
}

.demand-proof__reach > div {
  display: grid;
  grid-template-columns: minmax(110px, 0.42fr) 1fr;
  align-items: baseline;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.demand-proof__reach strong {
  color: var(--acid);
  font-size: clamp(2.6rem, 4.5vw, 5.4rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.demand-proof__reach span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
}

.launch-status {
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) repeat(3, minmax(190px, 1fr));
  width: min(100%, 1500px);
  margin: 0 auto clamp(70px, 8vw, 120px);
  border-top: 1px solid rgba(255, 255, 255, 0.42);
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}

.launch-status > div {
  display: grid;
  min-height: 108px;
  align-content: center;
  gap: 10px;
  padding: 20px 24px;
}

.launch-status > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.launch-status__meta span,
.launch-status__meta time,
.launch-status__city span {
  font-size: 0.68rem;
}

.launch-status__meta span {
  color: var(--acid);
  font-weight: 700;
  text-transform: uppercase;
}

.launch-status__meta time,
.launch-status__city span {
  color: rgba(255, 255, 255, 0.6);
}

.launch-status__city strong {
  font-size: clamp(1.25rem, 1.8vw, 2rem);
  font-weight: 500;
  letter-spacing: -0.035em;
}

.launch-status__city span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.launch-status__city i {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 0 0 rgba(223, 255, 0, 0.45);
  animation: selection-pulse 2.2s ease-out infinite;
}

.demand-proof__routes,
.demand-proof__footer {
  width: min(100%, 1500px);
  margin-inline: auto;
}

.demand-proof__routes article {
  display: grid;
  grid-template-columns: 76px minmax(240px, 0.8fr) minmax(300px, 1.2fr);
  gap: 30px;
  align-items: start;
  padding: 32px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.42);
}

.demand-proof__routes article:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}

.demand-proof__routes article > span {
  color: var(--acid);
  font-size: 0.72rem;
  font-weight: 700;
}

.demand-proof__routes h3 {
  margin: 0;
  font-size: clamp(1.7rem, 2.8vw, 3.3rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.demand-proof__routes p {
  max-width: 610px;
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.5;
}

.demand-proof__footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 50px;
  align-items: end;
  padding-top: 34px;
}

.demand-proof__footer p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
}

.demand-proof__footer a {
  color: var(--acid);
  font-weight: 700;
}

.demand-proof__footer a span {
  margin-left: 16px;
}

.guest-proof {
  --stays-ink: #11110f;
  --stays-paper: #f6f0e5;
  --stays-accent: #ff4e2f;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
  overflow: hidden;
  background: #d9d6ce;
}

.guest-proof__copy {
  grid-column: 1 / span 7;
  width: min(100%, 820px);
  justify-self: end;
  padding-left: clamp(0px, 3vw, 44px);
}

.guest-proof__copy > p:first-child {
  margin: 0 0 34px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.guest-proof__copy h2 {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(3.8rem, 7vw, 8rem);
  font-weight: 500;
  letter-spacing: -0.078em;
  line-height: 0.86;
}

.guest-proof__copy > p:not(:first-child) {
  max-width: 560px;
  margin: 42px 0 34px;
  color: #5f5e58;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.55;
}

.guest-proof__visual {
  position: relative;
  grid-column: 8 / -1;
  height: min(66vw, 760px);
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  background: var(--acid);
  isolation: isolate;
}

.guest-proof__visual::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(rgba(16, 16, 15, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 16, 15, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
}

.guest-proof__demo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.guest-proof__demo .stays-demo__canvas {
  top: 50%;
  left: 50%;
  width: clamp(1280px, 110vw, 1404px);
  transform: translate(-60.74%, -50%);
  animation: none;
}

.guest-proof__demo .demo-guide {
  right: 20px;
  bottom: 20px;
  left: auto;
  width: min(230px, calc(100% - 40px));
}

.guest-proof__controls {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(100%, 1500px);
  justify-self: center;
  margin-top: clamp(64px, 8vw, 116px);
}

.guest-proof__control {
  display: grid;
  min-height: 360px;
  align-content: space-between;
  padding: clamp(26px, 3vw, 46px);
}

.guest-proof__control > span {
  font-size: 0.72rem;
  font-weight: 800;
}

.guest-proof__control h3 {
  max-width: 14ch;
  margin: auto 0 24px;
  font-size: clamp(2.2rem, 4vw, 4.8rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.92;
}

.guest-proof__control p {
  max-width: 54ch;
  margin: 0;
  line-height: 1.5;
}

.guest-proof__control--dark {
  background: var(--ink);
  color: var(--white);
}

.guest-proof__control--dark p {
  color: rgba(255, 255, 255, 0.65);
}

.guest-proof__control--acid {
  background: var(--acid);
  color: var(--ink);
}

.accordion-section {
  background: var(--paper);
}

.section-heading--compact {
  margin-bottom: clamp(60px, 7vw, 100px);
}

.accordion {
  display: flex;
  width: min(100%, 1500px);
  height: min(72vh, 760px);
  margin: 0 auto;
  overflow: hidden;
  background: var(--ink);
}

.accordion__item {
  position: relative;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.45);
  color: var(--white);
  cursor: pointer;
  transition: flex 700ms var(--ease);
}

.accordion__item:last-child {
  border-right: 0;
}

.accordion__item.is-active,
.accordion__item:hover,
.accordion__item:focus-visible {
  flex: 3.4;
  outline: none;
}

.accordion__item img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) brightness(0.42) contrast(1.2);
  transition: filter 700ms var(--ease), transform 900ms var(--ease);
}

.accordion__item.is-active img,
.accordion__item:hover img,
.accordion__item:focus-visible img {
  filter: grayscale(0.15) brightness(0.64) contrast(1.1);
  transform: scale(1.04);
}

.accordion__number {
  position: absolute;
  top: 26px;
  left: 26px;
  font-size: 0.72rem;
  font-weight: 700;
}

.accordion__copy {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  min-width: 360px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 450ms var(--ease), transform 600ms var(--ease);
}

.accordion__item.is-active .accordion__copy,
.accordion__item:hover .accordion__copy,
.accordion__item:focus-visible .accordion__copy {
  opacity: 1;
  transform: translateY(0);
}

.accordion__copy h3 {
  margin: 0 0 10px;
  font-size: clamp(3.5rem, 7vw, 7.5rem);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.85;
}

.accordion__copy p {
  max-width: 400px;
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
}

.connect {
  background: var(--ink);
  color: var(--white);
}

.connect__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  align-items: start;
  gap: 8vw;
  width: min(100%, 1500px);
  margin: 0 auto clamp(80px, 10vw, 150px);
}

.connect__intro h2 {
  max-width: 9ch;
  margin: 0;
  font-size: clamp(4rem, 8.2vw, 9rem);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.84;
}

.connect__copy {
  display: grid;
  justify-items: start;
  gap: 34px;
}

.connect__copy p {
  max-width: 530px;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.55;
}

.button--acid {
  background: var(--acid);
  color: var(--ink);
}

.button--acid:hover {
  background: var(--white);
  transform: translateY(-3px);
}

.connect__systems,
.connect__assurances {
  width: min(100%, 1500px);
  margin-inline: auto;
}

.connect__systems > p {
  margin: 0 0 22px;
  color: var(--acid);
  font-size: 0.76rem;
  font-weight: 700;
}

.connect__system-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-flow: dense;
  border-top: 1px solid rgba(255, 255, 255, 0.42);
  border-left: 1px solid rgba(255, 255, 255, 0.42);
}

.connect__system-grid span {
  display: flex;
  min-height: 118px;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.42);
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
  font-size: clamp(1rem, 1.45vw, 1.45rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  transition: background-color 350ms var(--ease), color 350ms var(--ease);
}

.connect__system-grid span:hover {
  background: var(--acid);
  color: var(--ink);
}

.connect__assurances {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.73rem;
}

.connect__assurances span {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.connect__assurances span:last-child {
  text-align: right;
}

.questions {
  background: #d9d6ce;
}

.questions__top {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 40px;
  width: min(100%, 1500px);
  margin: 0 auto clamp(70px, 9vw, 130px);
}

.questions h2 {
  max-width: 10ch;
}

.questions__controls {
  display: flex;
}

.questions__controls button {
  width: 58px;
  height: 58px;
  border: 1px solid var(--ink);
  border-right: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  transition: background 250ms ease, color 250ms ease;
}

.questions__controls button:last-child {
  border-right: 1px solid var(--ink);
}

.questions__controls button:hover {
  background: var(--ink);
  color: var(--white);
}

.question-frame {
  position: relative;
  width: min(100%, 1500px);
  min-height: 300px;
  margin: 0 auto;
  border-top: 1px solid var(--ink);
}

.question {
  position: absolute;
  inset: 0;
  display: none;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr);
  align-items: start;
  gap: 8vw;
  padding-top: 48px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(25px);
}

.question.is-current {
  display: grid;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.question p {
  max-width: 900px;
  margin: 0;
  font-size: clamp(2.3rem, 5vw, 6rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.96;
}

.question span {
  color: #55544f;
  font-size: 1.05rem;
  line-height: 1.55;
}

.careers-callout {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(320px, 0.75fr);
  width: 100%;
  background: var(--paper);
  border-top: 1px solid var(--ink);
}

.careers-callout__intro {
  min-height: 620px;
  padding: clamp(70px, 8vw, 130px) clamp(22px, 5vw, 96px);
}

.careers-callout__intro > p {
  margin: 0 0 clamp(80px, 12vw, 180px);
  font-size: 0.76rem;
  font-weight: 700;
}

.careers-callout__intro h2 {
  max-width: 9ch;
  margin: 0;
  font-size: clamp(4rem, 8.3vw, 9.5rem);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.84;
  text-wrap: balance;
}

.careers-callout__roles {
  display: flex;
  min-height: 620px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(42px, 5vw, 76px);
  background: var(--ink);
  color: var(--white);
}

.careers-callout__count {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.careers-callout__count strong {
  color: var(--acid);
  font-size: clamp(4.5rem, 8vw, 8rem);
  font-weight: 500;
  letter-spacing: -0.08em;
  line-height: 0.72;
  font-variant-numeric: tabular-nums;
}

.careers-callout__count span {
  max-width: 9ch;
  font-size: 0.75rem;
  line-height: 1.25;
}

.careers-callout__roles > p {
  max-width: 31ch;
  margin: auto 0 52px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.25rem, 1.8vw, 1.75rem);
  letter-spacing: -0.03em;
  line-height: 1.25;
}

.careers-callout__roles > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 700;
  transition: color 250ms ease, padding 400ms var(--ease);
}

.careers-callout__roles > a:hover {
  padding-inline: 12px;
  color: var(--acid);
}

.footer {
  padding: clamp(100px, 13vw, 190px) clamp(22px, 5vw, 96px) 34px;
  background: var(--acid);
  color: var(--ink);
}

.footer > p {
  max-width: 1500px;
  margin: 0 auto;
  font-size: clamp(4rem, 9.5vw, 11rem);
  font-weight: 500;
  letter-spacing: -0.08em;
  line-height: 0.82;
}

.footer__cta {
  display: flex;
  width: min(100%, 1500px);
  min-height: 108px;
  align-items: center;
  justify-content: space-between;
  margin: clamp(70px, 9vw, 130px) auto;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  font-size: clamp(1.3rem, 2.2vw, 2.6rem);
  font-weight: 700;
  transition: padding 500ms var(--ease);
}

.footer__cta::after {
  content: "↗";
}

.footer__cta:hover {
  padding: 0 22px;
}

.footer__bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  width: min(100%, 1500px);
  margin: 0 auto;
  font-size: 0.72rem;
}

.footer__links {
  display: flex;
  justify-self: end;
  gap: 24px;
}

.footer__links a {
  justify-self: end;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@keyframes marquee {
  to { transform: translateX(-50%); }
}

.guest-demo {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  min-height: 900px;
  align-items: center;
  gap: clamp(60px, 8vw, 150px);
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.guest-demo::before {
  position: absolute;
  top: 0;
  right: clamp(24px, 5vw, 96px);
  left: clamp(24px, 5vw, 96px);
  height: 1px;
  background: rgba(255, 255, 255, 0.28);
  content: "";
}

.guest-demo__copy {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.guest-demo__eyebrow {
  margin: 0 0 56px;
  color: var(--acid);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.guest-demo__copy h2 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(4.8rem, 7vw, 8.4rem);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.84;
  text-wrap: balance;
}

.guest-demo__copy > p:not(.guest-demo__eyebrow) {
  max-width: 560px;
  margin: 48px 0 34px;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1.05rem, 1.4vw, 1.3rem);
  line-height: 1.5;
}

.guest-demo__launch {
  border: 0;
  cursor: pointer;
}

.guest-demo__copy small {
  display: block;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.72rem;
}

.guest-demo__preview {
  position: relative;
  justify-self: center;
  width: min(100%, 440px);
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #e9e5dc;
  cursor: pointer;
  transform: rotate(2.5deg);
  transition: transform 500ms var(--ease);
}

.guest-demo__preview::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.26);
  content: "";
  pointer-events: none;
}

.guest-demo__preview img {
  aspect-ratio: 943 / 1677;
  object-fit: cover;
  transition: transform 700ms var(--ease);
}

.guest-demo__preview:hover,
.guest-demo__preview:focus-visible {
  transform: rotate(0deg) translateY(-8px);
}

.guest-demo__preview:hover img,
.guest-demo__preview:focus-visible img {
  transform: scale(1.025);
}

.guest-demo__preview-label {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  background: var(--acid);
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 800;
}

.guest-demo__preview-label b {
  font-size: 1.25rem;
  font-weight: 500;
}

.guest-demo__launch:focus-visible,
.guest-demo__preview:focus-visible,
.booking-demo button:focus-visible {
  outline: 3px solid var(--acid);
  outline-offset: 4px;
}

.booking-demo {
  width: min(100% - 32px, 620px);
  max-width: none;
  height: min(94dvh, 980px);
  max-height: none;
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  color: var(--ink);
}

.booking-demo::backdrop {
  background: rgba(10, 10, 9, 0.86);
  backdrop-filter: blur(12px);
}

.booking-demo[open] {
  animation: booking-demo-in 420ms var(--ease) both;
}

@keyframes booking-demo-in {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.booking-demo__shell {
  display: grid;
  height: 100%;
  grid-template-rows: auto minmax(0, 1fr) auto;
  background: var(--paper);
}

.booking-demo__header {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px 15px 24px;
  border-bottom: 1px solid var(--line);
}

.booking-demo__header p,
.booking-demo__header h2 {
  margin: 0;
}

.booking-demo__header p {
  margin-bottom: 3px;
  color: #6f6e68;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.booking-demo__header h2 {
  font-size: 1.18rem;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.booking-demo__close {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 1.65rem;
  font-weight: 300;
  line-height: 1;
  transition: background-color 220ms ease, color 220ms ease, transform 220ms ease;
}

.booking-demo__close:hover {
  background: var(--ink);
  color: var(--white);
}

.booking-demo__close:active {
  transform: scale(0.94);
}

.booking-demo__stage {
  position: relative;
  display: grid;
  min-height: 0;
  place-items: center;
  overflow: hidden;
  background: #dfdcd3;
}

.booking-demo__screen {
  position: relative;
  justify-self: center;
  height: 100%;
  width: calc((min(94dvh, 980px) - 174px) * 0.5623);
  max-width: 100%;
}

.booking-demo__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 1;
  transform: translateX(0);
  transition: opacity 150ms ease, transform 300ms var(--ease);
}

.booking-demo__image.is-changing {
  opacity: 0;
  transform: translateX(12px);
}

.booking-demo__hotspot {
  position: absolute;
  top: var(--hotspot-top, 75.7%);
  left: var(--hotspot-left, 20.5%);
  width: var(--hotspot-width, 58.5%);
  height: var(--hotspot-height, 5.7%);
  padding: 0;
  border: 2px solid rgba(29, 106, 255, 0.7);
  border-radius: 12px;
  background: rgba(29, 106, 255, 0.06);
  box-shadow: 0 0 0 5px rgba(29, 106, 255, 0.12);
  cursor: pointer;
  animation: booking-demo-pulse 1.9s ease-in-out infinite;
}

.booking-demo__hotspot[hidden] {
  display: none;
}

@keyframes booking-demo-pulse {
  50% {
    border-color: rgba(29, 106, 255, 0.18);
    box-shadow: 0 0 0 11px rgba(29, 106, 255, 0);
  }
}

.booking-demo__footer {
  display: grid;
  min-height: 92px;
  grid-template-columns: minmax(110px, 0.6fr) minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  padding: 16px 24px;
  border-top: 1px solid var(--line);
}

.booking-demo__progress span {
  display: block;
  margin-bottom: 9px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.07em;
}

.booking-demo__progress > div {
  height: 3px;
  overflow: hidden;
  background: rgba(16, 16, 15, 0.16);
}

.booking-demo__progress i {
  display: block;
  width: 20%;
  height: 100%;
  background: var(--ink);
  transition: width 350ms var(--ease);
}

.booking-demo__footer > p {
  margin: 0;
  font-size: 0.86rem;
  font-weight: 650;
  line-height: 1.3;
  text-align: right;
}

.booking-demo__restart {
  justify-self: end;
  padding: 12px 16px;
  border: 0;
  background: var(--ink);
  color: var(--white);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 750;
}

.booking-demo__restart[hidden] {
  display: none;
}

@media (max-width: 1000px) {
  .guest-demo {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.68fr);
    min-height: 780px;
    gap: 48px;
  }

  .guest-demo__copy h2 {
    font-size: clamp(4.1rem, 8vw, 6rem);
  }

  .guest-demo__preview {
    width: min(100%, 360px);
  }
  .nav {
    grid-template-columns: 1fr 1fr;
  }

  .nav__links {
    display: none;
  }

  .hero h1 {
    font-size: clamp(4rem, 11vw, 7.5rem);
  }

  .hero__action-row {
    grid-template-columns: 1fr;
    width: min(100%, 680px);
    gap: 28px;
  }

  .hero__foot {
    grid-template-columns: minmax(170px, 0.45fr) minmax(0, 1.55fr);
    gap: 30px;
  }

  .hero__workflow-note {
    display: none;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .demand-proof__top {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .demand-proof__reach {
    width: min(100%, 680px);
  }

  .launch-status {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .launch-status__meta {
    grid-column: 1 / -1;
  }

  .launch-status > div:nth-child(2) {
    border-left: 0;
  }

  .demand-proof__routes article {
    grid-template-columns: 60px minmax(220px, 0.8fr) minmax(260px, 1.2fr);
  }

  .guest-proof {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .guest-proof__copy,
  .guest-proof__visual {
    grid-column: 1;
  }

  .guest-proof__copy {
    justify-self: start;
    padding-left: 0;
  }

  .guest-proof__visual {
    width: min(100%, 660px);
    height: 760px;
    justify-self: center;
  }

  .selection__intro {
    grid-template-columns: 1fr;
    gap: 44px;
    width: calc(100% - 44px);
  }

  .selection__intro h2 {
    max-width: 10ch;
  }

  .selection__city-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .model-grid {
    grid-template-rows: repeat(2, minmax(240px, 32vw));
  }

  .model-grid__visual {
    grid-column: span 7;
  }

  .story {
    grid-template-columns: 1fr;
  }

  .story__sticky h2 {
    max-width: 10ch;
  }

  .story__rail {
    gap: 60px;
  }

  .story-card {
    transform: none;
  }

  .connect__intro {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .connect__system-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .careers-callout {
    grid-template-columns: 1fr;
  }

  .careers-callout__intro,
  .careers-callout__roles {
    min-height: 540px;
  }
}

@media (max-width: 700px) {
  .announcement__status--desktop {
    display: none;
  }

  .announcement__status--mobile {
    display: inline;
  }

  .guest-demo {
    display: block;
    min-height: auto;
    padding-top: 110px;
    padding-bottom: 120px;
  }

  .guest-demo__eyebrow {
    margin-bottom: 34px;
  }

  .guest-demo__copy h2 {
    font-size: clamp(3.5rem, 15vw, 5rem);
  }

  .guest-demo__copy > p:not(.guest-demo__eyebrow) {
    margin-top: 32px;
  }

  .guest-demo__launch {
    width: 100%;
  }

  .guest-demo__preview {
    display: block;
    width: min(82%, 330px);
    margin: 72px auto 0;
    transform: rotate(1.5deg);
  }

  .booking-demo {
    width: calc(100% - 16px);
    height: min(96dvh, 920px);
  }

  .booking-demo__header {
    min-height: 72px;
    padding: 12px 14px 12px 18px;
  }

  .booking-demo__screen {
    width: calc((min(96dvh, 920px) - 156px) * 0.5623);
  }

  .booking-demo__header h2 {
    font-size: 1rem;
  }

  .booking-demo__close {
    width: 40px;
    height: 40px;
  }

  .booking-demo__footer {
    min-height: 84px;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 14px;
    padding: 13px 16px;
  }

  .booking-demo__footer > p {
    font-size: 0.76rem;
  }

  .nav {
    width: calc(100% - 36px);
    min-height: 70px;
  }

  .nav__partner {
    font-size: 0.7rem;
  }

  .nav__actions {
    gap: 16px;
    font-size: 0.7rem;
  }

  .hero__content {
    min-height: calc(100svh - 104px);
    justify-content: flex-end;
    padding: 14vh 18px 150px;
    text-align: left;
  }

  .hero h1 {
    font-size: clamp(2.65rem, 11.5vw, 3.2rem);
    line-height: 0.88;
  }

  .hero__audience {
    width: 100%;
    margin-bottom: 18px;
    font-size: 0.68rem;
    line-height: 1.25;
  }

  .hero__action-row {
    width: 100%;
    margin-top: 20px;
  }

  .hero__value strong {
    font-size: 1rem;
  }

  .hero__late-note::before {
    right: 0;
    bottom: calc(100% + 10px);
    left: auto;
    font-size: 0.52rem;
    transform: rotate(-2deg);
  }

  .hero__late-note::after {
    right: 18px;
    bottom: calc(100% - 5px);
    left: auto;
    font-size: 1rem;
  }

  .hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .hero__partner-cta {
    width: 100%;
  }

  .hero__availability,
  .hero__friction {
    font-size: 0.62rem;
  }

  .hero__actions > .text-link {
    margin-bottom: 0;
  }

  .button {
    width: 100%;
  }

  .hero__foot {
    grid-template-columns: 1fr auto;
    gap: 8px 14px;
    min-height: 116px;
    padding: 14px 18px;
  }

  .hero__foot strong {
    grid-column: 1;
    font-size: 0.78rem;
  }

  .hero__systems {
    grid-column: 1 / -1;
    grid-row: 2;
    display: block;
  }

  .hero__systems > span {
    display: block;
    margin-bottom: 4px;
    font-size: 0.61rem;
  }

  .hero__logos {
    justify-content: space-between;
    gap: 8px;
  }

  .hero__logo {
    max-width: 70px;
    max-height: 15px;
  }

  .hero__logo--cloudbeds {
    width: 68px;
  }

  .hero__logo--eviivo {
    width: 48px;
  }

  .hero__logo-lockup {
    gap: 4px;
  }

  .hero__logo-lockup img {
    width: 13px;
    height: 13px;
  }

  .hero__logo-lockup b,
  .hero__logo-word {
    font-size: 0.61rem;
  }

  .hero__foot > a {
    grid-column: 2;
    grid-row: 1;
    max-width: 115px;
    font-size: 0.6rem;
  }

  .section {
    padding: 110px 18px;
  }

  .demand-proof h2,
  .guest-proof__copy h2 {
    font-size: clamp(3.2rem, 15vw, 5rem);
  }

  .demand-proof__routes article {
    grid-template-columns: 44px 1fr;
    gap: 18px;
  }

  .launch-status {
    grid-template-columns: 1fr;
    margin-bottom: 70px;
  }

  .launch-status__meta {
    grid-column: 1;
  }

  .launch-status > div {
    min-height: 88px;
    padding: 17px 0;
  }

  .launch-status > div + div,
  .launch-status > div:nth-child(2) {
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    border-left: 0;
  }

  .launch-status__city {
    grid-template-columns: minmax(110px, 0.7fr) minmax(0, 1.3fr);
    align-items: center;
  }

  .demand-proof__routes article p {
    grid-column: 2;
  }

  .demand-proof__footer {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .guest-proof {
    gap: 54px;
  }

  .guest-proof__controls {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .guest-proof__control {
    min-height: 300px;
    padding: 28px 22px;
  }

  .guest-proof__visual {
    height: 132vw;
    max-height: 700px;
  }

  .selection__status {
    justify-content: flex-start;
    padding-inline: 18px;
  }

  .selection__intro {
    width: 100%;
    padding: 90px 18px 70px;
  }

  .selection__intro h2 {
    max-width: 11ch;
    font-size: clamp(3rem, 12vw, 4.4rem);
  }

  .selection__intro .button {
    width: 100%;
  }

  .selection__application form {
    grid-template-columns: 1fr;
  }

  .selection__application-email,
  .selection__application form .button {
    grid-column: 1;
  }

  .selection__city-grid,
  .selection__meta {
    width: calc(100% - 36px);
  }

  .selection__city {
    min-height: 128px;
    padding: 17px;
  }

  .selection__city:hover,
  .selection__city:focus-visible {
    padding-left: 21px;
  }

  .selection__city > span {
    font-size: clamp(1.35rem, 7vw, 1.8rem);
  }

  .selection__city small {
    gap: 6px;
    font-size: 0.59rem;
  }

  .selection__meta {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-bottom: 90px;
  }

  .selection__meta span:nth-child(2),
  .selection__meta span:last-child {
    text-align: left;
  }

  .section-heading h2,
  .story__sticky h2,
  .questions h2 {
    font-size: clamp(3.2rem, 15vw, 5rem);
  }

  .model-grid {
    display: block;
    border-top: 1px solid var(--ink);
  }

  .model-grid > article {
    min-height: 360px;
  }

  .model-grid__card {
    min-height: 290px !important;
  }

  .release-demo {
    right: 16px;
    bottom: 16px;
    left: 16px;
    padding: 18px;
  }

  .story {
    gap: 70px;
  }

  .story-card {
    min-height: 620px;
  }

  .story-card__number {
    padding-top: 60px;
    font-size: 17rem;
  }

  .accordion {
    display: grid;
    height: auto;
  }

  .accordion__item,
  .accordion__item.is-active,
  .accordion__item:hover {
    min-height: 280px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  }

  .accordion__copy {
    min-width: 0;
    opacity: 1;
    transform: none;
  }

  .accordion__copy h3 {
    font-size: 4rem;
  }

  .connect__intro {
    margin-bottom: 70px;
  }

  .connect__intro h2 {
    font-size: clamp(3.4rem, 15vw, 5.2rem);
  }

  .connect__copy .button {
    width: 100%;
  }

  .connect__system-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .connect__system-grid span {
    min-height: 86px;
    font-size: 1rem;
  }

  .connect__assurances {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .connect__assurances span:nth-child(2),
  .connect__assurances span:last-child {
    text-align: left;
  }

  .questions__top {
    grid-template-columns: 1fr;
  }

  .questions__controls {
    justify-self: start;
  }

  .question-frame {
    min-height: 430px;
  }

  .question {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .question p {
    font-size: 2.8rem;
  }

  .careers-callout__intro {
    min-height: 500px;
    padding: 80px 18px;
  }

  .careers-callout__intro > p {
    margin-bottom: 100px;
  }

  .careers-callout__intro h2 {
    font-size: clamp(3.4rem, 15vw, 5.2rem);
  }

  .careers-callout__roles {
    min-height: 520px;
    padding: 38px 18px;
  }

  .footer > p {
    font-size: clamp(3.6rem, 16vw, 5.4rem);
  }

  .footer__cta {
    min-height: 90px;
    font-size: 1.15rem;
  }

  .footer__bottom {
    grid-template-columns: 1fr 1fr;
  }

  .footer__bottom > span {
    display: none;
  }

  .footer__links {
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
