/*
 * Local forensic serving support only.
 * Original route/component CSS remains the source of truth in packaged assets.
 */
img[data-error="1"] {
  background: rgba(120, 120, 120, 0.1);
}

/*
 * Phase 05 atmospheric color transcription.
 * Scope: Daniel Rios DOS color atmosphere only. Layout, typography, content,
 * route behavior, media, and motion remain inherited from the reconstruction.
 */
:root {
  --dos-base: #F6F5F2;
  --dos-surface: #FAF8F5;
  --dos-structural: #D6D6D1;
  --dos-text: #262626;
  --dos-depth: #2E3532;
  --dos-depth-hover: #39413D;
  --dos-signal: #5E6E64;

  --color-black: var(--dos-depth);
  --color-blue: var(--dos-text);
  --color-green: var(--dos-signal);
  --color-greyDark: var(--dos-depth);
  --color-greyLight: var(--dos-base);
  --color-greyLighter: var(--dos-surface);
  --color-offBlack: var(--dos-text);
  --color-offWhite: var(--dos-base);
  --color-orange: var(--dos-text);
  --color-yellow: var(--dos-text);
  --color-white: var(--dos-surface);
}

html,
body {
  background-color: var(--dos-base);
  color: var(--dos-text);
}

.page-background.white,
.section.bg-grey-light,
.section.bg-off-white {
  background-color: var(--dos-base) !important;
  color: var(--dos-text) !important;
}

.section.bg-grey-lighter,
.section.bg-white {
  background-color: var(--dos-surface) !important;
  color: var(--dos-text) !important;
}

.section.bg-black,
.section.bg-off-black {
  background-color: var(--dos-surface) !important;
  color: var(--dos-text) !important;
}

.section.bg-blue,
.section.bg-orange,
.section.bg-yellow {
  background-color: var(--dos-surface) !important;
  color: var(--dos-text) !important;
}

.product-hero,
.updates-hero {
  background-color: var(--dos-surface) !important;
  border-bottom-color: color-mix(in srgb, var(--dos-structural) 58%, transparent) !important;
  color: var(--dos-text) !important;
}

.neural-hero,
.footer {
  background-color: var(--dos-depth) !important;
  color: var(--dos-base) !important;
}

.title,
.copy,
.sub-copy,
.head,
.label,
.item-title,
.item-copy,
.content-copy,
.subtitle,
.name {
  color: inherit;
}

.product-hero .title,
.updates-hero .title {
  color: var(--dos-text) !important;
}

.neural-hero .name {
  color: var(--dos-base) !important;
}

.section.bg-grey-light .title,
.section.bg-grey-lighter .title,
.section.bg-off-white .title,
.section.bg-white .title,
.section.bg-blue .title,
.section.bg-orange .title,
.section.bg-yellow .title {
  color: var(--dos-text) !important;
}

.arrow-link.blue,
.arrow-link.orange,
.arrow-link.yellow,
.arrow-link.green,
.pill:not(.filled).blue,
.pill:not(.filled).orange,
.pill:not(.filled).yellow,
.pill:not(.filled).green,
.number,
.product-icon.orange,
.product-icon.yellow {
  color: var(--dos-text) !important;
}

.product-icon.green,
.nav-sub-items-list-link strong,
.item-block-head::before {
  color: var(--dos-signal) !important;
}

.router-link-exact-active .links-list-icon-wrapper {
  color: color-mix(in srgb, var(--dos-signal) 52%, var(--dos-surface)) !important;
}

.item-block-head::before {
  background-color: currentColor !important;
}

.pill:not(.filled) {
  border-color: color-mix(in srgb, var(--dos-structural) 72%, transparent) !important;
}

.pill.filled.blue,
.pill.filled.orange,
.pill.filled.yellow {
  background-color: color-mix(in srgb, var(--dos-structural) 58%, transparent) !important;
  color: var(--dos-text) !important;
}

.pill.filled.off-black,
.pill.filled.white {
  background-color: color-mix(in srgb, var(--dos-structural) 45%, transparent) !important;
  color: var(--dos-text) !important;
}

.scroll-indicator.black {
  background-color: color-mix(in srgb, var(--dos-structural) 42%, transparent) !important;
  color: var(--dos-text) !important;
}

.scroll-indicator.white {
  background-color: color-mix(in srgb, var(--dos-surface) 16%, transparent) !important;
  color: var(--dos-base) !important;
}

.logo,
.burger,
.nav-list,
.nav-container,
.nav-sub-items-container,
.nav-sub-items-list-link {
  border-color: color-mix(in srgb, var(--dos-structural) 70%, transparent) !important;
}

.grey-light .logo,
.grey-lighter .logo,
.off-white .logo,
.white .logo,
.grey-light .burger,
.grey-lighter .burger,
.off-white .burger,
.white .burger,
.grey-light .nav-container,
.grey-lighter .nav-container,
.off-white .nav-container,
.white .nav-container,
.grey-light .nav-list,
.grey-lighter .nav-list,
.off-white .nav-list,
.white .nav-list,
.grey-light .nav-sub-items-container,
.grey-lighter .nav-sub-items-container,
.off-white .nav-sub-items-container,
.white .nav-sub-items-container {
  background-color: color-mix(in srgb, var(--dos-surface) 78%, transparent) !important;
  color: var(--dos-text) !important;
}

