:root {
  --deep: #102d26;
  --deep-2: #173c33;
  --cream: #fffaf1;
  --copper: #e85f34;
  --lime: #c9db9d;
}

section[id] {
  scroll-margin-top: 82px;
}

.scroll-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 2200;
  height: 3px;
  pointer-events: none;
}

.scroll-progress i {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--orange), #ffb067);
  box-shadow: 0 0 16px rgba(238, 105, 56, .55);
}

.site-header.scrolled .nav-links a.active:not(.nav-cta) {
  color: var(--ink);
}

.nav-links a {
  flex: 0 0 auto;
  white-space: nowrap;
}

.nav-cta {
  min-width: 118px;
}

.nav-links a.active:not(.nav-cta)::after {
  right: 0;
}

.hero {
  overflow: hidden;
}

.hero::before {
  animation: hero-breathe 12s ease-in-out infinite alternate;
}

.hero::after {
  background:
    radial-gradient(circle at 72% 34%, rgba(255,255,255,.06), transparent 18%),
    linear-gradient(90deg, var(--paper) 0%, var(--paper) 35%, rgba(247,242,233,.91) 46%, rgba(247,242,233,0) 68%),
    linear-gradient(0deg, rgba(16,45,38,.28), transparent 42%);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-copy::before {
  content: "NUANXINWO · CARE / DESIGN / OPERATION";
  position: absolute;
  top: -36px;
  left: 0;
  color: rgba(25,53,47,.34);
  font: 9px/1.2 Georgia, serif;
  letter-spacing: .22em;
}

.hero h1 {
  text-wrap: balance;
}

.hero-console {
  grid-column: 2;
  align-self: end;
  justify-self: start;
  position: relative;
  z-index: 3;
  width: min(330px, 88%);
  margin: 0 0 145px 28px;
  padding: 18px;
  color: #fff;
  background: rgba(16,45,38,.82);
  border: 1px solid rgba(255,255,255,.23);
  border-radius: 24px;
  box-shadow: 0 28px 80px rgba(5,24,19,.28);
  backdrop-filter: blur(20px) saturate(1.1);
}

.hero-console::before {
  content: "";
  position: absolute;
  inset: -9px;
  z-index: -1;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 31px;
  pointer-events: none;
}

.hero-console-head,
.hero-console-foot,
.hero-console-steps button,
.hero-console-main {
  position: relative;
  z-index: 1;
}

.hero-console-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255,255,255,.13);
}

.hero-console-head span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font: 9px/1 Georgia, serif;
  letter-spacing: .16em;
}

.hero-console-head i {
  width: 7px;
  height: 7px;
  background: #a8d779;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(168,215,121,.13);
  animation: pulse-dot 1.8s ease-in-out infinite;
}

.hero-console-head b {
  color: rgba(255,255,255,.6);
  font-size: 9px;
  font-weight: 500;
}

.hero-console-main {
  padding: 18px 0 15px;
}

.hero-console-main p {
  margin: 0 0 8px;
  color: rgba(255,255,255,.55);
  font-size: 10px;
}

.hero-console-main strong {
  font-family: "Songti SC", "STSong", serif;
  font-size: 21px;
  font-weight: 500;
}

.hero-console-progress {
  height: 4px;
  margin-top: 14px;
  overflow: hidden;
  background: rgba(255,255,255,.12);
  border-radius: 99px;
}

.hero-console-progress i {
  display: block;
  width: 32%;
  height: 100%;
  background: var(--orange);
  border-radius: inherit;
  transition: width .45s cubic-bezier(.2,.8,.2,1);
}

.hero-console-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

.hero-console-steps button {
  min-width: 0;
  padding: 10px 8px;
  color: rgba(255,255,255,.48);
  text-align: left;
  background: rgba(255,255,255,.06);
  border: 1px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  transition: .25s ease;
}

.hero-console-steps button.active {
  color: #fff;
  background: rgba(255,255,255,.13);
  border-color: rgba(255,255,255,.14);
}

.hero-console-steps span,
.hero-console-steps b {
  display: block;
}

.hero-console-steps span {
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: 700;
}

.hero-console-steps b {
  color: inherit;
  font-size: 8px;
  font-weight: 400;
}

