/*
THESIS: Guest arrival and the operating record are one connected service. This page refuses the generic SaaS stack of hero, equal feature cards, and repeated claims.
OWN-WORLD: Midnight Curb, Hospitality Ivory, Arrival Red, sparse Concierge Gold, open service ledgers, decision folios, and rectilinear operating detail.
STORY: The visitor sees a polished arrival, understands the connection between valet operations and workforce operations, models value, reviews proof, and requests a business-case demonstration.
FIRST VIEWPORT: A quiet arrival-desk navigation sits above a split threshold. The proposition and primary action own the left; a believable hotel valet handoff owns the right.
FORM: The established Grand Arrival Desk world is rebuilt as The Arrival House, using a photo-led threshold, editorial service sequence, and one committed red systems chapter.
*/

body:has(.saas-home-revamp) {
  --ah-ink: #090a0a;
  --ah-night: #0b0d0d;
  --ah-night-raised: #111414;
  --ah-ivory: #f4efe6;
  --ah-ivory-soft: #ddd6cb;
  --ah-red: #f04444;
  --ah-red-deep: #951d24;
  --ah-gold: #d4af37;
  --ah-field: #f8fafc;
  --ah-line: rgba(244, 239, 230, 0.16);
  --ah-line-strong: rgba(244, 239, 230, 0.31);
  --ah-ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ah-ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
  background: var(--ah-night);
}

html:has(body .saas-home-revamp),
body:has(.saas-home-revamp) {
  overflow-x: hidden !important;
}

body:has(.saas-home-revamp) .page-shell {
  padding: 0;
}

body:has(.saas-home-revamp) .saas-storefront {
  width: 100%;
  max-width: none;
  overflow: clip;
  background: var(--ah-night);
}

.saas-storefront:has(.saas-home-revamp) {
  overflow-x: hidden;
}

body:has(.saas-home-revamp) .saas-nav,
body:has(.saas-home-revamp) .saas-home-revamp,
body:has(.saas-home-revamp) .saas-footer {
  width: min(100%, 1600px);
  margin-inline: auto;
}

/* Quiet arrival-desk navigation */
body:has(.saas-home-revamp) .saas-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  display: grid;
  visibility: visible;
  opacity: 1;
  min-height: 76px;
  margin-bottom: 0;
  padding: 12px clamp(18px, 3.3vw, 54px);
  border: 0;
  border-bottom: 1px solid var(--ah-line);
  border-radius: 0;
  background: color-mix(in srgb, var(--ah-night) 88%, transparent);
  box-shadow: none;
  backdrop-filter: blur(18px) saturate(120%);
}

body:has(.saas-home-revamp) .saas-brand-logo {
  width: 46px;
  height: 46px;
  flex-basis: 46px;
  border: 1px solid var(--ah-line);
  border-radius: 8px;
}

body:has(.saas-home-revamp) .saas-brand-copy strong {
  color: var(--ah-ivory);
  font-size: 1rem;
}

body:has(.saas-home-revamp) .saas-brand-copy small {
  color: rgba(244, 239, 230, 0.58);
}

body:has(.saas-home-revamp) .saas-nav-actions {
  gap: clamp(16px, 2.2vw, 34px);
}

body:has(.saas-home-revamp) .saas-nav-link {
  color: rgba(244, 239, 230, 0.68);
  font-size: 0.77rem;
}

body:has(.saas-home-revamp) .saas-nav-link::after {
  bottom: 5px;
  background: var(--ah-red);
}

body:has(.saas-home-revamp) .saas-nav-cta {
  min-width: 118px;
  min-height: 46px;
  border-radius: 999px;
}

/* Remove the ornamental side rails from the sales path. Their copy remains
   in the source and their target content is represented in the main story. */
body:has(.saas-home-revamp) .saas-desktop-story-rail {
  display: none;
}

.saas-home-revamp {
  background: var(--ah-night);
}

.saas-home-revamp > section {
  width: 100%;
  padding: clamp(84px, 10vw, 152px) clamp(22px, 6vw, 98px);
}

.saas-home-revamp :where(h1, h2, h3, p) {
  text-wrap: pretty;
}

.saas-home-revamp :where(h1, h2) {
  letter-spacing: -0.04em;
}

