/* Final brand direction: approved hospitality copy stays visually distinct from open content. */
.placeholder-note,
.placeholder-preserved,
.inline-placeholder,
.chat-demo-label,
.chat-preserved-placeholder {
  font-family: 'DM Mono', monospace;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.placeholder-note {
  width: max-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border: 1px dashed #7e6870;
  border-radius: 999px;
  background: #f8f4f1;
  color: #604f55;
  font-size: 8px;
  line-height: 1.35;
}

.placeholder-note-light {
  border-color: #e7c6cf80;
  background: #ffffff12;
  color: #f0d9df;
}

.placeholder-preserved {
  display: block;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px dashed #b9aaae;
  color: #766b6e;
  font-size: 7px;
  line-height: 1.5;
}

.inline-placeholder {
  display: inline-block;
  margin-right: 7px;
  padding: 4px 7px;
  border: 1px dashed #8c6a75;
  border-radius: 999px;
  color: var(--wine);
  font-size: 8px;
  line-height: 1;
}

/* Hero */
.hero {
  min-height: 820px;
  padding-bottom: 52px;
}

.hero-copy {
  width: 58%;
  padding-top: 40px;
}

.hero h1 {
  max-width: 900px;
  margin-bottom: 16px;
  font-size: clamp(63px, 7vw, 108px);
  line-height: .85;
  text-transform: none;
}

.hero-title > span,
.hero-title > em,
.hero-title > em > span {
  display: block;
}

.hero-title > em {
  margin-top: 12px;
  color: var(--wine);
  font-size: .61em;
  line-height: .96;
}

.hero-title .title-letters { white-space: nowrap; }

.hero-intro {
  max-width: 580px;
}

.hero-intro .lede {
  max-width: 500px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.55;
}

.hero-support {
  max-width: 555px;
  margin: 0;
  color: #62595b;
  font-size: 13px;
  line-height: 1.65;
}

.hero-letter-reveal > .animated-word,
.page-ready .hero-letter-reveal > .animated-word {
  display: inline-block;
  white-space: nowrap;
  opacity: 1;
  transform: none;
  animation: none;
}

.page-ready .hero-title .title-letters span {
  animation-duration: .32s;
  animation-delay: calc(.02s + var(--title-letter) * 8ms);
}

.page-ready .hero-letter-reveal .animated-word > span {
  animation-duration: .28s;
  animation-delay: calc(.22s + var(--letter) * 4ms);
}

.hero-numbers { margin-top: 8px; }
.hero-actions { margin-top: 22px; }
.hero-copy > .placeholder-note { margin-top: 12px; }

.hero-visual {
  right: 1.5vw;
  bottom: 26px;
  width: 41%;
  height: 650px;
}

.ticker-placeholder {
  position: relative;
  z-index: 2;
  margin: 0 0 11px 4vw;
  border-color: #6d3948;
  background: #f5e4e9;
  color: var(--wine);
}

.word-ticker { padding: 11px 0 15px; }

/* Benefits */
.benefit-grid {
  grid-template-rows: minmax(500px, auto) minmax(380px, auto);
}

.benefit-intro > div { max-width: 62%; }
.benefit-intro > img { width: 41%; }

.benefit-opening {
  max-width: 630px;
  display: grid;
  gap: 10px;
}

.benefit-opening p { color: #4f4749; }
.benefit-opening p:first-child { color: var(--ink); font-weight: 700; }

.benefit-wine {
  padding: 34px;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}

.benefit-wine p {
  max-width: 360px;
  margin-top: 22px;
  color: #ead8dd;
}

.benefit-simple { gap: 24px; }
.benefit-tags > .placeholder-note { margin-bottom: 16px; }

/* Gallery */
.gallery-static-head {
  grid-template-columns: 1.35fr .65fr;
}

.gallery-static-head h2 {
  max-width: 930px;
  font-size: clamp(52px, 6vw, 94px);
  line-height: .92;
}

.gallery-copy > p {
  max-width: 420px;
  margin: 0 0 18px;
  color: #686062;
  font-size: 15px;
  line-height: 1.65;
}

/* Ask LORA + emotional section */
.intro { padding-top: 128px; }

.intro-grid { align-items: start; }

.intro-copy h3 {
  margin: 4px 0 18px;
  color: #fff;
  font: 600 clamp(27px, 3vw, 44px)/1 'Manrope';
  letter-spacing: -.06em;
}

.intro-copy p {
  margin: 0;
  color: #f4dce2;
  font-size: 15px;
  line-height: 1.7;
}

.moment-grid {
  margin-top: 72px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 9px;
}

.moment-grid article {
  min-height: 190px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #ffffff30;
  border-radius: 16px;
  background: #ffffff0c;
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .55s ease, transform .7s cubic-bezier(.16, 1, .3, 1), background .25s;
}

.moment-grid article.is-visible { opacity: 1; transform: none; }
.moment-grid article:hover { background: #ffffff17; }
.moment-grid article span { color: var(--pink); font: 500 9px 'DM Mono'; letter-spacing: .08em; }
.moment-grid article p { margin: 0; color: #fff; font-size: 15px; line-height: 1.45; }

.intro > .placeholder-note { margin-top: 74px; }
.intro .stat-row { margin-top: 14px; }

.little-things {
  padding: clamp(100px, 11vw, 170px) 7vw;
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 10vw;
  background: #e7c6cf;
}

.little-things > * {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .65s ease, transform .8s cubic-bezier(.16, 1, .3, 1);
}

.little-things > *.is-visible { opacity: 1; transform: none; }

.little-things h2 {
  margin: 0;
  font: 600 clamp(55px, 7vw, 108px)/.9 'Manrope';
  letter-spacing: -.085em;
}

.little-things h2 em { color: var(--wine); }

.little-things-copy {
  align-self: end;
  max-width: 520px;
}

.little-things-list {
  margin-bottom: 34px;
  color: var(--wine);
  font: 600 clamp(25px, 2.6vw, 39px)/1.15 'Manrope';
  letter-spacing: -.05em;
}

.little-things-copy > p:last-child {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
}

.partner-label {
  margin: 0 7vw 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.partner-label > p {
  margin: 0;
  font: 600 clamp(23px, 2.7vw, 40px)/1 'Manrope';
  letter-spacing: -.06em;
}

/* Journey */
.process-heading h2 {
  font-size: clamp(46px, 5vw, 78px);
  line-height: .96;
  text-transform: none;
}

.process-heading > p:last-child {
  max-width: 410px;
  margin: 26px 0 0;
  color: #655e60;
  font-size: 15px;
  line-height: 1.65;
}

/* Services */
.service-section > .eyebrow { margin-bottom: 28px; }

.service-phrase {
  margin-bottom: 24px;
  text-transform: none;
}

.service-subline {
  max-width: 760px;
  margin: 0 0 72px;
  color: #5f5658;
  font-size: 17px;
  line-height: 1.65;
}

.service-placeholder { margin: 0 0 24px; }

.service-row blockquote {
  width: max-content;
  max-width: 100%;
  margin: 18px 0 0;
  padding: 9px 13px;
  border: 1px solid #d9cdd1;
  border-radius: 999px;
  color: var(--wine);
  font: 600 13px 'Manrope';
}

.service-value {
  margin-top: 72px;
  padding: clamp(34px, 5vw, 74px);
  border-radius: 22px;
  background: var(--wine);
  color: #fff;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .6s ease, transform .8s cubic-bezier(.16, 1, .3, 1);
}

.service-value.is-visible { opacity: 1; transform: none; }

.service-value h3 {
  max-width: 900px;
  margin: 0 0 18px;
  font: 600 clamp(38px, 5vw, 76px)/.95 'Manrope';
  letter-spacing: -.075em;
}

.service-value > p { color: #efdfe3; font-size: 15px; }

.service-flow {
  margin-top: 46px;
  padding-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid #ffffff38;
}

.service-flow span { font: 500 10px 'DM Mono'; letter-spacing: .05em; text-transform: uppercase; }
.service-flow i { color: var(--pink); font-style: normal; }

/* Core value and use cases */
.statement h2 {
  max-width: 1220px;
  text-transform: none;
}

.statement-copy {
  max-width: 760px;
  margin: 0 7vw 33px;
  color: #5c5355;
  font-size: 15px;
  line-height: 1.7;
}

.statement-copy p { margin-bottom: 8px; }
.statement-copy strong { display: block; margin-top: 21px; color: var(--wine); }

.use-cases {
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.use-heading { grid-column: 1 / -1; padding: 0 0 52px; }
.use-heading h2 { max-width: 850px; }
.use-intro { max-width: 530px; margin: 23px 0 18px; color: #d9cfd0; font-size: 14px; }

.use-card,
.use-card.second {
  min-height: 325px;
  margin-top: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid #ffffff14;
  border-radius: 16px;
  overflow: hidden;
}

.use-card > div { padding: 26px; }
.use-card:not(.use-card-image) > div { margin-top: auto; }
.use-card h3 { margin: 18px 0 11px; font-size: clamp(27px, 2.5vw, 39px); line-height: 1.02; }
.use-card img { height: 210px; }

/* Clearly provisional trust, editorial and legal content */
.review-head > div > .placeholder-note { margin-bottom: 21px; }

.news-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 35px;
}

.privacy { align-items: center; }
.privacy-copy > p { margin: 0 0 20px; font-size: 17px; line-height: 1.65; }
.privacy .text-link { grid-column: 2; }

.faq-item:nth-child(n+7) { transition-delay: .3s; }

/* Pilot conversion */
.contact-copy h2 {
  font-size: clamp(42px, 4.9vw, 75px);
  line-height: .95;
  text-transform: none;
}

.contact-route-note { margin-top: 18px; }

.final-contact {
  padding: 125px 7vw 135px;
}

.final-contact > .eyebrow {
  width: max-content;
  margin: 0 auto 28px;
  font: 10px 'DM Mono';
  letter-spacing: .08em;
}

.final-contact h2 {
  margin: 0;
  font: 600 clamp(58px, 8vw, 124px)/.85 'Manrope';
  letter-spacing: -.085em;
}

.final-contact h2 em { color: var(--wine); }

.final-contact .final-value {
  margin: 35px 0 28px;
  color: #5d5456;
  font: 500 clamp(20px, 2.4vw, 34px)/1.3 'Manrope';
  letter-spacing: -.04em;
}

.site-footer nav { flex-wrap: wrap; }

/* Chat remains explicitly a product demo. */
.chat-demo-label {
  display: block;
  width: max-content;
  max-width: 100%;
  margin-bottom: 13px;
  padding: 5px 8px;
  border: 1px dashed #9f8e93;
  border-radius: 999px;
  color: #6a5f62;
  font-size: 8px;
}

.chat-preserved-placeholder {
  display: block;
  margin-top: 17px;
  color: #84797c;
  font-size: 7px;
  line-height: 1.5;
}

/* Let the browser skip the new below-the-fold sections until needed. */
.little-things,
.partner-marquee {
  content-visibility: auto;
  contain-intrinsic-size: auto 680px;
}

@media (max-width: 1050px) {
  .hero { min-height: 0; padding-bottom: 70px; }
  .hero-copy { width: 100%; }
  .hero h1 { max-width: 900px; font-size: clamp(64px, 10vw, 96px); }
  .hero-title > em { font-size: .58em; }
  .hero-visual { position: relative; right: auto; bottom: auto; width: 100%; height: 520px; margin-top: 35px; }
  .hero-visual > img { object-position: right center; }
  .benefit-intro > div { max-width: 68%; }
  .moment-grid { grid-template-columns: repeat(3, 1fr); }
  .use-cases { grid-template-columns: repeat(2, 1fr); }
  .use-heading { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .placeholder-note { white-space: normal; }
  .hero { padding-bottom: 56px; }
  .hero-copy { padding-top: 58px; }
  .hero h1 { font-size: 55px; line-height: .88; }
  .hero-title > em { margin-top: 9px; font-size: .58em; line-height: 1; }
  .hero-intro .lede { font-size: 15px; }
  .hero-support { font-size: 12px; }
  .hero-actions { flex-wrap: wrap; }
  .hero-visual { height: 410px; margin-top: 24px; }
  .hero-numbers { grid-template-columns: repeat(3, 1fr); }

  .benefit-grid { padding-top: 64px; }
  .benefit-intro { min-height: 650px; }
  .benefit-intro > div { max-width: 100%; }
  .benefit-intro > img { width: 57%; height: 42%; right: -4%; bottom: -2%; opacity: .8; }
  .benefit-wine { min-height: 330px; }
  .benefit-tags { min-height: 430px; }

  .gallery-static-head h2 { font-size: 53px; }
  .gallery-static-head { grid-template-columns: 1fr; gap: 24px; }
  .gallery-copy > p { max-width: 100%; }
  .gallery-copy > .placeholder-note { width: 100%; }

  .intro { padding: 82px 24px; }
  .intro-grid { display: block; }
  .intro-copy { margin-top: 35px; }
  .moment-grid { margin-top: 48px; grid-template-columns: 1fr 1fr; }
  .moment-grid article { min-height: 160px; }
  .intro > .placeholder-note { margin-top: 52px; }

  .little-things { padding: 82px 24px; grid-template-columns: 1fr; gap: 54px; }
  .little-things h2 { font-size: 59px; }
  .little-things-list { font-size: 29px; }

  .partner-label { margin: 0 24px 24px; display: block; }
  .partner-label > p { margin-bottom: 15px; font-size: 29px; }

  .process-heading h2 { font-size: 49px; }
  .process-heading > p:last-child { font-size: 13px; }

  .service-phrase { margin-bottom: 20px; font-size: 53px; }
  .service-subline { margin-bottom: 46px; font-size: 14px; }
  .service-row blockquote { white-space: normal; }
  .service-flow { flex-wrap: wrap; justify-content: flex-start; }
  .service-flow i { width: 18px; }

  .statement-copy { margin: 0 24px 30px; font-size: 14px; }

  .use-cases { display: grid; grid-template-columns: 1fr; }
  .use-heading { grid-column: auto; }
  .use-card,
  .use-card.second { min-height: 275px; margin-top: 0; }

  .review-head > div > .placeholder-note { margin-bottom: 18px; }
  .news-head { display: block; }
  .news-head > .placeholder-note { margin-top: 20px; }

  .privacy .text-link { grid-column: auto; }
  .privacy-copy > p { font-size: 15px; }

  .contact-copy h2 { font-size: 47px; }
  .final-contact { padding: 88px 24px 104px; }
  .final-contact h2 { font-size: 59px; }
  .final-contact .final-value { font-size: 23px; }

  .site-footer nav { gap: 13px 19px; }
}

@media (max-width: 430px) {
  .hero h1 { font-size: 49px; }
  .hero-title > em { font-size: .56em; }
  .moment-grid { grid-template-columns: 1fr; }
  .moment-grid article { min-height: 145px; }
  .gallery-static-head h2 { font-size: 48px; }
  .little-things h2 { font-size: 52px; }
  .service-phrase { font-size: 48px; }
}