.hero-console-foot {
  display: flex;
  justify-content: space-between;
  margin-top: 13px;
  padding-top: 12px;
  color: rgba(255,255,255,.38);
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: 8px;
  letter-spacing: .1em;
}

.capability-marquee {
  position: relative;
  z-index: 4;
  overflow: hidden;
  color: var(--cream);
  background: var(--orange);
  border-top: 1px solid rgba(255,255,255,.16);
  border-bottom: 1px solid rgba(16,45,38,.12);
}

.capability-marquee-track {
  width: max-content;
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 0 28px;
  animation: capability-flow 26s linear infinite;
}

.capability-marquee-track span {
  font-family: "Songti SC", "STSong", serif;
  font-size: 17px;
  white-space: nowrap;
  letter-spacing: .08em;
}

.capability-marquee-track i {
  width: 6px;
  height: 6px;
  background: var(--cream);
  border-radius: 50%;
  opacity: .55;
}

.service-card {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  outline: none;
}

.service-card:focus-visible {
  box-shadow: 0 0 0 4px rgba(238,105,56,.18);
  border-color: var(--orange);
}

.service-card.is-active {
  color: #fff;
  background:
    radial-gradient(circle at 105% 110%, rgba(238,105,56,.3), transparent 38%),
    var(--deep);
  border-color: rgba(255,255,255,.08);
  box-shadow: 0 28px 70px rgba(16,45,38,.2);
}

.service-card.is-active p {
  color: rgba(255,255,255,.68);
}

.service-card.is-active .service-index {
  color: #ff9a70;
}

.service-deliverables {
  max-height: 0;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
  overflow: hidden;
  color: rgba(255,255,255,.78);
  font-size: 11px;
  line-height: 1.45;
  list-style: none;
  opacity: 0;
  transform: translateY(8px);
  transition: max-height .35s ease, margin .35s ease, opacity .25s ease, transform .35s ease;
}

.service-deliverables li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.service-deliverables li::before {
  content: "";
  width: 16px;
  height: 1px;
  flex: 0 0 auto;
  background: var(--orange);
}

.service-card.is-active .service-deliverables {
  max-height: 100px;
  margin-top: 17px;
  opacity: 1;
  transform: none;
}

.service-toggle {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--green);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
}

.service-toggle b {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--green);
  border-radius: 50%;
  font-size: 15px;
  transition: transform .3s ease, background .3s ease;
}

.service-card.is-active .service-toggle {
  color: rgba(255,255,255,.68);
}

.service-card.is-active .service-toggle b {
  background: var(--orange);
  transform: rotate(45deg);
}

.pathway-section {
  color: #fff;
  background:
    radial-gradient(circle at 90% 10%, rgba(201,219,157,.1), transparent 28%),
    var(--deep);
}

.pathway-section .section-kicker {
  color: #f69570;
}

.pathway-section .section-intro {
  color: rgba(255,255,255,.58);
}

.pathway-board {
  min-height: 620px;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  overflow: hidden;
  background: #f4eee3;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 34px;
  box-shadow: 0 36px 100px rgba(0,0,0,.2);
}

.pathway-photo {
  position: relative;
  min-height: 620px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  isolation: isolate;
  background: url("hero-care.png") 67% center / cover no-repeat;
}

.pathway-photo::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(9,28,23,.45), transparent 38%, rgba(9,28,23,.7));
}

.pathway-photo-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 9px;
  letter-spacing: .12em;
}

.pathway-photo-top span {
  padding: 8px 10px;
  background: rgba(16,45,38,.42);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 999px;
  backdrop-filter: blur(10px);
}

.pathway-photo-top b {
  max-width: 190px;
  color: rgba(255,255,255,.7);
  text-align: right;
  font-weight: 500;
  line-height: 1.6;
}

.pathway-photo-bottom strong {
  display: block;
  font-family: "Songti SC", "STSong", serif;
  font-size: clamp(32px, 3.4vw, 48px);
  line-height: 1.14;
}

.pathway-photo-bottom p {
  max-width: 350px;
  margin: 13px 0 0;
  color: rgba(255,255,255,.68);
  font-size: 13px;
  line-height: 1.8;
}

.pathway-workspace {
  padding: 34px;
  color: var(--ink);
}