.saas-home-revamp :where(.saas-kicker, .eyebrow) {
  color: rgba(244, 239, 230, 0.68);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.saas-home-revamp .saas-kicker > span {
  width: 28px;
  background: var(--ah-red);
}

.saas-home-revamp .button {
  min-height: 50px;
  border-radius: 999px;
  transition:
    transform 140ms var(--ah-ease-out),
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .saas-home-revamp .button:hover {
    transform: translateY(-2px);
  }
}

.saas-home-revamp .button:active {
  transform: scale(0.97);
}

/* Hero: a private hotel threshold, not a SaaS billboard */
.saas-revenue-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  min-height: calc(100dvh - 76px);
  padding: 0 !important;
  overflow: hidden;
  border: 0;
  border-radius: 0 !important;
  background: var(--ah-night);
  box-shadow: none;
  isolation: isolate;
}

.saas-revenue-hero::before {
  position: absolute;
  display: block;
  inset: 0 0 0 auto;
  z-index: -1;
  width: 54%;
  height: 100%;
  content: "";
  background:
    linear-gradient(90deg, var(--ah-night) 0%, rgba(11, 13, 13, 0.35) 28%, rgba(11, 13, 13, 0.08) 62%),
    linear-gradient(0deg, rgba(11, 13, 13, 0.72), transparent 52%),
    url("/grand-arrival-hero.jpg") 60% center / cover no-repeat;
  clip-path: inset(0 0 0 0);
  transform: scale(1);
  transform-origin: 72% 50%;
  animation: ah-arrival-open 760ms var(--ah-ease-out) both;
}

.saas-revenue-hero::after {
  position: absolute;
  top: 0;
  right: clamp(24px, 3.2vw, 52px);
  bottom: auto;
  width: 1px;
  height: 76%;
  content: "";
  border: 0;
  background: linear-gradient(var(--ah-red), rgba(240, 68, 68, 0));
  opacity: 0.88;
}

@keyframes ah-arrival-open {
  from {
    clip-path: inset(0 0 0 28%);
    transform: scale(1.035);
  }
  to {
    clip-path: inset(0);
    transform: scale(1);
  }
}

.saas-revenue-hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  width: min(100%, 790px);
  max-width: none;
  padding: clamp(42px, 5vw, 76px) clamp(24px, 6vw, 96px);
}

.saas-revenue-hero-copy::after {
  display: block;
  width: min(260px, 46%);
  height: 1px;
  margin-top: clamp(30px, 5vw, 60px);
  content: "";
  background: linear-gradient(90deg, var(--ah-gold), transparent);
  opacity: 0.72;
}

.saas-revenue-hero-copy h1 {
  max-width: 12.4ch;
  margin: 18px 0 22px;
  color: var(--ah-ivory);
  font-size: clamp(3.55rem, 5.35vw, 5.15rem);
  font-weight: 500;
  line-height: 0.92;
}

.saas-revenue-hero-copy h1 em {
  display: block;
  padding-bottom: 0.09em;
  color: var(--ah-ivory);
  font-family: inherit;
  font-style: italic;
  font-weight: 500;
  line-height: 1.08;
}

.saas-revenue-hero-copy > p:not(.saas-kicker):not(.saas-hero-fineprint) {
  max-width: 59ch;
  color: rgba(244, 239, 230, 0.73);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.65;
}

.saas-revenue-hero-copy .saas-hero-switch-blurb {
  max-width: 55ch;
  margin-top: 14px;
  padding-top: 18px;
  border-top: 1px solid var(--ah-line);
}

.saas-revenue-hero-copy .saas-hero-actions {
  gap: 10px;
  margin-top: 30px;
}

.saas-revenue-hero-copy .saas-primary-cta {
  padding-inline: 26px;
  background: var(--ah-red);
}

.saas-revenue-hero-copy .button-ghost {
  border-color: var(--ah-line-strong);
  background: rgba(11, 13, 13, 0.32);
}

.saas-hero-capability-pills {
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: start;
  gap: 0;
  width: max-content;
  max-width: 100%;
  margin-top: 26px;
  border-top: 1px solid var(--ah-line);
  border-bottom: 1px solid var(--ah-line);
}

.saas-hero-capability-pills span {
  padding: 10px 14px;
  color: rgba(244, 239, 230, 0.62);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.63rem;
  white-space: nowrap;
}

