/* Website-specific refinements, based on the palette in styles.css. */
/* Final editorial pass: veiled photos, full-width archive and project enquiry. */
.section-with-wash { position: relative; isolation: isolate; overflow: hidden; }
.section-wash { position: absolute; inset: 0; z-index: -1; pointer-events: none; overflow: hidden; }
.section-wash::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(13,18,11,.35),rgba(13,18,11,.78) 45%,rgba(13,18,11,.88)); }
.section-wash img { width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 1; filter: none; }
.intro .section-wash img { object-position: 35% 45%; }
.projects .section-wash { max-height: none; }
.projects { padding-bottom: 0; }
.projects > .project-placeholder--secondary { width: 100%; max-width: none; margin: clamp(3rem,6vw,6rem) 0 0; }
.projects > .project-placeholder--secondary .project-placeholder__visual { aspect-ratio: 2.15; min-height: 0; }
.projects > .project-placeholder--secondary img { object-position: 50% 30%; }
.projects > .project-placeholder--secondary .project-placeholder__meta { width: min(calc(100% - 2 * var(--page-gutter)),88rem); margin-inline: auto; padding-block: .5rem 1.5rem; }
.contact .contact__inner { grid-template-columns: minmax(0,1.1fr) minmax(0,.9fr); gap: 3rem clamp(2rem,5vw,5rem); align-items: start; }
.contact__inner > .section-label { grid-column: 1 / -1; }
.contact--direct .contact__inner { grid-template-columns: minmax(0, 1fr); }
.contact--direct .contact__content { max-width: 62rem; }
.contact--direct .contact__content > p { max-width: 58ch; }
.contact__content h2 { font-size: clamp(2.5rem,4.5vw,4.7rem); }
.contact__content > p { max-width: 46ch; }
.contact__content > p.contact__promise { font-size: 1rem; line-height: 1.65; margin-block: 1.5rem 2rem; }
.contact .button { gap: .7rem; }
.contact__actions .button { background: transparent; color: var(--black); border-color: #66704f; font-size: .76rem; }
.project-form { color-scheme: light; color: var(--black); padding: clamp(1.3rem,3vw,2.5rem); background: var(--mist); border: 1px solid #28382b38; border-radius: 6px; min-width: 0; scroll-margin-top: 8rem; }
.form-eyebrow { color: var(--forest); font-size: .72rem; font-weight: 700; line-height: 1.5; letter-spacing: .06em; text-transform: uppercase; margin: 0 0 1rem; }
.project-form h3 { font: 400 clamp(1.6rem,2.6vw,2.2rem)/1.15 var(--serif); margin: 0 0 1rem; }
.form-intro { font-size: .95rem; line-height: 1.6; margin-bottom: 1.75rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-field--wide { grid-column: 1 / -1; }
.form-field { display: flex; flex-direction: column; min-width: 0; }
.form-field label, .form-interest legend, .form-result label { font-size: .85rem; font-weight: 600; margin-bottom: .65rem; line-height: 1.5; }
.form-field label span, .form-interest legend span { font-weight: 400; color: #535d4c; }
.project-form input:not([type=checkbox]), .project-form textarea { font: 400 1rem/1.5 var(--sans); width: 100%; max-width: 100%; min-height: 48px; padding: .75rem; color: var(--black); background: #fffdf7; border: 1px solid #7c866f; border-radius: 3px; }
.project-form textarea { resize: none; min-height: 8rem; }
.project-form input:focus-visible, .project-form textarea:focus-visible, .project-form button:focus-visible { outline: 2px solid var(--forest); outline-offset: 3px; }
.project-form [aria-invalid=true] { border-color: #943d24 !important; }
.field-error { color: #943d24; font-size: .78rem; min-height: 1.5rem; padding-top: .25rem; }
.form-interest { border: 0; margin: 1rem 0 1.5rem; padding: 0; display: grid; gap: .25rem; }
.form-interest label { display: flex; align-items: center; gap: .75rem; min-height: 44px; font-size: .88rem; cursor: pointer; }
.form-interest input { width: 20px; height: 20px; accent-color: var(--forest); margin: 0; }
.form-preview-note { padding: .85rem; border-left: 2px solid var(--earth); font-size: .78rem; line-height: 1.6; background: #e8d8a54d; }
.project-form .button { font-size: .76rem; }
.project-form .button[hidden], .form-result[hidden] { display: none; }
.form-status { font-size: .85rem; line-height: 1.6; min-height: 2.7rem; margin-bottom: 0; }
.form-result { border-top: 1px solid #28382b44; margin-top: 1rem; padding-top: 1.5rem; }
.form-result label { display: block; }
.form-result textarea { min-height: 12rem; margin-bottom: .75rem; }
.form-result p { font-size: .78rem; line-height: 1.6; }
@media (max-width: 63.99rem) {
  .contact .contact__inner { grid-template-columns: 1fr; }
  .project-form { max-width: 45rem; width: 100%; }
}
@media (max-width: 47.99rem) {
  .projects > .project-placeholder--secondary .project-placeholder__visual { aspect-ratio: 3 / 4; }
  .projects > .project-placeholder--secondary img { object-position: 50% 55%; }
  .form-grid { grid-template-columns: 1fr; gap: .5rem; }
  .contact__content h2 { font-size: clamp(2.4rem,9vw,3.6rem); }
}
.brand { display: flex; align-items: center; width: 10rem; height: 3.5rem; overflow: visible; }
.brand-crop { position: static; width: 100%; overflow: visible; }
.brand-crop img { position: static; width: 100%; height: auto; max-width: 100%; transform: none; }
.site-footer .footer-symbol { display: block; width: clamp(12rem, 20vw, 17rem); height: auto; min-height: 0; overflow: visible; }
.footer-symbol img { display: block; width: 100%; height: auto; object-fit: contain; }
.nav-shell { padding: .5rem .65rem .5rem 1.3rem; background: rgba(13,18,11,.92); border-color: #e8d8a538; }
.primary-nav > a, .ecosystem-menu summary, .menu-toggle, .button { font-weight: 600; line-height: 1.15; letter-spacing: .055em; }
.menu-toggle { min-height: 44px; padding: .75rem 1rem; font-size: .8rem; }
.button { font-size: .86rem; }
.ecosystem-menu__panel a { font-weight: 600; }
.menu-toggle__icon { margin-top: -.2rem; }
.menu-toggle .menu-toggle__icon { width: 24px; height: 24px; margin: 0; border: 0; background: none; }
.menu-toggle__icon::before, .menu-toggle__icon::after { display: none; }
.ecosystem-menu summary::after { content: ""; width: 20px; height: 20px; background: currentColor; mask: url('./public/icons/desplegar.svg') center / contain no-repeat; }
.crm-screen__rail .icon { width: 20px; height: 20px; }
.crm-screen__rail .crm-screen__monogram { font: 600 .9rem var(--sans); letter-spacing: .05em; }

/* Full-bleed territory photo fills the opening composition. */
.hero { isolation: isolate; min-height: min(920px, 100svh); display: flex; align-items: center; padding: 9rem 0 2rem; }
.hero__backdrop { position: absolute; inset: 0; z-index: -3; }
.hero__backdrop img { width: 100%; height: 100%; object-fit: cover; object-position: 64% 50%; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(13,18,11,.96) 0%, rgba(13,18,11,.84) 35%, rgba(13,18,11,.5) 70%, rgba(13,18,11,.3)), linear-gradient(0deg, rgba(13,18,11,.8), transparent 55%); }
.hero__atmosphere, .hero__visual { display: none; }
.hero .eyebrow { max-width: 40rem; font-size: .75rem; line-height: 1.6; }
.hero .hero__origin { display: flex; flex-direction: column; gap: .55rem; max-width: 44rem; text-transform: none; letter-spacing: .015em; font-size: clamp(.95rem,1.25vw,1.1rem); color: var(--mist); }
.hero__origin span:first-child { font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--ivory); }
.section-label { display: flex; align-items: baseline; gap: .75rem; font-size: clamp(1.1rem,1.6vw,1.45rem); font-weight: 600; letter-spacing: -.025em; line-height: 1.4; text-transform: none; }
.section-label::before { display: none; }
.section-label__index { font-size: .75rem; letter-spacing: .05em; font-weight: 500; border-top: 2px solid currentColor; padding-top: .6rem; }
.intro .section-label { color: var(--forest); }
.ecosystem__intro .section-label { color: var(--ivory); }
.unit--media h3 em { color: var(--forest); }
.unit .unit__name { font-size: clamp(1.4rem,2vw,1.85rem); line-height: 1.25; font-weight: 600; letter-spacing: -.025em; text-transform: none; margin-top: 1rem; }
.unit .unit__number { font-size: 2.5rem; opacity: .6; }
.icon { display: inline-block; flex: 0 0 auto; width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; vertical-align: middle; }
.text-link::after { content: none; }
.text-link .icon { margin-left: .7rem; transition: transform .25s; }
.text-link:hover .icon { transform: translate(2px,-2px); }
.hero .display { font-size: clamp(2.8rem, 7.4vw, 7rem); margin-block: 2.25rem; max-width: 17ch; }
.hero__footer { max-width: 66rem; margin-top: 2rem; gap: 3rem; grid-template-columns: 1.3fr 1fr; }
.hero__footer > p { font-size: clamp(1.05rem, 1.65vw, 1.35rem); line-height: 1.65; color: var(--mist); max-width: 39ch; }
.hero__actions { gap: 1rem; }
.hero__signature { display: flex; flex-wrap: wrap; align-items: center; gap: .35rem 1rem; border-top: 1px solid #e8d8a533; padding-top: 1.2rem; margin-top: 3rem; font-size: .78rem; color: var(--ivory); }
.hero__signature span:first-child { font-weight: 700; }
.hero__signature a { display: grid; place-items: center; width: 44px; height: 44px; margin-left: auto; border: 1px solid #e8d8a566; border-radius: 50%; text-decoration: none; font-size: 1.3rem; }
.hero__signature a:hover { background: #e8d8a522; }

/* Animated CRM dashboard: all figures belong to a labeled simulation. */
.unit--ia { grid-template-columns: minmax(0,.7fr) minmax(0,1.3fr); }
.unit--ia .unit__visual--interface { padding: clamp(1rem, 2.3vw, 2.5rem); background: #18241b; overflow: hidden; }
.crm-demo { max-width: 55rem; }
.crm-demo h4 { font-family: var(--sans); font-size: clamp(1.65rem, 2.8vw, 2.8rem); margin-top: 1.5rem; }
.crm-demo h4 em { color: var(--ivory); }
.crm-demo__intro { margin-bottom: 1.5rem; }
.crm-demo__toggle { min-width: 10.5rem; font-weight: 600; }
.crm-screen { border: 1px solid #7b88766b; border-radius: 10px; overflow: hidden; color: var(--black); background: #f4f1e8; box-shadow: 0 24px 60px #0005; transition: transform .8s ease, box-shadow .8s; }
.crm-screen__bar { background: #e3e6da; display: flex; align-items: center; justify-content: space-between; gap: .5rem; padding: .75rem 1rem; font-size: .67rem; color: #414d3f; }
.crm-screen__dots { color: #7d8875; letter-spacing: .12em; font-size: .55rem; }
.crm-screen__sample { background: #faf8ee; padding: .25rem .45rem; border-radius: 3px; font-weight: 700; }
.crm-screen__body { display: grid; grid-template-columns: 6.5rem minmax(0,1fr); }
.crm-screen__rail { display: flex; flex-direction: column; gap: 1.5rem; background: #26362a; color: #d9dfcf; padding: 1.4rem .65rem; font-size: .8rem; }
.crm-screen__rail > span { display: flex; align-items: center; gap: .4rem; font-size: .9rem; }
.crm-screen__rail > span > span { font-size: .58rem; }
.crm-screen__rail .is-selected { color: var(--ivory); }
.crm-screen__rail .crm-screen__monogram { font-family: var(--sans); color: var(--ivory); font-size: .9rem; margin-bottom: .75rem; }
.crm-screen__main { padding: 1.2rem; min-width: 0; }
.crm-screen__title { display: flex; justify-content: space-between; align-items: center; gap: .75rem; margin-bottom: 1.2rem; }
.crm-screen__overline { font-size: .57rem; letter-spacing: .13em; color: #525d4c; font-weight: 700; }
.crm-screen__title h5 { font-size: .9rem; margin: .35rem 0 0; font-weight: 600; }
.crm-screen__period { font-size: .6rem; color: #525d4c; white-space: nowrap; }
.crm-kpis { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .55rem; margin: 0 0 1rem; }
.crm-kpis > div { position: relative; padding: .8rem .65rem 1rem; border: 1px solid #d7dacd; border-radius: 5px; background: #fffdf7; overflow: hidden; min-width: 0; transition: background .7s, border-color .7s; }
.crm-kpis dt { font-size: .62rem; min-height: 2.7em; color: #4e5948; }
.crm-kpis dd { font-size: clamp(1.5rem,2.7vw,2.45rem); font-weight: 600; margin: .25rem 0; letter-spacing: -.055em; font-variant-numeric: tabular-nums; line-height: 1.2; white-space: nowrap; }
.crm-kpis small { font-size: .7rem; letter-spacing: 0; font-weight: 400; }
.crm-kpis__delta { display: block; min-height: 2.6em; font-size: .58rem; color: #405132; line-height: 1.4; }
.crm-kpis__meter { position: absolute; bottom: 0; left: 0; height: 3px; width: 100%; background: var(--olive); transform-origin: left; transform: scaleX(.08); transition: transform 1.1s ease; }
.crm-demo[data-step="1"] .crm-kpis__meter { transform: scaleX(.35); }
.crm-demo[data-step="2"] .crm-kpis__meter { transform: scaleX(.7); }
.crm-demo[data-step="3"] .crm-kpis__meter { transform: scaleX(1); }
.crm-demo[data-step="3"] .crm-kpis > div { background: #edf0df; border-color: #9ba679; }
.crm-chart { background: #fffdf7; border: 1px solid #d7dacd; border-radius: 5px; padding: .8rem; }
.crm-chart__head { display: flex; justify-content: space-between; flex-wrap: wrap; gap: .5rem; align-items: start; }
.crm-chart__head strong { font-size: .64rem; font-weight: 600; max-width: 28ch; }
.crm-chart__head > span { font-size: .55rem; color: #56634f; }
.crm-chart__head i { display: inline-block; width: 5px; height: 5px; background: var(--olive); border-radius: 50%; }
.crm-chart svg { display: block; width: 100%; height: auto; margin-top: .7rem; overflow: visible; }
.crm-chart__grid { fill: none; stroke: #e5e7db; stroke-width: 1; }
.crm-chart__baseline { fill: none; stroke: #a1a694; stroke-width: 2; stroke-dasharray: 4 5; }
.crm-chart__line { fill: none; stroke: var(--forest); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 1; stroke-dashoffset: .99; transition: stroke-dashoffset 1.5s ease; }
.crm-chart__area { fill: url(#crm-fill); opacity: 0; transition: opacity 1.5s; }
.crm-chart__end { fill: var(--forest); stroke: var(--mist); stroke-width: 3; opacity: 0; transition: opacity 1s; }
.crm-demo[data-step="1"] .crm-chart__line { stroke-dashoffset: .65; }
.crm-demo[data-step="2"] .crm-chart__line { stroke-dashoffset: .3; }
.crm-demo[data-step="3"] .crm-chart__line { stroke-dashoffset: 0; }
.crm-demo[data-step="3"] .crm-chart__area, .crm-demo[data-step="3"] .crm-chart__end { opacity: 1; }
.crm-chart__axis { display: flex; justify-content: space-between; font-size: .55rem; color: #535f4c; }
.crm-bottom { display: grid; grid-template-columns: 1.5fr 1fr; gap: .7rem; margin-top: 1rem; }
.crm-jobs { min-width: 0; }
.crm-jobs > strong { font-size: .68rem; }
.crm-jobs p { display: flex; justify-content: space-between; gap: .5rem; margin: .65rem 0; font-size: .6rem; align-items: center; }
.crm-jobs b { font-size: .54rem; white-space: nowrap; padding: .2rem .3rem; background: #e2e4d9; font-weight: 500; border-radius: 3px; transition: background .5s; }
.crm-jobs b.is-active { background: #dce6c7; color: #35452a; }
.crm-gain { background: var(--forest); border-radius: 5px; color: var(--ivory); padding: .8rem; position: relative; overflow: hidden; }
.crm-gain > span { display: block; font-size: .59rem; }
.crm-gain > strong { display: block; font-size: clamp(1.5rem,2.5vw,2rem); font-weight: 600; font-variant-numeric: tabular-nums; margin-block: .5rem; }
.crm-gain small { font-size: .58rem; font-weight: 400; }
.crm-gain svg { width: 100%; height: 24px; margin-top: .5rem; }
.crm-gain svg path { fill: none; stroke: var(--ivory); stroke-width: 6; opacity: .6; }
.crm-screen__activity { display: flex; gap: .6rem; padding: .8rem 1rem; min-height: 4rem; align-items: center; border-top: 1px solid #ccd3bf; background: #e9ecdf; }
.crm-screen__activity > span { color: var(--forest); font-size: 1.4rem; }
.crm-screen__activity p { margin: 0; font-size: .7rem; line-height: 1.5; }
.crm-scene-controls { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: .4rem; margin-top: 1rem; }
.crm-scene-controls button { background: transparent; border: 0; border-top: 2px solid #69775f; color: #dbe0d4; padding: .7rem .2rem; min-height: 44px; text-align: left; font-size: .67rem; cursor: pointer; font-weight: 500; transition: border-color .3s, color .3s; }
.crm-scene-controls button:hover { color: var(--ivory); background: #ffffff08; }
.crm-scene-controls button[aria-pressed="true"] { border-color: var(--ivory); color: var(--ivory); font-weight: 700; }
.unit--ia .crm-scene-controls button:focus-visible { outline-color: var(--ivory); }
.crm-demo__note { font-size: .7rem; }
.crm-demo[data-step="3"] .crm-screen { box-shadow: 0 24px 60px #0006, 0 0 0 1px #85884280; }
.crm-demo:not(.is-playing) *, .crm-demo:not(.is-playing) *::before { animation-play-state: paused !important; }
@media (min-width: 72rem) {
  .primary-nav > a, .ecosystem-menu summary { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; font-size: .84rem; padding: .75rem 1.15rem; line-height: 1; letter-spacing: .05em; }
  .ecosystem-menu summary::after { float: none; line-height: 1; margin-left: .6rem; }
}
@media (max-width: 71.99rem) {
  .crm-screen__body { grid-template-columns: 2.7rem minmax(0,1fr); }
  .crm-screen__rail > span > span { display: none; }
  .crm-screen__rail { align-items: center; }
  .crm-screen__main { padding: .85rem; }
  .crm-screen__period { display: none; }
}
@media (max-width: 63.99rem) {
  .unit--ia { grid-template-columns: 1fr; }
  .unit--ia .unit__content { max-width: 45rem; }
  .unit--ia .unit__visual--interface { padding: 2.5rem clamp(1rem,5vw,3rem); }
  .crm-demo { max-width: 46rem; }
}
@media (max-width: 47.99rem) {
  .hero { min-height: 100svh; padding-top: 8rem; }
  .hero__backdrop img { object-position: 65% 50%; }
  .hero::before { background: linear-gradient(90deg,#0d120beb,#0d120b94),linear-gradient(0deg,#0d120bd9,transparent); }
  .hero__footer { grid-template-columns: 1fr; gap: 1.5rem; }
  .hero__signature { margin-top: 1.5rem; font-size: .7rem; }
  .hero__signature span:nth-child(2) { max-width: 18ch; }
  .hero .display { font-size: clamp(2.7rem,9vw,4.5rem); }
  .crm-screen__body { grid-template-columns: 1fr; }
  .crm-screen__rail { display: none; }
  .crm-screen__main { padding: .75rem; }
  .crm-kpis { gap: .35rem; }
  .crm-kpis > div { padding: .65rem .4rem .8rem; }
  .crm-kpis dt { font-size: .61rem; }
  .crm-kpis__delta { font-size: .55rem; }
  .crm-kpis dd { font-size: 1.65rem; }
  .crm-bottom { grid-template-columns: 1fr; }
  .crm-gain { display: grid; grid-template-columns: 1fr auto; gap: .25rem .75rem; align-items: center; }
  .crm-gain > strong { grid-row: span 2; }
  .crm-gain svg { display: none; }
  .crm-jobs p { font-size: .68rem; }
  .crm-jobs b { font-size: .62rem; }
  .crm-scene-controls button { font-size: .65rem; }
  .crm-demo__top { gap: .6rem; }
}
@media (prefers-reduced-motion: reduce) {
  .crm-screen, .crm-screen *, .crm-screen *::before { animation: none !important; transition: none !important; }
}

/* Two illustrative views share one player and retain the same footprint. */
.demo-mode { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.5rem 0 1rem; }
.demo-mode[hidden], .demo-view[hidden] { display: none; }
.demo-mode button { padding: .7rem 1rem; min-height: 44px; border: 1px solid #7b8876; border-radius: 4px; color: var(--mist); background: transparent; font-size: .85rem; font-weight: 600; cursor: pointer; }
.demo-mode button[aria-pressed="true"] { color: var(--black); background: var(--ivory); border-color: var(--ivory); }
.demo-mode button:hover { border-color: var(--ivory); }
.demo-views { display: grid; }
.demo-view { grid-area: 1 / 1; }
/* Hidden inactive view reserves size but is excluded from interaction and accessibility. */
.demo-view[hidden] { display: block; visibility: hidden; pointer-events: none; }
.automation-screen { border-radius: 10px; border: 1px solid #7b88766b; overflow: hidden; background: var(--mist); color: var(--black); }
.automation-screen__body { padding: clamp(1rem,2.3vw,2rem); }
.automation-kicker { font-size: .75rem; line-height: 1.5; font-weight: 600; color: var(--forest); margin: 0 0 .8rem; }
.automation-screen h5 { font-size: clamp(1.6rem,2.4vw,2.2rem); font-weight: 500; line-height: 1.15; margin: 0 0 1rem; letter-spacing: -.035em; }
.automation-screen h5 em { font-family: var(--serif); }
.automation-summary { font-size: .9rem; line-height: 1.65; max-width: 58ch; }
.automation-route { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); list-style: none; margin: 2rem 0; padding: 0; gap: .5rem; }
.automation-route li { display: flex; flex-direction: column; align-items: center; position: relative; gap: .7rem; font-size: .74rem; color: #59624f; }
.automation-route li::after { content: ""; position: absolute; top: 22px; left: calc(50% + 25px); width: calc(100% - 42px); height: 1px; background: #a5ae99; }
.automation-route li:last-child::after { display: none; }
.automation-route .icon { width: 46px; height: 46px; padding: 10px; border: 1px solid #a5ae99; border-radius: 50%; background: var(--mist); transition: background .6s, color .6s; }
.automation-route li.is-complete::after { background: var(--forest); height: 2px; }
.automation-route li.is-current { color: var(--black); font-weight: 700; }
.automation-route li.is-current .icon, .automation-route li.is-complete .icon { background: var(--forest); color: var(--ivory); border-color: var(--forest); }
.automation-event { background: #fffdf7; border: 1px solid #cbd1bf; border-left: 3px solid var(--olive); padding: 1.2rem; border-radius: 4px; }
.automation-event__heading { display: flex; gap: .65rem; align-items: center; font-size: .66rem; font-weight: 700; letter-spacing: .04em; color: var(--forest); }
.automation-event__heading > span:last-child { margin-left: auto; white-space: nowrap; }
.automation-event h6 { font-size: 1.25rem; font-weight: 600; margin: 1rem 0 .75rem; line-height: 1.35; min-height: 2.7em; }
.automation-event p { font-size: .86rem; line-height: 1.65; min-height: 6.6em; margin: 0; }
.automation-record { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; border-top: 1px solid #d7dacd; padding-top: 1rem; margin: 1rem 0 0; }
.automation-record dt { font-size: .67rem; color: #525d4c; margin-bottom: .5rem; }
.automation-record dd { font-size: .85rem; font-weight: 600; margin: 0; line-height: 1.5; min-height: 3em; }
.automation-output { display: flex; gap: .75rem; align-items: center; margin-top: 1rem; padding: 1rem; background: var(--forest); color: var(--ivory); border-radius: 4px; }
.automation-output p { font-size: .87rem; line-height: 1.5; margin: 0; min-height: 3em; }
.automation-human { font-size: .75rem; line-height: 1.6; color: #525d4c; margin: 1rem 0 0; }
@media (max-width: 47.99rem) {
  .automation-route { gap: .25rem; }
  .automation-route li { font-size: .61rem; }
  .automation-event { padding: .9rem; }
  .automation-event__heading { font-size: .58rem; gap: .4rem; }
  .automation-record { gap: .6rem; }
  .automation-event h6 { min-height: 4.05em; }
  .automation-event p { min-height: 13.2em; }
  .automation-record dd { min-height: 4.5em; }
  .automation-output p { min-height: 6em; }
}
@media (prefers-reduced-motion: reduce) {
  .automation-screen *, .text-link .icon { transition: none !important; }
}

/* Recognizable photographs, with contrast in the overlay rather than lost opacity. */
.intro.section-with-wash { background: var(--black); color: var(--mist); }
.intro.section-with-wash .section-label, .intro.section-with-wash .headline em { color: var(--ivory); }
.intro.section-with-wash .section-label { align-self: start; width: fit-content; background: #0d120ba6; padding: .6rem .8rem; }
.projects { padding-top: 0; }
.projects .projects__heading { position: relative; isolation: isolate; overflow: hidden; min-height: 27rem; padding: clamp(3rem,6vw,6rem) var(--page-gutter); margin-inline: calc(-1 * var(--page-gutter)); background: var(--black); color: var(--mist); align-items: center; }
.projects__heading .section-wash::after { background: linear-gradient(90deg,#0d120bcf,#0d120bb3 50%,#0d120b66); }
.projects .projects__heading .headline em, .projects .projects__heading .section-label { color: var(--ivory); }
.projects .projects__note { color: var(--mist); }
.unit--ia > .unit__content { position: relative; isolation: isolate; overflow: hidden; background: var(--black); color: var(--mist); }
.unit--ia > .unit__content > .section-wash { z-index: 0; }
.unit--ia > .unit__content > :not(.section-wash) { position: relative; z-index: 1; }
.unit--ia > .unit__content .section-wash img { object-position: 45% 45%; }
.unit--ia > .unit__content .section-wash::after { background: linear-gradient(0deg,#0d120bbf,#0d120be0 45%,#0d120b80); }
.unit--ia > .unit__content .unit__name, .unit--ia > .unit__content .unit__number, .unit--ia > .unit__content h3 em { color: var(--ivory); }
.unit--ia > .unit__content .text-link { color: var(--mist); }
.unit--ia > .unit__content :focus-visible { outline-color: var(--ivory); }
@media (max-width: 63.99rem) {
  .unit--ia > .unit__content { max-width: none; min-height: 35rem; justify-content: center; }
}
@media (max-width: 47.99rem) {
  .intro .section-wash::after { background: linear-gradient(0deg,#0d120be6,#0d120b99); }
  .intro .section-wash img { object-position: 45% 50%; }
  .projects .projects__heading { min-height: 31rem; }
  .projects__heading .section-wash::after { background: linear-gradient(0deg,#0d120bd9,#0d120b80); }
}
