/* Website-first Vloom recut. Loaded after the legacy stylesheet so the current
   public routes can be simplified without disturbing the archived experiments. */

.site-rebrand {
  --paper: #f4f1ea;
  --paper-bright: #fbfaf6;
  --ink: #111319;
  --ink-soft: #454a55;
  --night: #0b0d12;
  --night-soft: #151820;
  --line: rgba(17, 19, 25, 0.16);
  --line-light: rgba(255, 255, 255, 0.14);
  --blue: #3155f5;
  --blue-dark: #223fc7;
  --blue-light: #aebcff;
  margin: 0;
  min-width: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: "Instrument Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

.site-rebrand *,
.site-rebrand *::before,
.site-rebrand *::after {
  box-sizing: border-box;
}

.site-rebrand [hidden] {
  display: none !important;
}

.site-rebrand .shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.site-rebrand h1,
.site-rebrand h2,
.site-rebrand h3,
.site-rebrand p {
  margin-top: 0;
}

.site-rebrand h1,
.site-rebrand h2 {
  font-family: "Source Serif 4", Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.045em;
}

.site-rebrand a {
  color: inherit;
  text-underline-offset: 0.22em;
}

.site-rebrand :focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}

.site-rebrand .site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  height: 68px;
  border-bottom: 1px solid var(--line);
  background: rgba(244, 241, 234, 0.94);
  color: var(--ink);
  backdrop-filter: blur(12px);
}

.site-rebrand .site-header.is-scrolled {
  background: rgba(244, 241, 234, 0.98);
  box-shadow: 0 8px 32px rgba(17, 19, 25, 0.06);
}

.site-rebrand .nav-shell {
  display: flex;
  width: min(1240px, calc(100% - 40px));
  height: 100%;
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-rebrand .wordmark {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  font-size: 1.18rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.site-rebrand .wordmark > span {
  color: inherit;
  font-family: "Instrument Sans", Arial, sans-serif;
}

.site-rebrand .bloom-mark {
  width: 29px;
  height: 23px;
  color: var(--blue);
}

.site-rebrand .site-header nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.5vw, 34px);
}

.site-rebrand .site-header .nav-text {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #353944;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
}

.site-rebrand .site-header .nav-text:hover {
  color: var(--blue-dark);
}

.site-rebrand .button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 7px;
  padding: 0 22px;
  font-family: "Instrument Sans", Arial, sans-serif;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.site-rebrand .button:hover {
  transform: translateY(-1px);
}

.site-rebrand .button-small {
  min-height: 44px;
  padding-inline: 18px;
  font-size: 0.86rem;
}

.site-rebrand .button-primary {
  background: var(--blue);
  color: #fff;
}

.site-rebrand .button-primary:hover {
  background: var(--blue-dark);
}

.site-rebrand .button-ink {
  background: var(--ink);
  color: #fff;
}

.site-rebrand .button-wide {
  width: 100%;
}

/* Homepage */

.site-rebrand .home-hero {
  display: flex;
  min-height: min(790px, 100svh);
  align-items: center;
  padding: 120px 0 72px;
  background: var(--paper);
}

.site-rebrand .hero-simple {
  display: grid;
  justify-items: start;
}

.site-rebrand .hero-simple h1 {
  max-width: 980px;
  margin-bottom: 26px;
  font-size: clamp(4.7rem, 8.1vw, 7.4rem);
  line-height: 0.9;
  text-wrap: balance;
}

.site-rebrand .hero-simple h1 em {
  display: block;
  color: var(--blue);
  font-weight: 500;
}

.site-rebrand .hero-simple > p:first-of-type {
  max-width: 680px;
  margin-bottom: 30px;
  color: var(--ink-soft);
  font-size: clamp(1.08rem, 1.6vw, 1.3rem);
  line-height: 1.5;
}

.site-rebrand .hero-cta {
  min-width: 220px;
}

.site-rebrand .hero-proof {
  margin: 20px 0 0;
  color: #5c616c;
  font-size: 0.9rem;
}

.site-rebrand .hero-proof strong {
  color: var(--ink);
}

.site-rebrand .services-simple {
  padding: 96px 0 104px;
  background: var(--paper-bright);
}

.site-rebrand .section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.65fr);
  gap: clamp(36px, 8vw, 120px);
  align-items: end;
  margin-bottom: 62px;
}

.site-rebrand .section-heading h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(3.2rem, 5.5vw, 5.3rem);
  line-height: 0.98;
}

.site-rebrand .section-heading > p {
  max-width: 420px;
  margin-bottom: 6px;
  color: var(--ink-soft);
  font-size: 1.03rem;
}

.site-rebrand .service-rows {
  border-top: 1px solid var(--line);
}

.site-rebrand .service-row {
  display: grid;
  grid-template-columns: 58px minmax(240px, 0.78fr) minmax(300px, 1.2fr);
  gap: clamp(18px, 3vw, 42px);
  min-height: 0;
  align-items: start;
  border-bottom: 1px solid var(--line);
  padding: 32px 0;
  background: transparent;
}