.black .logo,
.blue .logo,
.off-black .logo,
.orange .logo,
.black .burger,
.blue .burger,
.off-black .burger,
.orange .burger,
.black .nav-container,
.blue .nav-container,
.off-black .nav-container,
.orange .nav-container,
.black .nav-list,
.blue .nav-list,
.off-black .nav-list,
.orange .nav-list,
.black .nav-sub-items-container,
.blue .nav-sub-items-container,
.off-black .nav-sub-items-container,
.orange .nav-sub-items-container {
  background-color: color-mix(in srgb, var(--dos-surface) 78%, transparent) !important;
  color: var(--dos-text) !important;
}

.yellow .logo,
.yellow .burger,
.yellow .nav-container,
.yellow .nav-list,
.yellow .nav-sub-items-container {
  background-color: color-mix(in srgb, var(--dos-surface) 78%, transparent) !important;
  color: var(--dos-text) !important;
}

.nav-title,
.nav-sub-items-title,
.item,
.item-block,
.head,
.line {
  border-color: color-mix(in srgb, var(--dos-structural) 58%, transparent) !important;
}

.line {
  background-color: color-mix(in srgb, var(--dos-structural) 58%, transparent) !important;
}

.icon-wrapper {
  border-color: currentColor;
}

.page-background.black {
  background-color: var(--dos-base) !important;
}

.section.bg-black .copy,
.section.bg-black .content-copy,
.section.bg-black .sub-copy,
.section.bg-off-black .copy,
.section.bg-off-black .content-copy,
.section.bg-off-black .sub-copy {
  color: color-mix(in srgb, var(--dos-text) 68%, transparent) !important;
}

.home-company-details .top {
  background-color: color-mix(in srgb, var(--dos-structural) 30%, transparent) !important;
}

.home-company-details .item-head-line,
.home-company-details .bottom-line {
  background-color: color-mix(in srgb, var(--dos-structural) 62%, transparent) !important;
}

.home-intro .copy-lines-wrapper,
.home-intro .copy-lines-wrapper span,
.home-intro .line,
.home-intro .line div {
  background: transparent !important;
  box-shadow: none !important;
}

.home-intro .copy-lines-wrapper .line:first-of-type {
  color: var(--dos-signal) !important;
}

.product-hero .scroll-indicator.white,
.updates-hero .scroll-indicator.white {
  background-color: color-mix(in srgb, var(--dos-structural) 42%, transparent) !important;
  color: var(--dos-text) !important;
}

.product-specifications span[style*="#FF5102"],
.product-specifications span[style*="#ff5102"],
.product-specifications span[style*="#EF9604"],
.product-specifications span[style*="#ef9604"] {
  color: var(--dos-signal) !important;
  border-color: currentColor !important;
}

.section.bg-blue.programs-program {
  background-color: var(--dos-structural) !important;
  color: var(--dos-text) !important;
}

.programs-program span[style*="#FFFFFF"],
.programs-program span[style*="#ffffff"] {
  color: var(--dos-text) !important;
  border-color: currentColor !important;
}

.programs-program .copy,
.programs-program .content-copy {
  color: color-mix(in srgb, var(--dos-text) 70%, transparent) !important;
}

/* Phase 05.2: atmospheric micro-corrections for contrast and hierarchy. */
.footer {
  background-color: var(--dos-text) !important;
  color: var(--dos-base) !important;
}

.product-intro .title,
.product-intro .subtitle,
.product-features .title,
.programs-program .head-title {
  color: var(--dos-text) !important;
}

.product-features .copy li,
.product-features .mobile-list-copy li,
.product-features .copy li span,
.product-features .mobile-list-copy li span {
  color: var(--dos-text) !important;
}

.product-features .copy li {
  opacity: 0.58 !important;
}

.product-features .mobile-list-copy li {
  opacity: 0.72 !important;
}

.product-features .copy li:hover {
  opacity: 1 !important;
}

.product-features .copy li::before,
.product-features .mobile-list-copy li::before {
  border-color: color-mix(in srgb, var(--dos-text) 42%, transparent) !important;
}

.product-features.orange .copy li:hover::before,
.product-features.yellow .copy li:hover::before,
.product-features.orange .mobile-list-copy li::before,
.product-features.yellow .mobile-list-copy li::before {
  border-color: var(--dos-signal) !important;
}

.programs-program .arrow-link.off-white,
.programs-program .arrow-link.white {
  color: var(--dos-text) !important;
}

.programs-program .arrow-link .icon-wrapper {
  border-color: currentColor !important;
}

.home-intro .copy-lines-wrapper .line {
  border-bottom: 0 !important;
  text-decoration: none !important;
}