.saas-hero-capability-pills span:first-child {
  padding-left: 0;
}

.saas-hero-capability-pills span + span {
  border-left: 1px solid var(--ah-line);
}

.saas-hero-fineprint {
  margin-top: 14px;
  color: rgba(244, 239, 230, 0.48);
  font-size: 0.74rem;
}

.saas-revenue-hero-illustration,
.saas-revenue-hero-overlay {
  display: none;
}

.saas-hero-value-card {
  right: clamp(30px, 4vw, 66px);
  bottom: clamp(28px, 5vw, 72px);
  z-index: 3;
  width: min(330px, 30%);
  padding: 22px 0 0;
  border: 0;
  border-top: 1px solid rgba(244, 239, 230, 0.48);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.saas-hero-value-card > strong {
  color: var(--ah-ivory);
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  line-height: 1.1;
}

.saas-hero-value-card > div {
  color: rgba(244, 239, 230, 0.62);
}

.saas-value-card-label {
  color: var(--ah-red);
}

/* The guest journey becomes an editorial service sequence */
.saas-home-how-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(52px, 9vw, 142px);
  color: var(--ah-ink);
  background: var(--ah-ivory);
}

.saas-home-how-heading {
  position: sticky;
  top: 112px;
  align-self: start;
}

.saas-home-how-heading .saas-kicker {
  color: var(--ah-red-deep);
}

.saas-home-how-heading h2 {
  max-width: 11ch;
  color: var(--ah-ink);
  font-size: clamp(3rem, 5vw, 5.2rem);
  line-height: 0.95;
}

.saas-home-how-heading > p:last-child {
  max-width: 46ch;
  color: rgba(9, 10, 10, 0.68);
}

.saas-home-how-steps {
  border-top: 2px solid var(--ah-ink);
}

.saas-home-how-steps article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 6px 20px;
  min-height: 185px;
  padding: 30px 0;
  border: 0;
  border-bottom: 1px solid rgba(9, 10, 10, 0.2);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.saas-home-how-steps article .saas-figure-scene {
  display: none;
}

.saas-home-how-steps article > span {
  grid-row: 1 / span 2;
  color: var(--ah-red-deep);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
}

.saas-home-how-steps article h3 {
  color: var(--ah-ink);
  font-size: clamp(1.65rem, 2.8vw, 2.7rem);
  line-height: 1.02;
}

.saas-home-how-steps article p {
  max-width: 50ch;
  color: rgba(9, 10, 10, 0.66);
}

/* Business outcomes read as one measured band */
.saas-value-ribbon {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0 clamp(22px, 6vw, 98px) !important;
  border: 0;
  border-bottom: 1px solid var(--ah-line);
  color: var(--ah-ivory);
  background: var(--ah-red-deep);
}

.saas-value-ribbon article {
  min-height: 176px;
  padding: 34px clamp(18px, 2.4vw, 36px);
  border: 0;
  background: transparent;
}

.saas-value-ribbon article:first-child {
  padding-left: 0;
}

.saas-value-ribbon article + article {
  border-left: 1px solid rgba(244, 239, 230, 0.24);
}

.saas-value-ribbon article > span {
  color: var(--ah-ivory);
  opacity: 0.62;
}

.saas-value-ribbon article strong {
  font-size: 1.1rem;
}

.saas-value-ribbon article p {
  color: rgba(244, 239, 230, 0.7);
}

/* Calculators: quiet decision folios */
.saas-roi-section,
.saas-time-value-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(52px, 9vw, 130px);
  color: var(--ah-ivory);
  background: var(--ah-night);
}

.saas-roi-copy h2,
.saas-time-value-section .saas-section-intro h2 {
  max-width: 11ch;
  color: var(--ah-ivory);
  font-size: clamp(2.9rem, 5vw, 5rem);
  line-height: 0.97;
}

.saas-roi-copy > p,
.saas-time-value-section .saas-section-intro > p {
  color: rgba(244, 239, 230, 0.66);
}

.saas-roi-principles {
  margin-top: 34px;
  border-top: 1px solid var(--ah-line);
}

.saas-roi-principles > div {
  padding: 18px 0;
  border-bottom: 1px solid var(--ah-line);
}

