/*
 * LORAtech — Iteration 2 visual layer
 * Load after responsive-motion.css.
 *
 * This file deliberately keeps the existing reveal, counter, marquee and
 * placeholder systems intact. New components are visible by default; add the
 * existing `.reveal` class in HTML when a scroll entrance is wanted.
 */

:root {
  --i2-canvas: #f3f0eb;
  --i2-paper: #fbfaf7;
  --i2-ink: #241f20;
  --i2-muted: #6b6264;
  --i2-wine: #531b2b;
  --i2-wine-deep: #32101d;
  --i2-blush: #e8c8d0;
  --i2-blush-soft: #f2e1e5;
  --i2-line: rgba(63, 36, 44, .15);
  --i2-gutter: clamp(22px, 6vw, 96px);
  --i2-section: clamp(104px, 11vw, 176px);
  --i2-radius-lg: clamp(24px, 2.2vw, 36px);
  --i2-radius-md: 22px;
  --i2-shadow: 0 30px 80px rgba(50, 16, 29, .10);
}

/* Premium rhythm --------------------------------------------------------- */

.benefit-grid,
.gallery-section,
.intro,
.little-things,
.service-section,
.statement,
.use-cases,
.review-section,
.news-section,
.privacy,
.faq-section {
  scroll-margin-top: 92px;
}

.eyebrow {
  color: inherit;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .115em;
}

.eyebrow span {
  width: 7px;
  height: 7px;
}

/* Quiet, product-led hero ------------------------------------------------ */

.hero {
  min-height: max(780px, 100svh);
  padding-right: var(--i2-gutter);
  padding-bottom: clamp(58px, 7vw, 104px);
  padding-left: var(--i2-gutter);
  isolation: isolate;
  background:
    radial-gradient(circle at 79% 52%, rgba(232, 200, 208, .58) 0 17%, transparent 43%),
    linear-gradient(145deg, #f8f6f2 0%, var(--i2-canvas) 61%, #eee8e4 100%);
}

.hero::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 20%;
  right: 8%;
  width: clamp(280px, 38vw, 620px);
  aspect-ratio: 1;
  border: 1px solid rgba(83, 27, 43, .11);
  border-radius: 50%;
  pointer-events: none;
}

.hero-copy {
  width: min(55%, 790px);
  padding-top: clamp(74px, 10vh, 124px);
}

.hero .eyebrow {
  margin-bottom: clamp(28px, 4vh, 48px);
  color: var(--i2-muted);
}

.hero h1 {
  max-width: 930px;
  margin-bottom: clamp(25px, 4vh, 42px);
  font-size: clamp(67px, 7.6vw, 118px);
  line-height: .84;
  letter-spacing: -.088em;
}

.hero-title > em {
  max-width: 800px;
  margin-top: clamp(14px, 2vh, 24px);
  font-size: .58em;
  line-height: .98;
  letter-spacing: -.073em;
}

.hero-subheadline {
  max-width: 760px;
  margin: clamp(22px, 3vh, 38px) 0 0;
  color: var(--i2-wine);
  font: 500 clamp(30px, 3.2vw, 50px)/1.04 'Manrope', sans-serif;
  letter-spacing: -.06em;
}

.hero-subheadline .animated-word {
  display: inline-block;
  white-space: nowrap;
}

.hero-explainer {
  max-width: 560px;
  margin: clamp(18px, 2.4vh, 28px) 0 0;
  color: var(--i2-muted);
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.65;
}

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

.hero-intro .lede {
  max-width: 520px;
  color: #423b3d;
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.65;
}

.hero-support {
  max-width: 530px;
  color: var(--i2-muted);
  font-size: 13px;
  line-height: 1.7;
}

/* Add `.hero--quiet` when the Iteration 2 short hero copy is in place. */
.hero--quiet .hero-intro {
  display: none;
}

.hero-actions {
  margin-top: clamp(26px, 4vh, 42px);
  align-items: center;
  gap: 12px;
}

.hero-actions .button,
.hero-actions .text-link {
  min-height: 52px;
  padding: 16px 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hero-visual {
  right: clamp(8px, 2vw, 38px);
  bottom: clamp(34px, 6vh, 76px);
  width: min(46%, 720px);
  height: min(72vh, 690px);
  overflow: visible;
}

.hero-visual::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 8%;
  width: 74%;
  height: 20%;
  border-radius: 50%;
  background: rgba(50, 16, 29, .16);
  filter: blur(32px);
  transform: translateX(-50%);
}

.hero-visual > img {
  object-position: center bottom;
  filter: drop-shadow(0 32px 36px rgba(50, 16, 29, .16));
}

.hero-hotel-visual {
  overflow: hidden;
  border-radius: var(--i2-radius-lg);
  background: #cfc5c0;
  box-shadow: var(--i2-shadow);
}

.hero-hotel-visual::before {
  display: none;
}

.hero-hotel-visual::after {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 38% 0 0;
  display: block;
  background: linear-gradient(180deg, transparent, rgba(29, 14, 19, .68));
  pointer-events: none;
}

.hero-hotel-visual > img {
  object-fit: cover;
  object-position: 40% center;
  filter: none;
}

.hero-visual-note {
  position: absolute;
  z-index: 2;
  left: clamp(20px, 2.6vw, 40px);
  right: clamp(20px, 2.6vw, 40px);
  bottom: clamp(20px, 2.6vw, 38px);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
}

.hero-visual-note span {
  color: rgba(255, 255, 255, .73);
  font: 500 9px 'DM Mono', monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hero-visual-note strong {
  font: 600 clamp(21px, 2.2vw, 34px)/1 'Manrope', sans-serif;
  letter-spacing: -.055em;
}

.hero-numbers {
  max-width: 560px;
  margin-top: 22px;
  padding: 14px 0 0;
  border-color: var(--i2-line);
}

.hero-numbers strong {
  color: var(--i2-wine);
  font-size: clamp(28px, 2.8vw, 42px);
}

.hero-numbers span {
  color: var(--i2-muted);
  font-size: 9px;
  line-height: 1.45;
}

/* Running brand statement ------------------------------------------------ */

.brand-banner,
.word-ticker {
  position: relative;
  padding: clamp(21px, 2.2vw, 33px) 0;
  border-top: 1px solid var(--i2-line);
  border-bottom: 1px solid var(--i2-line);
  background: var(--i2-paper);
  color: var(--i2-wine);
}

.brand-banner::before,
.brand-banner::after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: min(10vw, 150px);
  pointer-events: none;
}