.home-intro .copy-lines-wrapper .line::before,
.home-intro .copy-lines-wrapper .line::after {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.home-intro .copy-lines-wrapper .line:first-of-type {
  color: var(--dos-signal) !important;
}

.home-intro .copy-lines-wrapper .line:nth-of-type(2) {
  color: var(--dos-signal) !important;
}

.product-features .head {
  color: var(--dos-base) !important;
}

.product-features-sidebar,
.product-features-sidebar .label,
.product-features-sidebar .list,
.product-features-sidebar li {
  color: var(--dos-text) !important;
}

.product-specifications h4,
.product-specifications .title {
  color: var(--dos-text) !important;
}

.product-specifications .image-wrapper .pill.white.filled {
  background: color-mix(in srgb, var(--dos-surface) 88%, transparent) !important;
  color: var(--dos-text) !important;
}

.product-devices .form-footnote {
  color: color-mix(in srgb, var(--dos-text) 72%, transparent) !important;
}

.product-devices .arrow-link.white,
.updates-job-positions .arrow-link.off-white {
  color: var(--dos-text) !important;
}

.product-devices .arrow-link.white .icon-wrapper,
.updates-job-positions .arrow-link.off-white .icon-wrapper {
  border-color: currentColor !important;
}

/* Phase 06.1: Daniel Rios DOS typography translation. */
@font-face {
  font-family: "Daniel Satoshi";
  font-display: swap;
  font-style: normal;
  font-weight: 300 900;
  src: url("/fonts/Satoshi-Variable.woff2") format("woff2");
}

@font-face {
  font-family: "Daniel Inter";
  font-display: swap;
  font-style: normal;
  font-weight: 100 900;
  src: url("/fonts/InterVariable.woff2") format("woff2");
}

:root {
  --dos-font-display: "Daniel Satoshi", "PP Neue Montreal", sans-serif;
  --dos-font-text: "Daniel Inter", "PP Neue Montreal", sans-serif;
  --dos-font-operational: "Daniel Inter", "PP Neue Montreal", sans-serif;
}

html,
body {
  font-family: var(--dos-font-text);
  font-optical-sizing: auto;
  font-weight: 400;
  letter-spacing: 0;
}

.copy,
.sub-copy,
.content-copy,
.item-copy,
.bottom-item-copy,
.product-specifications,
.product-features .copy li,
.product-features .mobile-list-copy li,
.programs-program .copy,
.programs-program .content-copy,
p {
  font-family: var(--dos-font-text) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.38 !important;
}

.nav-list-item-link,
.nav-list-item-index,
.nav-title,
.nav-sub-items-title,
.nav-sub-items-list-title,
.nav-sub-items-list-link,
.nav-sub-items-input,
.arrow-link,
.pill,
.label,
.links-label,
.legal-links-wrapper,
.location,
.form-footnote,
.product-features-sidebar,
.product-features-sidebar .label,
.product-features-sidebar .list,
.product-features-sidebar li,
.product-specifications .label,
.product-specifications span,
.product-specifications h4,
.head-categories,
button {
  font-family: var(--dos-font-operational) !important;
  font-optical-sizing: auto;
  font-weight: 450 !important;
  letter-spacing: 0.005em !important;
  line-height: 1.22 !important;
}

.number,
.item-head-number,
.bottom-item-title,
.product-icon,
.scroll-indicator {
  font-family: var(--dos-font-operational) !important;
  font-weight: 450 !important;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0 !important;
}

h1,
h2,
.product-hero .title,
.updates-hero .title,
.programs-hero .title,
.neural-hero .name,
.title-reveal.title,
.home-intro .copy,
.home-intro .copy-lines-wrapper .line,
.home-master-plan .title,
.home-products .title,
.product-intro .title,
.product-intro .subtitle,
.programs-program .head-title,
.item-head-title,
.item-title,
.footer .links-list {
  font-family: var(--dos-font-display) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

.product-intro .title,
.product-intro .subtitle,
.home-products .title {
  font-weight: 330 !important;
  letter-spacing: 0.004em !important;
  line-height: 1.08 !important;
}

.home-intro .copy,
.home-intro .copy-lines-wrapper .line {
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.16 !important;
}

.product-hero .title,
.updates-hero .title,
.programs-hero .title,
.neural-hero .name {
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.12 !important;
}

.section-head .label,
.programs-program .head-title,
.item-head-title,
.item-title,
.title-reveal.title {
  font-family: var(--dos-font-display) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.16 !important;
}

.footer .links-list {
  font-weight: 400 !important;
  letter-spacing: -0.005em !important;
  line-height: 1.16 !important;
}

.footer .links-label,
.footer .legal-links-wrapper,
.footer .footer-institutional,
.footer .location {
  font-family: var(--dos-font-operational) !important;
  font-weight: 430 !important;
  letter-spacing: 0.005em !important;
  line-height: 1.3 !important;
}

@media only screen and (max-width: 833px) {
  .nav-list-item-link {
    font-family: var(--dos-font-display) !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 1.16 !important;
  }

  .product-intro .title,
  .product-intro .subtitle,
  .home-products .title {
    line-height: 0.98 !important;
  }
}

.product-intro .title,
.product-intro .subtitle {
  font-family: var(--dos-font-display) !important;
  font-weight: 300 !important;
  letter-spacing: -0.006em !important;
  line-height: 1.06 !important;
}

.updates-hero .copy {
  font-family: var(--dos-font-display) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.16 !important;
}

@media only screen and (max-width: 833px) {
  .product-intro .title,
  .product-intro .subtitle {
    letter-spacing: -0.004em !important;
    line-height: 0.98 !important;
  }
}

/* Phase 07.1: flat navigation architecture. */
.flat-navigation .nav-sub-items,
.flat-navigation .nav-sub-items-container,
.flat-navigation .nav-sub-items-inner {
  display: none !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

.flat-navigation .flat-nav-label {
  cursor: default;
}

.flat-navigation .flat-nav-link,
.flat-navigation .flat-nav-label {
  text-decoration: none !important;
}

@media only screen and (min-width: 834px) {
  .flat-navigation .nav-list {
    column-gap: clamp(1.8rem, 3vw, 5rem) !important;
  }
}

@media only screen and (max-width: 833px) {
  .flat-navigation .nav-list {
    padding-bottom: 4rem !important;
    row-gap: 0.6rem !important;
  }

  .flat-navigation .nav-list-item-index {
    margin-right: 3.6rem !important;
  }
}

/* Desktop stays minimal; mobile keeps the title row that balances the panel. */
@media only screen and (min-width: 834px) {
  .flat-navigation .nav-title {
    display: none !important;
  }
}

/* Phase 07.3: typographic contrast and readability corrections. */
.home-hero .head .link,
.home-hero .head .link span {
  color: color-mix(in srgb, var(--dos-text) 82%, var(--dos-structural)) !important;
}

.product-intro .categories-label,
.product-intro .categories-label .label {
  color: var(--dos-text) !important;
}

.product-intro .categories-label .icon-wrapper {
  background-color: color-mix(in srgb, var(--dos-structural) 48%, transparent) !important;
  color: var(--dos-signal) !important;
}

.product-features .head {
  color: var(--dos-text) !important;
}

.product-features .mobile-lists .head {
  border-color: color-mix(in srgb, var(--dos-structural) 66%, transparent) !important;
}

.product-lead .title {
  color: color-mix(in srgb, var(--dos-text) 72%, var(--dos-structural)) !important;
  opacity: 1 !important;
}

.product-devices .title {
  color: color-mix(in srgb, var(--dos-text) 72%, var(--dos-structural)) !important;
  opacity: 1 !important;
}

.product-devices .list-item-name {
  color: color-mix(in srgb, var(--dos-text) 78%, var(--dos-structural)) !important;
}

.product-devices .date span:nth-child(2) {
  opacity: 0.72 !important;
}

.product-devices .form-input-wrapper::before,
.product-devices .form-input,
.product-devices .form-button {
  color: var(--dos-text) !important;
}

.product-devices .form-input::placeholder {
  color: color-mix(in srgb, var(--dos-text) 62%, var(--dos-structural)) !important;
  opacity: 1 !important;
}

.product-devices .form-input,
.product-devices .form-button {
  background-color: color-mix(in srgb, var(--dos-structural) 34%, transparent) !important;
}

.product-devices .form-button .arrow-wrapper {
  border-color: currentColor !important;
}

.neural-hero .pill.filled.white,
.neural-hero .pill.filled.white .label {
  color: var(--dos-base) !important;
}

.neural-hero .pill.filled.white {
  background-color: color-mix(in srgb, var(--dos-depth) 88%, var(--dos-structural)) !important;
}

/* Phase 07.4: typographic accent role alignment. */
.bracket-text::before,
.bracket-text::after,
.home-company-details .title span:nth-of-type(2),
.home-products .title,
.programs-hero .title,
.programs-hero .drop,
.product-hero.orange .title,
.product-hero.yellow .title,
.product-intro.orange .title span,
.product-intro.yellow .title span,
.product-intro.orange .subtitle span,
.product-intro.yellow .subtitle span,
.product-feature-highlight.orange .head,
.product-feature-highlight.yellow .head,
.product-feature-highlight.orange .title span,
.product-feature-highlight.yellow .title span,
.product-features.orange .title span:first-child,
.product-features.yellow .title span:first-child,
.product-features-sidebar .title span:nth-of-type(2),
.product-features-sidebar .list-item,
.product-features-sidebar .active .list-item-title,
.product-lead.orange .title span,
.product-lead.yellow .title span,
.product-lead.orange .subtitle span,
.product-lead.yellow .subtitle span,
.product-specifications.orange .title,
.product-specifications.yellow .title,
.product-specifications .list-item-abbreviation,
.product-icon.blue,
.product-icon.green,
.product-icon.orange,
.product-icon.yellow,
.pill:not(.filled).blue,
.pill:not(.filled).green,
.pill:not(.filled).orange,
.pill:not(.filled).yellow,
.arrow-link.blue,
.arrow-link.green,
.arrow-link.orange,
.arrow-link.yellow,
.number,
.item-head-number,
.bottom-item-title {
  color: var(--dos-signal) !important;
}

.product-features-sidebar .active .icon-wrapper,
.product-features.orange .copy li:hover::before,
.product-features.yellow .copy li:hover::before,
.product-features.orange .mobile-list-copy li::before,
.product-features.yellow .mobile-list-copy li::before,
.product-features .copy li:hover::before,
.product-features .mobile-list-copy li::before {
  border-color: var(--dos-signal) !important;
}

.product-features-sidebar .active .icon-wrapper {
  background-color: color-mix(in srgb, var(--dos-structural) 48%, transparent) !important;
  color: var(--dos-signal) !important;
}

.product-intro .categories-label .icon-wrapper {
  background-color: color-mix(in srgb, var(--dos-structural) 48%, transparent) !important;
  color: var(--dos-signal) !important;
}

.programs-intro .title span:first-child,
.programs-program span[style*="#FFFFFF"],
.programs-program span[style*="#ffffff"],
.product-specifications span[style*="#FF5102"],
.product-specifications span[style*="#ff5102"],
.product-specifications span[style*="#FCA311"],
.product-specifications span[style*="#fca311"],
.product-specifications span[style*="#EF9604"],
.product-specifications span[style*="#ef9604"],
.product-specifications span[style*="#0071E3"],
.product-specifications span[style*="#0071e3"],
.product-specifications span[style*="#0066CC"],
.product-specifications span[style*="#0066cc"] {
  color: var(--dos-signal) !important;
  border-color: currentColor !important;
}

/* Phase 07.4 correction: metadata chips and labels follow neutral readability, not signal accent. */
.pill,
.pill .label,
.category-title,
.category-title .label,
.category-title .icon-wrapper,
.head-categories,
.head-categories .pill,
.head-categories .pill .label,
.home-company-details .bottom-item-title,
.home-company-details .item-head-number,
.home-company-details .bracket-text,
.home-company-details .bracket-text::before,
.home-company-details .bracket-text::after {
  color: var(--dos-text) !important;
}

.pill:not(.filled).blue,
.pill:not(.filled).green,
.pill:not(.filled).orange,
.pill:not(.filled).yellow,
.pill:not(.filled).blue .label,
.pill:not(.filled).green .label,
.pill:not(.filled).orange .label,
.pill:not(.filled).yellow .label,
.product-intro .categories-label .icon-wrapper {
  color: var(--dos-text) !important;
}

.pill:not(.filled) {
  border-color: color-mix(in srgb, var(--dos-structural) 72%, transparent) !important;
}

.category-title .icon-wrapper {
  background-color: color-mix(in srgb, var(--dos-structural) 48%, transparent) !important;
}

.neural-hero .pill,
.neural-hero .pill .label,
.neural-hero .category-title,
.neural-hero .category-title .label,
.neural-hero .category-title .icon-wrapper,
.neural-hero .pill:not(.filled).blue,
.neural-hero .pill:not(.filled).green,
.neural-hero .pill:not(.filled).orange,
.neural-hero .pill:not(.filled).yellow,
.neural-hero .pill:not(.filled).blue .label,
.neural-hero .pill:not(.filled).green .label,
.neural-hero .pill:not(.filled).orange .label,
.neural-hero .pill:not(.filled).yellow .label,
.footer .pill,
.footer .pill .label {
  color: var(--dos-base) !important;
}

.neural-hero .pill:not(.filled),
.footer .pill:not(.filled) {
  border-color: color-mix(in srgb, var(--dos-base) 52%, transparent) !important;
}

/* Phase 07.4 correction: exploration, taxonomy, chip, and category labels retain Operational Signal. */
.category-label,
.pill,
.pill .label,
.category-title,
.category-title .label,
.category-title .icon-wrapper,
.head-categories .pill,
.head-categories .pill .label,
.bracket-text,
.bracket-text::before,
.bracket-text::after,
.home-hero .category-label,
.home-hero .pill:not(.filled).blue,
.home-hero .pill:not(.filled).green,
.home-hero .pill:not(.filled).orange,
.home-hero .pill:not(.filled).yellow,
.home-hero .pill:not(.filled).blue .label,
.home-hero .pill:not(.filled).green .label,
.home-hero .pill:not(.filled).orange .label,
.home-hero .pill:not(.filled).yellow .label,
.programs .pill:not(.filled).blue,
.programs .pill:not(.filled).green,
.programs .pill:not(.filled).orange,
.programs .pill:not(.filled).yellow,
.programs .pill:not(.filled).blue .label,
.programs .pill:not(.filled).green .label,
.programs .pill:not(.filled).orange .label,
.programs .pill:not(.filled).yellow .label,
.home-company-details .bottom-services .bracket-text,
.home-company-details .bottom-services .bracket-text::before,
.home-company-details .bottom-services .bracket-text::after {
  color: var(--dos-signal) !important;
}

.pill.filled.blue,
.pill.filled.green,
.pill.filled.orange,
.pill.filled.yellow,
.pill.filled.off-black,
.pill.filled.white,
.pill.filled.blue .label,
.pill.filled.green .label,
.pill.filled.orange .label,
.pill.filled.yellow .label,
.pill.filled.off-black .label,
.pill.filled.white .label,
.pill:not(.filled).blue,
.pill:not(.filled).green,
.pill:not(.filled).orange,
.pill:not(.filled).yellow,
.pill:not(.filled).blue .label,
.pill:not(.filled).green .label,
.pill:not(.filled).orange .label,
.pill:not(.filled).yellow .label,
.product-intro .categories-label,
.product-intro .categories-label .label,
.product-intro .categories-label .icon-wrapper,
.neural-hero .category-title,
.neural-hero .category-title .label,
.neural-hero .category-title .icon-wrapper {
  color: var(--dos-signal) !important;
}

.footer .pill,
.footer .pill .label {
  color: var(--dos-base) !important;
}

/* Phase 07.5: public Update CTA removal after freeze preservation. */
.home-hero .head {
  display: none !important;
}

/* Phase 07.6: navigation material restoration from original Augen menu. */
.menu .logo,
.menu .burger {
  -webkit-backdrop-filter: blur(20px) !important;
  backdrop-filter: blur(20px) !important;
  box-shadow: none !important;
}

.menu .logo {
  border-radius: 50% !important;
  overflow: hidden !important;
}

.menu .burger {
  border-radius: 10px !important;
}

.menu.open .burger {
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  background: none !important;
}

.menu.black .logo,
.menu.blue .logo,
.menu.off-black .logo,
.menu.orange .logo,
.menu.black .burger,
.menu.blue .burger,
.menu.off-black .burger,
.menu.orange .burger {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: var(--dos-base) !important;
}

.menu.yellow .logo,
.menu.yellow .burger {
  background-color: rgba(255, 255, 255, 0.15) !important;
  color: var(--dos-text) !important;
}

.menu.grey-light .logo,
.menu.grey-lighter .logo,
.menu.off-white .logo,
.menu.white .logo,
.menu.grey-light .burger,
.menu.grey-lighter .burger,
.menu.off-white .burger,
.menu.white .burger {
  background-color: rgba(120, 120, 120, 0.1) !important;
  color: var(--dos-text) !important;
}

@media only screen and (min-width: 834px) {
  .menu .nav-container {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    background-color: transparent !important;
  }

  .menu .nav-list {
    -webkit-backdrop-filter: blur(20px) !important;
    backdrop-filter: blur(20px) !important;
    border-radius: 1rem !important;
    box-shadow: none !important;
  }

  .menu.black .nav-list,
  .menu.blue .nav-list,
  .menu.off-black .nav-list,
  .menu.orange .nav-list {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: var(--dos-base) !important;
  }

  .menu.yellow .nav-list {
    background-color: rgba(255, 255, 255, 0.15) !important;
    color: var(--dos-text) !important;
  }

  .menu.grey-light .nav-list,
  .menu.grey-lighter .nav-list,
  .menu.off-white .nav-list,
  .menu.white .nav-list {
    background-color: rgba(120, 120, 120, 0.1) !important;
    color: var(--dos-text) !important;
  }
}

@media only screen and (max-width: 833px) {
  .menu .nav-container {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }

  .menu .nav-list {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    background-color: transparent !important;
  }

  .menu.black .nav-container,
  .menu.blue .nav-container,
  .menu.off-black .nav-container,
  .menu.orange .nav-container {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: var(--dos-base) !important;
  }

  .menu.yellow .nav-container {
    background-color: rgba(255, 255, 255, 0.15) !important;
    color: var(--dos-text) !important;
  }

  .menu.grey-light .nav-container,
  .menu.grey-lighter .nav-container,
  .menu.off-white .nav-container,
  .menu.white .nav-container {
    background-color: rgba(120, 120, 120, 0.1) !important;
    color: var(--dos-text) !important;
  }
}

.menu .background {
  -webkit-backdrop-filter: blur(12px) !important;
  backdrop-filter: blur(12px) !important;
}

.menu.black .background,
.menu.blue .background,
.menu.off-black .background,
.menu.orange .background,
.menu.yellow .background {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.menu.grey-light .background,
.menu.grey-lighter .background,
.menu.off-white .background,
.menu.white .background {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

/* Phase 07.7: foreground-only nav switching based on current visual surface. */
.menu.nav-over-light .logo,
.menu.nav-over-light .burger,
.menu.nav-over-light .nav-list,
.menu.nav-over-light .nav-container {
  color: var(--dos-text) !important;
}

.menu.nav-over-dark .logo,
.menu.nav-over-dark .burger,
.menu.nav-over-dark .nav-list,
.menu.nav-over-dark .nav-container {
  color: var(--dos-base) !important;
}

/* Phase 07.9: Daniel Rios navigation isotype replacement. */
.menu .logo .daniel-rios-nav-isotype-wrapper {
  height: 2.4rem !important;
  opacity: 0.84 !important;
  width: 2.4rem !important;
}

.menu .logo .daniel-rios-nav-isotype-wrapper[style*="--navigation-isotype-url"] {
  -webkit-mask: var(--navigation-isotype-url) center / contain no-repeat !important;
  background-color: currentColor !important;
  mask: var(--navigation-isotype-url) center / contain no-repeat !important;
}

.menu .logo .daniel-rios-nav-isotype-wrapper > svg {
  display: block !important;
  height: 100% !important;
  left: 0 !important;
  opacity: 1;
  overflow: visible !important;
  position: absolute !important;
  top: 0 !important;
  transition: opacity .3s, visibility .3s;
  width: 100% !important;
}

.menu .logo .daniel-rios-nav-isotype-wrapper[style*="--navigation-isotype-url"] > svg,
.menu .logo .daniel-rios-nav-isotype-wrapper[data-navigation-isotype-pending="true"] > svg {
  opacity: 0 !important;
}

.menu .logo .icon-wrapper > svg[viewBox="0 0 19 20"] {
  opacity: 0 !important;
}

@media only screen and (min-width: 834px) {
  .menu .logo .daniel-rios-nav-isotype-wrapper {
    height: 2.3rem !important;
    width: 2.3rem !important;
  }
}

/* Phase 07.8: back-to-top glass utility control. */
@media only screen and (min-width: 834px) {
  .sticky-logo {
    height: 100vh !important;
    left: 0 !important;
    pointer-events: none !important;
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 90 !important;
  }

  .sticky-logo .inner {
    align-items: center !important;
    display: flex !important;
    height: 100vh !important;
    left: 0 !important;
    padding-left: var(--grid-outerGutter) !important;
    pointer-events: none !important;
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
  }

  .sticky-logo .logo-wrapper {
    width: 4.8rem !important;
    min-width: 4.8rem !important;
    height: 4.8rem !important;
    min-height: 4.8rem !important;
    align-items: center !important;
    background-color: rgba(250, 248, 245, 0.18) !important;
    border: 1px solid color-mix(in srgb, currentColor 14%, transparent) !important;
    border-radius: 0.8rem !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.2),
      0 12px 28px rgba(38, 38, 38, 0.08) !important;
    color: var(--back-to-top-foreground, var(--dos-text)) !important;
    display: flex !important;
    flex-direction: column !important;
    font-family: inherit !important;
    gap: 0.18rem !important;
    justify-content: center !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    opacity: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
    transition: opacity 0.24s ease, visibility 0.24s ease, background-color 0.2s, color 0.2s !important;
    visibility: hidden !important;
    -webkit-backdrop-filter: blur(20px) saturate(120%) !important;
    backdrop-filter: blur(20px) saturate(120%) !important;
  }

  .sticky-logo.is-back-to-top-visible .logo-wrapper {
    opacity: 1 !important;
    pointer-events: all !important;
    visibility: visible !important;
  }

  .sticky-logo.is-back-to-top-hidden .logo-wrapper {
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
  }

  .sticky-logo .logo-wrapper svg {
    display: none !important;
  }

  .sticky-logo .logo-wrapper::before {
    content: "▲";
    display: block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    transform: translate3d(0, -0.04rem, 0);
  }

  .sticky-logo .logo-wrapper::after {
    content: "TOP";
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1;
  }

  .sticky-logo.back-to-top-over-light .logo-wrapper {
    color: var(--dos-text) !important;
  }

  .sticky-logo.back-to-top-over-dark .logo-wrapper {
    color: var(--dos-text) !important;
  }
}

/* Phase 23: Daniel Rios footer branding replacement. */
.footer .wordmark svg,
.footer > .container > svg.logo {
  opacity: 0 !important;
  visibility: hidden !important;
}

.footer .wordmark {
  align-items: flex-start;
  display: flex;
}

.footer .footer-branding {
  display: block;
  filter: blur(8px);
  height: auto;
  opacity: 0;
  transition: opacity .7s ease, filter .7s ease;
  will-change: opacity, filter;
}

.footer.footer-branding-visible .footer-branding {
  filter: blur(0);
}

.footer .footer-branding-isologo {
  max-width: min(78vw, 34rem);
  width: 18rem;
}

.footer.footer-branding-visible .footer-branding-isologo {
  opacity: 1;
}

.footer .footer-branding-isotipo {
  grid-column: 1 / 2;
  margin-top: 19rem;
  max-width: 7.3rem;
  width: 3.7rem;
}

.footer [data-footer-branding-slot="isotipo"] {
  display: none !important;
}

.footer.footer-branding-visible .footer-branding-isotipo {
  opacity: .27;
}

.footer .location {
  display: none !important;
}

.footer {
  padding: 4.7rem 0 3rem !important;
}

.footer .links-label,
.footer .links-list a,
.footer .footer-disabled-link {
  color: color-mix(in srgb, var(--dos-base) 52%, transparent) !important;
}

.footer .links-label span {
  opacity: 1 !important;
}

.footer .footer-links-label-word {
  color: color-mix(in srgb, var(--dos-base) 68%, transparent) !important;
}

.footer .footer-disabled-link {
  cursor: pointer;
  display: inline-flex;
}

.footer .footer-site-use-wrapper {
  justify-content: flex-start !important;
}

.footer .footer-site-use-list {
  justify-content: flex-start !important;
  margin-left: calc(15.8974358974vw + 39.4871794872vw);
}

.footer .footer-site-use-link {
  cursor: pointer;
}

.footer .footer-institutional {
  align-self: flex-end;
  color: color-mix(in srgb, var(--dos-base) 48%, transparent);
  font-size: 1.15rem;
  grid-column: 1 / -1;
  letter-spacing: 0 !important;
  line-height: 1.28 !important;
  margin-top: 2.7rem;
  max-width: 76rem;
}

.footer .footer-institutional p {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
  margin: 0;
}

.footer .footer-institutional-details {
  margin-top: 0.45rem !important;
}

.footer .footer-social-icons {
  align-items: center;
  column-gap: 1.6rem;
  display: flex;
  margin-left: 39.4871794872vw;
}

.footer .footer-social-icon-item {
  line-height: 0;
}

.footer .footer-social-icon-link {
  align-items: center;
  color: color-mix(in srgb, var(--dos-base) 52%, transparent) !important;
  display: inline-flex;
  height: 2.7rem;
  justify-content: center;
  width: 2.7rem;
}

.footer .footer-social-icon-link svg {
  display: block;
  height: 2.7rem;
  width: 2.7rem;
}

@media only screen and (max-width: 833px) {
  .footer .wordmark {
    grid-column: 1 / -1;
    justify-content: flex-start;
    margin-bottom: 8rem;
  }

  .footer .footer-branding-isologo {
    max-width: min(76vw, 26rem);
    width: 17.2rem;
  }

  .footer .footer-branding-isotipo {
    grid-column: 1 / 2;
    justify-self: start;
    margin-top: 19rem;
    max-width: 6.2rem;
    width: 3.4rem;
  }
}

@media only screen and (min-width: 834px) {
  .footer {
    padding: 3.4722222222vw 0 2.7777777778vw !important;
  }

  .footer .footer-branding-isologo {
    width: 20rem;
  }

  .footer .footer-branding-isotipo {
    margin-top: 8.3333333333vw;
    width: 4.3rem;
  }

  .footer .footer-site-use-list {
    margin-left: calc(4.5138888889vw + 6.5277777778vw);
  }

  .footer .footer-institutional {
    grid-column: 1 / 4;
    margin-top: 0;
  }

  .footer .footer-institutional-details {
    white-space: nowrap;
  }

  .footer.footer-branding-visible .footer-branding-isotipo {
    opacity: .32;
  }

  .footer .footer-social-icons {
    margin-left: 6.5277777778vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  .footer .footer-branding {
    filter: none;
    transition: none;
  }
}

/* Phase 24: Home hero legacy marker and section marker cleanup. */
.home-hero .content-inner > svg.logo {
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

.home-products-section-head .icon-wrapper {
  align-items: center !important;
  background-color: var(--dos-signal) !important;
  border-radius: 10px !important;
  color: var(--dos-base) !important;
  display: flex !important;
  justify-content: center !important;
}

.home-products-section-head .icon-wrapper > svg {
  display: none !important;
}

.home-products-section-head .icon-wrapper::before {
  background-image: url("/brand-svg/Isotipo-MENU-FAF8F5.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 1.45rem;
  width: 1.35rem;
}

/* ------------------------------------------------------------------ */
/* Recovery: reveal fallback.                                          */
/* Content on this site is hidden by scoped component CSS or by GSAP   */
/* inline styles and revealed by the scraped app's animation pipeline, */
/* which can silently fail (hero on /hablemos, home sections, menu).   */
/*                                                                     */
/* Two tiers:                                                          */
/* 1. html.dr-reveal-fallback — blanket force for elements verified to */
/*    be broken at initial load on every visit (hero container, hero   */
/*    head/categories, menu). Armed ~1.2s after load by a server-      */
/*    injected script.                                                 */
/* 2. [data-dr-forced-reveal] — per-element rescue applied by an       */
/*    IntersectionObserver only when a reveal-gated element is on      */
/*    screen and still hidden 700ms later, so working entrance         */
/*    animations are never overridden.                                 */
/* ------------------------------------------------------------------ */
html.dr-reveal-fallback .neural-hero-container,
html.dr-reveal-fallback .neural-hero .head,
html.dr-reveal-fallback .neural-hero .categories-wrapper,
[data-dr-forced-reveal="true"],
[data-dr-forced-reveal="true"] .title-reveal,
[data-dr-forced-reveal="true"] .title-reveal *,
[data-dr-forced-reveal="true"] .copy-reveal,
[data-dr-forced-reveal="true"] .copy-reveal * {
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
  transition: none !important;
}

[data-dr-forced-reveal="true"] .title-reveal,
[data-dr-forced-reveal="true"] .title-reveal *,
[data-dr-forced-reveal="true"] .copy-reveal,
[data-dr-forced-reveal="true"] .copy-reveal * {
  transform: none !important;
}

/* Recovery: the menu component is opacity:0/visibility:hidden by default and is
   only revealed by the scraped app's intro sequence, which does not run reliably
   on every route — visitors could land with no navigation. Force it visible
   EXCEPT when the app itself hides it on scroll (class "hidden"), preserving the
   approved hide-on-scroll behavior. */
html.dr-reveal-fallback .menu:not(.hidden) {
  opacity: 1 !important;
  visibility: visible !important;
  transition: none !important;
}

/* ------------------------------------------------------------------ */
/* Localization: floating language switcher.                           */
/* Compact glass square created by flat-navigation.js. Spanish pages   */
/* show "EN", English pages show "ES". Fixed bottom-left, below the    */
/* menu's z-index, sized as a comfortable tap target on mobile.        */
/* ------------------------------------------------------------------ */
.dr-language-switch {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: rgba(250, 248, 245, 0.34);
  -webkit-backdrop-filter: blur(14px) saturate(130%);
  backdrop-filter: blur(14px) saturate(130%);
  border: 1px solid rgba(38, 38, 38, 0.08);
  color: #262626;
  font-family: "PP Neue Montreal", "Daniel Inter", sans-serif;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.07em;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.9;
  box-shadow: 0 8px 24px rgba(20, 20, 20, 0.06);
  transition: opacity 0.25s ease, transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.dr-language-switch:hover {
  opacity: 1;
  transform: translateY(-1px);
  background: rgba(250, 248, 245, 0.52);
  border-color: rgba(38, 38, 38, 0.12);
}

.dr-language-switch:focus-visible {
  opacity: 1;
  outline: 2px solid #262626;
  outline-offset: 2px;
}

/* Dark sections/pages (hablemos) keep contrast via the mix of light glass
   over dark background; on very small screens keep clear of the fold CTAs. */
@media only screen and (max-width: 833px) {
  .dr-language-switch {
    left: 16px;
    bottom: 16px;
    width: 34px;
    height: 34px;
    border-radius: 11px;
  }
}

/* ------------------------------------------------------------------ */
/* MOBILE-PULL-TO-REFRESH-V1                                          */
/* Restore the browser's native vertical overscroll gesture on mobile */
/* while the horizontal axis remains contained. The original archive  */
/* keeps body/html at overscroll-behavior:none for its motion system;  */
/* this late override is deliberately scoped below the 834px contract */
/* breakpoint. Rollback instructions live in ROLLBACK_NOTES.md.       */
/* ------------------------------------------------------------------ */
@media only screen and (max-width: 833px) {
  html,
  body {
    overscroll-behavior-x: none;
    overscroll-behavior-y: auto;
  }
}