.saas-roi-calculator,
.saas-time-value-calculator {
  padding: clamp(26px, 4vw, 48px);
  border: 0;
  border-radius: 20px;
  background: var(--ah-ivory);
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.3);
}

.saas-calculator-heading {
  padding: 0 0 22px;
  border-bottom: 1px solid rgba(9, 10, 10, 0.2);
  color: var(--ah-ink);
}

.saas-calculator-fields {
  padding: 26px 0;
}

.saas-home-revamp .saas-calculator-fields label {
  color: rgba(9, 10, 10, 0.72);
}

.saas-home-revamp .saas-calculator-fields :where(input, select) {
  min-height: 50px;
  border: 1px solid rgba(9, 10, 10, 0.2);
  border-radius: 8px;
  background: var(--ah-field);
  color: var(--ah-ink);
}

.saas-calculator-results,
.saas-time-value-results {
  border-top: 1px solid rgba(9, 10, 10, 0.24);
}

.saas-calculator-results > div,
.saas-time-value-results > div {
  padding: 18px 0;
  border-bottom: 1px solid rgba(9, 10, 10, 0.18);
}

.saas-calculator-highlight,
.saas-zero-addon-result {
  margin-top: 12px;
  padding-inline: 18px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: var(--ah-red-deep) !important;
}

.saas-roi-calculator > p,
.saas-time-value-calculator > p {
  color: rgba(9, 10, 10, 0.58);
}

/* Concept films: one cinematic programme, not three cards */
.saas-concept-section {
  color: var(--ah-ivory);
  background: #080909;
}

.saas-concept-section .saas-section-intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(45px, 9vw, 140px);
  align-items: end;
  margin-bottom: clamp(52px, 8vw, 104px);
}

.saas-concept-section .saas-section-intro h2 {
  max-width: 11ch;
  color: var(--ah-ivory);
  font-size: clamp(3rem, 5vw, 5.2rem);
  line-height: 0.96;
}

.saas-concept-section .saas-section-intro > p:last-child {
  color: rgba(244, 239, 230, 0.64);
}

.saas-concept-grid {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--ah-line-strong);
}

