:root {
  --echod-grid-columns: 12;
  --echod-gutter-desktop: 56px;
  --echod-gutter-mobile: 16px;
  --echod-section-desktop: 96px;
  --echod-section-mobile: 72px;
  --echod-media-reveal-ms: 220ms;
  --echod-layer-content: 10;
  --echod-layer-webgl: 30;
  --echod-layer-loader: 40;
  --echod-layer-hud: 50;
  --echod-layer-dialog: 60;
  --echod-accent: #b8ff00;
}

.echod-brand-home {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
}

.echod-brand-home > span {
  visibility: hidden !important;
}

.echod-brand-home::after {
  content: "";
  position: absolute;
  inset: 4px;
  display: block;
  background: url("/brand/echod-mark.png") center / contain no-repeat;
}

.echod-brand-mark {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.echod-locale-switch {
  cursor: pointer;
  pointer-events: auto;
}

.echod-locale-switch:focus-visible {
  outline: 2px dotted currentColor;
  outline-offset: 4px;
}

.echod-header-locale-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  padding: 8px;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-transform: uppercase;
  cursor: pointer;
  pointer-events: auto;
}

.echod-header-locale-switch:hover {
  background: var(--echod-accent);
  color: #101319;
}

.echod-header-locale-switch:focus-visible {
  outline: 2px dotted currentColor;
  outline-offset: -2px;
}

.echod-status-original {
  visibility: hidden !important;
}

.echod-status {
  position: fixed;
  left: calc(var(--echod-gutter-desktop) + 8px);
  bottom: 28px;
  z-index: var(--echod-layer-hud);
  display: inline-block;
  width: max-content;
  font-family: "Geist Mono", monospace;
  padding: 4px 6px !important;
  background: color-mix(in srgb, var(--background, #f4f1e8) 92%, transparent);
  pointer-events: none;
}

html[lang^="zh"] .echod-content-root {
  font-synthesis: none;
}

html[lang^="zh"].echod-patch-pending article[data-mdx-article] footer[data-mdx-footer] {
  visibility: hidden;
}

.z-40.fixed[aria-hidden="true"]::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 18px);
  width: 54px;
  height: 54px;
  display: block;
  pointer-events: none;
  transform: translateX(-50%);
  background: url("/brand/echod-mark.png") center / contain no-repeat;
}

.echod-avatar {
  position: absolute;
  inset: 8px;
  z-index: 2;
  display: block;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  object-fit: contain;
  image-rendering: pixelated;
  border: 1px solid color-mix(in srgb, currentColor 20%, transparent);
}

.echod-avatar-cell > svg {
  visibility: hidden !important;
}

.echod-capabilities {
  position: relative;
  z-index: var(--echod-layer-content);
  width: 100%;
  padding: clamp(112px, 14vw, 208px) var(--echod-gutter-desktop) clamp(128px, 17vw, 248px);
  color: var(--label-1, currentColor);
}

.echod-capabilities-header {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
  padding: 18px 8px clamp(72px, 8vw, 120px);
  border-top: 1px solid var(--line, color-mix(in srgb, currentColor 18%, transparent));
}

.echod-capabilities-label,
.echod-capabilities-summary,
.echod-capability-index,
.echod-capability-skills {
  font-family: "Geist Mono", monospace;
}