.site-rebrand .service-number {
  padding-top: 5px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 700;
}

.site-rebrand .service-row h3 {
  margin-bottom: 0;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(1.55rem, 2.5vw, 2.35rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.site-rebrand .service-row p {
  max-width: 620px;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 1rem;
}

.site-rebrand .service-row > a {
  grid-column: 3;
  width: fit-content;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  margin-top: -8px;
  color: var(--blue-dark);
  font-weight: 700;
}

/* AI feature and player */

.site-rebrand .ai-feature {
  min-height: 0;
  padding: 96px 0 104px;
  background: var(--night);
  color: #fff;
}

.site-rebrand .ai-feature-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  gap: clamp(40px, 9vw, 140px);
  align-items: end;
  margin-bottom: 50px;
}

.site-rebrand .section-label {
  margin-bottom: 14px;
  color: var(--blue-light);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.site-rebrand .ai-feature-heading h2 {
  max-width: 650px;
  margin-bottom: 0;
  font-size: clamp(3.2rem, 6vw, 5.6rem);
  line-height: 0.95;
}

.site-rebrand .ai-feature-heading > div:last-child > p {
  margin-bottom: 20px;
  color: #c4c8d2;
  font-size: 1.02rem;
}

.site-rebrand .text-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
}

.site-rebrand .text-actions a,
.site-rebrand .text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
}

.site-rebrand .device-scene {
  display: flex;
  width: min(1060px, 100%);
  min-height: 0;
  margin-inline: auto;
  border: 0;
  border-radius: 0;
  padding: 0;
  flex-direction: column;
  align-items: center;
  background: transparent;
  box-shadow: none;
}

.site-rebrand .device-meta {
  display: flex;
  width: 100%;
  min-height: 32px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  color: #9298a8;
  font-size: 0.76rem;
}

.site-rebrand .device-laptop {
  position: relative;
  width: 100%;
  min-height: 0;
  padding: 14px 14px 16px;
  border: 1px solid #474b56;
  border-radius: 18px 18px 8px 8px;
  background: #22252c;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
}

.site-rebrand .device-camera {
  position: absolute;
  z-index: 4;
  top: 5px;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #0b0d12;
  transform: translateX(-50%);
}

.site-rebrand .device-base {
  position: relative;
  width: calc(100% + 72px);
  height: 14px;
  border-radius: 0 0 38px 38px;
  background: linear-gradient(180deg, #aeb2ba, #696e78);
  clip-path: polygon(2% 0, 98% 0, 100% 62%, 94% 100%, 6% 100%, 0 62%);
}

.site-rebrand .device-base span {
  position: absolute;
  top: 0;
  left: 43%;
  width: 14%;
  height: 4px;
  border-radius: 0 0 6px 6px;
  background: #8c919a;
}

.site-rebrand .story-film {
  position: relative;
  display: grid;
  width: 100%;
  height: 600px;
  min-height: 0;
  grid-template-rows: minmax(0, 1fr) 44px;
  gap: 0;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #101217;
  color: #eef0f5;
  box-shadow: none;
  overflow-anchor: none;
}

.site-rebrand .msg.ai::before,
.site-rebrand .msg.think::before {
  content: none;
  display: none;
}

.site-rebrand .film-progress {
  position: absolute;
  z-index: 8;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.site-rebrand .film-progress-fill {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--blue-light);
  transform: scaleX(0);
  transform-origin: left center;
}

.site-rebrand .demo-cover {
  display: none;
}

.js .site-rebrand .demo-cover:not([hidden]) {
  position: absolute;
  z-index: 7;
  inset: 0 0 44px;
  display: flex;
  padding: clamp(26px, 6vw, 72px);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: radial-gradient(circle at 50% 30%, rgba(49, 85, 245, 0.22), transparent 48%), #101217;
  text-align: center;
}

.site-rebrand .demo-cover > span {
  margin-bottom: 12px;
  color: var(--blue-light);
  font-size: 0.76rem;
  font-weight: 700;
}

.site-rebrand .demo-cover h3 {
  max-width: 620px;
  margin-bottom: 28px;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.045em;
}

.site-rebrand .demo-cover p {
  max-width: 500px;
  margin-bottom: 24px;
  color: #bfc4cf;
}

.site-rebrand .chat-frame {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 0;
  grid-template-rows: 44px minmax(0, 1fr) 48px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #101217;
}

.site-rebrand .chat-head {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0 18px;
  color: #b7bcc8;
  font-size: 0.75rem;
}

.site-rebrand .chat-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.site-rebrand .screen-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6f8bff;
  box-shadow: 0 0 12px rgba(111, 139, 255, 0.7);
}

.site-rebrand .chat-tag {
  color: #898f9d;
}