.pathway-tabs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 7px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(25,53,47,.13);
}

.pathway-tabs button {
  min-width: 0;
  padding: 13px 7px;
  color: var(--muted);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 14px;
  cursor: pointer;
  transition: .25s ease;
}

.pathway-tabs button:hover {
  color: var(--ink);
  background: rgba(25,53,47,.05);
}

.pathway-tabs button.active {
  color: #fff;
  background: var(--green);
  box-shadow: 0 12px 28px rgba(36,91,80,.2);
}

.pathway-tabs b,
.pathway-tabs span {
  display: block;
}

.pathway-tabs b {
  margin-bottom: 5px;
  font: 15px/1 Georgia, serif;
}

.pathway-tabs span {
  overflow: hidden;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pathway-panel {
  padding: 40px 12px 0;
}

.pathway-panel.is-changing {
  animation: panel-in .35s ease;
}

.pathway-panel-head {
  display: flex;
  align-items: center;
  gap: 18px;
}

.pathway-panel-head > span {
  flex: 0 0 auto;
  color: var(--orange);
  font: 10px/1 Georgia, serif;
  letter-spacing: .14em;
}

.pathway-meter {
  width: 100%;
  height: 4px;
  overflow: hidden;
  background: rgba(25,53,47,.1);
  border-radius: 999px;
}

.pathway-meter i {
  display: block;
  width: 20%;
  height: 100%;
  background: var(--orange);
  transition: width .45s cubic-bezier(.2,.8,.2,1);
}

.pathway-panel h3 {
  max-width: 560px;
  margin: 34px 0 18px;
  font-family: "Songti SC", "STSong", serif;
  font-size: clamp(30px, 3.2vw, 46px);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: 1.25;
}

.pathway-panel > p {
  max-width: 600px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.9;
}

.pathway-panel ul {
  margin: 26px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  list-style: none;
}

.pathway-panel li {
  min-height: 72px;
  padding: 14px;
  display: flex;
  align-items: flex-end;
  color: var(--green);
  background: rgba(36,91,80,.07);
  border: 1px solid rgba(36,91,80,.09);
  border-radius: 14px;
  font-size: 11px;
  line-height: 1.55;
}

.pathway-metrics {
  margin-top: 26px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(25,53,47,.12);
}

.pathway-metrics div {
  padding-top: 20px;
}

.pathway-metrics div + div {
  padding-left: 24px;
  border-left: 1px solid rgba(25,53,47,.12);
}

.pathway-metrics span,
.pathway-metrics strong {
  display: block;
}

.pathway-metrics span {
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: .1em;
}

.pathway-metrics strong {
  font-size: 14px;
}

.project-card {
  cursor: pointer;
}

.project-open {
  position: relative;
  z-index: 2;
  width: fit-content;
  margin-top: 22px;
  padding: 9px 13px;
  color: inherit;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
  transition: .2s ease;
}

.featured .project-open {
  color: var(--green);
  background: rgba(36,91,80,.06);
  border-color: rgba(36,91,80,.16);
}

.project-open:hover {
  transform: translateX(4px);
}

.project-dialog {
  width: min(720px, calc(100% - 32px));
  max-height: min(760px, calc(100dvh - 32px));
  padding: 0;
  overflow: auto;
  color: var(--ink);
  background: var(--cream);
  border: 0;
  border-radius: 30px;
  box-shadow: 0 40px 120px rgba(0,0,0,.38);
}

.project-dialog::backdrop {
  background: rgba(8,28,23,.72);
  backdrop-filter: blur(12px);
}

.project-dialog-inner {
  position: relative;
  padding: 46px;
  overflow: hidden;
}

.project-dialog-close {
  position: absolute;
  z-index: 3;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: rgba(25,53,47,.06);
  border: 1px solid rgba(25,53,47,.1);
  border-radius: 50%;
  cursor: pointer;
  font-size: 23px;
}

.project-dialog-mark {
  position: absolute;
  top: 12px;
  right: 70px;
  color: rgba(25,53,47,.045);
  font: 700 170px/1 Georgia, serif;
  pointer-events: none;
}

.project-dialog-meta {
  position: relative;
  z-index: 1;
  color: var(--orange);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}

.project-dialog h2 {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin: 28px 0 20px;
  font-family: "Songti SC", "STSong", serif;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.14;
}

.project-dialog > div > p {
  position: relative;
  z-index: 1;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.9;
}

.project-dialog-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 25px 0;
}