.echod-capabilities-label {
  grid-column: 1 / span 2;
  margin: 0;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.echod-capabilities-label::before {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  margin-right: 0.55em;
  background: var(--echod-accent);
  border: 1px solid currentColor;
}

.echod-capabilities-header h2 {
  grid-column: 3 / span 7;
  margin: 0;
  font-family: "tiktok", sans-serif;
  font-size: clamp(2.8rem, 5.7vw, 6.5rem);
  font-weight: 700;
  font-variation-settings: "wdth" 120;
  line-height: 0.88;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  text-wrap: balance;
}

.echod-capabilities-header h2 span {
  display: block;
}

.echod-capabilities-summary {
  grid-column: 10 / span 3;
  align-self: end;
  max-width: 31ch;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  text-wrap: pretty;
}

.echod-capabilities-list {
  border-bottom: 1px solid var(--line, color-mix(in srgb, currentColor 18%, transparent));
}

.echod-capability-row {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
  padding: 28px 8px 34px;
  border-top: 1px solid var(--line, color-mix(in srgb, currentColor 18%, transparent));
  transition: background-color 220ms ease, transform 220ms ease;
}

.echod-capability-row:hover {
  background: color-mix(in srgb, var(--echod-accent) 8%, transparent);
  transform: translateX(4px);
}

.echod-capability-index {
  grid-column: 1 / span 1;
  font-size: 0.875rem;
  font-variant-numeric: tabular-nums;
}

.echod-capability-row h3 {
  grid-column: 3 / span 3;
  margin: 0;
  font-family: "tiktok", sans-serif;
  font-size: clamp(1.5rem, 2.4vw, 2.5rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.echod-capability-row > p {
  grid-column: 6 / span 3;
  max-width: 36ch;
  margin: 0;
  color: var(--label-2, currentColor);
  font-size: 0.95rem;
  line-height: 1.55;
  text-wrap: pretty;
}

.echod-capability-skills {
  grid-column: 10 / span 3;
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.78rem;
  line-height: 1.35;
  text-transform: uppercase;
}

.echod-capability-skills li::before {
  content: "+";
  display: inline-block;
  width: 1.4em;
}

.echod-capability-proof {
  grid-column: 3 / span 10;
  position: relative;
  display: grid;
  min-height: 220px;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid currentColor;
  background: #0a0e14;
  color: #f4f1e8;
}

.echod-capability-proof-01 {
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.65fr);
  gap: 1px;
  background: currentColor;
}

.echod-proof-browser,
.echod-proof-icons {
  background: #f4f1e8;
  color: #101319;
}

.echod-proof-browser {
  padding: 22px;
}

.echod-proof-browser-bar {
  display: flex;
  gap: 7px;
  padding-bottom: 18px;
  border-bottom: 1px solid currentColor;
}

.echod-proof-browser-bar i {
  width: 9px;
  height: 9px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.echod-proof-browser-bar i:first-child {
  background: var(--echod-accent);
}

.echod-proof-browser-grid {
  display: grid;
  grid-template-columns: 0.6fr 1.4fr 0.8fr;
  grid-template-rows: 48px 74px;
  gap: 10px;
  padding-top: 18px;
}

.echod-proof-browser-grid b {
  display: block;
  border: 1px solid currentColor;
}

.echod-proof-browser-grid b:nth-child(1) {
  grid-row: span 2;
  background: #101319;
}

.echod-proof-browser-grid b:nth-child(2) {
  grid-column: span 2;
  background: #66b5ff;
}

.echod-proof-browser-grid b:nth-child(4) {
  background: #ef6a47;
}

.echod-proof-browser-grid b:nth-child(5) {
  background: var(--echod-accent);
}

.echod-proof-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-content: stretch;
}

.echod-proof-icons span {
  display: grid;
  min-height: 50%;
  place-items: center;
  border: 0 solid currentColor;
  border-left-width: 1px;
  border-bottom-width: 1px;
}

.echod-proof-icons svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.echod-capability-proof-02 {
  min-height: 320px;
  background: #e9e5dc;
}

.echod-capability-proof-02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.echod-proof-film-marker {
  position: absolute;
  right: 12px;
  top: 12px;
  padding: 7px 9px;
  background: var(--echod-accent);
  color: #101319;
  font-family: "Geist Mono", monospace;
  font-size: 0.68rem;
}

.echod-capability-proof-03 {
  grid-template-columns: minmax(0, 1fr) 250px;
  align-items: center;
  gap: 36px;
  padding: 32px;
  background: #0a0e14;
}

.echod-proof-flow {
  display: flex;
  align-items: center;
  min-width: 0;
}

.echod-proof-flow span {
  display: grid;
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  place-items: center;
  border: 1px solid #f4f1e8;
  border-radius: 50%;
  font-family: "Geist Mono", monospace;
  font-size: 0.64rem;
}

.echod-proof-flow span:nth-of-type(2),
.echod-proof-flow span:nth-of-type(5) {
  background: var(--echod-accent);
  color: #101319;
}

.echod-proof-flow i {
  flex: 1 1 42px;
  min-width: 20px;
  height: 1px;
  background: currentColor;
}

.echod-proof-endpoint {
  padding: 28px 20px;
  border: 1px solid #f4f1e8;
  font-family: "Geist Mono", monospace;
  font-size: 0.75rem;
}

.echod-proof-endpoint b {
  float: right;
  color: var(--echod-accent);
}

.echod-capability-proof-04 {
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #101319;
}

.echod-proof-market {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 28px;
  background: #f4f1e8;
  color: #101319;
}

.echod-proof-market b {
  font-family: "tiktok", sans-serif;
  font-size: 2rem;
}

.echod-proof-market span,
.echod-proof-funnel {
  font-family: "Geist Mono", monospace;
  font-size: 0.7rem;
}

.echod-proof-market i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--echod-accent);
}