.site-rebrand .chat-scroll {
  display: flex;
  min-height: 0;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
  padding: 18px clamp(18px, 4vw, 48px);
  background: #101217;
  scroll-behavior: smooth;
}

.site-rebrand .chat-opening-cue {
  margin: auto;
  color: #9ca2af;
  font-size: 0.9rem;
  text-align: center;
}

.site-rebrand .msg {
  position: static;
  display: block;
  width: auto;
  max-width: 760px;
  margin: 0 auto;
  padding: 0;
  opacity: 1;
  transform: none;
}

.site-rebrand .msg.user {
  width: fit-content;
  max-width: 72%;
  margin-right: max(0px, calc((100% - 760px) / 2));
  margin-left: auto;
  border-radius: 18px 18px 4px 18px;
  padding: 11px 15px;
  background: #292c34;
  color: #f5f6f8;
  font-size: 0.9rem;
}

.site-rebrand .msg.user p,
.site-rebrand .msg.ai p {
  margin-bottom: 0;
}

.site-rebrand .msg.ai {
  width: min(760px, 100%);
  color: #e5e7ec;
  font-size: 0.85rem;
}

.site-rebrand .msg.think {
  display: flex;
  width: min(760px, 100%);
  align-items: center;
  gap: 5px;
  color: #b8bdc7;
  font-size: 0.82rem;
}

.site-rebrand .think-label {
  margin-right: 3px;
}

.site-rebrand .msg.think i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #aeb4c1;
  animation: vloom-think 900ms ease-in-out infinite alternate;
}

.site-rebrand .msg.think i:nth-of-type(2) { animation-delay: 140ms; }
.site-rebrand .msg.think i:nth-of-type(3) { animation-delay: 280ms; }

@keyframes vloom-think {
  from { opacity: 0.25; transform: translateY(1px); }
  to { opacity: 1; transform: translateY(-2px); }
}

.site-rebrand .ai-sample-note {
  margin-bottom: 5px !important;
  color: #8e95a4;
  font-size: 0.69rem;
}

.site-rebrand .ai-intro {
  margin-bottom: 8px !important;
  color: #f0f1f4;
  line-height: 1.35;
}

.site-rebrand .ai-list {
  display: grid;
  margin: 0 0 7px;
  padding: 0 0 0 24px;
  color: #d8dbe2;
  font-size: 0.79rem;
  line-height: 1.45;
  transition: opacity 200ms ease;
}

.site-rebrand .ai-list li {
  min-height: 20px;
  padding-left: 3px;
}

.site-rebrand .ai-list li.is-you {
  gap: 8px;
  border-color: rgba(174, 188, 255, 0.5);
  background: rgba(49, 85, 245, 0.16);
}

.site-rebrand .ai-list li.is-you em {
  color: var(--blue-light);
  font-size: 0.68rem;
}

.site-rebrand .ai-list.dimmed {
  opacity: 0.22;
}

.site-rebrand .ai-close {
  margin-top: 5px !important;
  color: #aeb4bf;
  font-size: 0.76rem;
}

.site-rebrand .ai-miss {
  margin-top: 10px;
  border-left: 3px solid #91a7ff;
  padding: 9px 12px;
  background: rgba(49, 85, 245, 0.12);
}

.site-rebrand .ai-miss p {
  color: #f0f2f6;
  font-size: 0.82rem;
}

.site-rebrand .ai-miss span {
  display: block;
  margin-top: 2px;
  color: #aeb4bf;
  font-size: 0.72rem;
}

.js .site-rebrand .chat-opening-cue:not(.shown),
.js .site-rebrand .msg:not(.shown) {
  display: none;
}

.js .site-rebrand .ai-list li:not(.shown),
.js .site-rebrand .ai-close:not(.shown),
.js .site-rebrand .ai-miss:not(.shown) {
  max-height: 0;
  min-height: 0;
  margin: 0 !important;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
}

.site-rebrand .chat-inputbar {
  display: grid;
  min-height: 48px;
  grid-template-columns: 28px minmax(0, 1fr) 30px;
  gap: 8px;
  align-items: center;
  margin: 0 clamp(14px, 4vw, 44px) 10px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 15px;
  padding: 0 9px;
  background: #1b1e25;
  color: #8f95a2;
}

