/* 2026-08-24 visual expansion.
   Loaded after rebrand.css so the public pages can gain a shared image-led
   system without disturbing the archived experiments or legacy foundation. */

.site-rebrand {
  --mint: #6fe3a2;
  --amber: #f1bd69;
  --paper-deep: #e7e2d8;
}

.site-rebrand .hero-service-line {
  max-width: 540px;
  margin: -6px 0 22px;
  border-left: 3px solid var(--blue);
  padding-left: 14px;
  color: #555b66;
  font-size: 0.9rem;
  font-weight: 650;
  letter-spacing: 0.01em;
}

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

.site-rebrand .button-quiet {
  min-height: 48px;
  border-color: var(--line);
  background: transparent;
  color: var(--ink);
}

.site-rebrand .button-quiet:hover {
  border-color: var(--ink);
  background: var(--paper-bright);
}

/* Image-led capability system */

.site-rebrand .hero-visual {
  display: grid;
  gap: 12px;
  margin: 0;
}

.site-rebrand .hero-visual img {
  aspect-ratio: 3 / 2;
  border-radius: 24px 24px 24px 8px;
  background: #07102c;
  object-fit: contain;
  object-position: center;
  box-shadow: 0 28px 76px rgba(17, 19, 25, 0.14);
}

.site-rebrand .hero-visual figcaption {
  color: #686e79;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.35;
  text-align: right;
}

.site-rebrand .visual-capabilities {
  padding: 102px 0 112px;
  background: var(--paper-bright);
}

.site-rebrand .visual-capabilities .services-intro {
  display: grid;
  grid-template-columns: minmax(180px, 0.32fr) minmax(480px, 1fr);
  gap: clamp(30px, 7vw, 104px);
  align-items: start;
  margin-bottom: 48px;
}

.site-rebrand .visual-capabilities .services-intro h2 {
  max-width: 880px;
  margin-bottom: 0;
}

.site-rebrand .visual-capability-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.site-rebrand .visual-capability-card {
  position: relative;
  display: grid;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 20px 54px rgba(17, 19, 25, 0.08);
}

.site-rebrand .visual-capability-card:nth-child(1) {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
}

.site-rebrand .visual-capability-card:nth-child(2) {
  grid-column: span 6;
}

.site-rebrand .visual-capability-card:nth-child(3) {
  grid-column: span 6;
}

.site-rebrand .visual-capability-card figure {
  position: relative;
  min-height: 330px;
  margin: 0;
  overflow: hidden;
  background: #d8d3c8;
}

.site-rebrand .visual-capability-card:nth-child(1) figure {
  min-height: 0;
  aspect-ratio: 3 / 2;
  background: #07102c;
}

.site-rebrand .visual-capability-card:nth-child(2) figure,
.site-rebrand .visual-capability-card:nth-child(3) figure {
  min-height: 320px;
}

.site-rebrand .visual-capability-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.site-rebrand .visual-capability-card:nth-child(1) img {
  object-fit: contain;
}

.site-rebrand .visual-capability-card:nth-child(2) .visual-capability-copy h3,
.site-rebrand .visual-capability-card:nth-child(3) .visual-capability-copy h3 {
  font-size: clamp(2rem, 2.6vw, 2.75rem);
}

.site-rebrand .visual-capability-card:hover img,
.site-rebrand .visual-capability-card:focus-within img {
  transform: scale(1.025);
}

.site-rebrand .visual-capability-copy {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 28px 30px 32px;
}

.site-rebrand .visual-capability-copy > span {
  color: var(--blue-dark);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-rebrand .visual-capability-copy h3 {
  max-width: 520px;
  margin: 0;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(2rem, 3.2vw, 3.35rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.site-rebrand .visual-capability-copy p {
  max-width: 550px;
  margin: 0;
  color: var(--ink-soft);
}

.site-rebrand .visual-capability-copy a {
  width: fit-content;
  margin-top: 4px;
  color: var(--blue-dark);
  font-size: 0.86rem;
  font-weight: 750;
  text-decoration: none;
}

/* Shared editorial heroes */

.site-rebrand .visual-page-hero {
  padding: 118px 0 58px;
  background: var(--paper);
}

.site-rebrand .visual-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(470px, 1.18fr);
  gap: clamp(44px, 7vw, 104px);
  align-items: center;
}

.site-rebrand .visual-hero-copy h1 {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: clamp(4.1rem, 6.6vw, 7rem);
  line-height: 0.9;
  text-wrap: balance;
}

.site-rebrand .visual-hero-copy > p:not(.section-label) {
  max-width: 590px;
  color: var(--ink-soft);
  font-size: clamp(1.02rem, 1.5vw, 1.2rem);
}

.site-rebrand .visual-hero-copy .button {
  margin-top: 8px;
}

.site-rebrand .visual-hero-media {
  position: relative;
  min-height: 590px;
  margin: 0;
  overflow: hidden;
  border-radius: 26px 26px 120px 26px;
  background: var(--paper-deep);
  box-shadow: 0 28px 76px rgba(17, 19, 25, 0.14);
}

.site-rebrand .visual-hero-media img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  display: block;
  object-fit: cover;
}

.site-rebrand :is(.process-page-hero, .about-page-hero) .visual-hero-media {
  min-height: 0;
  aspect-ratio: 3 / 2;
  background: #07102c;
}

.site-rebrand :is(.process-page-hero, .about-page-hero) .visual-hero-media img {
  object-fit: contain;
}

.site-rebrand .about-page-hero .visual-hero-media {
  display: grid;
  gap: 12px;
  aspect-ratio: auto;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.site-rebrand .about-page-hero .visual-hero-media img {
  width: 100%;
  height: auto;
  position: static;
  aspect-ratio: 3 / 2;
  border-radius: 22px 22px 72px 22px;
  background: #07102c;
  object-fit: contain;
  box-shadow: 0 28px 76px rgba(17, 19, 25, 0.14);
}

.site-rebrand .about-page-hero .visual-hero-media figcaption {
  position: static;
  justify-self: end;
  border: 0;
  padding: 0;
  background: transparent;
  color: #686e79;
  font-size: 0.68rem;
  letter-spacing: 0.035em;
  line-height: 1.35;
  text-align: right;
  backdrop-filter: none;
}

.site-rebrand .visual-hero-media figcaption,
.site-rebrand .visual-image-label {
  position: absolute;
  right: 16px;
  bottom: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  padding: 7px 11px;
  background: rgba(11, 13, 18, 0.78);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  backdrop-filter: blur(8px);
}

/* Scroll-led process */

.site-rebrand .process-story {
  padding: 108px 0 120px;
  background: var(--paper-bright);
}

.site-rebrand .process-story-intro {
  display: grid;
  grid-template-columns: minmax(180px, 0.3fr) minmax(460px, 1fr);
  gap: clamp(36px, 8vw, 120px);
  margin-bottom: 76px;
  align-items: start;
}

.site-rebrand .process-story-intro h2 {
  max-width: 860px;
  margin-bottom: 14px;
  font-size: clamp(3.2rem, 5.4vw, 5.8rem);
  line-height: 0.94;
}

.site-rebrand .process-story-intro div > p {
  max-width: 650px;
  margin-bottom: 0;
  color: var(--ink-soft);
}

.site-rebrand .process-story-layout {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: start;
}

.site-rebrand .process-spine {
  position: sticky;
  top: 116px;
  display: grid;
  gap: 0;
  border-left: 1px solid var(--line);
}

.site-rebrand .process-spine span {
  position: relative;
  min-height: 76px;
  display: flex;
  align-items: center;
  padding-left: 24px;
  color: #7a7f89;
  font-size: 0.76rem;
  font-weight: 700;
}

.site-rebrand .process-spine span::before {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  left: -5px;
  border: 2px solid var(--paper-bright);
  border-radius: 50%;
  background: #9ca1aa;
}

.site-rebrand .process-spine[data-active="1"] span:nth-child(-n+1),
.site-rebrand .process-spine[data-active="2"] span:nth-child(-n+2),
.site-rebrand .process-spine[data-active="3"] span:nth-child(-n+3),
.site-rebrand .process-spine[data-active="4"] span:nth-child(-n+4) {
  color: var(--blue-dark);
}

.site-rebrand .process-spine[data-active="1"] span:nth-child(-n+1)::before,
.site-rebrand .process-spine[data-active="2"] span:nth-child(-n+2)::before,
.site-rebrand .process-spine[data-active="3"] span:nth-child(-n+3)::before,
.site-rebrand .process-spine[data-active="4"] span:nth-child(-n+4)::before {
  background: var(--blue);
}

.site-rebrand .process-chapters {
  display: grid;
  gap: 92px;
}

.site-rebrand .process-chapter {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
  scroll-margin-top: 110px;
}

.site-rebrand .process-chapter:nth-child(even) figure {
  order: 2;
}

.site-rebrand .process-chapter figure {
  position: relative;
  min-height: 500px;
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  background: var(--paper-deep);
  box-shadow: 0 24px 64px rgba(17, 19, 25, 0.12);
}

.site-rebrand .process-chapter figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  display: block;
  object-fit: cover;
}

.site-rebrand .process-chapter[data-process-step="2"] figure {
  min-height: 0;
  aspect-ratio: 3 / 2;
  background: #07102c;
}

.site-rebrand .process-chapter[data-process-step="2"] figure img {
  object-fit: contain;
}

.site-rebrand .process-chapter-copy > span {
  display: block;
  margin-bottom: 18px;
  color: var(--blue-dark);
  font-size: 0.74rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-rebrand .process-chapter-copy h3 {
  margin: 0 0 18px;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(2.5rem, 4.6vw, 4.8rem);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 0.94;
}

.site-rebrand .process-chapter-copy > p {
  max-width: 560px;
  color: var(--ink-soft);
}

.site-rebrand .process-artifact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.site-rebrand .process-artifact li {
  min-height: 74px;
  border-top: 1px solid var(--line);
  padding: 13px 0 0;
  color: #565c67;
  font-size: 0.79rem;
}

.site-rebrand .process-artifact strong {
  display: block;
  margin-bottom: 3px;
  color: var(--ink);
  font-size: 0.82rem;
}

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

.site-rebrand .handoff-heading {
  display: grid;
  grid-template-columns: minmax(170px, 0.3fr) minmax(470px, 1fr);
  gap: clamp(36px, 8vw, 120px);
  margin-bottom: 42px;
}

.site-rebrand .handoff-heading h2 {
  max-width: 820px;
  margin-bottom: 0;
  font-size: clamp(3rem, 5vw, 5.2rem);
  line-height: 0.96;
}

.site-rebrand .handoff-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--line);
}