.project-dialog-facts span {
  padding: 8px 11px;
  color: var(--green);
  background: rgba(36,91,80,.06);
  border: 1px solid rgba(36,91,80,.13);
  border-radius: 999px;
  font-size: 11px;
}

.project-dialog-note {
  margin: 28px 0;
  padding: 20px;
  background: var(--paper-2);
  border-radius: 18px;
}

.project-dialog-note span {
  color: var(--orange);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}

.project-dialog-note p {
  margin: 9px 0 0;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.75;
}

.brief-section {
  background:
    linear-gradient(135deg, rgba(238,105,56,.06), transparent 35%),
    var(--paper-2);
}

.brief-lab {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  overflow: hidden;
  color: #fff;
  background: var(--deep);
  border: 1px solid rgba(25,53,47,.08);
  border-radius: 34px;
  box-shadow: 0 36px 100px rgba(25,53,47,.14);
}

.brief-intro {
  position: relative;
  min-height: 600px;
  padding: 48px;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 80%, rgba(238,105,56,.27), transparent 30%),
    linear-gradient(150deg, var(--deep-2), var(--deep));
}

.brief-intro::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -90px;
  width: 270px;
  height: 270px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(255,255,255,.025), 0 0 0 84px rgba(255,255,255,.02);
}

.brief-intro .section-kicker {
  color: #f69570;
}

.brief-intro h2 {
  margin: 0;
  font-family: "Songti SC", "STSong", serif;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.2;
  letter-spacing: -.045em;
}

.brief-intro p {
  max-width: 410px;
  margin: 26px 0 0;
  color: rgba(255,255,255,.6);
  font-size: 14px;
  line-height: 1.9;
}

.brief-index {
  position: absolute;
  left: 48px;
  bottom: 42px;
  color: rgba(255,255,255,.32);
  font: 9px/1 Georgia, serif;
  letter-spacing: .18em;
}

.brief-controls {
  padding: 44px;
  color: var(--ink);
  background: var(--cream);
}

.brief-question {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  padding: 0 0 28px;
}

.brief-question + .brief-question {
  padding-top: 28px;
  border-top: 1px solid rgba(25,53,47,.12);
}

.brief-question > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--green);
  border-radius: 50%;
  font: 12px/1 Georgia, serif;
}

.brief-question h3 {
  margin: 8px 0 17px;
  font-size: 15px;
}

.brief-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.brief-options button {
  padding: 9px 13px;
  color: var(--ink-soft);
  background: transparent;
  border: 1px solid rgba(25,53,47,.15);
  border-radius: 999px;
  cursor: pointer;
  font-size: 11px;
  transition: .2s ease;
}

.brief-options button:hover,
.brief-options button.active {
  color: #fff;
  background: var(--orange);
  border-color: var(--orange);
}

.brief-result {
  margin-top: 4px;
  padding: 25px;
  color: #fff;
  background: var(--green);
  border-radius: 22px;
}

.brief-result > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255,255,255,.6);
  font-size: 9px;
  letter-spacing: .1em;
}

.brief-result > div:first-child b {
  color: #ffc2a8;
  font: 10px/1 Georgia, serif;
}

.brief-result h3 {
  margin: 16px 0 9px;
  font-family: "Songti SC", "STSong", serif;
  font-size: 25px;
  font-weight: 500;
}

.brief-result p {
  margin: 0;
  color: rgba(255,255,255,.67);
  font-size: 12px;
  line-height: 1.75;
}

.brief-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 18px;
}