.site-rebrand .chat-plus,
.site-rebrand .chat-send {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.site-rebrand .chat-send {
  background: #e7e8ec;
  color: #111319;
  font-size: 1rem;
  font-weight: 700;
}

.site-rebrand .chat-send.ready,
.site-rebrand .chat-send.sent {
  background: var(--blue-light);
}

.site-rebrand .chat-input {
  min-width: 0;
  overflow: hidden;
  color: #e5e7ec;
  font-size: 0.79rem;
  text-overflow: clip;
  white-space: nowrap;
}

.site-rebrand .chat-caret {
  display: inline-block;
  width: 1px;
  height: 1em;
  margin-left: 1px;
  background: #dfe2e8;
  opacity: 0;
  vertical-align: -0.12em;
}

.site-rebrand .chat-caret.on {
  opacity: 1;
  animation: vloom-caret 720ms steps(1) infinite;
}

@keyframes vloom-caret { 50% { opacity: 0; } }

.site-rebrand .work-takeover {
  position: absolute;
  z-index: 5;
  inset: 44px 0 48px;
  display: flex;
  padding: clamp(24px, 6vw, 70px);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: radial-gradient(circle at 50% 28%, rgba(49, 85, 245, 0.18), transparent 46%), #111319;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  transition: opacity 240ms ease;
}

.site-rebrand .work-takeover.shown {
  opacity: 1;
}

.site-rebrand .work-mark {
  margin-bottom: 14px;
  color: var(--blue-light);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.site-rebrand .work-takeover-title {
  max-width: 680px;
  margin-bottom: 10px;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.045em;
}

.site-rebrand .work-takeover-copy {
  max-width: 560px;
  margin-bottom: 0;
  color: #b9bec9;
  font-size: 0.92rem;
}

.site-rebrand .work-takeover small {
  margin-top: 24px;
  color: #8f95a2;
  font-size: 0.7rem;
}

.site-rebrand .work-takeover.shown .work-mark,
.site-rebrand .work-takeover.shown .work-takeover-title,
.site-rebrand .work-takeover.shown .work-takeover-copy {
  animation: none !important;
}

.site-rebrand .film-footer {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0 13px 0 16px;
  background: #0d0f14;
  color: #9ca2ae;
}

.site-rebrand .film-status {
  min-width: 0;
  overflow: hidden;
  font-size: 0.72rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-rebrand .film-control {
  min-width: 70px;
  min-height: 44px;
  border: 0;
  padding: 0 12px;
  background: transparent;
  color: #fff;
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
}

.site-rebrand .demo-note {
  max-width: 700px;
  margin: 16px auto 0;
  color: #8f95a2;
  font-size: 0.76rem;
  text-align: center;
}

/* Contact */

.site-rebrand .project-contact {
  scroll-margin-top: 68px;
  padding: 96px 0 104px;
  background: var(--blue);
  color: #fff;
}

.site-rebrand .contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(520px, 1fr);
  gap: clamp(52px, 9vw, 130px);
  align-items: start;
}

.site-rebrand .contact-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(3.4rem, 6vw, 5.8rem);
  line-height: 0.95;
}

.site-rebrand .contact-copy > p {
  max-width: 420px;
  margin-bottom: 32px;
  color: #e5e9ff;
  font-size: 1.08rem;
}

.site-rebrand .contact-direct {
  display: grid;
  gap: 8px;
}

.site-rebrand .contact-direct a {
  width: fit-content;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
}

.site-rebrand .contact-direct span {
  margin-top: 8px;
  color: #d9dfff;
  font-size: 0.86rem;
}

.site-rebrand .snapshot-form {
  display: block;
  min-height: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 10px;
  padding: 30px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 24px 80px rgba(17, 19, 25, 0.2);
}

.site-rebrand .form-grid,
.site-rebrand .form-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.site-rebrand .snapshot-form label {
  display: grid;
  gap: 7px;
  color: #444955;
  font-size: 0.78rem;
  font-weight: 700;
}

.site-rebrand .snapshot-form input,
.site-rebrand .snapshot-form select,
.site-rebrand .snapshot-form textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid #c8cbd2;
  border-radius: 6px;
  padding: 11px 12px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 16px;
}

.site-rebrand .snapshot-form textarea {
  min-height: 112px;
  resize: vertical;
}

.site-rebrand .snapshot-form input::placeholder,
.site-rebrand .snapshot-form textarea::placeholder {
  color: #767b86;
  opacity: 1;
}

.site-rebrand .snapshot-form input:focus,
.site-rebrand .snapshot-form select:focus,
.site-rebrand .snapshot-form textarea:focus {
  border-color: var(--blue);
  outline: 3px solid rgba(49, 85, 245, 0.14);
}

.site-rebrand .form-details {
  margin: 20px 0;
  border-top: 1px solid #dedfe4;
  border-bottom: 1px solid #dedfe4;
}

.site-rebrand .form-details summary {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #363a44;
  font-size: 0.86rem;
  font-weight: 700;
  cursor: pointer;
}

.site-rebrand .form-details summary span {
  color: #747985;
  font-size: 0.76rem;
  font-weight: 500;
}

.site-rebrand .form-details[open] {
  padding-bottom: 20px;
}

.site-rebrand .full-field {
  grid-column: 1 / -1;
}

.site-rebrand .honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.site-rebrand .turnstile-slot:empty {
  display: none;
}

.site-rebrand .snapshot-form .button-primary {
  margin-top: 2px;
}