.site-rebrand .handoff-card {
  min-height: 290px;
  border-right: 1px solid var(--line);
  padding: 28px clamp(22px, 3vw, 38px) 32px;
}

.site-rebrand .handoff-card:first-child {
  padding-left: 0;
}

.site-rebrand .handoff-card:last-child {
  border-right: 0;
  padding-right: 0;
}

.site-rebrand .handoff-card > span {
  color: var(--blue-dark);
  font-size: 0.73rem;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.site-rebrand .handoff-card h3 {
  margin: 34px 0 18px;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
}

.site-rebrand .handoff-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: var(--ink-soft);
  list-style: none;
}

.site-rebrand .handoff-card li::before {
  content: "—";
  margin-right: 8px;
  color: var(--blue);
}

.site-rebrand .visual-expectation {
  padding: 0;
  background: var(--night);
}

.site-rebrand .visual-expectation .shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
  gap: clamp(46px, 8vw, 110px);
  align-items: center;
}

.site-rebrand .expectation-media {
  position: relative;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
}

.site-rebrand .expectation-media img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  display: block;
  object-fit: cover;
}

.site-rebrand .expectation-copy {
  padding: 80px 0;
  color: #fff;
}

.site-rebrand .expectation-copy h2 {
  max-width: 650px;
  margin-bottom: 24px;
  font-size: clamp(3.1rem, 5vw, 5.3rem);
  line-height: 0.94;
}

.site-rebrand .expectation-copy > p:not(.section-label) {
  max-width: 580px;
  color: #c4c8d2;
}

/* About */

.site-rebrand .about-belief {
  padding: 112px 0 120px;
  background: var(--night);
  color: #fff;
}

.site-rebrand .about-belief-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(470px, 1.22fr);
  gap: clamp(46px, 8vw, 118px);
  align-items: center;
}

.site-rebrand .about-belief-copy h2 {
  max-width: 670px;
  margin-bottom: 26px;
  font-size: clamp(3.6rem, 6.3vw, 6.7rem);
  line-height: 0.9;
}

.site-rebrand .about-belief-copy > p:not(.section-label) {
  max-width: 560px;
  color: #bdc2cd;
}

.site-rebrand .founder-profile {
  min-height: 330px;
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: clamp(24px, 4vw, 42px);
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  padding: clamp(28px, 4.5vw, 52px);
  background:
    radial-gradient(circle at 18% 18%, rgba(141, 162, 255, 0.3), transparent 36%),
    linear-gradient(145deg, #121b37, #0a0f1e 68%);
  box-shadow: 0 30px 72px rgba(0, 0, 0, 0.24);
}

.site-rebrand .founder-monogram {
  width: 132px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: -0.05em;
}

.site-rebrand .founder-profile-copy .section-label {
  margin-bottom: 14px;
  color: #8da2ff;
}

.site-rebrand .founder-profile-copy h3 {
  margin: 0 0 4px;
  color: #fff;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(2.3rem, 4vw, 3.6rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.96;
}

.site-rebrand .founder-profile-copy p {
  max-width: 390px;
  margin: 0;
  color: #bdc2cd;
}

.site-rebrand .founder-profile-copy .founder-role {
  margin-bottom: 18px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 750;
}

.site-rebrand .about-collage {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: 240px 320px;
  gap: 14px;
}

.site-rebrand .about-collage figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: var(--night-soft);
}

.site-rebrand .about-collage figure:first-child {
  grid-row: 1 / 3;
}

.site-rebrand .about-collage img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.site-rebrand .operating-principles {
  padding: 104px 0 112px;
  background: var(--paper);
}

.site-rebrand .operating-principles-heading {
  display: grid;
  grid-template-columns: minmax(180px, 0.32fr) minmax(480px, 1fr);
  gap: clamp(36px, 8vw, 120px);
  margin-bottom: 46px;
}

.site-rebrand .operating-principles-heading h2 {
  max-width: 780px;
  margin-bottom: 0;
  font-size: clamp(3.1rem, 5.2vw, 5.5rem);
  line-height: 0.95;
}

.site-rebrand .operating-principle-list {
  border-top: 1px solid var(--ink);
}

.site-rebrand .operating-principle {
  display: grid;
  grid-template-columns: 80px minmax(280px, 0.68fr) minmax(300px, 0.78fr);
  gap: clamp(24px, 6vw, 92px);
  align-items: start;
  border-bottom: 1px solid var(--line);
  padding: 30px 0 34px;
}

.site-rebrand .operating-principle > span {
  color: var(--blue-dark);
  font-size: 0.74rem;
  font-weight: 750;
}