.brief-result-actions a {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.floating-tools {
  position: fixed;
  z-index: 950;
  right: 20px;
  bottom: 22px;
  display: grid;
  gap: 8px;
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  transition: .3s ease;
}

.floating-tools.visible {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.floating-tools a,
.floating-tools button {
  width: 52px;
  height: 52px;
  padding: 0;
  display: grid;
  place-content: center;
  gap: 2px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: rgba(16,45,38,.92);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 17px;
  box-shadow: 0 14px 36px rgba(0,0,0,.15);
  cursor: pointer;
  backdrop-filter: blur(12px);
}

.floating-tools span {
  font-size: 12px;
  font-weight: 700;
}

.floating-tools b {
  color: rgba(255,255,255,.5);
  font-size: 8px;
  font-weight: 500;
}

.floating-tools a:first-child {
  background: var(--orange);
}

.dash-stat strong {
  font-variant-numeric: tabular-nums;
}

@keyframes capability-flow {
  to { transform: translateX(-50%); }
}

@keyframes pulse-dot {
  50% { opacity: .45; transform: scale(.8); }
}

@keyframes panel-in {
  from { opacity: .45; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}

@keyframes hero-breathe {
  from { transform: scale(1); }
  to { transform: scale(1.025); }
}

@media (max-width: 1020px) {
  .hero-console {
    width: 290px;
    margin-left: 18px;
  }

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

  .pathway-workspace {
    padding: 25px;
  }

  .pathway-panel {
    padding-top: 30px;
  }

  .brief-lab {
    grid-template-columns: .62fr 1.38fr;
  }

  .brief-intro,
  .brief-controls {
    padding: 34px;
  }

  .brief-index {
    left: 34px;
  }
}

@media (max-width: 760px) {
  .scroll-progress {
    height: 2px;
  }

  body.menu-open .site-header {
    height: 100dvh;
    background: var(--paper);
    backdrop-filter: none;
  }

  body.menu-open .site-header .brand {
    position: fixed;
    top: 14px;
    left: 16px;
    z-index: 2100;
  }

  body.menu-open .menu-toggle {
    z-index: 2200;
  }

  .nav-links {
    z-index: 1001;
  }

  .nav-links.open {
    background: var(--paper);
  }

  .nav-links.open a {
    line-height: 1.2;
  }

  .hero-console {
    display: none;
  }

  .hero-copy::before {
    top: 28px;
    font-size: 7px;
  }

  .capability-marquee-track {
    min-height: 54px;
    gap: 22px;
    animation-duration: 20s;
  }

  .capability-marquee-track span {
    font-size: 14px;
  }

  .service-card.is-active {
    min-height: 330px !important;
  }

  .pathway-board {
    grid-template-columns: 1fr;
    border-radius: 25px;
  }

  .pathway-photo {
    min-height: 410px;
    background-position: 62% center;
  }

  .pathway-workspace {
    padding: 22px;
  }

  .pathway-tabs {
    grid-template-columns: repeat(5, minmax(66px, 1fr));
    margin: 0 -22px;
    padding: 0 22px 22px;
    overflow-x: auto;
  }

  .pathway-tabs button {
    min-width: 68px;
  }

  .pathway-panel {
    padding: 30px 0 4px;
  }

  .pathway-panel ul {
    grid-template-columns: 1fr;
  }

  .pathway-panel li {
    min-height: 54px;
    align-items: center;
  }

  .pathway-metrics {
    grid-template-columns: 1fr;
  }

  .pathway-metrics div + div {
    margin-top: 16px;
    padding-left: 0;
    border-left: 0;
  }

  .brief-lab {
    grid-template-columns: 1fr;
    border-radius: 25px;
  }

  .brief-intro {
    min-height: 420px;
    padding: 32px 24px;
  }

  .brief-intro h2 {
    font-size: 38px;
  }

  .brief-index {
    left: 24px;
    bottom: 28px;
  }

  .brief-controls {
    padding: 26px 20px;
  }

  .brief-question {
    grid-template-columns: 34px 1fr;
    gap: 12px;
  }

  .brief-question > span {
    width: 34px;
    height: 34px;
  }

  .brief-result {
    padding: 20px;
  }

  .brief-result > div:first-child {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .project-dialog-inner {
    padding: 38px 24px 28px;
  }

  .project-dialog-mark {
    font-size: 112px;
  }

  .floating-tools {
    right: 12px;
    bottom: 12px;
  }

  .floating-tools a,
  .floating-tools button {
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero::before,
  .hero-console-head i,
  .capability-marquee-track {
    animation: none !important;
  }

  .capability-marquee-track {
    width: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding: 18px 24px;
  }
}
