/* Full-width page containers */
.case-book {
  padding-top: 0 !important;
}
.laptop-asset {
  margin: 0 0 46px;
  overflow: hidden;
  background: #101010;
}
.laptop-asset img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 720px;
  object-fit: cover;
  object-position: center;
  border-radius: 14px;
}
.laptop-asset figcaption {
  margin-top: 12px;
  color: #77736d;
  font:
    400 11px/1.3 "DM Mono",
    monospace;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media (max-width: 700px) {
  .asset-pair {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .laptop-asset {
    margin-bottom: 32px;
  }
  .laptop-asset img {
    border-radius: 8px;
  }
  .laptop-asset figcaption {
    font-size: 10px;
  }
}
.sheet {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
:root {
  --paper: #f4f1eb;
  --ink: #111;
  --muted: #6e6b66;
  --line: #d9d4cc;
  --orange: #f04a22;
  --dark: #0d0d0d;
  --dark2: #171717;
  --white: #f7f6f2;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #191919;
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
}
.skip {
  position: fixed;
  left: -999px;
  top: 0;
}
.skip:focus {
  left: 12px;
  top: 12px;
  z-index: 999;
  background: #fff;
  padding: 10px;
}
.atrion-bar {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 62px;
  padding: 0 max(18px, calc((100vw - 1180px) / 2));
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  background: rgba(10, 10, 10, 0.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
}
.atrion-bar a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.02em;
}
.atrion-bar__brand {
  font-family: Georgia, serif;
  font-size: 18px !important;
  letter-spacing: 0.08em !important;
}
.atrion-bar__mail {
  text-align: right;
}
.case-book {
  padding: 24px 0 64px;
}
.sheet {
  position: relative;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 28px;
  background: var(--paper);
  padding: 52px 54px 48px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.16);
}
.sheet--hero-asset,
.sheet--asset-only {
  background: transparent;
  box-shadow: none;
  margin-bottom: 0;
}
.sheet--asset-only {
  padding: 0;
}
.sheet--empty {
  min-height: 100svh;
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.sheet--empty > *:not(.page-next) {
  display: none !important;
}
.page-next {
  position: absolute;
  z-index: 5;
  right: 50%;
  bottom: 24px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  transform: translateX(50%);
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
  background: rgba(10, 10, 10, 0.24);
  backdrop-filter: blur(10px);
  transition:
    background 300ms ease,
    border-color 300ms ease,
    transform 350ms var(--ease);
}
.page-next span {
  width: 10px;
  height: 10px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}
.page-next:hover {
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(240, 74, 34, 0.28);
  transform: translate(50%, 3px);
}
.page-next:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 4px;
}
.sheet--empty .page-next {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(25, 25, 25, 0.5);
}
.sheet--asset-only > *:not(.engines-asset):not(.engines-note):not(.page-next) {
  display: none;
}
.engines-note {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: clamp(18px, 3.5vw, 58px);
  width: min(300px, 20vw);
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font:
    400 clamp(8px, 0.85vw, 13px) / 1.2 "DM Mono",
    monospace;
  letter-spacing: normal;
  transform: translateY(-50%);
  text-wrap: balance;
}
.engines-asset {
  margin-top: 0;
}
.sheet-kicker {
  font:
    500 12px/1 "DM Mono",
    monospace;
  letter-spacing: 0.07em;
  color: var(--orange);
}
.sheet-kicker span {
  font-size: 10px;
  margin-right: 6px;
}
.sheet-page {
  position: absolute;
  right: 54px;
  top: 50px;
  font:
    400 16px/1 "DM Mono",
    monospace;
  color: #9b9790;
}
.sheet-page b {
  color: var(--orange);
  font-weight: 600;
}
.sheet-title {
  margin: 54px 0 24px;
  font:
    700 clamp(62px, 9vw, 118px)/0.86 "Roboto Condensed",
    Impact,
    sans-serif;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  max-width: 100%;
}
.sheet-title--brand {
  font-size: clamp(76px, 11vw, 145px);
}
.orange-rule {
  display: block;
  width: 58px;
  height: 4px;
  background: var(--orange);
  margin: 0 0 24px;
}
.sheet-lead {
  margin: 0 0 42px;
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #393735;
}
.sheet-lead--wide {
  max-width: 760px;
}
.site-frame {
  overflow: hidden;
  border-radius: 14px;
  background: var(--dark);
  color: #fff;
  box-shadow:
    0 1px 0 rgba(0, 0, 0, 0.5),
    0 12px 40px rgba(0, 0, 0, 0.08);
}
.mini-nav {
  height: 66px;
  padding: 0 26px;
  display: flex;
  align-items: center;
  gap: 24px;
  background: #0b0b0b;
  border-bottom: 1px solid #242424;
}
.mini-nav strong {
  font-size: 19px;
  line-height: 0.65;
  white-space: nowrap;
}
.mini-nav strong span,
.phone-frame__top span {
  color: var(--orange);
}
.mini-nav strong small {
  display: block;
  font-size: 7px;
  letter-spacing: 0.34em;
  margin-top: 7px;
  color: #bbb;
}
.mini-nav nav {
  display: flex;
  gap: 20px;
  margin-left: auto;
  font-size: 9px;
  color: #c9c9c9;
}
.mini-nav button,
.site-frame button,
.phone-frame button,
.wide-cta button,
.laptop-frame button {
  border: 0;
  border-radius: 0;
  background: var(--orange);
  color: white;
  padding: 12px 16px;
  font: 500 10px/1 "DM Sans";
  white-space: nowrap;
}
.mini-nav--compact {
  height: 45px;
  padding: 0 18px;
  gap: 14px;
}
.mini-nav--compact strong {
  font-size: 13px;
}
.mini-nav--compact nav {
  gap: 12px;
  font-size: 7px;
}
.mini-nav--compact button {
  padding: 9px 12px;
  font-size: 8px;
}
.site-frame--hero {
  margin-top: 10px;
}
.mini-hero {
  position: relative;
  min-height: 570px;
  display: grid;
  grid-template-columns: 47% 53%;
  background: linear-gradient(90deg, #101010 0 42%, #171717 100%);
}
.mini-hero__copy {
  position: relative;
  z-index: 4;
  padding: 48px 0 46px 42px;
}
.mini-hero__copy > small,
.services-hero small,
.catalog-head small,
.project-copy small,
.contact-copy small {
  color: var(--orange);
  font: 500 9px/1.2 "DM Mono";
}
.mini-hero__copy h2 {
  font: 700 clamp(38px, 5.3vw, 67px)/0.95 "Roboto Condensed";
  letter-spacing: -0.025em;
  margin: 20px 0 22px;
}
.mini-hero__copy p {
  max-width: 350px;
  color: #c9c9c9;
  font-size: 13px;
  line-height: 1.55;
}
.mini-benefits {
  display: flex;
  gap: 24px;
  margin: 32px 0;
  color: #eee;
  font-size: 10px;
  line-height: 1.35;
}
.mini-benefits span {
  padding-left: 14px;
  border-left: 1px solid #4e4e4e;
}
.mini-hero__copy a {
  display: inline-block;
  margin-top: 8px;
  padding: 14px 18px;
  background: var(--orange);
  color: #fff;
  text-decoration: none;
  font-size: 11px;
}
.mini-hero__copy a b {
  margin-left: 18px;
}
.mini-hero__media {
  position: relative;
  min-width: 0;
  overflow: hidden;
}
.workshop-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.52) saturate(0.72);
}
.mini-hero__media:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #101010 0, transparent 42%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.24), transparent 40%);
}
.engine-float {
  position: absolute;
  z-index: 3;
  right: -5%;
  bottom: -5%;
  width: 88%;
  height: 82%;
  object-fit: contain;
  filter: drop-shadow(0 28px 32px rgba(0, 0, 0, 0.65));
}
.mini-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #f0ede7;
  color: #111;
  padding: 24px 26px;
}
.mini-stats span {
  padding: 0 18px;
  border-right: 1px solid #d5d0c8;
}
.mini-stats span:last-child {
  border: 0;
}
.mini-stats b {
  display: block;
  font-size: 18px;
}
.mini-stats small {
  display: block;
  color: #716e68;
  margin-top: 5px;
  font-size: 9px;
  line-height: 1.3;
}
.case-caption {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  margin: 34px 0 42px;
  max-width: 620px;
}
.case-caption i,
.story-note i {
  font-style: normal;
  color: var(--orange);
  font-size: 38px;
  line-height: 1;
}
.case-caption p {
  margin: 4px 0 0;
  font-size: 16px;
  line-height: 1.4;
  color: #4b4945;
}
.sheet-meta {
  border-top: 1px solid var(--line);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
  font-size: 12px;
  color: #4a4844;
}
.sheet-meta b {
  font-family: "DM Mono";
  font-size: 11px;
  letter-spacing: 0.08em;
  color: #151515;
}
.structure-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 34px;
  align-items: center;
}
.services-frame {
  background: #111;
}
.services-hero {
  height: 260px;
  display: grid;
  grid-template-columns: 54% 46%;
  overflow: hidden;
}
.services-hero > div {
  padding: 32px;
}
.services-hero small {
  display: block;
  margin-bottom: 12px;
}
.services-hero h3 {
  font: 600 34px/1.03 "Roboto Condensed";
  margin: 0 0 13px;
}
.services-hero p {
  font-size: 11px;
  color: #b9b9b9;
  line-height: 1.4;
}
.services-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.78);
}
.service-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #333;
}
.service-cards span {
  background: #171717;
  padding: 18px 14px;
  font-size: 9px;
  line-height: 1.3;
}
.service-cards b {
  display: block;
  color: var(--orange);
  font-family: "DM Mono";
  margin-bottom: 9px;
}
.selector {
  background: #f1eee8;
  color: #111;
  padding: 22px 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr) auto;
  gap: 8px;
}
.selector label {
  border: 1px solid #d4cfc8;
  padding: 9px 10px;
  font-size: 7px;
  color: #86817a;
}
.selector label strong {
  display: block;
  color: #222;
  font-size: 9px;
  margin-top: 4px;
}
.selector button {
  align-self: stretch;
}
.services-frame h4 {
  margin: 0;
  background: #f1eee8;
  color: #111;
  padding: 0 20px 12px;
  font-size: 10px;
}
.engine-row {
  background: #f1eee8;
  color: #111;
  padding: 0 20px 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.engine-row figure {
  margin: 0;
  background: #faf8f4;
  border: 1px solid #dcd7cf;
  border-radius: 8px;
  padding: 10px;
}
.engine-row img {
  width: 100%;
  height: 90px;
  object-fit: contain;
}
.engine-row figcaption b,
.engine-row figcaption span {
  display: block;
}
.engine-row figcaption b {
  font-size: 10px;
}
.engine-row figcaption span {
  font-size: 7px;
  color: #777;
  margin-top: 3px;
}
.phone-frame {
  width: 100%;
  max-width: 260px;
  margin: auto;
  border-radius: 32px;
  border: 4px solid #262626;
  background: #0e0e0e;
  color: #fff;
  padding: 26px 18px 22px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.15);
}
.phone-frame__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 34px;
}
.phone-frame__top b {
  font-size: 19px;
}
.phone-frame__top i {
  font-style: normal;
}
.phone-frame > small {
  color: var(--orange);
  font: 500 9px "DM Mono";
}
.phone-frame h3 {
  font: 600 25px/1.08 "Roboto Condensed";
  margin: 10px 0 20px;
}
.phone-frame form {
  display: grid;
  gap: 7px;
}
.phone-frame form label,
.contact-form label,
.wide-cta form label {
  height: 38px;
  border: 1px solid #414141;
  border-radius: 4px;
  padding: 11px;
  color: #777;
  font-size: 8px;
}
.phone-frame__textarea {
  height: 60px !important;
}
.phone-frame form button {
  margin-top: 3px;
  height: 43px;
}
.phone-contacts {
  border-top: 1px solid #2b2b2b;
  margin-top: 26px;
  padding-top: 20px;
  display: grid;
  gap: 10px;
  font-size: 9px;
  color: #b9b9b9;
}
.phone-contacts b {
  font: 600 19px "Roboto Condensed";
  color: #fff;
}
.dual-captions {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 36px;
}
.screen-story {
  display: grid;
  grid-template-columns: minmax(0, 2.25fr) minmax(180px, 0.75fr);
  gap: 24px 30px;
  align-items: center;
}
.catalog-frame {
  min-height: 400px;
}
.catalog-head {
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr 125px;
  gap: 14px;
}
.catalog-head h3 {
  font: 600 31px/1 "Roboto Condensed";
  margin: 7px 0;
}
.catalog-head p {
  font-size: 10px;
  color: #999;
}
.catalog-head aside {
  display: grid;
  gap: 5px;
}
.catalog-head aside span {
  border: 1px solid #393939;
  padding: 8px;
  font-size: 7px;
  color: #888;
}
.catalog-cards {
  padding: 0 22px 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.catalog-cards figure {
  margin: 0;
  border: 1px solid #393939;
  border-radius: 8px;
  overflow: hidden;
  background: #151515;
}
.catalog-cards img {
  width: 100%;
  height: 145px;
  object-fit: contain;
  background: #101010;
}
.catalog-cards figcaption {
  padding: 10px;
  display: grid;
  gap: 4px;
}
.catalog-cards b {
  font-size: 10px;
}
.catalog-cards span {
  font-size: 8px;
  color: #999;
}
.catalog-cards button {
  justify-self: start;
  background: transparent;
  border: 1px solid #565656;
  padding: 7px 9px;
  margin-top: 4px;
}
.story-note {
  padding: 14px 0;
}
.story-note h3 {
  margin: 12px 0 8px;
  font-size: 20px;
}
.story-note p {
  margin: 0;
  color: #65615b;
  font-size: 14px;
  line-height: 1.45;
}
.story-note--left {
  padding-left: 30px;
}
.project-frame {
  position: relative;
  min-height: 380px;
}
.project-frame > img {
  position: absolute;
  right: 0;
  top: 45px;
  width: 62%;
  height: calc(100% - 45px);
  object-fit: cover;
  filter: brightness(0.62);
}
.project-frame:after {
  content: "";
  position: absolute;
  top: 45px;
  right: 0;
  bottom: 0;
  width: 70%;
  background: linear-gradient(90deg, #0d0d0d 0, transparent 55%);
  pointer-events: none;
}
.project-copy {
  position: relative;
  z-index: 3;
  width: 52%;
  padding: 30px;
}
.project-copy h3 {
  font: 600 37px/1 "Roboto Condensed";
  margin: 12px 0;
}
.project-copy p {
  font-size: 10px;
  color: #bbb;
  line-height: 1.4;
}
.project-copy a {
  display: inline-block;
  border: 1px solid #555;
  padding: 9px 12px;
  margin-top: 14px;
  font-size: 9px;
}
.project-strip {
  position: absolute;
  z-index: 4;
  right: 16px;
  bottom: 14px;
  display: flex;
  align-items: center;
  gap: 7px;
  background: #101010cc;
  padding: 5px;
}
.project-strip img {
  width: 58px;
  height: 42px;
  object-fit: contain;
}
.project-strip span {
  border: 1px solid #343434;
  padding: 8px;
  font-size: 7px;
}
.contact-frame {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  position: relative;
}
.contact-frame .mini-nav {
  grid-column: 1/-1;
}
.contact-copy {
  padding: 28px;
}
.contact-copy h3 {
  font: 600 34px/1 "Roboto Condensed";
  margin: 10px 0;
}
.contact-copy p {
  font-size: 10px;
  color: #aaa;
  line-height: 1.45;
}
.contact-copy img {
  width: 100%;
  height: 145px;
  object-fit: cover;
  margin-top: 18px;
  filter: brightness(0.65);
}
.contact-form {
  padding: 30px 24px;
  display: grid;
  gap: 8px;
}
.contact-form label {
  height: 35px;
}
.contact-form button {
  height: 38px;
  margin-top: 4px;
}
.final-devices {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: 34px;
  align-items: end;
}
.laptop-frame {
  border-radius: 15px 15px 4px 4px;
  background: #0d0d0d;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.16);
}
.laptop-frame:after {
  content: "";
  display: block;
  width: 108%;
  height: 9px;
  background: #242424;
  margin-left: -4%;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}
.laptop-hero {
  height: 330px;
  display: grid;
  grid-template-columns: 47% 53%;
  align-items: center;
}
.laptop-hero > div {
  padding: 28px;
}
.laptop-hero h3 {
  font: 600 41px/1 "Roboto Condensed";
  margin: 0 0 12px;
}
.laptop-hero p {
  font-size: 10px;
  color: #aaa;
  line-height: 1.45;
}
.laptop-hero button {
  background: transparent;
  border: 1px solid #565656;
  margin-top: 12px;
}
.laptop-hero img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.case-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #393939;
}
.case-row span {
  padding: 13px 10px;
  background: #171717;
  font-size: 8px;
  color: #aaa;
}
.case-row b {
  color: #fff;
  font-size: 9px;
}
.phone-frame--steps {
  max-width: 230px;
}
.phone-frame--steps h3 {
  font-size: 31px;
}
.phone-frame--steps ol {
  list-style: none;
  padding: 0;
  margin: 22px 0;
  display: grid;
  gap: 13px;
}
.phone-frame--steps li {
  border-bottom: 1px solid #292929;
  padding-bottom: 10px;
  font-size: 9px;
  color: #bbb;
}
.phone-frame--steps li b {
  color: var(--orange);
  font: 600 20px "Roboto Condensed";
  display: inline-block;
  width: 34px;
}
.phone-frame--steps > button {
  width: 100%;
}
.wide-cta {
  margin-top: 34px;
  background: #0d0d0d;
  color: #fff;
  border-radius: 14px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.05fr 0.85fr 0.85fr;
  align-items: stretch;
}
.wide-cta > div {
  padding: 34px;
}
.wide-cta h3 {
  font: 600 37px/1 "Roboto Condensed";
  margin: 0 0 11px;
}
.wide-cta p {
  font-size: 11px;
  color: #bbb;
}
.wide-cta span {
  display: block;
  margin-top: 25px;
  font-size: 8px;
  color: #888;
}
.wide-cta img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  filter: brightness(0.72);
}
.wide-cta form {
  padding: 34px 24px;
  display: grid;
  align-content: center;
  gap: 8px;
}
.wide-cta form label {
  height: 37px;
}
.wide-cta form button {
  height: 40px;
}
.final-summary {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-top: 34px;
  padding: 30px 0;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 24px;
}
.final-summary h3 {
  font-size: 17px;
  margin: 0;
}
.final-summary h3 i {
  color: var(--orange);
  font-size: 44px;
  font-style: normal;
  margin-left: 12px;
}
.final-summary > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 44px;
}
.final-summary span {
  display: grid;
  grid-template-columns: 36px 1fr;
  column-gap: 9px;
}
.final-summary span b {
  grid-row: 1/3;
  color: var(--orange);
  font-size: 24px;
}
.final-summary strong {
  font-size: 13px;
}
.final-summary small {
  font-size: 10px;
  color: #716c65;
  margin-top: 3px;
}
.sheet blockquote {
  margin: 30px 0;
  font-size: 19px;
  line-height: 1.4;
  color: #4f4b45;
  padding-left: 52px;
  position: relative;
}
.sheet blockquote:before {
  content: "“";
  position: absolute;
  left: 0;
  top: -18px;
  color: var(--orange);
  font:
    700 68px Georgia,
    serif;
}
.back-to-work {
  display: inline-block;
  margin-top: 28px;
  color: #111;
  text-decoration: none;
  font-size: 12px;
  border-bottom: 1px solid #111;
  padding-bottom: 3px;
}
@media (max-width: 900px) {
  .sheet {
    padding: 44px 34px 38px;
  }
  .sheet-page {
    right: 34px;
  }
  .mini-nav nav {
    display: none;
  }
  .mini-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .mini-hero__copy {
    padding: 38px 30px 20px;
  }
  .mini-hero__media {
    height: 360px;
  }
  .mini-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  .mini-stats span:nth-child(2) {
    border: 0;
  }
  .structure-grid,
  .final-devices {
    grid-template-columns: 1fr;
  }
  .phone-frame {
    max-width: 320px;
  }
  .dual-captions {
    grid-template-columns: 1fr;
  }
  .screen-story {
    grid-template-columns: 1fr;
  }
  .story-note,
  .story-note--left {
    padding: 0 0 10px;
  }
  .project-frame {
    grid-row: auto;
  }
  .contact-frame {
    grid-template-columns: 1fr 1fr;
  }
  .final-devices .phone-frame {
    margin-top: 12px;
  }
  .wide-cta {
    grid-template-columns: 1fr 1fr;
  }
  .wide-cta > div {
    grid-column: 1/-1;
  }
  .wide-cta img {
    min-height: 220px;
  }
  .final-summary {
    grid-template-columns: 1fr;
  }
  .final-summary > div {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .atrion-bar {
    height: 56px;
    padding: 0 16px;
  }
  .atrion-bar__mail {
    font-size: 0 !important;
  }
  .atrion-bar__mail:after {
    content: "Написать";
    font-size: 11px;
  }
  .case-book {
    padding-top: 12px;
  }
  .sheet {
    width: 100%;
    margin: 0;
    border-bottom: 10px solid #1b1b1b;
    padding: 34px 20px 32px;
    box-shadow: none;
  }
  .sheet-kicker {
    font-size: 9px;
  }
  .sheet-page {
    top: 33px;
    right: 20px;
    font-size: 12px;
  }
  .sheet-title {
    margin-top: 42px;
    font-size: clamp(52px, 17vw, 76px);
  }
  .sheet-title--brand {
    font-size: clamp(66px, 20vw, 92px);
  }
  .sheet-lead {
    font-size: 17px;
    margin-bottom: 28px;
  }
  .site-frame--hero {
    border-radius: 9px;
  }
  .mini-nav {
    height: 50px;
    padding: 0 15px;
  }
  .mini-nav strong {
    font-size: 14px;
  }
  .mini-nav button {
    font-size: 7px;
    padding: 8px;
  }
  .mini-hero__copy {
    padding: 26px 20px 15px;
  }
  .mini-hero__copy h2 {
    font-size: 42px;
  }
  .mini-hero__copy p {
    font-size: 11px;
  }
  .mini-benefits {
    gap: 10px;
    font-size: 8px;
  }
  .mini-hero__media {
    height: 280px;
  }
  .engine-float {
    width: 100%;
    right: -12%;
  }
  .mini-stats {
    padding: 17px 12px;
    gap: 14px;
  }
  .mini-stats span {
    padding: 0 8px;
  }
  .mini-stats b {
    font-size: 13px;
  }
  .case-caption {
    margin: 24px 0 30px;
  }
  .case-caption i {
    font-size: 30px;
  }
  .case-caption p {
    font-size: 13px;
  }
  .sheet-meta {
    font-size: 10px;
    gap: 14px;
  }
  .services-hero {
    height: auto;
    grid-template-columns: 1fr;
  }
  .services-hero > div {
    padding: 24px;
  }
  .services-hero h3 {
    font-size: 29px;
  }
  .services-hero img {
    height: 170px;
  }
  .service-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .selector {
    grid-template-columns: 1fr 1fr;
  }
  .selector button {
    grid-column: 1/-1;
  }
  .engine-row {
    grid-template-columns: 1fr 1fr;
  }
  .engine-row figure:last-child {
    grid-column: 1/-1;
  }
  .phone-frame {
    max-width: 300px;
  }
  .screen-story {
    gap: 16px;
  }
  .catalog-head {
    grid-template-columns: 1fr;
    padding: 18px;
  }
  .catalog-cards {
    grid-template-columns: 1fr 1fr;
    padding: 0 16px 18px;
  }
  .catalog-cards figure:last-child {
    grid-column: 1/-1;
  }
  .project-frame {
    min-height: 500px;
  }
  .project-frame > img {
    top: 45px;
    width: 100%;
    height: 260px;
  }
  .project-frame:after {
    top: 45px;
    width: 100%;
    height: 260px;
    background: linear-gradient(0deg, #0d0d0d 0, transparent 65%);
  }
  .project-copy {
    width: 100%;
    padding: 280px 22px 20px;
  }
  .project-strip {
    display: none;
  }
  .contact-frame {
    grid-template-columns: 1fr;
  }
  .contact-copy img {
    height: 180px;
  }
  .contact-form {
    padding-top: 0;
  }
  .laptop-hero {
    height: auto;
    grid-template-columns: 1fr;
  }
  .laptop-hero > div {
    padding: 22px;
  }
  .laptop-hero h3 {
    font-size: 34px;
  }
  .laptop-hero img {
    height: 230px;
  }
  .case-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .wide-cta {
    grid-template-columns: 1fr;
  }
  .wide-cta > div {
    grid-column: auto;
  }
  .wide-cta img {
    min-height: 210px;
  }
  .wide-cta form {
    padding: 22px;
  }
  .final-summary > div {
    grid-template-columns: 1fr;
  }
  .sheet blockquote {
    font-size: 16px;
  }
  .orange-rule {
    margin-bottom: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .page-next {
    transition: none;
  }
}

.sheet--hero-asset,
.sheet--asset-only {
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
}

/* The second presentation page is a full viewport canvas. Keep the asset's
   existing width and intrinsic scale; the extra height only centers it on
   the page instead of stretching the image. */
.sheet--asset-only {
  min-height: 100svh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: #080808;
}

.sheet--asset-only .engines-asset {
  flex: 0 0 100%;
  width: 100%;
  height: 100svh;
  margin: 0;
}

.sheet--asset-only .engines-asset img {
  width: 100%;
  height: 100svh;
  max-height: none;
  object-fit: cover;
  object-position: center;
}
.sheet--asset-only .engines-asset picture {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 640px) {
  .sheet--asset-only {
    width: 100%;
    padding: 0;
  }

  .sheet--asset-only .engines-asset {
    width: 100%;
  }

  .engines-note {
    top: 28px;
    left: 20px;
    width: min(220px, 58vw);
    transform: none;
  }
}

.sheet--hero-asset {
  min-height: 100svh;
}

.sheet--hero-asset .first-screen-asset {
  height: 100svh !important;
  object-fit: cover;
  object-position: center;
}