.site-rebrand .operating-principle h3 {
  margin: 0;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(2.1rem, 3.4vw, 3.5rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.site-rebrand .operating-principle p {
  max-width: 580px;
  margin: 0;
  color: var(--ink-soft);
}

.site-rebrand .managed-work-visual {
  padding: 104px 0 114px;
  background: var(--paper-bright);
}

.site-rebrand .managed-work-visual .section-heading {
  margin-bottom: 44px;
}

.site-rebrand .managed-work-visual .section-heading > div {
  display: grid;
  gap: 10px;
}

.site-rebrand .managed-work-visual .section-heading > div h2,
.site-rebrand .managed-work-visual .section-heading > div p {
  margin-bottom: 0;
}

.site-rebrand .managed-work-mosaic {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.site-rebrand .managed-work-card {
  grid-column: span 6;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--paper);
  color: var(--ink);
  text-decoration: none;
}

.site-rebrand .managed-work-card:nth-child(2),
.site-rebrand .managed-work-card:nth-child(3) {
  grid-column: span 5;
}

.site-rebrand .managed-work-card:nth-child(3) {
  grid-column-start: 2;
}

.site-rebrand .managed-work-card:nth-child(1),
.site-rebrand .managed-work-card:nth-child(4) {
  grid-column: span 7;
}

.site-rebrand .managed-work-card figure {
  aspect-ratio: 16 / 10;
  margin: 0;
  overflow: hidden;
  background: #d8dde9;
}

.site-rebrand .managed-work-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
  transition: transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.site-rebrand .managed-work-card:hover img,
.site-rebrand .managed-work-card:focus-within img {
  transform: scale(1.025);
}

.site-rebrand .managed-work-card-meta {
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
}

.site-rebrand .managed-work-card-meta strong {
  font-size: 1rem;
}

.site-rebrand .managed-work-card-meta span {
  color: #6b717c;
  font-size: 0.76rem;
  font-style: normal;
}

/* Contact and request forms */

.site-rebrand .contact-page-section {
  position: relative;
  overflow: hidden;
}

.site-rebrand .contact-layout {
  align-items: start;
}

.site-rebrand .contact-copy {
  position: sticky;
  top: 110px;
}

.site-rebrand .contact-copy h1 {
  text-wrap: balance;
}

.site-rebrand .contact-visual {
  position: relative;
  min-height: 270px;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
}

.site-rebrand .contact-visual img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  display: block;
  object-fit: cover;
}

.site-rebrand .contact-next {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  color: #c8d0ff;
  list-style: none;
}

.site-rebrand .contact-next li {
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  padding-top: 10px;
  font-size: 0.72rem;
}

.site-rebrand .contact-next strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-size: 0.74rem;
}

.site-rebrand .form-required-note {
  margin: -2px 0 16px;
  color: #5b6170;
  font-size: 0.76rem;
}

.site-rebrand .contact-snapshot-link {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 14px 0 18px;
  border: 1px solid #d9def6;
  border-radius: 8px;
  padding: 12px 14px;
  background: #f3f5ff;
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
}

.site-rebrand .contact-snapshot-copy {
  display: grid;
  gap: 2px;
}

.site-rebrand .contact-snapshot-copy > span {
  color: #62697a;
  font-weight: 500;
}

.site-rebrand .contact-snapshot-copy strong {
  color: #243fc7;
  font-size: 0.82rem;
}

.site-rebrand .contact-snapshot-arrow {
  color: var(--blue);
  font-size: 1.1rem;
  transition: transform 180ms ease;
}

.site-rebrand .contact-snapshot-link:hover .contact-snapshot-arrow,
.site-rebrand .contact-snapshot-link:focus-visible .contact-snapshot-arrow {
  transform: translateX(3px);
}

.site-rebrand .data-use-note {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: start;
  margin: 18px 0 0;
  border-top: 1px solid #dedfe4;
  padding-top: 14px;
  color: #5f6572;
  font-size: 0.76rem;
}

.site-rebrand .data-use-note::before {
  content: "✓";
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(111, 227, 162, 0.16);
  color: var(--mint);
  font-weight: 800;
}

/* Snapshot sample visual */

.site-rebrand .snapshot-visual {
  position: relative;
  min-height: 260px;
  margin: 26px 0 0;
  overflow: hidden;
  border-radius: 16px;
  background: #d9d3c8;
}

.site-rebrand .snapshot-visual img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  display: block;
  object-fit: cover;
}

.site-rebrand .snapshot-visual figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  border-radius: 10px;
  padding: 11px 13px;
  background: rgba(11, 13, 18, 0.82);
  color: #fff;
  font-size: 0.74rem;
  line-height: 1.35;
  backdrop-filter: blur(8px);
}

.site-rebrand .snapshot-step-required {
  margin: 0 0 14px;
  color: #6a707b;
  font-size: 0.72rem;
}

/* Keep the content readable even if the observer is delayed or unavailable. */

.js .site-rebrand .story-reveal {
  opacity: 1;
  transform: none;
}

.js .site-rebrand .story-reveal.is-visible {
  animation: none;
}

@media (max-width: 1000px) {
  .site-rebrand .visual-capability-card:nth-child(1) {
    grid-column: span 12;
  }

  .site-rebrand .visual-capability-card:nth-child(2),
  .site-rebrand .visual-capability-card:nth-child(3) {
    grid-column: span 6;
  }

  .site-rebrand .visual-hero-layout,
  .site-rebrand .about-belief-layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
    gap: 42px;
  }

  .site-rebrand .visual-hero-media {
    min-height: 520px;
  }

  .site-rebrand .process-story-layout {
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 36px;
  }

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

  .site-rebrand .process-chapter:nth-child(even) figure {
    order: 0;
  }

  .site-rebrand .process-chapter figure {
    min-height: 470px;
  }

  .site-rebrand .managed-work-card,
  .site-rebrand .managed-work-card:nth-child(1),
  .site-rebrand .managed-work-card:nth-child(2),
  .site-rebrand .managed-work-card:nth-child(3),
  .site-rebrand .managed-work-card:nth-child(4) {
    grid-column: span 6;
  }

  .site-rebrand .managed-work-card:nth-child(3) {
    grid-column-start: auto;
  }
}

@media (min-width: 721px) and (max-width: 1000px) {
  .site-rebrand .story-film {
    height: clamp(440px, 60vw, 520px);
  }
}

@media (max-width: 820px) {
  .site-rebrand .about-belief-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .site-rebrand .founder-profile {
    width: min(100%, 620px);
    justify-self: end;
  }

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

  .site-rebrand .content-interface-formats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-rebrand .operating-principle {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px 18px;
  }

  .site-rebrand .operating-principle p {
    grid-column: 2;
  }
}