.echod-proof-funnel {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 25px 28px;
  background: #0a0e14;
  color: #f4f1e8;
}

.echod-proof-funnel i {
  flex: 1;
  height: 1px;
  background: currentColor;
}

/* The capability section is an editorial service ledger. Product evidence lives
   in the real-work grid below, so these rows intentionally contain no mock UI. */
.echod-capabilities {
  padding-bottom: clamp(104px, 12vw, 176px);
}

.echod-capabilities-header {
  padding-bottom: clamp(56px, 6vw, 88px);
}

.echod-capability-row {
  padding-top: 24px;
  padding-bottom: 28px;
  transition: none;
}

.echod-capability-row:hover {
  background: transparent;
  transform: none;
}

.echod-capability-skills {
  gap: 5px;
}

html[lang^="zh"] .echod-capability-row h3 {
  letter-spacing: -0.02em;
}

.echod-footer-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  padding: 8px;
  text-transform: uppercase;
  pointer-events: auto;
}

.echod-footer-contact::before,
.echod-footer-contact::after {
  content: none !important;
}

.echod-footer-email,
.echod-footer-links a {
  position: relative;
  display: inline-flex;
  padding: 8px;
  color: inherit;
  font: inherit;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  pointer-events: auto;
  transition: background-color 220ms ease, color 220ms ease, transform 140ms ease;
}

.echod-footer-email {
  border: 0;
  background: transparent;
}

.echod-footer-email:hover,
.echod-footer-email:focus-visible,
.echod-footer-links a:hover,
.echod-footer-links a:focus-visible {
  color: #111;
  background: var(--echod-accent);
  outline: none;
}

.echod-footer-email:active,
.echod-footer-links a:active {
  transform: translateY(1px);
}

.echod-footer-links {
  display: flex;
  gap: 8px;
  padding-right: 64px;
}