.saas-concept-film {
  display: grid;
  grid-template-columns: minmax(150px, 0.35fr) minmax(360px, 0.95fr) minmax(260px, 0.7fr);
  gap: clamp(26px, 4.5vw, 70px);
  align-items: center;
  min-height: 500px;
  padding: clamp(42px, 6vw, 82px) 0;
  border: 0;
  border-bottom: 1px solid var(--ah-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.saas-concept-film > *,
.saas-film-copy,
.saas-film-topline,
.saas-time-chart,
.saas-cost-chart {
  min-width: 0;
  max-width: 100%;
}

.saas-concept-film:nth-child(even) .saas-film-stage {
  order: 3;
}

.saas-concept-film:nth-child(even) .saas-film-copy {
  order: 2;
}

.saas-film-topline {
  align-self: start;
  color: rgba(244, 239, 230, 0.58);
  font-family: "IBM Plex Mono", monospace;
}

.saas-film-topline button {
  min-height: 40px;
  border-radius: 999px;
}

.saas-film-stage {
  min-height: 400px;
  overflow: hidden;
  border: 1px solid var(--ah-line);
  border-radius: 14px;
  background: var(--ah-night-raised);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.saas-film-copy {
  align-self: end;
}

.saas-film-copy strong {
  margin-bottom: 14px;
  color: var(--ah-ivory);
  font-size: clamp(1.6rem, 2.6vw, 2.55rem);
  line-height: 1.04;
}

.saas-film-copy p,
.saas-film-disclaimer {
  color: rgba(244, 239, 230, 0.63);
}

/* Hospitality proof condenses into a quieter two-column field */
.saas-hospitality-playthrough-section {
  color: var(--ah-ink);
  background: var(--ah-ivory);
}

.saas-playthrough-heading {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(48px, 8vw, 124px);
  margin-bottom: 60px;
}

.saas-playthrough-heading .saas-kicker {
  color: var(--ah-red-deep);
}

.saas-playthrough-heading h2 {
  max-width: 12ch;
  color: var(--ah-ink);
  font-size: clamp(2.8rem, 5vw, 4.9rem);
  line-height: 0.97;
}

.saas-playthrough-heading > p {
  max-width: 58ch;
  align-self: end;
  color: rgba(9, 10, 10, 0.64);
}

.saas-playthrough-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 2px solid var(--ah-ink);
}

.saas-playthrough-card {
  min-height: 540px;
  padding: 34px clamp(22px, 3.2vw, 46px);
  border: 0;
  border-right: 1px solid rgba(9, 10, 10, 0.18);
  border-bottom: 1px solid rgba(9, 10, 10, 0.18);
  border-radius: 0;
  background: transparent;
}

.saas-playthrough-card:nth-child(even) {
  border-right: 0;
}

.saas-playthrough-card .saas-film-topline,
.saas-playthrough-card .saas-film-copy p,
.saas-playthrough-card .saas-film-disclaimer {
  color: rgba(9, 10, 10, 0.62);
}

.saas-playthrough-card .saas-film-copy strong {
  color: var(--ah-ink);
}

.saas-playthrough-stage {
  min-height: 330px;
  border-radius: 14px;
}

.saas-hospitality-difference {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 48px;
  margin-top: 64px;
  padding: 28px 0;
  border-top: 1px solid rgba(9, 10, 10, 0.28);
  border-bottom: 1px solid rgba(9, 10, 10, 0.28);
}

/* The connected system is the central differentiation */
.saas-suite-section {
  display: grid;
  grid-template-columns: minmax(250px, 0.58fr) minmax(0, 1.42fr);
  gap: clamp(54px, 9vw, 140px);
  color: var(--ah-ivory);
  background: var(--ah-red-deep);
}

.saas-suite-spine {
  position: sticky;
  top: 112px;
  align-self: start;
}

.saas-suite-spine h2 {
  max-width: 10ch;
  color: var(--ah-ivory);
  font-size: clamp(3rem, 5vw, 5.1rem);
  line-height: 0.95;
}

.saas-suite-spine > p {
  color: rgba(244, 239, 230, 0.72);
}

.saas-suite-promise {
  margin-top: 34px;
  border-top: 1px solid rgba(244, 239, 230, 0.26);
}

.saas-suite-promise span {
  padding: 15px 0;
  border-bottom: 1px solid rgba(244, 239, 230, 0.22);
}

.saas-suite-demo-grid {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(244, 239, 230, 0.42);
}

.saas-suite-demo {
  min-height: 430px;
  padding: 46px 0;
  border: 0;
  border-bottom: 1px solid rgba(244, 239, 230, 0.24);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.saas-suite-demo-heading {
  border-bottom-color: rgba(244, 239, 230, 0.24);
}

.saas-suite-demo-heading span {
  color: var(--ah-ivory);
  opacity: 0.66;
}

.saas-suite-demo :where(h3, p, strong, span) {
  color: var(--ah-ivory);
}

.saas-suite-demo > p {
  color: rgba(244, 239, 230, 0.72);
}

.saas-demo-value {
  font-size: clamp(1.25rem, 2.1vw, 1.9rem);
}

/* Time value keeps the same decision-folio language */
.saas-time-value-section {
  color: var(--ah-ivory);
}

.saas-time-value-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(260px, 0.88fr);
  gap: 34px;
}

.saas-value-charts {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--ah-line-strong);
}

.saas-time-chart,
.saas-cost-chart {
  padding: 26px 0;
  border: 0;
  border-bottom: 1px solid var(--ah-line);
  border-radius: 0;
  background: transparent;
}

/* Capabilities: open ledger, no card wall */
.saas-advantage-section {
  color: var(--ah-ink);
  background: var(--ah-ivory);
}

.saas-advantage-section .saas-section-intro {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(48px, 9vw, 136px);
  align-items: end;
  margin-bottom: 64px;
}

.saas-advantage-section .saas-kicker {
  color: var(--ah-red-deep);
}

.saas-advantage-section h2 {
  max-width: 12ch;
  color: var(--ah-ink);
  font-size: clamp(2.9rem, 5vw, 5rem);
  line-height: 0.96;
}

.saas-advantage-section .saas-section-intro > p {
  color: rgba(9, 10, 10, 0.64);
}

.saas-advantage-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 2px solid var(--ah-ink);
}

.saas-advantage-grid article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 8px 18px;
  min-height: 210px;
  padding: 30px clamp(20px, 3vw, 42px);
  border: 0;
  border-right: 1px solid rgba(9, 10, 10, 0.18);
  border-bottom: 1px solid rgba(9, 10, 10, 0.18);
  background: transparent;
}