.site-rebrand .snapshot-form .button-primary:disabled {
  cursor: wait;
  opacity: 0.62;
}

.site-rebrand .privacy-line {
  margin: 12px 0 0;
  color: #646a76;
  font-size: 0.73rem;
  line-height: 1.45;
}

.site-rebrand .form-status {
  min-height: 0;
  margin: 12px 0 0;
  font-size: 0.82rem;
}

.site-rebrand .form-status:empty {
  display: none;
}

.site-rebrand .form-status[data-state="error"] {
  color: #a32222;
}

.site-rebrand .form-status[data-state="success"] {
  color: #157343;
}

.site-rebrand .form-fallback {
  min-height: 44px;
  align-items: center;
  margin-top: 8px;
  color: var(--blue-dark);
  font-size: 0.86rem;
  font-weight: 700;
}

.site-rebrand .form-fallback:not([hidden]) {
  display: inline-flex;
}

/* Shared footer */

.site-rebrand .site-footer {
  min-height: 0;
  padding: 56px 0 28px;
  background: var(--night);
  color: #fff;
}

.site-rebrand .footer-simple {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: start;
}

.site-rebrand .footer-wordmark {
  min-height: 34px;
  color: #fff;
}

.site-rebrand .footer-simple > div > p {
  max-width: 420px;
  margin: 8px 0 0;
  color: #989eaa;
  font-size: 0.86rem;
}

.site-rebrand .footer-simple nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: flex-end;
}

.site-rebrand .footer-simple nav a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  color: #d1d4dc;
  font-size: 0.84rem;
}

.site-rebrand .footer-simple > p {
  grid-column: 1 / -1;
  margin: 10px 0 0;
  border-top: 1px solid var(--line-light);
  padding-top: 20px;
  color: #7f8592;
  font-size: 0.76rem;
}

/* Dedicated AI visibility page */

.site-rebrand .ai-page-hero {
  padding: 150px 0 104px;
  background: var(--night);
  color: #fff;
}

.site-rebrand .ai-hero-layout {
  display: grid;
  justify-items: start;
}

.site-rebrand .ai-hero-layout h1 {
  max-width: 1050px;
  margin-bottom: 26px;
  font-size: clamp(4.2rem, 7.4vw, 7rem);
  line-height: 0.92;
}

.site-rebrand .ai-hero-layout > p:not(.section-label) {
  max-width: 720px;
  margin-bottom: 30px;
  color: #c4c8d2;
  font-size: 1.12rem;
}

.site-rebrand .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  align-items: center;
}

.site-rebrand .ai-hero-layout .text-link {
  color: #fff;
}

.site-rebrand .visibility-sample,
.site-rebrand .visibility-pricing {
  padding: 96px 0 104px;
  background: var(--paper-bright);
}

.site-rebrand .compact-heading {
  margin-bottom: 48px;
}

.site-rebrand .compact-heading h2 {
  font-size: clamp(3rem, 5vw, 4.8rem);
}

.site-rebrand .sample-artifact {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(17, 19, 25, 0.06);
}

.site-rebrand .artifact-head {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  padding: 0 22px;
  color: #686e7a;
  font-size: 0.76rem;
  font-weight: 700;
}

.site-rebrand .artifact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.site-rebrand .artifact-grid > div {
  min-height: 190px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 28px;
}

.site-rebrand .artifact-grid > div:nth-child(2n) {
  border-right: 0;
}

.site-rebrand .artifact-grid dt {
  margin-bottom: 18px;
  color: var(--blue-dark);
  font-size: 0.76rem;
  font-weight: 700;
}