@media (max-width: 760px) {
  .site-rebrand .hero-service-line {
    margin: -2px 0 18px;
    font-size: 0.8rem;
  }

  .site-rebrand .hero-actions {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
    flex-wrap: nowrap;
  }

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

  .site-rebrand .visual-capabilities,
  .site-rebrand .process-story,
  .site-rebrand .handoff-section,
  .site-rebrand .about-belief,
  .site-rebrand .operating-principles,
  .site-rebrand .managed-work-visual {
    padding: 64px 0 70px;
  }

  .site-rebrand .visual-capabilities .services-intro,
  .site-rebrand .process-story-intro,
  .site-rebrand .handoff-heading,
  .site-rebrand .operating-principles-heading {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 34px;
  }

  .site-rebrand .visual-capability-grid {
    gap: 12px;
  }

  .site-rebrand .visual-capability-card:nth-child(1),
  .site-rebrand .visual-capability-card:nth-child(2),
  .site-rebrand .visual-capability-card:nth-child(3) {
    grid-column: 1 / -1;
  }

  .site-rebrand .visual-capability-card:nth-child(1),
  .site-rebrand .visual-capability-card:nth-child(3) {
    grid-template-columns: 1fr;
  }

  .site-rebrand .visual-capability-card:nth-child(2) figure,
  .site-rebrand .visual-capability-card:nth-child(3) figure {
    min-height: 270px;
  }

  .site-rebrand .visual-capability-copy {
    padding: 22px 22px 26px;
  }

  .site-rebrand .visual-capability-copy h3 {
    font-size: 2.15rem;
  }

  .site-rebrand .visual-page-hero {
    padding: 96px 0 46px;
  }

  .site-rebrand .visual-hero-layout,
  .site-rebrand .about-belief-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .site-rebrand .visual-hero-copy h1 {
    font-size: clamp(3.25rem, 15vw, 4.7rem);
  }

  .site-rebrand .visual-hero-media {
    min-height: 410px;
    border-radius: 18px 18px 72px 18px;
  }

  .site-rebrand .process-story-intro h2,
  .site-rebrand .handoff-heading h2,
  .site-rebrand .operating-principles-heading h2 {
    font-size: 2.75rem;
  }

  .site-rebrand .process-story-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .site-rebrand .process-spine {
    position: relative;
    top: auto;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .site-rebrand .process-spine span {
    min-height: 58px;
    justify-content: center;
    padding: 13px 4px 0;
    font-size: 0.62rem;
    text-align: center;
  }

  .site-rebrand .process-spine span::before {
    top: -5px;
    left: calc(50% - 4px);
  }

  .site-rebrand .process-chapters {
    gap: 66px;
  }

  .site-rebrand .process-chapter {
    gap: 24px;
  }

  .site-rebrand .process-chapter figure {
    min-height: 320px;
  }

  .site-rebrand .process-chapter-copy h3 {
    font-size: 2.8rem;
  }

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

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

  .site-rebrand .handoff-card,
  .site-rebrand .handoff-card:first-child,
  .site-rebrand .handoff-card:last-child {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 24px 0 28px;
  }

  .site-rebrand .handoff-card:last-child {
    border-bottom: 0;
  }

  .site-rebrand .handoff-card h3 {
    margin: 22px 0 14px;
  }

  .site-rebrand .visual-expectation .shell {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .site-rebrand .expectation-media {
    min-height: 380px;
  }

  .site-rebrand .expectation-copy {
    width: min(100% - 48px, 1180px);
    margin-inline: auto;
    padding: 54px 0 62px;
  }

  .site-rebrand .expectation-copy h2 {
    font-size: 3rem;
  }

  .site-rebrand .about-belief-copy h2 {
    font-size: 3.55rem;
  }

  .site-rebrand .founder-profile {
    min-height: 0;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 22px;
    border-radius: 18px;
    padding: 28px 24px;
  }

  .site-rebrand .founder-monogram {
    width: 96px;
    font-size: 2.25rem;
  }

  .site-rebrand .about-collage {
    grid-template-columns: 1fr 0.8fr;
    grid-template-rows: 180px 230px;
  }

  .site-rebrand .operating-principle {
    grid-template-columns: 48px 1fr;
    gap: 12px 18px;
    padding: 24px 0 28px;
  }

  .site-rebrand .operating-principle p {
    grid-column: 2;
  }

  .site-rebrand .managed-work-card,
  .site-rebrand .managed-work-card:nth-child(1),
  .site-rebrand .managed-work-card:nth-child(2),
  .site-rebrand .managed-work-card:nth-child(3),
  .site-rebrand .managed-work-card:nth-child(4) {
    grid-column: span 12;
  }

  .site-rebrand .contact-copy {
    position: static;
  }

  .site-rebrand .contact-visual {
    min-height: 220px;
  }

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

  .site-rebrand .snapshot-visual {
    min-height: 210px;
  }
}

@media (max-width: 480px) {
  .site-rebrand .founder-profile {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .site-rebrand .founder-monogram {
    width: 80px;
    font-size: 1.95rem;
  }
}

@media (max-width: 390px) {
  .site-rebrand .visual-hero-media {
    min-height: 350px;
  }

  .site-rebrand .about-collage {
    grid-template-columns: 1fr;
    grid-template-rows: 260px 170px 170px;
  }

  .site-rebrand .about-collage figure:first-child {
    grid-row: auto;
  }

  .site-rebrand .managed-work-card-meta {
    min-height: 72px;
    padding: 15px 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .js .site-rebrand .story-reveal,
  .js .site-rebrand .story-reveal.is-visible {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .site-rebrand .visual-capability-card img,
  .site-rebrand .managed-work-card img {
    transition: none;
  }

  .site-rebrand .visual-capability-card:hover img,
  .site-rebrand .visual-capability-card:focus-within img,
  .site-rebrand .managed-work-card:hover img,
  .site-rebrand .managed-work-card:focus-within img {
    transform: none;
  }
}

/* Interactive process workspace and responsive build preview. */

.site-rebrand .process-page-hero .workflow-hero-widget {
  min-height: 570px;
  aspect-ratio: auto;
  display: grid;
  align-content: center;
  padding: 22px 22px 54px;
  background:
    radial-gradient(circle at 82% 12%, rgba(49, 85, 245, 0.5), transparent 38%),
    linear-gradient(145deg, #070c18, #111d3e 62%, #090d18);
}

.site-rebrand .process-page-hero .workflow-hero-widget::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, #000, transparent 94%);
}

.site-rebrand .process-page-hero .workflow-hero-widget > figcaption {
  right: auto;
  left: 22px;
}

.site-rebrand .workflow-window {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 17px;
  background: rgba(7, 12, 25, 0.94);
  color: #fff;
  box-shadow: 0 32px 72px rgba(0, 0, 0, 0.38);
}

.site-rebrand .workflow-window-bar {
  min-height: 44px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.055);
}

.site-rebrand .workflow-window-bar strong {
  min-width: 0;
  overflow: hidden;
  font-size: 0.7rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-rebrand .workflow-window-bar em {
  color: #bff1d3;
  font-size: 0.61rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-rebrand .workflow-window-dots {
  display: flex;
  gap: 5px;
}

.site-rebrand .workflow-window-dots i,
.site-rebrand .responsive-preview-browserbar > i {
  width: 7px;
  height: 7px;
  display: block;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.44;
}

.site-rebrand .workflow-phase-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.1);
}

.site-rebrand .workflow-phase-tabs button {
  min-width: 0;
  min-height: 54px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 8px;
  border: 0;
  padding: 9px 12px;
  background: #10182a;
  color: rgba(255, 255, 255, 0.68);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease;
}

.site-rebrand .workflow-phase-tabs button:hover {
  background: #172441;
  color: #fff;
}

.site-rebrand .workflow-phase-tabs button[aria-selected="true"] {
  background: #f7f5ef;
  color: #111722;
}

.site-rebrand .workflow-phase-tabs button:focus-visible,
.site-rebrand .responsive-preview-controls button:focus-visible {
  position: relative;
  z-index: 2;
  outline: 3px solid var(--amber);
  outline-offset: -3px;
}

.site-rebrand .workflow-phase-tabs i {
  color: #8ba1ff;
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 850;
}

.site-rebrand .workflow-phase-tabs button[aria-selected="true"] i {
  color: var(--blue-dark);
}

.site-rebrand .workflow-phase-tabs span {
  min-width: 0;
  overflow: hidden;
  font-size: 0.69rem;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-rebrand .workflow-panels {
  min-height: 345px;
  padding: 20px;
  background:
    radial-gradient(circle at 88% 8%, rgba(49, 85, 245, 0.2), transparent 42%),
    #090e1c;
}

.site-rebrand .workflow-panel {
  animation: workflow-panel-enter 360ms cubic-bezier(0.2, 0.75, 0.2, 1) both;
}

.site-rebrand .workflow-panel:focus {
  outline: 0;
}

.site-rebrand .workflow-panel > header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.site-rebrand .workflow-panel > header span,
.site-rebrand .workflow-panel-layout .workflow-decision > span {
  color: #9fa9c5;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.site-rebrand .workflow-panel > header strong {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.38rem;
  font-weight: 580;
}

.site-rebrand .workflow-panel-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(150px, 0.72fr);
  gap: 14px;
}

.site-rebrand .workflow-panel-layout ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-rebrand .workflow-panel-layout li {
  min-width: 0;
  min-height: 92px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-content: center;
  gap: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  padding: 13px;
  background: rgba(255, 255, 255, 0.05);
}

.site-rebrand .workflow-panel-layout li > i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 5px rgba(111, 227, 162, 0.1);
}

.site-rebrand .workflow-panel-layout li > strong {
  min-width: 0;
  overflow: hidden;
  font-size: 0.72rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-rebrand .workflow-panel-layout li > span {
  grid-column: 2;
  color: #9fa9c5;
  font-size: 0.61rem;
}

.site-rebrand .workflow-panel-layout .workflow-decision {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(111, 227, 162, 0.3);
  border-radius: 10px;
  padding: 17px;
  background: linear-gradient(145deg, rgba(111, 227, 162, 0.14), rgba(49, 85, 245, 0.08));
}

.site-rebrand .workflow-panel-layout .workflow-decision > strong {
  margin: 9px 0 7px;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 580;
  line-height: 1;
}

.site-rebrand .workflow-panel-layout .workflow-decision > small {
  color: #c4cbda;
  font-size: 0.68rem;
  line-height: 1.4;
}

@keyframes workflow-panel-enter {
  from { opacity: 0; transform: translateY(9px) scale(0.99); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.site-rebrand .responsive-preview-widget {
  padding: clamp(24px, 3vw, 38px);
}

.site-rebrand .responsive-preview-shell {
  width: min(100%, 680px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 16px;
  background: rgba(8, 13, 27, 0.94);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.36);
}

.site-rebrand .responsive-preview-toolbar {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 6px 8px 6px 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.055);
}

.site-rebrand .responsive-preview-toolbar > strong {
  min-width: 0;
  overflow: hidden;
  font-size: 0.69rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-rebrand .responsive-preview-controls {
  display: flex;
  gap: 3px;
}

.site-rebrand .responsive-preview-controls button {
  min-height: 40px;
  border: 0;
  border-radius: 7px;
  padding: 0 10px;
  background: transparent;
  color: rgba(255, 255, 255, 0.66);
  font: inherit;
  font-size: 0.61rem;
  font-weight: 750;
  cursor: pointer;
}

.site-rebrand .responsive-preview-controls button:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.site-rebrand .responsive-preview-controls button[aria-pressed="true"] {
  color: #101722;
  background: var(--mint);
}

.site-rebrand .responsive-preview-stage {
  height: 362px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 17px;
  background-color: #15203a;
  background-image: radial-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 19px 19px;
}

.site-rebrand .responsive-preview-frame {
  width: min(100%, 520px);
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 7px solid #080d17;
  border-radius: 13px;
  background: #f8f7f2;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.38);
  container-type: inline-size;
  transition: width 420ms cubic-bezier(0.2, 0.8, 0.2, 1), aspect-ratio 420ms cubic-bezier(0.2, 0.8, 0.2, 1), border-radius 320ms ease;
}

.site-rebrand .responsive-preview-widget[data-preview-size="tablet"] .responsive-preview-frame {
  width: min(68%, 245px);
  aspect-ratio: 3 / 4;
  border-radius: 20px;
}

.site-rebrand .responsive-preview-widget[data-preview-size="phone"] .responsive-preview-frame {
  width: min(42%, 150px);
  aspect-ratio: 9 / 19.5;
  border-radius: 24px;
}

.site-rebrand .responsive-preview-browserbar {
  height: 27px;
  display: flex;
  align-items: center;
  gap: 5px;
  border-bottom: 1px solid #d7d9de;
  padding: 0 10px;
  color: #7b8190;
  background: #eaebed;
}

.site-rebrand .responsive-preview-browserbar > span {
  min-width: 0;
  overflow: hidden;
  margin-left: 5px;
  font-size: clamp(0.42rem, 1.35cqw, 0.62rem);
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-rebrand .responsive-preview-site {
  min-height: calc(100% - 27px);
  color: #111722;
  background: #faf9f5;
}

.site-rebrand .responsive-preview-site > header {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #dcdde1;
  padding: 0 5%;
}

.site-rebrand .responsive-preview-site > header strong {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(0.64rem, 2.4cqw, 1.05rem);
}

.site-rebrand .responsive-preview-site > header .responsive-preview-site-nav {
  display: flex;
  gap: 2em;
  font-size: clamp(0.42rem, 1.4cqw, 0.66rem);
  font-weight: 700;
}

.site-rebrand .responsive-preview-site-main {
  min-height: 180px;
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
}

.site-rebrand .responsive-preview-site-main > div {
  align-self: center;
  padding: 8%;
}

.site-rebrand .responsive-preview-site-main small {
  display: block;
  color: var(--blue-dark);
  font-size: clamp(0.4rem, 1.4cqw, 0.62rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-rebrand .responsive-preview-site-main b {
  display: block;
  margin: 0.35em 0 0.45em;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(1rem, 5.2cqw, 2.55rem);
  font-weight: 580;
  letter-spacing: -0.045em;
  line-height: 0.96;
}

.site-rebrand .responsive-preview-site-main i {
  display: inline-block;
  border-radius: 6px;
  padding: 0.64em 0.9em;
  background: var(--blue);
  color: #fff;
  font-size: clamp(0.42rem, 1.3cqw, 0.62rem);
  font-style: normal;
  font-weight: 800;
}

.site-rebrand .responsive-preview-visual {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 28% 24%, var(--mint) 0 12%, transparent 12.5%),
    linear-gradient(142deg, transparent 0 30%, rgba(255, 255, 255, 0.16) 30.5% 32%, transparent 32.5%),
    linear-gradient(145deg, #162756, var(--blue) 58%, #7695ff);
}

.site-rebrand .responsive-preview-visual::before,
.site-rebrand .responsive-preview-visual::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.11);
  transform: rotate(-7deg);
}

.site-rebrand .responsive-preview-visual::before {
  width: 52%;
  height: 58%;
  left: 13%;
  top: 20%;
}

.site-rebrand .responsive-preview-visual::after {
  width: 34%;
  height: 38%;
  right: 8%;
  bottom: 8%;
  transform: rotate(9deg);
}

.site-rebrand .responsive-preview-site > footer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4%;
  border-top: 1px solid #dcdde1;
  padding: 3% 5%;
}

.site-rebrand .responsive-preview-site > footer span {
  min-width: 0;
  padding-top: 4%;
  border-top: 2px solid #111722;
}

.site-rebrand .responsive-preview-site > footer b {
  display: block;
  overflow: hidden;
  font-size: clamp(0.46rem, 1.55cqw, 0.72rem);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-rebrand .responsive-preview-site > footer i {
  width: 74%;
  height: 4px;
  display: block;
  margin-top: 7px;
  border-radius: 999px;
  background: #d4d5da;
}

.site-rebrand .responsive-preview-widget[data-preview-size="tablet"] .responsive-preview-site-main,
.site-rebrand .responsive-preview-widget[data-preview-size="phone"] .responsive-preview-site-main {
  grid-template-columns: 1fr;
}

.site-rebrand .responsive-preview-widget[data-preview-size="tablet"] .responsive-preview-visual,
.site-rebrand .responsive-preview-widget[data-preview-size="phone"] .responsive-preview-visual {
  min-height: 104px;
}

.site-rebrand .responsive-preview-widget[data-preview-size="phone"] .responsive-preview-site > header .responsive-preview-site-nav {
  display: none;
}

.site-rebrand .responsive-preview-widget[data-preview-size="phone"] .responsive-preview-site > footer {
  grid-template-columns: 1fr;
}

@media (max-width: 1100px) and (min-width: 761px) {
  .site-rebrand .process-page-hero .workflow-hero-widget {
    min-height: 620px;
    padding-inline: 16px;
  }

  .site-rebrand .workflow-phase-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-rebrand .workflow-panel-layout {
    grid-template-columns: 1fr;
  }

  .site-rebrand .workflow-panel-layout .workflow-decision {
    min-height: 118px;
  }
}

@media (max-width: 760px) {
  .site-rebrand .process-page-hero .workflow-hero-widget {
    min-height: 0;
    padding: 14px 14px 50px;
  }

  .site-rebrand .workflow-phase-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-rebrand .workflow-panels {
    min-height: 0;
    padding: 15px;
  }

  .site-rebrand .workflow-panel-layout {
    grid-template-columns: 1fr;
  }

  .site-rebrand .workflow-panel-layout li {
    min-height: 76px;
  }

  .site-rebrand .workflow-panel-layout .workflow-decision {
    min-height: 112px;
  }

  .site-rebrand .responsive-preview-widget {
    min-height: 0;
    padding: 18px 14px 36px;
  }

  .site-rebrand .responsive-preview-toolbar {
    min-height: 86px;
    align-items: stretch;
    flex-direction: column;
    padding: 11px 10px 9px;
  }

  .site-rebrand .responsive-preview-toolbar > strong {
    padding-left: 3px;
  }

  .site-rebrand .responsive-preview-controls {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .site-rebrand .responsive-preview-controls button {
    min-height: 44px;
  }

  .site-rebrand .responsive-preview-stage {
    height: 250px;
    padding: 12px;
  }

  .site-rebrand .responsive-preview-frame {
    width: min(100%, 330px);
  }

  .site-rebrand .responsive-preview-widget[data-preview-size="tablet"] .responsive-preview-frame {
    width: min(66%, 165px);
  }

  .site-rebrand .responsive-preview-widget[data-preview-size="phone"] .responsive-preview-frame {
    width: min(42%, 100px);
  }
}

@media (max-width: 430px) {
  .site-rebrand .workflow-window-bar em {
    display: none;
  }

  .site-rebrand .workflow-window-bar {
    grid-template-columns: auto 1fr;
  }

  .site-rebrand .workflow-phase-tabs button {
    padding-inline: 9px;
  }

  .site-rebrand .workflow-panel-layout ul {
    grid-template-columns: 1fr;
  }

  .site-rebrand .workflow-panel-layout li {
    min-height: 58px;
  }

  .site-rebrand .workflow-panel-layout .workflow-decision {
    display: none;
  }

  .site-rebrand .workflow-panel > header strong {
    font-size: 1.12rem;
  }

  .site-rebrand .responsive-preview-toolbar > strong {
    text-align: center;
  }

  .site-rebrand .responsive-preview-controls button {
    padding-inline: 5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-rebrand .workflow-panel,
  .site-rebrand .responsive-preview-frame,
  .site-rebrand .workflow-phase-tabs button {
    animation: none !important;
    transition: none !important;
  }
}

/* Digital-first visual replacements.
   These interfaces keep the approved device/reporting direction while avoiding
   the rejected camera, paper, key, string, and magnifying-glass metaphors. */

.site-rebrand .capability-interface {
  position: relative;
  min-height: 330px;
  display: grid;
  place-items: center;
  isolation: isolate;
  padding: 26px;
  background:
    radial-gradient(circle at 84% 18%, rgba(49, 85, 245, 0.38), transparent 34%),
    linear-gradient(145deg, #080d1a, #111b39 58%, #0b1020);
}

.site-rebrand .capability-interface::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.26;
  background-image: linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.site-rebrand .capability-interface figcaption {
  position: absolute;
  right: 14px;
  bottom: 12px;
  left: 14px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.65rem;
  font-weight: 650;
  text-align: center;
}

.site-rebrand .digital-window {
  width: min(100%, 520px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 15px;
  background: rgba(9, 15, 31, 0.92);
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.34);
}

.site-rebrand .digital-window-bar,
.site-rebrand .brief-interface-bar,
.site-rebrand .process-report-bar,
.site-rebrand .content-interface-toolbar,
.site-rebrand .contact-flow-bar,
.site-rebrand .snapshot-interface-bar {
  min-height: 38px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0 13px;
  background: rgba(255, 255, 255, 0.045);
}

.site-rebrand .digital-window-bar > span,
.site-rebrand .brief-interface-bar,
.site-rebrand .process-report-bar,
.site-rebrand .content-interface-toolbar,
.site-rebrand .contact-flow-bar,
.site-rebrand .snapshot-interface-bar {
  color: rgba(255, 255, 255, 0.74);
}

.site-rebrand .digital-window-bar i,
.site-rebrand .brief-interface-bar > i,
.site-rebrand .process-report-bar > i,
.site-rebrand .content-interface-toolbar > i,
.site-rebrand .contact-flow-bar > i,
.site-rebrand .snapshot-interface-bar > i,
.site-rebrand .managed-work-browserbar > i {
  width: 7px;
  height: 7px;
  display: inline-block;
  flex: 0 0 auto;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.55;
}

.site-rebrand .digital-window-bar strong,
.site-rebrand .brief-interface-bar span,
.site-rebrand .process-report-bar span,
.site-rebrand .content-interface-toolbar span,
.site-rebrand .contact-flow-bar span,
.site-rebrand .snapshot-interface-bar span {
  min-width: 0;
  overflow: hidden;
  margin-left: 7px;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-rebrand .digital-window-bar strong {
  color: rgba(255, 255, 255, 0.76);
}

.site-rebrand .visibility-interface-body {
  display: grid;
  gap: 15px;
  padding: 18px;
}

.site-rebrand .visibility-interface-query {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.site-rebrand .visibility-interface-query span {
  color: #aab4d8;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-rebrand .visibility-interface-query b {
  font-size: 0.86rem;
}

.site-rebrand .visibility-interface-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.site-rebrand .visibility-interface-steps span {
  min-height: 72px;
  display: grid;
  align-content: space-between;
  gap: 11px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9px;
  padding: 11px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}

.site-rebrand .visibility-interface-steps i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 5px rgba(111, 227, 162, 0.1);
}

.site-rebrand .visibility-interface-steps strong {
  font-size: 0.64rem;
  line-height: 1.22;
}

.site-rebrand .visibility-interface-signal {
  height: 42px;
  display: flex;
  align-items: end;
  gap: 7px;
  border-radius: 8px;
  padding: 8px 10px;
  background: rgba(49, 85, 245, 0.11);
}

.site-rebrand .visibility-interface-signal i {
  width: 100%;
  height: 42%;
  border-radius: 4px 4px 2px 2px;
  background: linear-gradient(to top, #3155f5, #8ba0ff);
}

.site-rebrand .visibility-interface-signal i:nth-child(2),
.site-rebrand .visibility-interface-signal i:nth-child(5) { height: 68%; }
.site-rebrand .visibility-interface-signal i:nth-child(3) { height: 52%; }
.site-rebrand .visibility-interface-signal i:nth-child(4) { height: 82%; }
.site-rebrand .visibility-interface-signal i:nth-child(6) { height: 74%; }

.site-rebrand .content-interface {
  grid-template-columns: minmax(0, 1fr) minmax(120px, 0.45fr);
  gap: 16px;
  padding: 34px 30px 38px;
}

.site-rebrand .content-interface-screen {
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 14px;
  background: #f6f3ec;
  box-shadow: 0 26px 58px rgba(0, 0, 0, 0.33);
  transform: rotate(-1.2deg);
}

.site-rebrand .content-interface-toolbar {
  color: #8e96aa;
  background: #e9e8e7;
  border-bottom-color: #d4d5d9;
}

.site-rebrand .content-interface-toolbar span {
  color: #5f6572;
}

.site-rebrand .content-interface-page {
  min-height: 220px;
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  grid-template-rows: 84px 9px 9px 1fr;
  gap: 12px 14px;
  padding: 18px;
}

.site-rebrand .content-interface-page span {
  grid-row: 1 / 5;
  border-radius: 8px;
  background: linear-gradient(145deg, #1c315f, #3155f5 64%, #8da2ff);
}

.site-rebrand .content-interface-page strong {
  border-radius: 8px;
  background: linear-gradient(135deg, #d9efe5, #b6dcca);
}

.site-rebrand .content-interface-page i {
  height: 7px;
  display: block;
  border-radius: 999px;
  background: #c7c9cf;
}

.site-rebrand .content-interface-page i:last-child {
  width: 58%;
  height: auto;
  min-height: 42px;
  align-self: end;
  background: #101827;
}

.site-rebrand .content-interface-formats {
  display: grid;
  gap: 8px;
  align-content: center;
}

.site-rebrand .content-interface-formats span {
  min-height: 46px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  padding: 9px 12px;
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.site-rebrand .process-ui {
  display: grid;
  place-items: center;
  isolation: isolate;
  padding: clamp(26px, 4vw, 48px);
  background:
    radial-gradient(circle at 84% 16%, rgba(49, 85, 245, 0.42), transparent 35%),
    linear-gradient(145deg, #090f20, #152348 62%, #0b1020);
}

.site-rebrand .process-ui::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.24;
  background-image: linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 40px 40px;
}

.site-rebrand .brief-interface,
.site-rebrand .process-report-window {
  width: min(100%, 610px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(10, 16, 33, 0.94);
  color: #fff;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.34);
}

.site-rebrand .brief-interface-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 18px 18px 12px;
}

.site-rebrand .brief-interface-grid > span {
  min-height: 112px;
  display: grid;
  align-content: start;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.05);
}

.site-rebrand .brief-interface-grid b {
  font-size: 0.74rem;
}

.site-rebrand .brief-interface-grid i {
  width: 88%;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.17);
}

.site-rebrand .brief-interface-grid i:last-child { width: 62%; }

.site-rebrand .brief-interface > p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 18px 18px;
  border-radius: 9px;
  padding: 10px 12px;
  background: rgba(111, 227, 162, 0.11);
  color: #c9f4dc;
  font-size: 0.68rem;
  font-weight: 750;
}

.site-rebrand .brief-interface > p i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mint);
}

.site-rebrand .responsive-build-stage {
  width: 100%;
  height: 390px;
  position: relative;
}

.site-rebrand .responsive-build-device {
  position: absolute;
  overflow: hidden;
  border: 7px solid #111723;
  border-radius: 14px;
  background: #f6f3ec;
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.34);
}

.site-rebrand .responsive-build-device::before {
  content: "";
  height: 24px;
  display: block;
  border-bottom: 1px solid #d8d9dd;
  background: #ececed;
}

.site-rebrand .responsive-build-device span {
  position: absolute;
  top: 8px;
  left: 13px;
  z-index: 1;
  color: #626978;
  font-size: 0.55rem;
  font-weight: 750;
}

.site-rebrand .responsive-build-device i,
.site-rebrand .responsive-build-device b,
.site-rebrand .responsive-build-device em {
  display: block;
  margin: 12px;
  border-radius: 6px;
}

.site-rebrand .responsive-build-device i {
  height: 46%;
  background: linear-gradient(135deg, #c5d3ff, #3155f5 52%, #0f1730);
}

.site-rebrand .responsive-build-device b {
  width: 48%;
  height: 8px;
  background: #171d29;
}

.site-rebrand .responsive-build-device em {
  height: 20%;
  background: linear-gradient(90deg, #d8efe4 0 31%, transparent 31% 34%, #e5e2db 34% 66%, transparent 66% 69%, #d4daf4 69%);
}

.site-rebrand .responsive-build-desktop {
  width: 72%;
  height: auto;
  aspect-ratio: 16 / 10;
  top: 5%;
  left: 0;
}

.site-rebrand .responsive-build-tablet {
  width: 38%;
  height: auto;
  aspect-ratio: 3 / 4;
  right: 0;
  bottom: 2%;
}

.site-rebrand .responsive-build-phone {
  width: 20%;
  height: auto;
  aspect-ratio: 9 / 19.5;
  right: 31%;
  bottom: 2%;
  border-width: 6px;
  border-radius: 20px;
}

.site-rebrand .responsive-build-phone em { background: #d8efe4; }

.site-rebrand .process-report-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 18px 18px 10px;
}

.site-rebrand .process-report-cards > span {
  min-height: 118px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  align-items: end;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 13px;
  background: rgba(255, 255, 255, 0.045);
}

.site-rebrand .process-report-cards > span:last-child {
  min-height: 86px;
  grid-column: 1 / -1;
  align-content: center;
  align-items: center;
}

.site-rebrand .process-report-cards b {
  width: 100%;
  align-self: start;
  font-size: 0.7rem;
}

.site-rebrand .process-report-cards i {
  width: calc(25% - 6px);
  height: 34px;
  border-radius: 5px 5px 2px 2px;
  background: linear-gradient(to top, #3155f5, #8da2ff);
}

.site-rebrand .process-report-cards i:nth-of-type(2) { height: 52px; }
.site-rebrand .process-report-cards i:nth-of-type(3) { height: 43px; }
.site-rebrand .process-report-cards i:nth-of-type(4) { height: 64px; }
.site-rebrand .process-report-cards > span:nth-child(2) i { background: linear-gradient(to top, #378765, #8cf0bb); }

.site-rebrand .process-report-cards em {
  flex: 1 1 90px;
  border: 1px solid rgba(111, 227, 162, 0.23);
  border-radius: 8px;
  padding: 9px 7px;
  background: rgba(111, 227, 162, 0.08);
  color: #d4f7e3;
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

.site-rebrand .process-report-window > p {
  margin: 0;
  padding: 0 18px 16px;
  color: #aab2c4;
  font-size: 0.63rem;
}

.site-rebrand .expectation-interface {
  display: grid;
  place-items: center;
  padding: 42px 0;
  background:
    radial-gradient(circle at 30% 10%, rgba(49, 85, 245, 0.42), transparent 38%),
    linear-gradient(145deg, #080d1a, #111a34);
}

.site-rebrand .expectation-cycle {
  width: min(100% - 48px, 530px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.site-rebrand .expectation-cycle span {
  min-height: 154px;
  display: grid;
  align-content: end;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  padding: 17px;
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.18);
}

.site-rebrand .expectation-cycle i {
  align-self: start;
  color: #8da2ff;
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 800;
}

.site-rebrand .expectation-cycle strong {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.45rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.site-rebrand .expectation-cycle small {
  color: #bbc1cf;
  font-size: 0.66rem;
}

.site-rebrand .about-collage {
  position: relative;
}

.site-rebrand .about-collage > p {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(8, 12, 22, 0.82);
  color: #fff;
  font-size: 0.63rem;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.site-rebrand .managed-work-visual {
  scroll-margin-top: 106px;
}

.site-rebrand .managed-work-mosaic {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.site-rebrand .managed-work-mosaic .managed-work-card,
.site-rebrand .managed-work-mosaic .managed-work-card:nth-child(1),
.site-rebrand .managed-work-mosaic .managed-work-card:nth-child(2),
.site-rebrand .managed-work-mosaic .managed-work-card:nth-child(3),
.site-rebrand .managed-work-mosaic .managed-work-card:nth-child(4) {
  grid-column: auto;
  align-self: start;
}

.site-rebrand .managed-work-card figure {
  display: flex;
  flex-direction: column;
  aspect-ratio: 16 / 10;
}

.site-rebrand .managed-work-browserbar {
  min-height: 34px;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid #d8d9dd;
  padding: 0 12px;
  background: #f0f1f2;
  color: #9ba0aa;
}

.site-rebrand .managed-work-browserbar em {
  min-width: 0;
  overflow: hidden;
  margin-left: 7px;
  color: #7e848f;
  font-size: 0.58rem;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-rebrand .managed-work-card figure img {
  min-height: 0;
  flex: 1 1 auto;
}

/* Keep the managed reference useful while excluding its location line from public crops. */
.site-rebrand .managed-reference-neutral-crop .work-browser-image,
.site-rebrand .managed-reference-neutral-crop figure {
  position: relative;
}

.site-rebrand .managed-reference-neutral-crop .work-browser-image::after,
.site-rebrand .managed-reference-neutral-crop figure::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  height: 28%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(7, 26, 49, 0.94), #07182e);
}

.site-rebrand .contact-flow-visual {
  display: grid;
  place-items: center;
  padding: 20px;
  background:
    radial-gradient(circle at 85% 15%, rgba(49, 85, 245, 0.45), transparent 36%),
    linear-gradient(145deg, #0a1021, #141f40);
}

.site-rebrand .contact-flow-window {
  width: min(100%, 520px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 13px;
  background: rgba(8, 13, 27, 0.9);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.25);
}

.site-rebrand .contact-flow-window ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 14px;
  list-style: none;
}

.site-rebrand .contact-flow-window li {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9px;
  padding: 11px;
  background: rgba(255, 255, 255, 0.045);
}

.site-rebrand .contact-flow-window li > i {
  color: #8da2ff;
  font-size: 0.57rem;
  font-style: normal;
  font-weight: 800;
}

.site-rebrand .contact-flow-window li > strong {
  color: #fff;
  font-size: 0.68rem;
  line-height: 1.2;
}

.site-rebrand .contact-flow-window li > span {
  color: #aeb5c4;
  font-size: 0.56rem;
  line-height: 1.3;
}

.site-rebrand .snapshot-interface {
  background:
    radial-gradient(circle at 80% 8%, rgba(49, 85, 245, 0.38), transparent 37%),
    linear-gradient(145deg, #080d1a, #121d3b);
}

.site-rebrand .snapshot-interface-window {
  position: absolute;
  inset: 14px 14px 62px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  background: rgba(8, 13, 27, 0.92);
  color: #fff;
}

.site-rebrand .snapshot-interface-query {
  display: grid;
  grid-template-columns: 1fr 0.6fr;
  gap: 8px;
  margin: 12px 12px 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 9px 10px;
  background: rgba(255, 255, 255, 0.05);
}

.site-rebrand .snapshot-interface-query span {
  grid-column: 1 / -1;
  color: #aeb5c4;
  font-size: 0.58rem;
  font-weight: 700;
}

.site-rebrand .snapshot-interface-query i,
.site-rebrand .snapshot-interface-list b {
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
}

.site-rebrand .snapshot-interface-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  padding: 0 12px;
}

.site-rebrand .snapshot-interface-list span {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 7px;
  align-items: center;
  border-radius: 7px;
  padding: 7px 8px;
  background: rgba(255, 255, 255, 0.045);
}

.site-rebrand .snapshot-interface-list i {
  color: #8da2ff;
  font-size: 0.54rem;
  font-style: normal;
  font-weight: 800;
}

.site-rebrand .snapshot-interface-window > p {
  margin: 9px 12px 0;
  color: #c7f3da;
  font-size: 0.58rem;
  font-weight: 700;
}

.js .site-rebrand .story-reveal.is-visible .visibility-interface-steps span,
.js .site-rebrand .story-reveal.is-visible .content-interface-formats span,
.js .site-rebrand .story-reveal.is-visible .brief-interface-grid > span,
.js .site-rebrand .story-reveal.is-visible .process-report-cards > span,
.js .site-rebrand .story-reveal.is-visible .contact-flow-window li,
.js .site-rebrand .story-reveal.is-visible .snapshot-interface-list span {
  animation: vloom-interface-arrive 520ms cubic-bezier(0.2, 0.72, 0.2, 1) both;
}

.js .site-rebrand .story-reveal.is-visible :is(.visibility-interface-steps span, .content-interface-formats span, .brief-interface-grid > span, .process-report-cards > span, .contact-flow-window li, .snapshot-interface-list span):nth-child(2) { animation-delay: 90ms; }
.js .site-rebrand .story-reveal.is-visible :is(.visibility-interface-steps span, .content-interface-formats span, .brief-interface-grid > span, .process-report-cards > span, .contact-flow-window li, .snapshot-interface-list span):nth-child(3) { animation-delay: 180ms; }
.js .site-rebrand .story-reveal.is-visible :is(.content-interface-formats span, .brief-interface-grid > span, .snapshot-interface-list span):nth-child(4) { animation-delay: 270ms; }

@keyframes vloom-interface-arrive {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 820px) {
  .site-rebrand .content-interface {
    grid-template-columns: 1fr;
  }

  .site-rebrand .content-interface-formats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .site-rebrand .capability-interface {
    padding: 18px 16px 34px;
  }

  .site-rebrand .content-interface {
    grid-template-columns: 1fr;
    align-content: center;
  }

  .site-rebrand .content-interface-page {
    min-height: 150px;
  }

  .site-rebrand .content-interface-formats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-rebrand .content-interface-formats span {
    min-height: 36px;
  }

  .site-rebrand .visual-capability-card:nth-child(2) .visual-capability-copy h3,
  .site-rebrand .visual-capability-card:nth-child(3) .visual-capability-copy h3 {
    font-size: 1.95rem;
  }

  .site-rebrand .process-ui {
    min-height: 320px;
    padding: 26px 20px;
  }

  .site-rebrand .brief-interface-grid > span {
    min-height: 86px;
  }

  .site-rebrand .responsive-build-stage {
    height: 270px;
  }

  .site-rebrand .responsive-build-desktop {
    width: 78%;
    height: auto;
  }

  .site-rebrand .responsive-build-tablet {
    width: 42%;
    height: auto;
  }

  .site-rebrand .responsive-build-phone {
    width: 22%;
    height: auto;
    right: 34%;
  }

  .site-rebrand .process-report-cards > span {
    min-height: 96px;
  }

  .site-rebrand .expectation-cycle {
    width: min(100% - 36px, 530px);
  }

  .site-rebrand .expectation-cycle span {
    min-height: 132px;
    padding: 14px;
  }

  .site-rebrand .managed-work-mosaic {
    grid-template-columns: 1fr;
  }

  .site-rebrand .managed-work-mosaic .managed-work-card,
  .site-rebrand .managed-work-mosaic .managed-work-card:nth-child(1),
  .site-rebrand .managed-work-mosaic .managed-work-card:nth-child(2),
  .site-rebrand .managed-work-mosaic .managed-work-card:nth-child(3),
  .site-rebrand .managed-work-mosaic .managed-work-card:nth-child(4) {
    grid-column: auto;
  }

  .site-rebrand .contact-flow-window ol {
    grid-template-columns: 1fr;
  }

  .site-rebrand .contact-flow-window li {
    min-height: 54px;
    grid-template-columns: 24px 1fr;
    gap: 2px 8px;
  }

  .site-rebrand .contact-flow-window li > i {
    grid-row: 1 / 3;
  }
}

@media (max-width: 390px) {
  .site-rebrand .visibility-interface-steps {
    grid-template-columns: 1fr;
  }

  .site-rebrand .visibility-interface-steps span {
    min-height: 48px;
    grid-template-columns: 14px 1fr;
    align-items: center;
  }

  .site-rebrand .brief-interface-grid,
  .site-rebrand .process-report-cards,
  .site-rebrand .expectation-cycle {
    grid-template-columns: 1fr;
  }

  .site-rebrand .brief-interface-grid > span {
    min-height: 64px;
  }

  .site-rebrand .process-report-cards > span:last-child {
    grid-column: auto;
  }

  .site-rebrand .expectation-cycle span {
    min-height: 92px;
  }

  .site-rebrand .snapshot-interface-window {
    inset: 10px 10px 64px;
  }

  .site-rebrand .snapshot-interface-list {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .js .site-rebrand .story-reveal.is-visible .visibility-interface-steps span,
  .js .site-rebrand .story-reveal.is-visible .content-interface-formats span,
  .js .site-rebrand .story-reveal.is-visible .brief-interface-grid > span,
  .js .site-rebrand .story-reveal.is-visible .process-report-cards > span,
  .js .site-rebrand .story-reveal.is-visible .contact-flow-window li,
  .js .site-rebrand .story-reveal.is-visible .snapshot-interface-list span {
    animation: none;
  }
}