.brand-banner::before {
  left: 0;
  background: linear-gradient(90deg, var(--i2-paper), transparent);
}

.brand-banner::after {
  right: 0;
  background: linear-gradient(-90deg, var(--i2-paper), transparent);
}

.brand-banner .ticker-track,
.brand-banner-track,
.word-ticker .ticker-track {
  gap: clamp(24px, 3vw, 52px);
  font-size: clamp(24px, 2.8vw, 43px);
  font-weight: 500;
  letter-spacing: -.045em;
  animation-duration: 38s;
}

.brand-banner .ticker-track i,
.brand-banner-track i,
.word-ticker .ticker-track i {
  color: var(--i2-blush);
  font-size: .45em;
}

.brand-banner--proof {
  padding: 12px 0;
  background: var(--i2-wine);
  color: #fff;
}

.brand-banner--proof::before {
  background: linear-gradient(90deg, var(--i2-wine), transparent);
}

.brand-banner--proof::after {
  background: linear-gradient(-90deg, var(--i2-wine), transparent);
}

.brand-banner--proof .brand-banner-track {
  color: #f0dce1;
  font: 500 clamp(11px, 1.2vw, 15px) 'DM Mono', monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.brand-ticker {
  padding: 0;
  background: var(--i2-paper);
}

.brand-ticker-track,
.ticker-track-placeholder {
  gap: 0;
}

.brand-ticker-track {
  padding: clamp(23px, 2.5vw, 37px) 0;
  color: var(--i2-wine);
}

.ticker-group {
  padding-right: clamp(24px, 3vw, 52px);
  display: flex;
  align-items: center;
  gap: clamp(24px, 3vw, 52px);
  flex: 0 0 auto;
}

.template-ticker {
  padding: 11px 0 13px;
  overflow: hidden;
  border-top: 1px dashed rgba(83, 27, 43, .22);
  background: var(--i2-blush-soft);
}

.template-ticker .ticker-placeholder {
  margin: 0 0 9px var(--i2-gutter);
}

.ticker-track-placeholder {
  color: rgba(83, 27, 43, .72);
  font: 500 clamp(13px, 1.35vw, 18px)/1 'DM Mono', monospace;
  letter-spacing: .035em;
  animation-duration: 52s;
}

.ticker-track-placeholder .ticker-group {
  padding-right: 30px;
  gap: 30px;
}

/* Business value and audience split ------------------------------------- */

.benefit-grid {
  padding: var(--i2-section) var(--i2-gutter);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: auto;
  gap: clamp(12px, 1.2vw, 18px);
  background: #ece9e5;
}

.benefit-card {
  border: 1px solid rgba(83, 27, 43, .08);
  border-radius: var(--i2-radius-lg);
  box-shadow: none;
}

.benefit-intro {
  grid-column: 1 / -1;
  min-height: 610px;
  padding: clamp(38px, 5vw, 76px);
  background: var(--i2-paper);
}

.benefit-intro > div {
  max-width: 66%;
}

.benefit-intro > img {
  width: 42%;
  height: 75%;
  right: -1%;
  bottom: -4%;
  position: absolute;
  object-fit: contain;
  margin: 0;
  filter: drop-shadow(0 28px 30px rgba(50, 16, 29, .13));
}

.benefit-intro h2 {
  font-size: clamp(52px, 5.6vw, 90px);
  line-height: .9;
}

.benefit-opening {
  max-width: 590px;
  margin-top: clamp(28px, 4vw, 52px);
  gap: 13px;
}

.benefit-photo {
  grid-column: 9 / -1;
  min-height: 610px;
}

.benefit-photo::after,
.gallery-item::after {
  background: linear-gradient(180deg, transparent 25%, rgba(28, 13, 19, .82) 100%);
}

.benefit-photo::after {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 28% 0 0;
  pointer-events: none;
}

.benefit-photo > div {
  z-index: 2;
  left: clamp(24px, 3vw, 44px);
  right: clamp(24px, 3vw, 44px);
  bottom: clamp(24px, 3vw, 42px);
}

.benefit-wine,
.benefit-simple {
  grid-column: span 6;
  min-height: 430px;
  padding: clamp(34px, 4.5vw, 68px);
}

.benefit-wine {
  background: var(--i2-wine);
}

.benefit-simple {
  background: var(--i2-paper);
}

.benefit-wine h3,
.benefit-simple h3 {
  max-width: 540px;
  font-size: clamp(43px, 4.8vw, 74px);
  line-height: .91;
}

.benefit-wine p,
.benefit-simple p {
  max-width: 480px;
  font-size: 15px;
  line-height: 1.75;
}

.benefit-tags {
  grid-column: 1 / -1;
  min-height: 0;
  padding: clamp(34px, 4vw, 58px);
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 16px clamp(30px, 6vw, 100px);
  align-items: end;
  background: var(--i2-paper);
}

.benefit-tags > .placeholder-note {
  grid-column: 1 / -1;
  margin-bottom: 10px;
}

.benefit-tags h3 {
  margin: 0;
  font-size: clamp(38px, 4vw, 64px);
}

.benefit-tags > p {
  max-width: 520px;
  margin: 0;
  align-self: end;
}

.benefit-tags .outcome-tags {
  position: static;
  grid-column: 1 / -1;
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.benefit-tags .outcome-tags span {
  min-height: 72px;
  padding: 17px 18px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(83, 27, 43, .13);
  border-radius: 999px;
  background: #f0ebe8;
  color: var(--i2-wine);
  text-align: center;
  font: 600 clamp(10px, 1vw, 13px) 'DM Mono', monospace;
  letter-spacing: .025em;
}

/* Exact Iteration 2 guest/hotel cards in the current benefit grid. */
.value-card.value-guests,
.value-card.value-hotels {
  grid-column: span 6;
  min-height: 560px;
}

.value-card.value-guests {
  background: #6e6563;
}

.value-card.value-guests::after {
  inset: 17% 0 0;
  background: linear-gradient(180deg, transparent, rgba(24, 11, 16, .9));
}

.value-card.value-guests > div {
  top: clamp(28px, 4vw, 58px);
  bottom: clamp(28px, 4vw, 58px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.value-card.value-hotels {
  padding: clamp(38px, 5vw, 76px);
  display: block;
  align-items: stretch;
  text-align: left;
}

.value-card.value-hotels > div {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.value-label {
  width: max-content;
  max-width: 100%;
  margin: 0 0 auto;
  padding: 8px 11px;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: inherit;
  opacity: .76;
  font: 500 9px 'DM Mono', monospace;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.value-guests .value-label { color: #fff; }
.value-hotels .value-label { color: var(--i2-blush); }

.value-card h3 {
  margin: 0 0 25px;
  font-size: clamp(43px, 4.8vw, 74px);
  line-height: .91;
}

.value-card .value-description {
  max-width: 540px;
  margin: 0 0 25px;
  color: inherit;
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.6;
}

.value-guests h3,
.value-guests .value-list { color: #fff; }

.value-card .value-list {
  margin-top: auto;
}

.value-card .value-list li {
  border-color: rgba(255, 255, 255, .19);
  color: inherit;
}

.value-card .value-list li::before { color: var(--i2-blush); }

.benefit-promise {
  grid-column: 1 / -1;
  min-height: 310px;
  padding: clamp(36px, 4.5vw, 66px);
  display: grid;
  grid-template-columns: .45fr 1fr .9fr;
  gap: clamp(25px, 5vw, 80px);
  align-items: center;
}

.benefit-promise .value-label {
  margin: 0;
  align-self: start;
  color: var(--i2-wine);
}

.benefit-promise h3 {
  margin: 0;
  font-size: clamp(42px, 4.7vw, 73px);
}

.benefit-promise > p {
  max-width: 470px;
  margin: 0;
  color: var(--i2-muted);
  font-size: 16px;
  line-height: 1.75;
}

.benefit-promise .placeholder-preserved {
  grid-column: 3;
  margin-top: 18px;
}

.value-split {
  padding: var(--i2-section) var(--i2-gutter);
  background: var(--i2-canvas);
}

.value-split__head {
  max-width: 920px;
  margin-bottom: clamp(48px, 7vw, 92px);
}

.value-split__head h2 {
  margin: 0;
  font: 600 clamp(52px, 6.6vw, 104px)/.9 'Manrope', sans-serif;
  letter-spacing: -.08em;
}

.value-split__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.value-panel {
  min-height: 560px;
  padding: clamp(36px, 5vw, 76px);
  display: flex;
  flex-direction: column;
  border: 1px solid var(--i2-line);
  border-radius: var(--i2-radius-lg);
  background: var(--i2-paper);
  overflow: hidden;
}

.value-panel--hotel {
  border-color: rgba(255, 255, 255, .12);
  background: var(--i2-wine);
  color: #fff;
}

.value-panel__label {
  margin-bottom: auto;
  font: 500 10px 'DM Mono', monospace;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.value-panel--guest .value-panel__label { color: var(--i2-wine); }
.value-panel--hotel .value-panel__label { color: var(--i2-blush); }

.value-panel h3 {
  max-width: 560px;
  margin: clamp(70px, 10vw, 150px) 0 32px;
  font: 600 clamp(43px, 4.8vw, 74px)/.92 'Manrope', sans-serif;
  letter-spacing: -.075em;
}

.value-list {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  list-style: none;
}

.value-list li {
  padding: 14px 0;
  display: flex;
  align-items: baseline;
  gap: 12px;
  border-top: 1px solid var(--i2-line);
  font-size: 14px;
  line-height: 1.45;
}

.value-panel--hotel .value-list li { border-color: rgba(255, 255, 255, .17); }

.value-list li::before {
  content: '•';
  flex: 0 0 auto;
  color: var(--i2-wine);
}

.value-panel--hotel .value-list li::before { color: var(--i2-blush); }

/* LORA, naturally present ------------------------------------------------ */

.gallery-section {
  padding: var(--i2-section) var(--i2-gutter);
  background: #efede9;
}

.gallery-static-head {
  margin-bottom: clamp(48px, 7vw, 88px);
  grid-template-columns: 1.35fr .65fr;
  gap: clamp(38px, 8vw, 130px);
}

.gallery-static-head h2 {
  max-width: 940px;
  font-size: clamp(58px, 6.5vw, 104px);
  line-height: .9;
}

.gallery-copy > p {
  color: var(--i2-muted);
  font-size: 16px;
  line-height: 1.75;
}

.gallery-mosaic {
  grid-template-columns: 1.15fr .92fr .92fr;
  grid-template-rows: repeat(2, minmax(330px, 34vw));
  gap: 14px;
}

.gallery-item {
  border-radius: var(--i2-radius-lg);
  background: #d6cfca;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .45) inset;
}

.gallery-item img {
  transition: transform 1.15s cubic-bezier(.16, 1, .3, 1), filter .6s ease;
}

.gallery-item > span {
  top: 22px;
  left: 22px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, .52);
  background: rgba(251, 250, 247, .84);
  box-shadow: 0 8px 28px rgba(36, 18, 24, .10);
  backdrop-filter: blur(9px);
}

.gallery-item figcaption {
  left: clamp(24px, 3vw, 44px);
  right: clamp(24px, 3vw, 44px);
  bottom: clamp(26px, 3vw, 44px);
}

.gallery-item h3 {
  font-size: clamp(30px, 3.1vw, 50px);
  line-height: .95;
}

.gallery-item p {
  max-width: 430px;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  line-height: 1.65;
}

@media (hover: hover) and (pointer: fine) {
  .gallery-item:hover img {
    filter: saturate(.93) contrast(1.02);
    transform: scale(1.035);
  }
}

/* Just ask LORA — conversation, not dashboard --------------------------- */

.intro,
.ask-lora {
  position: relative;
  padding: var(--i2-section) var(--i2-gutter);
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 18%, rgba(232, 200, 208, .13), transparent 27%),
    var(--i2-wine-deep);
}

.intro::after,
.ask-lora::after {
  content: 'LORA';
  position: absolute;
  right: -2vw;
  bottom: -5vw;
  color: rgba(255, 255, 255, .025);
  font: 700 clamp(150px, 27vw, 430px)/.75 'Manrope', sans-serif;
  letter-spacing: -.12em;
  pointer-events: none;
}

.intro-grid,
.ask-lora__head {
  position: relative;
  z-index: 1;
  grid-template-columns: 1fr .7fr;
  gap: clamp(50px, 9vw, 150px);
  align-items: end;
}

.intro h2,
.ask-lora__head h2 {
  font-size: clamp(62px, 7.5vw, 120px);
  line-height: .84;
}

.intro-copy {
  max-width: 470px;
}

.moment-grid,
.conversation-stage {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: clamp(64px, 8vw, 112px) auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
}

.moment-grid article,
.conversation-pair {
  min-height: 0;
  padding: 0;
  display: grid;
  gap: 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}

/* Graceful fallback for the existing one-bubble markup. */
.moment-grid article > span {
  width: max-content;
  margin: 0 0 1px auto;
  color: #dcb3be;
  font: 500 9px 'DM Mono', monospace;
  letter-spacing: .1em;
}

.moment-grid article > p {
  width: min(88%, 520px);
  margin: 0 0 0 auto;
  padding: clamp(18px, 2vw, 27px);
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 24px 24px 5px 24px;
  background: var(--i2-paper);
  color: var(--i2-ink);
  box-shadow: 0 20px 48px rgba(18, 5, 11, .16);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.5;
}

.conversation-pair:nth-child(even) {
  margin-top: clamp(28px, 4vw, 62px);
}

.conversation-bubble {
  position: relative;
  width: min(88%, 540px);
  padding: clamp(18px, 2vw, 27px);
  border: 1px solid transparent;
  font-size: clamp(15px, 1.22vw, 18px);
  line-height: 1.55;
}

.conversation-bubble p { margin: 0; }

.conversation-bubble__label {
  display: block;
  margin-bottom: 8px;
  color: inherit;
  opacity: .62;
  font: 500 8px 'DM Mono', monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.conversation-bubble--guest {
  margin-left: auto;
  border-color: rgba(255, 255, 255, .28);
  border-radius: 25px 25px 5px 25px;
  background: var(--i2-paper);
  color: var(--i2-ink);
  box-shadow: 0 20px 48px rgba(18, 5, 11, .16);
}

.conversation-bubble--lora {
  margin-right: auto;
  padding-left: clamp(54px, 5vw, 72px);
  border-color: rgba(232, 200, 208, .24);
  border-radius: 25px 25px 25px 5px;
  background: rgba(255, 255, 255, .075);
  color: #fff;
  backdrop-filter: blur(12px);
}

.conversation-bubble--lora::before {
  content: 'L';
  position: absolute;
  top: 19px;
  left: 18px;
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--i2-blush);
  color: var(--i2-wine);
  font: 700 10px 'Manrope', sans-serif;
}

.conversation-intent {
  width: max-content;
  max-width: 100%;
  margin: 2px 0 3px auto;
  color: var(--i2-blush);
  font: 500 9px 'DM Mono', monospace;
  letter-spacing: .11em;
  text-transform: uppercase;
}

/* Exact conversation markup used by Iteration 2. */
.conversation-grid .lora-conversation {
  min-height: 0;
  padding: 0;
  display: grid;
  gap: 11px;
  border: 0;
  background: transparent;
}

.conversation-grid .lora-conversation:nth-child(even) {
  margin-top: clamp(28px, 4vw, 62px);
}

.conversation-type {
  width: max-content;
  margin-left: auto;
  color: var(--i2-blush);
  font: 500 9px 'DM Mono', monospace;
  letter-spacing: .11em;
}

.conversation-bubbles {
  display: grid;
  gap: 10px;
}

.conversation-grid .conversation-bubble {
  width: min(88%, 540px);
  margin: 0;
  padding: clamp(18px, 2vw, 27px);
}

.conversation-grid .conversation-bubble p {
  margin: 0;
  color: inherit;
  font-size: clamp(15px, 1.22vw, 18px);
  line-height: 1.55;
}

.conversation-grid .conversation-bubble small {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 8px;
  color: inherit;
  opacity: .62;
  font: 500 8px 'DM Mono', monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.conversation-grid .guest-bubble {
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 25px 25px 5px 25px;
  background: var(--i2-paper);
  color: var(--i2-ink);
  box-shadow: 0 20px 48px rgba(18, 5, 11, .16);
}

.conversation-grid .lora-bubble {
  margin-right: auto;
  border: 1px solid rgba(232, 200, 208, .24);
  border-radius: 25px 25px 25px 5px;
  background: rgba(255, 255, 255, .075);
  color: #fff;
  backdrop-filter: blur(12px);
}

.lora-bubble small b {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--i2-blush);
  color: var(--i2-wine);
  font: 700 10px 'Manrope', sans-serif;
}

.demo-metrics-shell {
  position: relative;
  z-index: 1;
  margin-top: clamp(70px, 8vw, 112px);
  padding: clamp(24px, 3vw, 42px);
  border: 1px dashed rgba(232, 200, 208, .34);
  border-radius: var(--i2-radius-md);
  background: rgba(255, 255, 255, .045);
}

.demo-metrics-shell > .placeholder-note {
  margin-bottom: 24px;
}

.demo-metrics-shell .hero-numbers {
  max-width: none;
  margin: 0;
  padding-top: 22px;
  border-color: rgba(255, 255, 255, .2);
}

.demo-metrics-shell .hero-numbers strong { color: #fff; }
.demo-metrics-shell .hero-numbers span { color: #d9c6cb; }

.intro .stat-row,
.ask-lora .stat-row {
  position: relative;
  z-index: 1;
  margin-top: clamp(76px, 9vw, 128px);
}

/* Emotional breathing room --------------------------------------------- */

.little-things {
  position: relative;
  min-height: 760px;
  padding: var(--i2-section) var(--i2-gutter);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(14px, 1.5vw, 24px);
  row-gap: clamp(50px, 7vw, 100px);
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 105%, rgba(255, 255, 255, .5), transparent 32%),
    linear-gradient(135deg, #efd8de 0%, var(--i2-blush) 62%, #dfb7c1 100%);
}

.little-things > div:first-child {
  grid-column: 1 / 8;
  align-self: end;
}

.little-things::before {
  content: '';
  position: absolute;
  right: -14%;
  top: -27%;
  width: min(57vw, 820px);
  aspect-ratio: 1;
  border: 1px solid rgba(83, 27, 43, .13);
  border-radius: 50%;
}

.little-things > * {
  position: relative;
  z-index: 1;
}

.little-things h2 {
  max-width: 850px;
  font-size: clamp(66px, 8.4vw, 134px);
  line-height: .82;
}

.little-things-copy {
  grid-column: 1 / 7;
  max-width: 560px;
  padding-left: clamp(26px, 4vw, 64px);
  border-left: 1px solid rgba(83, 27, 43, .22);
}

.little-things-visual {
  position: relative;
  z-index: 1;
  grid-column: 8 / -1;
  grid-row: 1 / 3;
  min-height: 650px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--i2-radius-lg);
  background: #cfc4c0;
  box-shadow: var(--i2-shadow);
}

.little-things-visual::after {
  content: '';
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, rgba(29, 14, 19, .7));
  pointer-events: none;
}

.little-things-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.little-things-visual figcaption {
  position: absolute;
  z-index: 1;
  right: 28px;
  bottom: 28px;
  left: 28px;
  color: #fff;
  font: 500 clamp(20px, 2vw, 30px)/1.1 'Manrope', sans-serif;
  letter-spacing: -.04em;
}

.little-things-list {
  margin-bottom: clamp(34px, 5vw, 64px);
  color: var(--i2-wine);
  font-size: clamp(28px, 3vw, 47px);
  line-height: 1.2;
}

.little-things-copy > p:last-child {
  max-width: 480px;
  color: #534649;
  font-size: 16px;
  line-height: 1.8;
}

.little-moments {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.little-moment {
  padding: 10px 14px;
  border: 1px solid rgba(83, 27, 43, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .26);
  color: var(--i2-wine);
  font-size: 11px;
  backdrop-filter: blur(8px);
}

/* Calm proof-point placement -------------------------------------------- */

.proof-points {
  padding: clamp(58px, 7vw, 104px) var(--i2-gutter);
  border-top: 1px solid var(--i2-line);
  border-bottom: 1px solid var(--i2-line);
  background: var(--i2-paper);
}

.proof-points__intro {
  margin-bottom: clamp(34px, 5vw, 62px);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
}

.proof-points__intro h2 {
  max-width: 700px;
  margin: 0;
  font: 600 clamp(37px, 4.5vw, 68px)/.96 'Manrope', sans-serif;
  letter-spacing: -.07em;
}

.proof-points__intro p {
  max-width: 430px;
  margin: 0;
  color: var(--i2-muted);
  font-size: 14px;
  line-height: 1.7;
}

.proof-points__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--i2-line);
}

.proof-point {
  min-height: 150px;
  padding: 27px clamp(16px, 2vw, 30px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--i2-line);
}

.proof-point:last-child { border-right: 0; }

.proof-point strong {
  color: var(--i2-wine);
  font: 600 clamp(27px, 3vw, 44px)/1 'Manrope', sans-serif;
  letter-spacing: -.06em;
}

.proof-point span {
  color: var(--i2-muted);
  font: 500 9px 'DM Mono', monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Hotel services: useful, quiet and clearly provisional where needed. */
.future-note {
  margin: 18px 0 0;
  padding: 13px 15px;
  border: 1px dashed rgba(83, 27, 43, .24);
  border-radius: 12px;
  background: rgba(232, 200, 208, .24);
  color: #66575b;
  font-size: 11px;
  line-height: 1.6;
}

.service-example {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
}

.service-example blockquote {
  margin: 0;
}

.service-example > span {
  color: var(--i2-muted);
  font: 500 9px 'DM Mono', monospace;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.service-example > span::before {
  content: '→';
  margin-right: 9px;
  color: var(--i2-wine);
}

.service-chips {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.service-chips span {
  padding: 8px 11px;
  border: 1px solid rgba(83, 27, 43, .15);
  border-radius: 999px;
  background: #f2eeeb;
  color: var(--i2-wine);
  font-size: 10px;
}

/* Recurring value claim and final conversion ---------------------------- */

.statement {
  padding: clamp(130px, 14vw, 220px) 0;
  background: var(--i2-paper);
}

.statement .eyebrow,
.statement h2,
.statement .button {
  margin-left: var(--i2-gutter);
}

.statement h2 {
  max-width: 1240px;
  margin-bottom: clamp(48px, 6vw, 84px);
  font-size: clamp(63px, 8.6vw, 138px);
  line-height: .84;
}

.statement-copy {
  max-width: 850px;
  margin: 0 var(--i2-gutter) 42px;
  padding-left: clamp(24px, 4vw, 62px);
  border-left: 1px solid var(--i2-line);
  color: var(--i2-muted);
  font-size: 16px;
  line-height: 1.75;
}

.statement-copy strong {
  color: var(--i2-wine);
  font-size: 18px;
}

.contact {
  min-height: 720px;
  grid-template-columns: minmax(320px, .9fr) minmax(480px, 1.1fr);
  background: var(--i2-wine);
}

.contact > img {
  min-height: 720px;
  object-position: center;
}

.contact-copy {
  min-width: 0;
  padding: clamp(70px, 8vw, 130px);
  background:
    radial-gradient(circle at 90% 10%, rgba(232, 200, 208, .16), transparent 30%),
    var(--i2-wine);
}

.contact-copy .eyebrow { color: var(--i2-blush); }

.contact-copy h2 {
  max-width: 870px;
  margin-bottom: 30px;
  color: #fff;
  font-size: clamp(49px, 5.5vw, 86px);
  line-height: .91;
}

.contact-copy > p:not(.eyebrow) {
  max-width: 580px;
  color: #e6d4d9;
  font-size: 16px;
  line-height: 1.75;
}

.contact .button {
  min-height: 54px;
  margin-top: 27px;
  padding: 16px 22px;
}

.final-contact {
  position: relative;
  padding: clamp(125px, 14vw, 220px) var(--i2-gutter);
  overflow: hidden;
  background: var(--i2-blush-soft);
}

.final-contact::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(70vw, 980px);
  aspect-ratio: 1;
  border: 1px solid rgba(83, 27, 43, .10);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.final-contact > * {
  position: relative;
  z-index: 1;
}

.final-contact h2 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(66px, 9vw, 142px);
  line-height: .82;
}

.final-contact .final-value {
  margin: clamp(38px, 5vw, 66px) 0 32px;
  color: #554a4c;
}

.final-contact > .button {
  min-height: 55px;
  padding: 16px 23px;
}

/* Footer ---------------------------------------------------------------- */

.site-footer {
  min-height: 620px;
  margin: 8px;
  padding: 40px var(--i2-gutter) 44px;
  border-radius: var(--i2-radius-md);
  background:
    radial-gradient(circle at 75% 110%, rgba(232, 200, 208, .10), transparent 33%),
    var(--i2-wine-deep);
}

.site-footer nav {
  gap: 16px clamp(22px, 2.8vw, 42px);
}

.site-footer nav a {
  color: #cba9b2;
  font-size: 12px;
}

.site-footer > h2 {
  max-width: 1050px;
  color: #fff;
  font-size: clamp(54px, 7vw, 108px);
  line-height: .9;
}

.footer-bottom {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, .13);
}

.site-footer .brand-light span {
  display: none;
}

.site-footer .brand-light img {
  width: clamp(154px, 14vw, 205px);
  height: auto;
  display: block;
}

/* Chat with LORA -------------------------------------------------------- */

.chat-orbit {
  position: fixed;
  right: max(22px, env(safe-area-inset-right));
  bottom: max(22px, env(safe-area-inset-bottom));
  width: 154px;
  height: 154px;
  border: 1px solid rgba(83, 27, 43, .11);
  background: rgba(251, 250, 247, .94);
  box-shadow: 0 18px 54px rgba(50, 16, 29, .18);
  backdrop-filter: blur(14px);
  contain: layout style;
}

.chat-orbit text {
  font-size: 14px;
  letter-spacing: 2.15px;
}

.chat-orbit > img {
  width: 91px;
  height: 91px;
}

.chat-window {
  border: 1px solid rgba(83, 27, 43, .14);
  border-radius: 28px;
  box-shadow: 0 40px 100px rgba(18, 5, 11, .32);
}

.chat-window-content header {
  min-height: 84px;
  padding: 17px 22px;
  background: var(--i2-wine);
}

.chat-window-content header img {
  width: 50px;
  height: 50px;
}

.chat-messages {
  padding: clamp(22px, 4vw, 34px);
  background:
    radial-gradient(circle at 100% 0, rgba(232, 200, 208, .28), transparent 32%),
    #f7f4f0;
}

.assistant-message,
.guest-message {
  border: 1px solid rgba(83, 27, 43, .08);
  border-radius: 5px 20px 20px 20px;
  box-shadow: 0 12px 30px rgba(53, 16, 29, .07);
}

.chat-greeting {
  max-width: 84%;
  border-color: rgba(83, 27, 43, .12);
  background: #fff;
  color: var(--i2-ink);
  font-size: 14px;
  line-height: 1.6;
}

.guest-message {
  border-radius: 20px 5px 20px 20px;
  background: var(--i2-blush-soft);
}

.chat-quick {
  gap: 8px;
  margin-top: 18px;
}

.chat-quick button {
  min-height: 44px;
  padding: 10px 14px;
}

.chat-quick button:disabled,
.chat-form button:disabled {
  cursor: wait;
  opacity: .52;
}

.chat-form {
  padding: 16px 18px max(16px, env(safe-area-inset-bottom));
}

/* Responsive refinements ------------------------------------------------ */

@media (max-width: 1180px) {
  .topbar .mobile-nav {
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    width: auto;
    height: 100vh;
    height: 100dvh;
    padding-bottom: max(34px, env(safe-area-inset-bottom));
  }

  .nav-open .chat-orbit {
    opacity: 0;
    pointer-events: none;
  }
}

@media (max-width: 1100px) {
  .hero {
    min-height: 0;
    padding-top: 78px;
  }

  .hero-copy {
    width: 100%;
    max-width: 920px;
    padding-top: clamp(70px, 9vw, 104px);
  }

  .hero-visual {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    height: min(62vw, 610px);
    margin-top: 28px;
  }

  .hero-visual > img { object-position: right bottom; }
  .hero-hotel-visual > img { object-position: center; }

  .benefit-intro {
    grid-column: 1 / -1;
  }

  .benefit-photo {
    grid-column: span 5;
    min-height: 470px;
  }

  .benefit-wine {
    grid-column: span 7;
    min-height: 470px;
  }

  .benefit-simple {
    grid-column: 1 / -1;
    min-height: 340px;
  }

  .gallery-mosaic {
    grid-template-rows: 500px 360px 360px;
  }

  .intro-grid,
  .ask-lora__head {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .intro-copy { max-width: 640px; }

  .little-things {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 60px;
  }

  .little-things > div:first-child,
  .little-things-copy,
  .little-things-visual {
    grid-column: 1;
    grid-row: auto;
  }

  .little-things-visual {
    min-height: 560px;
  }

  .little-things-copy {
    max-width: 680px;
    margin-left: auto;
  }

  .contact {
    grid-template-columns: .8fr 1.2fr;
  }
}

@media (max-width: 820px) {
  :root {
    --i2-gutter: clamp(20px, 5vw, 40px);
    --i2-section: clamp(86px, 14vw, 118px);
  }

  .hero h1 { font-size: clamp(55px, 12vw, 86px); }
  .hero-title > em { font-size: .57em; }
  .hero-subheadline { font-size: clamp(29px, 5.8vw, 43px); }

  .hero-visual {
    height: min(78vw, 540px);
  }

  .benefit-grid {
    display: flex;
    flex-direction: column;
  }

  .benefit-intro {
    min-height: 690px;
  }

  .benefit-intro > div { max-width: 100%; }

  .benefit-intro > img {
    width: 54%;
    height: 42%;
    right: 1%;
    bottom: -1%;
  }

  .benefit-photo,
  .benefit-wine,
  .benefit-simple {
    min-height: 390px;
  }

  .benefit-tags {
    display: block;
  }

  .benefit-tags > p { margin-top: 18px; }

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

  .benefit-promise {
    display: block;
    min-height: 0;
  }

  .value-card.value-guests,
  .value-card.value-hotels {
    min-height: 540px;
  }

  .benefit-promise h3,
  .benefit-promise > p,
  .benefit-promise .placeholder-preserved {
    margin-top: 26px;
  }

  .benefit-promise .placeholder-preserved { grid-column: auto; }

  .value-split__grid,
  .moment-grid,
  .conversation-stage {
    grid-template-columns: 1fr;
  }

  .value-panel { min-height: 490px; }

  .conversation-pair:nth-child(even) { margin-top: 0; }
  .conversation-grid .lora-conversation:nth-child(even) { margin-top: 0; }

  .gallery-static-head {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .gallery-mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 480px 330px 330px;
  }

  .gallery-featured {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .gallery-wide { grid-column: 1 / -1; }

  .proof-points__intro {
    display: block;
  }

  .proof-points__intro p { margin-top: 18px; }

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

  .proof-point:nth-child(2) { border-right: 0; }
  .proof-point:nth-child(n + 3) { border-top: 1px solid var(--i2-line); }

  .contact {
    display: flex;
    flex-direction: column;
  }

  .contact > img {
    min-height: 0;
    height: min(70vw, 520px);
  }

  .contact-copy { padding: var(--i2-section) var(--i2-gutter); }

  .footer-bottom {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .hero {
    padding-right: 20px;
    padding-bottom: 54px;
    padding-left: 20px;
  }

  .hero-copy { padding-top: 64px; }

  .hero h1 {
    font-size: clamp(47px, 14vw, 66px);
    line-height: .88;
  }

  .hero-subheadline {
    max-width: 300px;
    margin-top: 19px;
    font-size: 28px;
  }

  .hero-explainer {
    max-width: 330px;
    margin-top: 17px;
    font-size: 14px;
  }

  .hero-title > em {
    margin-top: 12px;
    font-size: .55em;
    line-height: 1;
  }

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

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button,
  .hero-actions .text-link {
    width: 100%;
  }

  .hero-visual {
    height: 390px;
    margin-top: 14px;
  }

  .hero-hotel-visual { height: 430px; }

  .hero-visual-note {
    align-items: start;
    flex-direction: column;
    gap: 5px;
  }

  .hero-visual > img { object-position: center bottom; }
  .hero-hotel-visual > img { object-position: 31% center; }

  .hero-numbers {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hero-numbers div {
    padding: 0 0 13px;
    border-bottom: 1px solid var(--i2-line);
  }

  .hero-numbers div:last-child { border-bottom: 0; }

  .brand-banner .ticker-track,
  .brand-banner-track,
  .word-ticker .ticker-track {
    gap: 25px;
    font-size: 25px;
  }

  .benefit-intro {
    min-height: 660px;
    padding: 30px 26px;
  }

  .benefit-intro h2 { font-size: 49px; }

  .benefit-intro > img {
    width: 66%;
    height: 35%;
    right: -5%;
  }

  .benefit-photo,
  .benefit-wine,
  .benefit-simple {
    min-height: 350px;
    padding: 28px 26px;
  }

  .benefit-photo { padding: 0; }

  .benefit-wine h3,
  .benefit-simple h3 { font-size: 43px; }

  .benefit-tags { padding: 30px 22px; }

  .benefit-tags .outcome-tags {
    display: grid;
    grid-template-columns: 1fr;
  }

  .benefit-tags .outcome-tags span { min-height: 58px; }

  .value-panel {
    min-height: 440px;
    padding: 30px 26px;
  }

  .value-panel h3 {
    margin-top: 64px;
    font-size: 43px;
  }

  .gallery-section { padding-right: 18px; padding-left: 18px; }

  .gallery-mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .gallery-item,
  .gallery-featured,
  .gallery-wide {
    grid-column: auto;
    grid-row: auto;
    height: 410px;
  }

  .gallery-featured { height: 480px; }

  .intro,
  .ask-lora {
    padding-right: 20px;
    padding-left: 20px;
  }

  .intro h2,
  .ask-lora__head h2 { font-size: 60px; }

  .moment-grid,
  .conversation-stage {
    gap: 28px;
  }

  .moment-grid article > p,
  .conversation-bubble {
    width: 92%;
    padding: 18px;
  }

  .conversation-bubble--lora { padding-left: 55px; }

  .conversation-grid .conversation-bubble {
    width: 94%;
    padding: 17px;
  }

  .conversation-grid .lora-bubble { margin-right: auto; }
  .conversation-grid .guest-bubble { margin-left: auto; }

  .little-things {
    padding-right: 22px;
    padding-left: 22px;
    gap: 62px;
  }

  .little-things h2 { font-size: 62px; }

  .little-things-visual {
    min-height: 420px;
  }

  .little-things-copy {
    padding-left: 22px;
  }

  .proof-points__grid { grid-template-columns: 1fr; }

  .proof-point {
    min-height: 124px;
    border-top: 1px solid var(--i2-line);
    border-right: 0;
  }

  .proof-point:first-child { border-top: 0; }

  .statement h2 { font-size: 62px; }

  .statement-copy {
    margin-right: 20px;
    margin-left: 20px;
    padding-left: 20px;
  }

  .contact > img { height: 360px; }

  .contact-copy { padding: 88px 22px; }

  .contact-copy h2 { font-size: 48px; }

  .service-example {
    align-items: flex-start;
    flex-direction: column;
  }

  .final-contact {
    padding-right: 22px;
    padding-left: 22px;
  }

  .final-contact h2 { font-size: 61px; }

  .site-footer {
    min-height: 690px;
    margin: 5px;
    padding: 30px 24px;
  }

  .site-footer > h2 { font-size: 51px; }

  .footer-bottom { grid-template-columns: 1fr; }

  .chat-orbit {
    right: max(13px, env(safe-area-inset-right));
    bottom: max(13px, env(safe-area-inset-bottom));
    width: 116px;
    height: 116px;
  }

  .chat-orbit text {
    font-size: 13px;
    letter-spacing: 1.8px;
  }

  .chat-orbit > img {
    width: 69px;
    height: 69px;
  }
}

/* New ambient details never hide content and respect user preference. */
@media (prefers-reduced-motion: no-preference) {
  .hero-visual::before {
    animation: i2-shadow-breathe 5.8s ease-in-out infinite;
  }

  .chat-orbit {
    animation: i2-chat-breathe 4.8s ease-in-out infinite;
  }

  .conversation-pair:nth-child(2) { transition-delay: .08s; }
  .conversation-pair:nth-child(3) { transition-delay: .16s; }
  .conversation-pair:nth-child(4) { transition-delay: .24s; }
  .conversation-pair:nth-child(5) { transition-delay: .32s; }

  .conversation-grid .lora-conversation .conversation-type,
  .conversation-grid .lora-conversation .guest-bubble,
  .conversation-grid .lora-conversation .lora-bubble {
    opacity: 0;
    transition:
      opacity .58s ease,
      transform .72s cubic-bezier(.16, 1, .3, 1);
  }

  .conversation-grid .lora-conversation .conversation-type {
    transform: translateY(8px);
  }

  .conversation-grid .lora-conversation .guest-bubble {
    transform: translate3d(18px, 14px, 0) scale(.985);
  }

  .conversation-grid .lora-conversation .lora-bubble {
    transform: translate3d(-18px, 14px, 0) scale(.985);
  }

  .conversation-grid .lora-conversation.is-visible .conversation-type,
  .conversation-grid .lora-conversation.is-visible .guest-bubble,
  .conversation-grid .lora-conversation.is-visible .lora-bubble {
    opacity: 1;
    transform: none;
  }

  .conversation-grid .lora-conversation.is-visible .conversation-type {
    transition-delay: .08s;
  }

  .conversation-grid .lora-conversation.is-visible .guest-bubble {
    transition-delay: .16s;
  }

  .conversation-grid .lora-conversation.is-visible .lora-bubble {
    transition-delay: .38s;
  }

  .chat-greeting,
  .chat-quick button {
    opacity: 0;
  }

  .chat-greeting {
    transform: translate3d(-14px, 12px, 0);
  }

  .chat-quick button {
    transform: translateY(9px);
  }

  .chat-modal.is-open .chat-greeting {
    animation: i2-chat-message-in .52s cubic-bezier(.16, 1, .3, 1) .94s forwards;
  }

  .chat-modal.is-open .chat-quick button {
    animation: i2-chat-action-in .42s cubic-bezier(.16, 1, .3, 1) forwards;
  }

  .chat-modal.is-open .chat-quick button:nth-child(1) { animation-delay: 1.12s; }
  .chat-modal.is-open .chat-quick button:nth-child(2) { animation-delay: 1.18s; }
  .chat-modal.is-open .chat-quick button:nth-child(3) { animation-delay: 1.24s; }
  .chat-modal.is-open .chat-quick button:nth-child(4) { animation-delay: 1.30s; }
}

@keyframes i2-shadow-breathe {
  0%, 100% { opacity: .72; transform: translateX(-50%) scale(.94); }
  50% { opacity: 1; transform: translateX(-50%) scale(1.04); }
}

@keyframes i2-chat-breathe {
  0%, 100% { box-shadow: 0 18px 54px rgba(50, 16, 29, .18); }
  50% { box-shadow: 0 22px 66px rgba(50, 16, 29, .25); }
}

@keyframes i2-chat-message-in {
  to { opacity: 1; transform: none; }
}

@keyframes i2-chat-action-in {
  to { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-visual::before,
  .chat-orbit {
    animation: none;
  }

  .gallery-item img {
    transition: none;
  }

  .conversation-grid .lora-conversation .conversation-type,
  .conversation-grid .lora-conversation .guest-bubble,
  .conversation-grid .lora-conversation .lora-bubble,
  .chat-greeting,
  .chat-quick button {
    opacity: 1;
    transform: none;
    animation: none;
    transition: none;
  }
}

/* Iteration 2 quality pass: accessibility, trust and conversion ---------- */

body { overflow: auto; }

.intro-loader { animation: i2-loader-failsafe 0s linear 2.6s forwards; }

@keyframes i2-loader-failsafe {
  to { opacity: 0; visibility: hidden; pointer-events: none; }
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 10px;
  left: 12px;
  padding: 12px 16px;
  border-radius: 999px;
  background: #fff;
  color: var(--i2-wine);
  box-shadow: 0 10px 35px rgba(50, 16, 29, .2);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform .2s ease;
}

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

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

main:focus { outline: none; }

:where(a, button, input):focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--i2-wine);
}

.chat-form input:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 1px;
  box-shadow: 0 0 0 5px var(--i2-wine);
}

.motion-toggle {
  position: absolute;
  z-index: 5;
  top: 8px;
  right: max(12px, var(--i2-gutter));
  min-height: 44px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(83, 27, 43, .18);
  border-radius: 999px;
  background: rgba(251, 250, 247, .92);
  color: var(--i2-wine);
  cursor: pointer;
  font: 500 10px 'DM Mono', monospace;
  letter-spacing: .04em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.motion-toggle span { width: 14px; font-weight: 700; }
.motion-toggle:hover { background: #fff; }

.motion-paused :is(.ticker-track, .partner-track, .pilot-marquee-track, .pilot-click-hint, .outcome-tags span),
.motion-paused :is(.ticker-track, .partner-track, .pilot-marquee-track, .pilot-click-hint, .outcome-tags span).is-motion-running {
  animation-play-state: paused !important;
}

.motion-paused .chat-orbit::before { animation-play-state: paused !important; }

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

.template-ticker--development {
  margin-top: 38px;
  border: 1px dashed rgba(232, 200, 208, .38);
  border-radius: var(--i2-radius-md);
}

.placeholder-note,
.placeholder-preserved,
.inline-placeholder,
.chat-demo-label,
.chat-preserved-placeholder {
  font-size: max(10px, .68rem);
  line-height: 1.5;
}

.placeholder-action {
  flex: none;
  width: max-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  padding: 9px 12px;
  border: 1px dashed rgba(83, 27, 43, .35);
  border-radius: 999px;
  color: #65555a;
  font: 500 10px/1.4 'DM Mono', monospace;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.news-card .placeholder-action { margin-top: auto; }

.review-section[data-content-status='placeholder'],
.news-section[data-content-status='placeholder'] {
  box-shadow: inset 0 0 0 1px rgba(83, 27, 43, .08);
}

.review-card footer {
  color: #625d5b;
  font-size: 12px;
}

.review-card footer > span:last-child {
  color: #b87500;
  letter-spacing: 1px;
}

.contact-reassurance {
  margin-top: 25px !important;
  color: #f3e7ea !important;
  font-size: 14px !important;
  font-weight: 600;
}

.contact-actions {
  margin-top: 26px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}

.contact-actions .button { margin-top: 0; }

.contact-email {
  padding: 10px 0;
  color: #fff;
  font-size: 13px;
  text-underline-offset: 5px;
}

.pilot-marquee-track { animation-duration: 34s; }
.pilot-click-hint { animation-duration: 3s; }

/* A transform/opacity halo keeps the fixed chat affordance calm and cheap. */
.chat-orbit { animation: none !important; }

.chat-orbit::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: -8px;
  border: 1px solid rgba(83, 27, 43, .16);
  border-radius: 50%;
  opacity: .35;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .chat-orbit::before { animation: i2-chat-halo 5.8s ease-in-out infinite; }
}

@keyframes i2-chat-halo {
  0%, 70%, 100% { opacity: .24; transform: scale(.96); }
  82% { opacity: .62; transform: scale(1.05); }
}

@media (max-width: 760px) {
  .motion-toggle {
    top: 5px;
    right: 10px;
    width: 44px;
    padding: 0;
    justify-content: center;
  }

  .motion-toggle b {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .placeholder-note,
  .placeholder-preserved,
  .inline-placeholder,
  .chat-demo-label,
  .chat-preserved-placeholder { font-size: 10px; }

  .contact-actions { align-items: flex-start; flex-direction: column; }

  .contact-copy {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .contact-copy > *,
  .contact-route-note { max-width: 100%; }

  .contact-copy h2,
  .contact-copy p,
  .contact-route-note { overflow-wrap: anywhere; }
}

@media (max-width: 900px) {
  .motion-toggle {
    width: 44px;
    padding: 0;
    justify-content: center;
  }

  .motion-toggle b {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }
}

@media (max-width: 1180px) {
  .chat-orbit {
    width: 104px;
    height: 104px;
  }

  .chat-orbit text {
    font-size: 12px;
    letter-spacing: 1.65px;
  }

  .chat-orbit > img {
    width: 64px;
    height: 64px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .skip-link,
  .chat-orbit::before { transition: none; animation: none; }
}