.saas-advantage-grid article:nth-child(even) {
  border-right: 0;
}

.saas-advantage-grid article > span {
  grid-row: 1 / span 3;
  color: var(--ah-red-deep);
  font-family: "IBM Plex Mono", monospace;
}

.saas-advantage-grid article h3 {
  color: var(--ah-ink);
  font-size: 1.35rem;
}

.saas-advantage-grid article p {
  color: rgba(9, 10, 10, 0.62);
}

.saas-advantage-grid article strong {
  color: var(--ah-red-deep);
}

/* Comparison and pricing finish the buying decision */
.saas-comparison-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(48px, 9vw, 136px);
  align-items: start;
  color: var(--ah-ivory);
  background: #080909;
}

.saas-comparison-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  position: sticky;
  top: 112px;
  min-width: 0;
  margin: 0;
}

.saas-comparison-heading h2 {
  max-width: 10ch;
  color: var(--ah-ivory);
  font-size: clamp(3rem, 5vw, 5.1rem);
  line-height: 0.95;
}

.saas-comparison-heading > p:last-child {
  color: rgba(244, 239, 230, 0.65);
}

.saas-comparison-table {
  border: 0;
  border-top: 2px solid var(--ah-ivory);
  border-radius: 0;
  background: transparent;
}

.saas-comparison-row {
  grid-template-columns: minmax(112px, 0.42fr) 1fr 1.28fr;
  min-height: 88px;
  padding: 19px 0;
  border-color: var(--ah-line);
}

.saas-comparison-header {
  min-height: auto;
  color: rgba(244, 239, 230, 0.58);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.64rem;
}

.saas-comparison-row > strong {
  color: var(--ah-ivory);
}

.saas-home-revamp .saas-comparison-section .saas-comparison-row > span {
  color: rgba(244, 239, 230, 0.67);
}

.saas-home-revamp .saas-comparison-section .saas-comparison-row > span:first-child {
  color: rgba(244, 239, 230, 0.88);
}

.saas-pricing-promise-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(50px, 9vw, 134px);
  color: var(--ah-ink);
  background: var(--ah-ivory);
}

.saas-pricing-promise-heading .saas-kicker {
  color: var(--ah-red-deep);
}

.saas-pricing-promise-heading h2 {
  max-width: 10ch;
  color: var(--ah-ink);
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 0.96;
}

.saas-pricing-promise-heading > p {
  color: rgba(9, 10, 10, 0.64);
}

.saas-pricing-promise-grid {
  display: grid;
  gap: 0;
  border-top: 2px solid var(--ah-ink);
}

.saas-pricing-promise-grid article {
  padding: 32px 0;
  border: 0;
  border-bottom: 1px solid rgba(9, 10, 10, 0.2);
  border-radius: 0;
  background: transparent;
}

.saas-pricing-promise-grid .saas-volume-price-card {
  border-color: rgba(9, 10, 10, 0.2);
  background: transparent;
}

.saas-pricing-promise-grid article > span {
  color: var(--ah-red-deep);
}

.saas-pricing-promise-grid article > strong {
  color: var(--ah-ink);
  font-size: clamp(1.6rem, 2.5vw, 2.35rem);
}

.saas-pricing-promise-grid li {
  color: rgba(9, 10, 10, 0.68);
}

.saas-pricing-promise-cta {
  grid-column: 2;
  padding: 30px 0 0;
  border-top: 1px solid rgba(9, 10, 10, 0.24);
}

.saas-pricing-promise-cta p {
  color: rgba(9, 10, 10, 0.68);
}

.saas-pricing-promise-cta .saas-primary-cta {
  background: var(--ah-red);
  color: var(--ah-ivory);
}

.saas-revamp-company {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 60px;
  color: var(--ah-ivory);
  background: var(--ah-red-deep);
}

.saas-revamp-company h2 {
  max-width: 11ch;
  color: var(--ah-ivory);
  font-size: clamp(3rem, 5vw, 5.2rem);
  line-height: 0.96;
}

.saas-revamp-company p,
.saas-revamp-company .saas-contact-details {
  color: rgba(244, 239, 230, 0.74);
}

