@font-face {
  font-family: Geist;
  src: url("./vendor/geist-latin-400-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
.atlas .mobile-drawing {
  display: none;
}
.atlas .studio-mobile-flow { display: none; }
@media (max-width: 540px) {
  .atlas .orchestration .atlas-drawing {
    display: none;
  }
  .atlas .mobile-drawing {
    display: block;
    width: 100%;
    height: auto;
    margin-block: 18px;
  }
  .atlas .studio-sheet .studio-labels {
    font-size: 30px;
  }
}
.atlas {
  --paper: #f1efe7;
  --ink: #242820;
  --signal: #b63c24;
  --muted: #62655b;
  --rule: #cbcbbf;
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Geist, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
.atlas * {
  box-sizing: border-box;
}
.atlas [hidden] {
  display: none !important;
}
.atlas ::selection {
  background: var(--signal);
  color: #fff;
}
.atlas a {
  color: inherit;
  text-decoration: none;
}
.atlas button {
  font: inherit;
  color: inherit;
  cursor: pointer;
}
.atlas a,
.atlas button,
.atlas summary {
  touch-action: manipulation;
}
.atlas a:focus-visible,
.atlas button:focus-visible,
.atlas summary:focus-visible {
  outline: 3px solid var(--signal);
  outline-offset: 5px;
}
.atlas p,
.atlas h1,
.atlas h2,
.atlas h3,
.atlas figure {
  margin: 0;
}
.atlas h1,
.atlas h2,
.atlas h3 {
  font-weight: 400;
  line-height: 1.08;
}
.atlas em {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.055em;
}
.atlas .wrap {
  width: calc(100% - 112px);
  max-width: 1320px;
  margin-inline: auto;
}
.atlas .skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  padding: 12px 20px;
  background: var(--ink);
  color: var(--paper);
  z-index: 10;
  transform: translateY(-160%);
}
.atlas .skip-link:focus {
  transform: none;
}
.atlas .site-header {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--rule);
  gap: 32px;
}
.atlas .wordmark {
  font-size: 29px;
  font-weight: 600;
  letter-spacing: -1.7px;
  white-space: nowrap;
}
.atlas .brand-symbol {
  display: inline-block;
  font-family: Georgia, serif;
  font-size: 35px;
  letter-spacing: -7px;
  margin-right: 14px;
  color: var(--signal);
  transform: rotate(-25deg);
}
.atlas .brand-extension {
  font-size: 22px;
  font-weight: 400;
  color: var(--signal);
  letter-spacing: -1px;
}
.atlas .site-header nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 13px;
}
.atlas .site-header nav a:not(.nav-action):hover {
  color: var(--signal);
}
.atlas .nav-action {
  border-bottom: 1px solid var(--ink);
  padding: 10px 0;
}
.atlas .nav-action:hover {
  border-color: var(--signal);
  color: var(--signal);
}
.atlas .language {
  border-left: 1px solid var(--rule);
  padding-left: 24px;
}
.atlas .menu-toggle {
  border: 0;
  background: transparent;
  padding: 12px 0;
}
.atlas .eyebrow {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.5;
}
.atlas .hero,
.atlas .labs-hero {
  padding-top: 66px;
}
.atlas h1 {
  font-size: clamp(42px, 7.5vw, 108px);
  letter-spacing: -0.065em;
  margin-top: 28px;
  max-width: 1320px;
}
.atlas h1 em {
  color: var(--signal);
}
.atlas .hero-under {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
  margin-top: 40px;
}
.atlas .intro {
  max-width: 510px;
  font-size: 18px;
  line-height: 1.65;
}
.atlas .hero-actions {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 22px;
  min-width: 230px;
}
.atlas .cta-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.atlas .cta-note {
  font-size: 12px;
  color: var(--muted);
  max-width: 280px;
}
.atlas .button {
  background: var(--signal);
  color: #fff;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  min-height: 54px;
  padding: 15px 24px;
  font-size: 14px;
  transition:
    background 0.2s,
    transform 0.2s;
}
.atlas .button:hover {
  background: #8f2d1b;
  transform: translateY(-2px);
}
.atlas .button span,
.atlas .text-link span {
  transition: transform 0.2s;
  display: inline-block;
}
.atlas .button:hover span,
.atlas .text-link:hover span {
  transform: translate(3px, -3px);
}
.atlas .text-link {
  font-size: 14px;
  display: inline-block;
  border-bottom: 1px solid currentColor;
  padding-bottom: 5px;
}
.atlas .text-link:hover {
  color: var(--signal);
}
.atlas .orchestration {
  margin-top: 42px;
}
.atlas .atlas-drawing {
  width: 100%;
  height: auto;
  display: block;
}
.atlas .diagram-base {
  opacity: 0.22;
}
.atlas .diagram-labels {
  font-family: Geist, Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 1.8px;
}
.atlas figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--rule);
  padding-top: 16px;
  font-size: 11px;
  color: var(--muted);
}
.atlas .chapter {
  padding-top: 132px;
  padding-bottom: 132px;
}
.atlas h2 {
  font-size: clamp(38px, 4.7vw, 68px);
  letter-spacing: -0.055em;
}
.atlas .section-heading {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 40px;
  margin-bottom: 64px;
}
.atlas .section-heading > .eyebrow {
  padding-top: 12px;
}
.atlas .section-heading h2 {
  width: 66%;
}
.atlas .workflow-layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 64px;
}
.atlas .workflow-controls > p:first-child {
  font-size: 14px;
  margin-bottom: 22px;
  max-width: 220px;
}
.atlas .example-buttons {
  display: flex;
  flex-direction: column;
}
.atlas .example-buttons button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: 0;
  border-top: 1px solid var(--rule);
  text-align: left;
  font-size: 24px;
  padding: 17px 0;
  transition:
    color 0.2s,
    padding 0.2s;
}
.atlas .example-buttons button:last-child {
  border-bottom: 1px solid var(--rule);
}
.atlas .example-buttons button[aria-pressed="true"] {
  color: var(--signal);
  padding-left: 15px;
  border-left: 3px solid var(--signal);
}
.atlas .example-buttons button:hover {
  color: var(--signal);
  padding-right: 8px;
}
.atlas .small-note {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.6;
  max-width: 320px;
  margin-top: 24px;
}
.atlas .workflow-detail {
  border-top: 1px solid var(--ink);
  padding-top: 23px;
}
.atlas .workflow-detail > .eyebrow {
  color: var(--signal);
}
.atlas h3 {
  font-size: 30px;
  letter-spacing: -0.035em;
}
.atlas .workflow-detail h3 {
  margin: 18px 0;
}
.atlas .request {
  color: var(--muted);
  font-family: Georgia, serif;
  font-size: 20px;
  max-width: 540px;
}
.atlas .steps {
  padding: 0;
  margin: 30px 0;
  list-style: none;
  counter-reset: step;
}
.atlas .steps li {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 20px;
  border-top: 1px solid var(--rule);
  padding: 16px 0;
  font-size: 14px;
}
.atlas .steps li span {
  color: var(--signal);
}
.atlas .steps li p {
  max-width: 490px;
}
.atlas .outcome {
  background: #e4e3d8;
  border-left: 3px solid var(--signal);
  padding: 22px 26px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.atlas .outcome > span {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.atlas .outcome strong {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}
.atlas .editorial {
  border-top: 1px solid var(--rule);
}
.atlas .editorial-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  margin-top: 35px;
}
.atlas .large-copy {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.atlas .editorial-body p + p {
  margin-top: 24px;
  color: var(--muted);
}
.atlas .editorial-body .text-link {
  margin-top: 30px;
}
.atlas .type-ribbon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-block: 1px solid var(--rule);
  margin-top: 90px;
  padding-block: 25px;
  font-size: clamp(20px, 3.2vw, 44px);
  letter-spacing: -0.045em;
}
.atlas .type-ribbon i {
  font-family: Georgia, serif;
  color: var(--signal);
  font-weight: 400;
}
.atlas .integrations {
  border-top: 1px solid var(--rule);
}
.atlas .integration-groups {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 50px;
  margin-bottom: 40px;
}
.atlas .integration-cat {
  display: block;
  font-size: 12px;
  color: var(--signal);
  margin-bottom: 14px;
}
.atlas .chip-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.atlas .chip-list li {
  border: 1px solid var(--rule);
  padding: 8px 14px;
  font-size: 13px;
}
.atlas .chip-list li:has(a) {
  padding: 0;
}
.atlas .chip-list li a {
  display: block;
  padding: 8px 14px;
}
.atlas .chip-list li a:hover {
  color: var(--signal);
  background: var(--bg-elev);
}
.atlas .outcomes {
  border-top: 1px solid var(--rule);
}
.atlas .credits {
  border-top: 1px solid var(--rule);
}
.atlas .credits-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  margin-bottom: 48px;
}
.atlas .credits-calc-intro,
.atlas .credits-tasks-intro {
  font-size: 14px;
  margin-bottom: 22px;
}
.atlas .credits-tasks-intro {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--signal);
}
.atlas .credits-slider {
  width: 100%;
  accent-color: var(--signal);
  margin-bottom: 24px;
}
.atlas .credits-readout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 20px 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  margin-bottom: 24px;
}
.atlas .credits-cell {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: center;
}
.atlas .credits-cell span {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}
.atlas .credits-cell strong {
  font-size: 24px;
  font-weight: 400;
}
.atlas .credits-tasks-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
}
.atlas .credits-tasks-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  border-top: 1px solid var(--rule);
  font-size: 14px;
}
.atlas .credits-tasks-list li:last-child {
  border-bottom: 1px solid var(--rule);
}
.atlas .credits-tasks-list strong {
  color: var(--signal);
  font-weight: 400;
}
.atlas .credits-roles {
  border-top: 1px solid var(--rule);
  padding-top: 32px;
  margin-bottom: 32px;
}
.atlas .credits-roles .small-note {
  max-width: none;
  margin: 6px 0 20px;
}
.atlas .outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}
.atlas .outcome-card {
  border-top: 1px solid var(--rule);
  padding-top: 22px;
}
.atlas .outcome-role {
  display: block;
  font-size: 12px;
  color: var(--signal);
  margin-bottom: 16px;
}
.atlas .outcome-task,
.atlas .outcome-result {
  font-size: 14px;
  margin-top: 14px;
}
.atlas .outcome-label {
  display: block;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 5px;
}
.atlas .outcomes .small-note {
  max-width: none;
  margin-top: 18px;
}
.atlas .labs-invitation {
  background: var(--signal);
  color: var(--paper);
  padding: 100px 0;
}
.atlas .labs-invitation-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 80px;
  align-items: end;
}
.atlas .labs-invitation h2 {
  margin-top: 24px;
}
.atlas .labs-invitation-inner > div > p:not(.eyebrow) {
  font-size: 18px;
  max-width: 430px;
}
.atlas .button-paper {
  background: var(--paper);
  color: var(--ink);
  margin-top: 30px;
}
.atlas .button-paper:hover {
  background: #fff;
}
.atlas .labs-invitation a:focus-visible {
  outline-color: var(--paper);
}
.atlas .closing h2 {
  margin: 25px 0 40px;
  font-size: clamp(40px, 6vw, 84px);
}
.atlas .closing-actions {
  display: flex;
  align-items: center;
  gap: 36px;
}
.atlas .site-footer {
  border-top: 1px solid var(--rule);
  padding: 35px 0 28px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.atlas .site-footer > p {
  font-size: 12px;
  color: var(--muted);
}
.atlas .site-footer nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 12px;
}
.atlas .site-footer nav a:hover {
  color: var(--signal);
  text-decoration: underline;
}
.atlas .site-footer small {
  width: 100%;
  font-size: 10px;
  color: var(--muted);
}
.atlas .motion-toggle {
  background: none;
  border: 0;
  border-bottom: 1px solid var(--rule);
  padding: 6px 0;
  font-size: 12px;
}
.atlas .labs-hero h1 {
  font-size: clamp(40px, 7vw, 101px);
}
.atlas .studio-sheet {
  margin-top: 60px;
  border: 1px solid var(--ink);
  padding: 22px 24px 18px;
  position: relative;
}
.atlas .sheet-heading {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  gap: 20px;
}
.atlas .studio-sheet svg {
  display: block;
  width: 100%;
  height: auto;
  margin: 20px 0;
}
.atlas .studio-labels {
  font-family: Georgia, serif;
  font-size: 24px;
}
.atlas .studio-sheet figcaption {
  color: var(--ink);
}
.atlas .practice-list article {
  border-top: 1px solid var(--rule);
  padding: 38px 0;
  display: grid;
  grid-template-columns: 1fr 1.3fr 1.5fr;
  gap: 50px;
}
.atlas .practice-list article:last-child {
  border-bottom: 1px solid var(--rule);
}
.atlas .practice-key {
  font-size: 12px;
  color: var(--signal);
}
.atlas .practice-list h3 {
  font-size: 32px;
  max-width: 290px;
}
.atlas .practice-list p {
  font-size: 15px;
}
.atlas .practice-list .deliverable {
  font-size: 12px;
  color: var(--muted);
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid var(--rule);
}
.atlas .scope-section {
  background: #e5e5db;
}
.atlas .discussion {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  column-gap: 80px;
  margin-top: 80px;
}
.atlas .discussion h3 {
  grid-row: span 3;
  font-size: 24px;
}
.atlas details {
  border-top: 1px solid #b8bbad;
  padding: 20px 0;
}
.atlas details:last-child {
  border-bottom: 1px solid #b8bbad;
}
.atlas summary {
  cursor: pointer;
  font-size: 18px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.atlas summary::-webkit-details-marker {
  display: none;
}
.atlas summary::after {
  content: "+";
  color: var(--signal);
}
.atlas details[open] summary::after {
  content: "−";
}
.atlas summary:hover {
  color: var(--signal);
}
.atlas details p {
  margin-top: 18px;
  max-width: 530px;
  color: #505449;
  font-size: 14px;
}
.atlas .contact-section h2 {
  margin-top: 28px;
  font-size: clamp(38px, 5.6vw, 80px);
}
.atlas .contact-bottom {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  margin-top: 42px;
}
.atlas .contact-bottom > p {
  max-width: 510px;
  font-size: 18px;
}
.atlas .contact-bottom .small-note {
  margin-top: 12px;
}
.atlas .product-return {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (min-width: 1600px) {
  .atlas .hero {
    padding-top: 90px;
  }
  .atlas .orchestration {
    margin-top: 60px;
  }
}
@media (max-width: 1050px) {
  .atlas .wrap {
    width: calc(100% - 64px);
  }
  .atlas .site-header nav {
    gap: 17px;
  }
  .atlas .site-header {
    gap: 20px;
  }
  .atlas .language {
    padding-left: 14px;
  }
  .atlas .credits-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .atlas .integration-groups {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 40px;
  }
  .atlas .outcome-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  .atlas .editorial-body {
    gap: 45px;
  }
  .atlas .workflow-layout {
    gap: 40px;
  }
  .atlas .practice-list article {
    gap: 30px;
  }
  .atlas .labs-invitation-inner {
    gap: 40px;
  }
  .atlas .site-footer nav {
    margin-left: 0;
  }
  .atlas .chapter {
    padding-block: 100px;
  }
}
@media (max-width: 800px) {
  .atlas .site-header {
    min-height: 84px;
    flex-wrap: wrap;
    padding-block: 20px;
  }
  .atlas .site-header nav {
    width: 100%;
    flex-wrap: wrap;
    gap: 12px 24px;
    padding-bottom: 10px;
  }
  .atlas .menu-toggle:not([hidden]) {
    display: block;
  }
  .atlas .site-header nav[data-collapsed="true"] {
    display: none;
  }
  .atlas .site-header nav a {
    padding-block: 10px;
  }
  .atlas .site-header .language {
    border: 0;
    padding-left: 0;
  }
  .atlas .hero,
  .atlas .labs-hero {
    padding-top: 48px;
  }
  .atlas .hero-under {
    gap: 30px;
  }
  .atlas .intro {
    font-size: 16px;
  }
  .atlas .hero-actions {
    min-width: 210px;
  }
  .atlas .section-heading {
    display: block;
    margin-bottom: 40px;
  }
  .atlas .section-heading h2 {
    width: 100%;
    margin-top: 22px;
  }
  .atlas .workflow-layout {
    grid-template-columns: 1fr;
  }
  .atlas .workflow-controls > p:first-child {
    max-width: none;
  }
  .atlas .integration-groups {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  .atlas .outcome-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .atlas .example-buttons {
    flex-direction: row;
  }
  .atlas .example-buttons button {
    flex: 1;
    gap: 12px;
    font-size: 20px;
    border-bottom: 1px solid var(--rule);
    padding: 15px 10px !important;
  }
  .atlas .example-buttons button[aria-pressed="true"] {
    border-left: 0;
    border-bottom: 3px solid var(--signal);
  }
  .atlas .small-note {
    max-width: 500px;
  }
  .atlas .editorial-body {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .atlas .editorial-body > div {
    max-width: 560px;
  }
  .atlas .labs-invitation-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .atlas .labs-invitation-inner > div > p:not(.eyebrow) {
    max-width: 560px;
  }
  .atlas .practice-list article {
    grid-template-columns: 1fr 1.3fr;
  }
  .atlas .practice-key {
    grid-column: 1/-1;
  }
  .atlas .discussion {
    grid-template-columns: 1fr;
  }
  .atlas .discussion h3 {
    grid-row: auto;
    margin-bottom: 25px;
  }
  .atlas .contact-bottom {
    gap: 30px;
  }
  .atlas .studio-sheet {
    padding: 16px;
  }
  .atlas .sheet-heading {
    font-size: 9px;
  }
  .atlas .chapter {
    padding-block: 80px;
  }
}
@media (max-width: 540px) {
  .atlas .wrap {
    width: calc(100% - 36px);
  }
  .atlas .integration-groups {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .atlas .credits-readout {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .atlas .credits-tasks-list li {
    font-size: 13px;
  }
  .atlas .chip-list li {
    padding: 7px 12px;
    font-size: 12px;
  }
  .atlas .product-return {
    flex-direction: column;
    gap: 12px;
  }
  .atlas .wordmark {
    font-size: 26px;
  }
  .atlas .brand-extension {
    font-size: 20px;
  }
  .atlas h1 {
    font-size: clamp(31px, 7.8vw, 43px);
    letter-spacing: -0.065em;
  }
  .atlas .labs-hero h1 {
    font-size: clamp(28px, 7.15vw, 39px);
  }
  .atlas .hero > .eyebrow,
  .atlas .labs-hero > .eyebrow {
    font-size: 9px;
    letter-spacing: 0.09em;
  }
  .atlas .hero-under {
    align-items: flex-start;
    flex-direction: column;
    gap: 26px;
    margin-top: 28px;
  }
  .atlas .intro {
    max-width: 350px;
  }
  .atlas .hero-actions {
    gap: 16px;
  }
  .atlas .button {
    min-height: 52px;
    padding: 14px 20px;
  }
  .atlas .orchestration {
    margin-top: 30px;
  }
  .atlas .atlas-drawing {
    height: 190px;
  }
  .atlas .diagram-labels {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .atlas figcaption {
    flex-direction: column;
    gap: 5px;
    font-size: 10px;
  }
  .atlas .chapter {
    padding-block: 65px;
  }
  .atlas h2 {
    font-size: 36px;
  }
  .atlas .example-buttons button {
    font-size: 15px;
    padding-inline: 7px !important;
    min-width: 0;
  }
  .atlas .example-buttons button span {
    display: none;
  }
  .atlas .workflow-detail h3 {
    font-size: 28px;
  }
  .atlas .request {
    font-size: 19px;
  }
  .atlas .steps li {
    grid-template-columns: 75px 1fr;
    gap: 14px;
    font-size: 13px;
  }
  .atlas .outcome {
    padding: 20px;
  }
  .atlas .outcome strong {
    font-size: 18px;
  }
  .atlas .large-copy {
    font-size: 21px;
  }
  .atlas .type-ribbon {
    font-size: clamp(13px, 3.8vw, 20px);
    margin-top: 45px;
    padding-block: 20px;
  }
  .atlas .labs-invitation {
    padding-block: 64px;
  }
  .atlas .labs-invitation-inner > div > p:not(.eyebrow) {
    font-size: 16px;
  }
  .atlas .closing h2 {
    font-size: 40px;
  }
  .atlas .closing-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }
  .atlas .site-footer {
    gap: 18px;
  }
  .atlas .site-footer > p {
    width: 100%;
  }
  .atlas .site-footer nav {
    flex-wrap: wrap;
    gap: 16px;
  }
  .atlas .studio-sheet {
    margin-top: 40px;
    padding: 12px;
  }
  .atlas .sheet-heading {
    flex-direction: column;
    gap: 4px;
  }
  .atlas .studio-sheet svg { display: none; }
  .atlas .studio-mobile-flow {
    display: block; list-style: none; padding: 0 0 0 18px;
    margin: 28px 0; border-left: 2px solid var(--signal);
  }
  .atlas .studio-mobile-flow li { position: relative; padding: 0 0 22px; }
  .atlas .studio-mobile-flow li:last-child { padding-bottom: 0; }
  .atlas .studio-mobile-flow li::before {
    content: ""; position: absolute; left: -23px; top: 8px;
    width: 8px; height: 8px; background: var(--signal);
  }
  .atlas .studio-mobile-flow span { font-family: Georgia, serif; font-size: 22px; }
  .atlas .studio-mobile-flow p { font-size: 14px; color: var(--muted); }
  .atlas .studio-sheet figcaption {
    font-size: 10px;
  }
  .atlas .practice-list article {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-block: 30px;
  }
  .atlas .practice-list h3 {
    max-width: 100%;
    font-size: 30px;
  }
  .atlas .contact-bottom {
    flex-direction: column;
  }
  .atlas .contact-bottom > p {
    font-size: 16px;
  }
  .atlas .contact-section h2 {
    font-size: clamp(30px, 7.5vw, 40px);
  }
  .atlas .product-return {
    font-size: 12px;
  }
  .atlas .discussion {
    margin-top: 48px;
  }
  .atlas summary {
    font-size: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .atlas *,
  .atlas *::before,
  .atlas *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
.atlas[data-motion="off"] * {
  animation: none !important;
  transition: none !important;
  scroll-behavior: auto !important;
}