.site-rebrand .artifact-grid dd {
  margin: 0;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.site-rebrand .artifact-note {
  margin: 0;
  padding: 14px 22px;
  color: #6c717c;
  font-size: 0.75rem;
}

.site-rebrand .visibility-method {
  padding: 96px 0 104px;
  background: var(--paper);
}

.site-rebrand .method-rows {
  margin: 0;
  border-top: 1px solid var(--line);
  padding: 0;
  list-style: none;
}

.site-rebrand .method-rows li {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 22px;
  min-height: 0;
  border-bottom: 1px solid var(--line);
  padding: 28px 0;
}

.site-rebrand .method-rows li > span {
  padding-top: 5px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 700;
}

.site-rebrand .method-rows h3 {
  margin-bottom: 5px;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.site-rebrand .method-rows p {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--ink-soft);
}

.site-rebrand .time-note {
  display: block;
  min-height: 0;
  margin: 34px 0 0;
  border-left: 4px solid var(--blue);
  border-radius: 0;
  padding: 14px 0 14px 20px;
  background: transparent;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.55;
}

.site-rebrand .time-note strong {
  color: var(--ink);
}

.site-rebrand .plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.site-rebrand .plan-card {
  position: relative;
  display: flex;
  min-height: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  flex-direction: column;
  background: #fff;
}

.site-rebrand .featured-plan {
  border-color: var(--blue);
}

.site-rebrand .plan-tag {
  width: fit-content;
  margin: -12px 0 16px;
  color: var(--blue-dark);
  font-size: 0.72rem;
  font-weight: 700;
}

.site-rebrand .plan-card h3 {
  margin-bottom: 14px;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.035em;
}

.site-rebrand .plan-price {
  display: flex;
  min-height: 62px;
  align-items: baseline;
  gap: 7px;
  margin-bottom: 2px;
}

.site-rebrand .plan-price strong {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(2.35rem, 3vw, 3.2rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.site-rebrand .plan-price span {
  color: #686e79;
  font-size: 0.76rem;
}

.site-rebrand .plan-term {
  margin-bottom: 20px;
  color: #686e79;
  font-size: 0.76rem;
}

.site-rebrand .plan-card ul {
  display: grid;
  gap: 9px;
  margin: 0 0 24px;
  padding-left: 18px;
  color: #4a4f59;
  font-size: 0.88rem;
}

.site-rebrand .plan-card > a {
  min-height: 44px;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  margin-top: auto;
  color: var(--blue-dark);
  font-weight: 700;
}

.site-rebrand .visibility-faq {
  padding: 96px 0 104px;
  background: var(--night);
  color: #fff;
}

.site-rebrand .faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(420px, 1fr);
  gap: clamp(42px, 9vw, 130px);
  align-items: start;
}

.site-rebrand .faq-layout > h2 {
  margin-bottom: 0;
  font-size: clamp(3rem, 5vw, 4.8rem);
  line-height: 0.98;
}

.site-rebrand .faq-list {
  border-top: 1px solid var(--line-light);
}

.site-rebrand .faq-list details {
  border-bottom: 1px solid var(--line-light);
}

.site-rebrand .faq-list summary {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  color: #f4f5f7;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.site-rebrand .faq-list summary::-webkit-details-marker {
  display: none;
}

.site-rebrand .faq-list summary span {
  color: var(--blue-light);
  font-size: 1.35rem;
  font-weight: 400;
}

.site-rebrand .faq-list details[open] summary span {
  transform: rotate(45deg);
}

.site-rebrand .faq-list details p {
  max-width: 650px;
  margin: -4px 0 24px;
  color: #b2b7c2;
  font-size: 0.94rem;
}

.site-rebrand .visibility-cta {
  padding: 82px 0;
  background: var(--blue);
  color: #fff;
}

.site-rebrand .visibility-cta .shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.site-rebrand .visibility-cta h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(2.7rem, 5vw, 4.6rem);
  line-height: 0.98;
}

.site-rebrand .visibility-cta .button-primary {
  flex: 0 0 auto;
  background: #fff;
  color: var(--ink);
}

@media (max-width: 900px) {
  .site-rebrand .section-heading,
  .site-rebrand .ai-feature-heading,
  .site-rebrand .contact-layout,
  .site-rebrand .faq-layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .site-rebrand .service-row {
    grid-template-columns: 48px minmax(190px, 0.75fr) minmax(260px, 1fr);
  }

  .site-rebrand .contact-layout {
    gap: 44px;
  }

  .site-rebrand .contact-copy > p {
    max-width: 620px;
  }

  .site-rebrand .plan-grid {
    grid-template-columns: 1fr;
  }

  .site-rebrand .plan-card {
    padding: 26px;
  }
}

@media (max-width: 720px) {
  .site-rebrand .site-header {
    height: 62px;
  }

  .site-rebrand .nav-shell {
    width: calc(100% - 28px);
    gap: 12px;
  }

  .site-rebrand .site-header .nav-text {
    display: none;
  }

  .site-rebrand .site-header nav {
    gap: 0;
  }

  .site-rebrand .site-header .button-small {
    min-width: 126px;
    min-height: 44px;
    padding-inline: 13px;
    font-size: 0.78rem;
  }

  .site-rebrand .home-hero {
    min-height: 0;
    padding: 102px 0 58px;
  }

  .site-rebrand .hero-simple h1 {
    max-width: 12ch;
    margin-bottom: 20px;
    font-size: clamp(2.45rem, 10.3vw, 3rem);
    line-height: 0.98;
  }

  .site-rebrand .hero-simple > p:first-of-type {
    max-width: 36rem;
    margin-bottom: 24px;
    font-size: 1rem;
    line-height: 1.48;
  }

  .site-rebrand .hero-cta {
    width: 100%;
    min-height: 50px;
  }

  .site-rebrand .hero-proof {
    max-width: 31rem;
    margin-top: 17px;
    font-size: 0.82rem;
    line-height: 1.45;
  }

  .site-rebrand .services-simple,
  .site-rebrand .ai-feature,
  .site-rebrand .project-contact,
  .site-rebrand .visibility-sample,
  .site-rebrand .visibility-method,
  .site-rebrand .visibility-pricing,
  .site-rebrand .visibility-faq {
    padding: 58px 0 64px;
  }

  .site-rebrand .section-heading,
  .site-rebrand .ai-feature-heading,
  .site-rebrand .compact-heading {
    gap: 18px;
    margin-bottom: 34px;
  }

  .site-rebrand .section-heading h2,
  .site-rebrand .ai-feature-heading h2,
  .site-rebrand .compact-heading h2,
  .site-rebrand .faq-layout > h2 {
    font-size: clamp(2rem, 9vw, 2.65rem);
    line-height: 1.02;
  }

  .site-rebrand .section-heading > p,
  .site-rebrand .ai-feature-heading > div:last-child > p {
    margin-bottom: 0;
    font-size: 0.96rem;
  }

  .site-rebrand .service-row {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 7px 12px;
    padding: 23px 0;
  }

  .site-rebrand .service-number {
    padding-top: 3px;
    font-size: 0.7rem;
  }

  .site-rebrand .service-row h3 {
    font-size: 1.52rem;
  }

  .site-rebrand .service-row p,
  .site-rebrand .service-row > a {
    grid-column: 2;
  }

  .site-rebrand .service-row p {
    font-size: 0.94rem;
    line-height: 1.5;
  }

  .site-rebrand .service-row > a {
    min-height: 44px;
    margin-top: 0;
    font-size: 0.88rem;
  }

  .site-rebrand .text-actions {
    gap: 2px 22px;
  }

  .site-rebrand .device-meta {
    font-size: 0.72rem;
  }

  .site-rebrand .device-laptop {
    width: min(360px, 100%);
    padding: 10px;
    border-radius: 30px;
  }

  .site-rebrand .device-camera {
    top: 4px;
  }

  .site-rebrand .device-base {
    display: none;
  }

  .site-rebrand .story-film {
    height: 520px;
    border-radius: 22px;
  }

  .site-rebrand .chat-frame {
    grid-template-rows: 40px minmax(0, 1fr) 46px;
  }

  .site-rebrand .chat-head {
    min-height: 40px;
    padding-inline: 13px;
    font-size: 0.68rem;
  }

  .site-rebrand .chat-scroll {
    gap: 7px;
    padding: 11px 12px;
  }

  .site-rebrand .chat-opening-cue {
    font-size: 0.78rem;
  }

  .site-rebrand .msg.user {
    max-width: 90%;
    margin-right: 0;
    padding: 8px 10px;
    font-size: 0.8125rem;
    line-height: 1.35;
  }

  .site-rebrand .msg.ai,
  .site-rebrand .msg.think {
    font-size: 0.8125rem;
  }

  .site-rebrand .ai-sample-note {
    font-size: 0.61rem;
  }

  .site-rebrand .ai-intro {
    margin-bottom: 5px !important;
    font-size: 0.8125rem;
  }

  .site-rebrand .ai-list {
    margin-bottom: 4px;
    padding-left: 20px;
    font-size: 0.8125rem;
    line-height: 1.3;
  }

  .site-rebrand .ai-list li {
    min-height: 17px;
  }

  .site-rebrand .ai-close {
    font-size: 0.75rem;
  }

  .site-rebrand .ai-miss {
    margin-top: 6px;
    padding: 7px 9px;
  }

  .site-rebrand .ai-miss p {
    font-size: 0.8125rem;
  }

  .site-rebrand .ai-miss span {
    font-size: 0.75rem;
  }

  .site-rebrand .chat-inputbar {
    min-height: 42px;
    grid-template-columns: 24px minmax(0, 1fr) 26px;
    margin: 0 9px 7px;
    border-radius: 13px;
    padding: 0 7px;
  }

  .site-rebrand .chat-plus,
  .site-rebrand .chat-send {
    width: 24px;
    height: 24px;
  }

  .site-rebrand .chat-input {
    font-size: 0.72rem;
  }

  .site-rebrand .work-takeover {
    inset: 40px 0 46px;
    padding: 20px 16px;
  }

  .site-rebrand .work-mark {
    margin-bottom: 10px;
    font-size: 0.72rem;
  }

  .site-rebrand .work-takeover-title {
    margin-bottom: 8px;
    font-size: clamp(1.8rem, 8.5vw, 2.45rem);
  }

  .site-rebrand .work-takeover-copy {
    margin-bottom: 0;
    font-size: 0.75rem;
  }

  .site-rebrand .work-takeover small {
    margin-top: 18px;
    font-size: 0.7rem;
  }

  .site-rebrand .film-footer {
    min-height: 44px;
    gap: 5px;
    padding-left: 11px;
  }

  .site-rebrand .film-status {
    line-height: 1.15;
    font-size: 0.72rem;
    text-overflow: clip;
    white-space: normal;
  }

  .site-rebrand .film-control {
    min-width: 60px;
    min-height: 44px;
  }

  .site-rebrand .demo-note {
    margin-top: 12px;
    font-size: 0.7rem;
    line-height: 1.45;
  }

  .site-rebrand .contact-copy h2 {
    margin-bottom: 14px;
    font-size: clamp(2.4rem, 10vw, 3.2rem);
  }

  .site-rebrand .contact-copy > p {
    margin-bottom: 22px;
    font-size: 1rem;
  }

  .site-rebrand .snapshot-form {
    border-radius: 8px;
    padding: 22px 18px;
  }

  .site-rebrand .form-grid,
  .site-rebrand .form-detail-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .site-rebrand .full-field {
    grid-column: auto;
  }

  .site-rebrand .site-footer {
    padding: 44px 0 24px;
  }

  .site-rebrand .footer-simple {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .site-rebrand .footer-simple nav {
    justify-content: flex-start;
  }

  .site-rebrand .footer-simple > p {
    grid-column: auto;
  }

  .site-rebrand .ai-page-hero {
    padding: 112px 0 70px;
  }

  .site-rebrand .ai-hero-layout h1 {
    margin-bottom: 20px;
    font-size: clamp(2.55rem, 11vw, 3.4rem);
    line-height: 0.98;
  }

  .site-rebrand .ai-hero-layout > p:not(.section-label) {
    margin-bottom: 24px;
    font-size: 1rem;
  }

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

  .site-rebrand .hero-actions .button {
    width: 100%;
  }

  .site-rebrand .artifact-grid {
    grid-template-columns: 1fr;
  }

  .site-rebrand .artifact-grid > div,
  .site-rebrand .artifact-grid > div:nth-child(2n) {
    min-height: 0;
    border-right: 0;
    padding: 22px;
  }

  .site-rebrand .artifact-grid dd {
    font-size: 1.3rem;
  }

  .site-rebrand .method-rows li {
    grid-template-columns: 34px 1fr;
    gap: 10px;
    padding: 22px 0;
  }

  .site-rebrand .method-rows h3 {
    font-size: 1.45rem;
  }

  .site-rebrand .plan-card {
    padding: 22px;
  }

  .site-rebrand .faq-list summary {
    min-height: 68px;
    font-size: 0.94rem;
  }

  .site-rebrand .visibility-cta {
    padding: 58px 0;
  }

  .site-rebrand .visibility-cta .shell {
    align-items: stretch;
    flex-direction: column;
  }

  .site-rebrand .visibility-cta h2 {
    font-size: 2.35rem;
  }

  .site-rebrand .visibility-cta .button {
    width: 100%;
  }
}

@media (max-width: 350px) {
  .site-rebrand .shell {
    width: calc(100% - 32px);
  }

  .site-rebrand .wordmark {
    gap: 6px;
    font-size: 1.05rem;
  }

  .site-rebrand .bloom-mark {
    width: 25px;
  }

  .site-rebrand .site-header .button-small {
    min-width: 116px;
    padding-inline: 10px;
    font-size: 0.74rem;
  }

  .site-rebrand .hero-simple h1 {
    font-size: 2.25rem;
  }

  .site-rebrand .hero-simple > p:first-of-type {
    font-size: 0.96rem;
  }

  .site-rebrand .story-film {
    height: 490px;
  }
}

@media (max-height: 620px) and (max-width: 720px) {
  .site-rebrand .home-hero {
    padding-top: 88px;
    padding-bottom: 42px;
  }

  .site-rebrand .hero-simple h1 {
    margin-bottom: 16px;
    font-size: 2.25rem;
  }

  .site-rebrand .hero-simple > p:first-of-type {
    margin-bottom: 18px;
    font-size: 0.94rem;
    line-height: 1.42;
  }

  .site-rebrand .hero-proof {
    margin-top: 13px;
    font-size: 0.76rem;
  }

  .site-rebrand .story-film {
    height: 480px;
  }

  .site-rebrand .work-takeover {
    padding: 18px;
    justify-content: center;
    overflow: hidden;
  }

  .site-rebrand .work-mark {
    display: block;
    margin-bottom: 8px;
  }

  .site-rebrand .work-takeover-title {
    margin-bottom: 8px;
    font-size: 1.85rem;
    line-height: 1;
  }

  .site-rebrand .work-takeover-copy {
    margin-bottom: 0;
    font-size: 0.75rem;
    line-height: 1.3;
  }

  .site-rebrand .work-takeover small {
    max-width: 220px;
    margin-top: 16px;
    font-size: 0.69rem;
    line-height: 1.25;
    white-space: normal;
  }
}

@media (max-height: 500px) and (orientation: landscape) {
  .site-rebrand .story-film {
    height: 460px;
  }

  .site-rebrand .ai-list {
    font-size: 0.8125rem;
  }
}

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

  .site-rebrand .chat-caret,
  .site-rebrand .msg.think i {
    animation: none !important;
  }
}