.saas-revamp-company a {
  color: var(--ah-ivory);
}

body:has(.saas-home-revamp) .saas-reviews-section,
body:has(.saas-home-revamp) .saas-final-cta,
body:has(.saas-home-revamp) .saas-footer {
  width: min(100%, 1600px);
}

body:has(.saas-home-revamp) .saas-reviews-section {
  margin: 0 auto;
  padding: clamp(84px, 10vw, 152px) clamp(22px, 6vw, 98px);
  color: var(--ah-ivory);
  background: var(--ah-night);
}

body:has(.saas-home-revamp) .saas-final-cta {
  margin: 0 auto;
  padding: clamp(80px, 10vw, 140px) clamp(22px, 6vw, 98px);
  color: var(--ah-ivory);
  background:
    linear-gradient(90deg, rgba(11, 13, 13, 0.97), rgba(11, 13, 13, 0.62)),
    url("/grand-arrival-hero.jpg") center 64% / cover no-repeat;
}

body:has(.saas-home-revamp) .saas-final-cta h2 {
  max-width: 14ch;
  color: var(--ah-ivory);
  font-size: clamp(3rem, 5.4vw, 5.6rem);
  line-height: 0.95;
}

body:has(.saas-home-revamp) .saas-final-cta > p {
  max-width: 60ch;
  color: rgba(244, 239, 230, 0.7);
}

body:has(.saas-home-revamp) .saas-footer {
  padding: 30px clamp(22px, 6vw, 98px);
  border-top: 1px solid var(--ah-line);
  background: #080909;
}