.echod-contact-dialog {
  width: min(720px, calc(100vw - 32px));
  max-width: none;
  margin: auto;
  padding: 0;
  overflow: visible;
  color: var(--label-1, #111);
  background: transparent;
  border: 0;
  z-index: var(--echod-layer-dialog);
}

.echod-contact-dialog::backdrop {
  background: rgb(7 9 11 / 68%);
  backdrop-filter: blur(9px) saturate(0.7);
}

.echod-contact-dialog[open] {
  animation: echod-contact-in 260ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.echod-contact-shell {
  position: relative;
  display: grid;
  gap: 28px;
  padding: clamp(24px, 5vw, 56px);
  background: var(--background-elevated, #efede7);
  border: 1px solid var(--line, rgb(0 0 0 / 18%));
  box-shadow: 0 30px 90px rgb(7 9 11 / 32%), inset 0 1px rgb(255 255 255 / 24%);
}

.echod-contact-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(0deg, transparent 0 3px, rgb(0 0 0 / 2%) 3px 4px);
  mix-blend-mode: multiply;
}

.echod-contact-topline {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-family: "Geist Mono", monospace;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.echod-contact-topline > span::before {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  margin-right: 0.6em;
  background: var(--echod-accent);
  border: 1px solid currentColor;
}

.echod-contact-close {
  padding: 8px;
  color: inherit;
  font: inherit;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.echod-contact-close:hover,
.echod-contact-close:focus-visible {
  color: #111;
  background: var(--echod-accent);
  outline: none;
}

.echod-contact-shell h2 {
  position: relative;
  z-index: 1;
  max-width: 11ch;
  margin: 0;
  font-family: "tiktok", sans-serif;
  font-size: clamp(2.6rem, 7vw, 5.6rem);
  font-weight: 700;
  font-variation-settings: "wdth" 120;
  line-height: 0.9;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.echod-contact-description {
  position: relative;
  z-index: 1;
  max-width: 52ch;
  margin: 0;
  color: var(--label-2, currentColor);
  font-size: 0.95rem;
  line-height: 1.55;
}

.echod-contact-recipient {
  width: fit-content;
  margin: -6px 0 0;
  padding: 6px 8px;
  border: 1px solid currentColor;
  font-family: "Geist Mono", monospace;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.echod-contact-form {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
}

.echod-contact-form label,
.echod-contact-error,
.echod-contact-submit,
.echod-contact-links {
  font-family: "Geist Mono", monospace;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.echod-contact-input-row {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}

.echod-contact-prompt {
  padding: 18px 0 18px 2px;
  color: var(--echod-accent);
  font: 700 1rem/1 "Geist Mono", monospace;
}

.echod-contact-form input {
  min-width: 0;
  padding: 18px 12px;
  color: inherit;
  font: 1rem/1.3 "Geist Mono", monospace;
  background: transparent;
  border: 0;
  border-radius: 0;
  outline: 0;
}

.echod-contact-form input::placeholder {
  color: var(--label-3, rgb(0 0 0 / 42%));
}

.echod-contact-form input:focus {
  background: color-mix(in srgb, var(--echod-accent) 9%, transparent);
}

.echod-contact-form input[aria-invalid="true"] {
  color: #d94332;
}

.echod-contact-error {
  margin: 0;
  color: #d94332;
}

.echod-contact-submit {
  justify-self: start;
  margin-top: 8px;
  padding: 13px 18px;
  color: #111;
  background: var(--echod-accent);
  border: 1px solid currentColor;
  cursor: pointer;
  transition: transform 140ms ease, filter 220ms ease;
}

.echod-contact-submit:hover,
.echod-contact-submit:focus-visible {
  filter: brightness(0.9);
  outline: 2px dotted currentColor;
  outline-offset: 3px;
}

.echod-contact-submit:active {
  transform: translateY(1px);
}

.echod-contact-links {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 20px;
  padding-top: 8px;
  border-top: 1px solid var(--line, rgb(0 0 0 / 18%));
}

.echod-contact-links a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.echod-contact-links a:hover,
.echod-contact-links a:focus-visible {
  text-decoration-thickness: 2px;
  outline: 2px dotted currentColor;
  outline-offset: 4px;
}

@keyframes echod-contact-in {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.echod-footer-row > span {
  max-width: 22rem;
}

.echod-footer-mark {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.echod-footer-private > * {
  visibility: hidden !important;
}

.echod-footer-private::before {
  content: attr(data-echod-private-label);
  position: absolute;
  left: calc(var(--echod-gutter-desktop) + 8px);
  bottom: calc(var(--echod-section-desktop) + 8px);
  visibility: visible;
  pointer-events: none;
}

.echod-footer-private::after {
  content: "";
  position: absolute;
  right: calc(var(--echod-gutter-desktop) + 8px);
  bottom: var(--echod-section-desktop);
  width: 48px;
  height: 48px;
  visibility: visible;
  background: url("/brand/echod-mark.png") center / contain no-repeat;
  pointer-events: none;
}

.dark .echod-brand-mark,
.dark .echod-footer-mark,
.dark .echod-brand-home::after,
.dark .echod-footer-private::after,
.dark .z-40.fixed[aria-hidden="true"]::before {
  filter: invert(1);
}

.echod-project-detail {
  position: relative;
}

.echod-project-detail :not(pre) > code:empty,
.echod-project-detail p > a:empty,
.echod-project-detail p > span:empty {
  display: none;
}

.echod-project-detail > [data-echod-detail] {
  display: block;
}

.echod-project-detail-panel {
  display: grid;
  gap: 32px;
  width: 100%;
  padding-block: 10vh 48px;
  color: var(--label-1, currentColor);
}

.echod-project-detail-header {
  display: grid;
  gap: 4px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line, color-mix(in srgb, currentColor 20%, transparent));
}

.echod-project-detail-header h1 {
  margin: 0;
  font-family: "tiktok", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  font-variation-settings: "wdth" 120;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.echod-project-detail-header p,
.echod-project-detail-private {
  margin: 0;
  font-family: "Geist Mono", monospace;
  font-size: 0.875rem;
  line-height: 1.45;
  color: var(--label-2, currentColor);
  text-transform: uppercase;
}

.echod-project-detail-summary {
  max-width: 20ch;
  margin: 0;
  font-family: "tiktok", sans-serif;
  font-size: clamp(1.75rem, 3.2vw, 2.75rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.echod-project-detail-copy {
  max-width: 48rem;
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--label-2, currentColor);
}

.echod-project-detail-gallery {
  display: grid;
  gap: 24px;
  width: 100%;
}

.echod-project-detail-gallery img {
  display: block;
  width: 100%;
  height: auto;
  background: color-mix(in srgb, currentColor 4%, transparent);
  border: 1px solid var(--line, color-mix(in srgb, currentColor 14%, transparent));
}

.echod-project-detail-link {
  justify-self: start;
  position: relative;
  padding: 8px;
  font-family: "Geist Mono", monospace;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.echod-project-detail-link:hover,
.echod-project-detail-link:focus-visible {
  outline: 2px dotted currentColor;
  outline-offset: 2px;
}

#selected-work [role="group"]:focus-visible {
  outline: 2px dotted currentColor;
  outline-offset: 2px;
}

[hidden] {
  display: none !important;
}

.echod-runtime-fallback canvas {
  display: none !important;
}

@media (max-width: 1023px) {
  .echod-status {
    left: calc(var(--echod-gutter-mobile) + 8px);
    bottom: 16px;
  }

  .z-40.fixed[aria-hidden="true"]::before {
    bottom: calc(100% + 16px);
    width: 46px;
    height: 46px;
  }

  .echod-brand-home {
    width: 44px;
    height: 44px;
  }

  .echod-brand-mark {
    width: 36px;
    height: 36px;
  }

  .echod-capabilities {
    padding: 96px var(--echod-gutter-mobile) 132px;
  }

  .echod-capabilities-header {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 14px 8px 64px;
  }

  .echod-capabilities-label,
  .echod-capabilities-header h2,
  .echod-capabilities-summary {
    grid-column: 1;
  }

  .echod-capabilities-header h2 {
    font-size: clamp(2.65rem, 12vw, 4.8rem);
  }

  html[lang^="zh"] .echod-capabilities-header h2 {
    line-height: 0.98;
  }

  .echod-capability-row {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 18px 12px;
    padding: 24px 8px 30px;
  }

  .echod-capability-index {
    grid-column: 1;
  }

  .echod-capability-row h3,
  .echod-capability-row > p,
  .echod-capability-skills {
    grid-column: 2;
  }

  .echod-capability-row > p {
    max-width: 42ch;
  }

  .echod-capability-proof {
    grid-column: 1 / -1;
    min-height: 190px;
    margin-top: 8px;
  }

  .echod-capability-proof-01,
  .echod-capability-proof-03 {
    grid-template-columns: 1fr;
  }

  .echod-proof-icons {
    min-height: 150px;
  }

  .echod-capability-proof-02 {
    min-height: 240px;
  }

  .echod-capability-proof-03 {
    gap: 24px;
    padding: 24px 16px;
  }

  .echod-proof-flow span {
    flex-basis: 52px;
    width: 52px;
    height: 52px;
    font-size: 0.54rem;
  }

  .echod-capability-proof-04 {
    grid-template-columns: 1fr;
  }

  .echod-proof-funnel {
    grid-column: 1;
  }

  .echod-capability-row:hover {
    transform: none;
  }

  .echod-footer-row {
    align-items: flex-start;
    gap: 12px;
  }

  .echod-footer-email {
    max-width: 18rem;
    text-align: left;
  }

  .echod-footer-links {
    gap: 2px;
    padding-right: 48px;
  }

  .echod-contact-shell {
    gap: 22px;
    padding: 24px;
  }

  .echod-contact-shell h2 {
    font-size: clamp(2.4rem, 12vw, 4.2rem);
  }

  .echod-footer-row > span {
    max-width: 14rem;
  }

  .echod-footer-private::before {
    left: calc(var(--echod-gutter-mobile) + 8px);
    bottom: calc(var(--echod-section-mobile) + 8px);
    max-width: 14rem;
  }

  .echod-footer-private::after {
    right: calc(var(--echod-gutter-mobile) + 8px);
    bottom: var(--echod-section-mobile);
  }

  .echod-project-detail-panel {
    gap: 24px;
    padding-block: 8vh 32px;
  }

  .echod-project-detail-gallery {
    gap: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-echod-copy="true"] {
    animation: none !important;
    transition: none !important;
  }
}