/* Responsive collapse keeps the sales story calm and usable */
@media (max-width: 1180px) {
  body:has(.saas-home-revamp) .saas-nav {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .saas-storefront:has(.saas-home-revamp) .saas-nav-actions {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--ah-red) transparent;
  }

  .saas-revenue-hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .saas-revenue-hero::before {
    width: 72%;
    opacity: 0.74;
  }

  .saas-revenue-hero-copy {
    width: min(72%, 760px);
  }

  .saas-hero-value-card {
    width: min(310px, 28%);
  }

  .saas-concept-film {
    grid-template-columns: 130px minmax(330px, 1fr) minmax(220px, 0.7fr);
  }

  .saas-time-value-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .saas-home-revamp > section {
    padding: 80px 24px;
  }

  .saas-revenue-hero {
    min-height: auto;
  }

  .saas-revenue-hero::before {
    inset: 0;
    width: 100%;
    opacity: 0.56;
  }

  .saas-revenue-hero-copy {
    width: 100%;
    min-height: calc(100dvh - 76px);
    padding: 76px 24px 160px;
  }

  .saas-hero-value-card {
    right: 24px;
    bottom: 34px;
    left: 24px;
    width: auto;
  }

  .saas-home-how-section,
  .saas-roi-section,
  .saas-time-value-section,
  .saas-suite-section,
  .saas-pricing-promise-section,
  .saas-revamp-company {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .saas-home-how-heading,
  .saas-suite-spine {
    position: static;
  }

  .saas-concept-section .saas-section-intro,
  .saas-playthrough-heading,
  .saas-advantage-section .saas-section-intro,
  .saas-comparison-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .saas-comparison-section {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .saas-comparison-heading {
    position: static;
  }

  .saas-concept-film {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .saas-concept-film:nth-child(even) .saas-film-stage,
  .saas-concept-film:nth-child(even) .saas-film-copy {
    order: initial;
  }

  .saas-film-stage {
    min-height: 360px;
  }

  .saas-suite-demo-grid,
  .saas-pricing-promise-grid,
  .saas-pricing-promise-cta {
    grid-column: 1;
  }

  .saas-value-ribbon {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-inline: 24px !important;
  }

  .saas-value-ribbon article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(244, 239, 230, 0.24);
  }

  .saas-value-ribbon article:nth-child(4) {
    border-top: 1px solid rgba(244, 239, 230, 0.24);
  }

  .saas-playthrough-grid,
  .saas-advantage-grid {
    grid-template-columns: 1fr;
  }

  .saas-playthrough-card,
  .saas-advantage-grid article {
    border-right: 0;
  }
}

@media (max-width: 660px) {
  body:has(.saas-home-revamp) .saas-nav {
    position: relative;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 10px 14px;
  }

  body:has(.saas-home-revamp) .saas-brand-copy small {
    display: none;
  }

  .saas-storefront:has(.saas-home-revamp) .saas-nav-actions {
    grid-column: 1 / -1;
    grid-row: 2;
    order: 3;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    flex-wrap: wrap;
    gap: 2px 18px;
    overflow: visible;
    padding-bottom: 0;
  }

  body:has(.saas-home-revamp) .saas-nav-account-actions,
  body:has(.saas-home-revamp) .saas-account-menu {
    width: auto;
    min-width: 0;
  }

  body:has(.saas-home-revamp) .saas-nav-account-actions .saas-nav-cta {
    width: auto;
    min-width: 92px;
    padding-inline: 14px;
  }

  body:has(.saas-home-revamp) .saas-nav-link {
    min-height: 44px;
  }

  .saas-revenue-hero-copy {
    min-height: calc(100dvh - 124px);
    padding: 58px 18px 168px;
  }

  .saas-revenue-hero-copy h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(2.85rem, 12vw, 3.25rem);
  }

  .saas-revenue-hero-copy h1 em {
    max-width: 8.2ch;
    margin-inline: auto;
    white-space: normal;
  }

  .saas-revenue-hero-copy .saas-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .saas-hero-capability-pills {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }

  .saas-hero-capability-pills span {
    padding: 10px 8px;
    white-space: normal;
  }

  .saas-hero-capability-pills span:nth-child(3) {
    padding-left: 0;
    border-top: 1px solid var(--ah-line);
    border-left: 0;
  }

  .saas-hero-capability-pills span:nth-child(4) {
    border-top: 1px solid var(--ah-line);
  }

  .saas-hero-value-card {
    right: 18px;
    bottom: 28px;
    left: 18px;
  }

  .saas-home-revamp > section {
    padding: 68px 18px;
  }

  .saas-home-how-heading h2,
  .saas-roi-copy h2,
  .saas-time-value-section .saas-section-intro h2,
  .saas-concept-section .saas-section-intro h2,
  .saas-playthrough-heading h2,
  .saas-suite-spine h2,
  .saas-advantage-section h2,
  .saas-comparison-heading h2,
  .saas-pricing-promise-heading h2,
  .saas-revamp-company h2 {
    font-size: clamp(2.65rem, 12vw, 3.75rem);
  }

  .saas-value-ribbon {
    grid-template-columns: 1fr;
    padding-inline: 18px !important;
  }

  .saas-value-ribbon article,
  .saas-value-ribbon article:first-child {
    min-height: auto;
    padding: 24px 0;
    border-top: 0;
    border-left: 0;
    border-bottom: 1px solid rgba(244, 239, 230, 0.24);
  }

  .saas-roi-calculator,
  .saas-time-value-calculator {
    padding: 24px 18px;
    border-radius: 14px;
  }

  .saas-film-stage {
    min-height: 320px;
  }

  .saas-playthrough-card {
    min-height: auto;
    padding: 28px 0;
  }

  .saas-hospitality-difference {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .saas-storefront:has(.saas-home-revamp) .saas-comparison-row {
    grid-template-columns: 1fr;
    gap: 8px;
    min-width: 0;
    padding: 20px 0;
  }

  .saas-storefront:has(.saas-home-revamp) .saas-comparison-row > * {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .saas-storefront:has(.saas-home-revamp) .saas-comparison-row > span:first-child,
  .saas-storefront:has(.saas-home-revamp) .saas-comparison-row > strong {
    grid-row: auto;
    grid-column: auto;
  }

  .saas-comparison-header {
    display: none;
  }

  .saas-advantage-grid article {
    padding-inline: 0;
  }

  body:has(.saas-home-revamp) .saas-reviews-section,
  body:has(.saas-home-revamp) .saas-final-cta {
    padding: 68px 18px;
  }

  body:has(.saas-home-revamp) .saas-footer {
    padding: 28px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .saas-revenue-hero::before {
    animation: none;
  }

  .saas-home-revamp .button {
    transition:
      border-color 160ms ease,
      background-color 160ms ease,
      color 160ms ease;
  }

  .saas-home-revamp .button:hover,
  .saas-home-revamp .button:active {
    transform: none;
  }

  .saas-home-revamp [data-concept-film] * {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
  }
}
