:root {
  --ink: #082746;
  --blue: #0c5ed8;
  --bright: #237be8;
  --pale: #eef5ff;
  --line: #d6e3f2;
  --muted: #5c718a;
  --white: #fff;
  --orange: #f0a451;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
a {
  color: inherit;
  text-decoration: none;
}
.container {
  width: min(1160px, calc(100% - 72px));
  margin: 0 auto;
}
.site-header {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  padding: 26px 0;
}
.hero ~ * {
  position: relative;
}
.site-header {
  color: #e9f5ff;
}
.site-header .brand-mark i:nth-child(3) {
  background: #d9efff;
}
.site-header .menu-toggle {
  color: #e9f5ff;
}
.site-header .site-nav a:not(.nav-cta) {
  color: #d7eafa;
}
.nav-wrap,
.footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font:
    700 13px/1.05 "Manrope",
    sans-serif;
  letter-spacing: -0.03em;
}
.brand em {
  color: var(--blue);
  font-style: normal;
}
.brand-mark {
  display: flex;
  gap: 3px;
  align-items: end;
  height: 28px;
}
.brand-mark i {
  display: block;
  width: 7px;
  border-radius: 4px 4px 2px 2px;
  background: var(--blue);
  transform: skew(-16deg);
}
.brand-mark i:nth-child(1) {
  height: 14px;
}
.brand-mark i:nth-child(2) {
  height: 21px;
  background: #398ce9;
}
.brand-mark i:nth-child(3) {
  height: 28px;
  background: var(--ink);
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 38px;
  font-size: 14px;
  font-weight: 600;
}
.site-nav a:not(.nav-cta) {
  opacity: 0.7;
  transition: 0.2s ease;
}
.site-nav a:not(.nav-cta):hover {
  color: var(--blue);
  opacity: 1;
}
.nav-cta {
  padding: 12px 17px;
  color: var(--white);
  background: var(--ink);
  border-radius: 2px;
}
.nav-cta span,
.button span {
  margin-left: 14px;
}
.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: var(--ink);
  font: 600 14px "DM Sans";
}
.hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background: radial-gradient(
    circle at 50% 47%,
    #103452 0,
    #071a2c 42%,
    #04121f 100%
  );
  color: white;
}
.hero-content {
  position: relative;
  z-index: 2;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.eyebrow span {
  width: 26px;
  height: 2px;
  background: var(--blue);
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
.hero h1 {
  max-width: 700px;
  margin-bottom: 25px;
  font:
    800 clamp(46px, 6.5vw, 82px)/1.03 "Manrope",
    sans-serif;
  letter-spacing: -0.065em;
}
.hero h1 strong,
h2 em {
  color: var(--blue);
  font-style: normal;
}
.hero-copy {
  max-width: 480px;
  color: var(--muted);
  font-size: 17px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 22px;
  font-weight: 700;
  font-size: 14px;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.button:hover {
  transform: translateY(-2px);
}
.button-primary {
  color: white;
  background: var(--blue);
  box-shadow: 0 10px 24px #0c5ed82b;
}
.text-link {
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}
.text-link span {
  padding-left: 8px;
  color: var(--blue);
  font-size: 18px;
}
.trust-strip {
  display: flex;
  gap: 28px;
  margin-top: 93px;
  color: #7c8da0;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.trust-strip span {
  display: flex;
  align-items: center;
  gap: 9px;
}
.trust-strip span:before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--orange);
  border-radius: 50%;
}
.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(#60819b24 1px, transparent 1px),
    linear-gradient(90deg, #60819b24 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.7;
}
.hero-visual {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}
.hero-visual .hero-orbit {
  position: absolute;
  border: 1px solid #8fcaff72;
  border-radius: 50%;
}
.hero-visual .orbit-one {
  width: min(660px, 78vw);
  height: 290px;
  transform: rotate(24deg);
}
.hero-visual .orbit-two {
  width: min(500px, 62vw);
  height: 500px;
  transform: rotate(-28deg);
  border-color: #b8d9ef52;
}
.hero-visual .orbit-three {
  width: min(735px, 86vw);
  height: 355px;
  transform: rotate(-18deg);
  border-style: dashed;
  border-color: #a9cce94b;
}
.hero-core {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  border: 1px solid #48b7fa;
  border-radius: 50%;
  background: #062139;
  box-shadow:
    0 0 0 1px #0b3856,
    0 0 45px #1aa8f740;
}
.hero-core strong {
  color: #66c8ff;
  font:
    800 23px/1 "Manrope",
    sans-serif;
  letter-spacing: -0.06em;
}
.hero-core span,
.hero-label {
  color: #63b8e9;
  font:
    500 9px/1 "DM Sans",
    sans-serif;
  letter-spacing: 0.16em;
}
.hero-core span {
  margin-top: 8px;
  font-size: 7px;
}
.hero-label {
  position: absolute;
  z-index: 2;
  opacity: 0.8;
}
.label-cloud {
  top: 28%;
  left: 61%;
}
.label-ai {
  bottom: 25%;
  left: 21%;
}
.hero-intro {
  position: absolute;
  left: max(36px, calc(50% - 580px));
  bottom: 54px;
  z-index: 2;
  color: #9ab4c9;
}
.hero-intro .eyebrow {
  margin-bottom: 12px;
  color: #6fc6f5;
}
.hero-intro .eyebrow span {
  background: #6fc6f5;
}
.hero-intro p:last-child {
  margin: 0;
  color: #d5e7f3;
  font:
    600 18px "Manrope",
    sans-serif;
  letter-spacing: -0.03em;
}
.hero-node {
  position: absolute;
  z-index: 2;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #4dc0ff;
  box-shadow:
    0 0 0 6px #4dc0ff18,
    0 0 20px #4dc0ff55;
}
.node-a {
  right: 28%;
  top: 31%;
}
.node-b {
  right: 11%;
  top: 56%;
  background: var(--orange);
  box-shadow:
    0 0 0 6px #f0a45124,
    0 0 20px #f0a45166;
}
.hero-content,
.hero > .hero-orbit {
  display: none;
}
.section {
  padding: 118px 0;
}
.services-section {
  background: #fff;
}
.section-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 60px;
}
.section-intro h2,
.approach-statement h2,
.about-layout h2,
.contact-content h2 {
  margin: 0;
  font:
    800 clamp(35px, 4.2vw, 56px)/1.08 "Manrope",
    sans-serif;
  letter-spacing: -0.06em;
}
.section-lede {
  max-width: 440px;
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 16px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.service-card {
  position: relative;
  min-height: 395px;
  padding: 32px;
  border: 1px solid var(--line);
  background: #fff;
  transition: 0.25s ease;
}
.service-card:hover {
  border-color: #8bb5e9;
  transform: translateY(-5px);
  box-shadow: 0 18px 40px #17487810;
}
.featured-card {
  color: white;
  border-color: var(--blue);
  background: var(--blue);
}
.card-number {
  position: absolute;
  top: 31px;
  right: 31px;
  font: 700 12px "Manrope";
  opacity: 0.48;
}
.service-icon {
  width: 55px;
  height: 55px;
  margin: 9px 0 54px;
  position: relative;
}
.cloud-icon {
  border: 2px solid currentColor;
  border-radius: 50%;
  width: 48px;
  height: 27px;
  margin-top: 27px;
  border-top-color: transparent;
}
.cloud-icon:before,
.cloud-icon:after {
  content: "";
  position: absolute;
  border: 2px solid currentColor;
  border-radius: 50%;
  background: inherit;
}
.cloud-icon:before {
  width: 25px;
  height: 25px;
  left: 8px;
  top: -15px;
}
.cloud-icon:after {
  width: 15px;
  height: 15px;
  left: 29px;
  top: -8px;
}
.ai-icon {
  display: flex;
  gap: 6px;
  align-items: center;
}
.ai-icon span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 8px #0c5ed81b;
}
.ai-icon span:nth-child(2) {
  margin-top: 25px;
  background: var(--orange);
}
.ai-icon span:nth-child(3) {
  margin-top: 4px;
}
.compass-icon {
  border: 2px solid var(--blue);
  border-radius: 50%;
}
.compass-icon:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 28px;
  background: var(--blue);
  left: 20px;
  top: 11px;
  transform: rotate(45deg);
  clip-path: polygon(50% 0, 100% 100%, 50% 78%, 0 100%);
}
.service-card h3 {
  max-width: 230px;
  margin-bottom: 14px;
  font:
    700 22px/1.2 "Manrope",
    sans-serif;
  letter-spacing: -0.04em;
}
.service-card p {
  color: var(--muted);
  font-size: 14px;
}
.featured-card p {
  color: #dbeaff;
}
.service-card a {
  position: absolute;
  bottom: 32px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
}
.featured-card a {
  color: white;
}
.approach-section {
  background: var(--pale);
}
.approach-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
}
.approach-statement > p:not(.eyebrow) {
  max-width: 430px;
  margin: 28px 0 34px;
  color: var(--muted);
}
.button-outline {
  border: 1px solid #9ab6d8;
}
.button-outline:hover {
  background: white;
}
.process-list {
  border-top: 1px solid #c8dbef;
}
.process-step {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 22px;
  padding: 28px 0;
  border-bottom: 1px solid #c8dbef;
}
.step-mark {
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
}
.process-step h3 {
  margin-bottom: 8px;
  font:
    700 19px "Manrope",
    sans-serif;
  letter-spacing: -0.03em;
}
.process-step p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.about-section {
  padding: 132px 0;
}
.about-layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
}
.about-layout h2 {
  margin-bottom: 25px;
}
.about-copy {
  max-width: 625px;
  color: var(--muted);
  font-size: 18px;
}
.stats {
  display: flex;
  gap: 52px;
  margin-top: 55px;
  border-top: 1px solid var(--line);
  padding-top: 22px;
}
.stats div {
  display: flex;
  align-items: center;
  gap: 13px;
}
.stats strong {
  color: var(--blue);
  font: 800 26px "Manrope";
}
.stats span {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.contact-section {
  position: relative;
  overflow: hidden;
  padding: 103px 0 110px;
  color: white;
  background: var(--ink);
}
.contact-content {
  position: relative;
  z-index: 1;
}
.eyebrow.light {
  color: #a9cef8;
}
.eyebrow.light span {
  background: #a9cef8;
}
.contact-content h2 {
  font-size: clamp(40px, 5.3vw, 70px);
}
.contact-content h2 em {
  color: #72b2ff;
}
.contact-content > p:not(.eyebrow) {
  margin: 22px 0 27px;
  color: #b7cbe1;
}
.button-light {
  color: var(--ink);
  background: white;
}
.contact-pattern {
  position: absolute;
  width: 620px;
  height: 620px;
  right: 3%;
  top: -190px;
  border: 1px solid #2a4f76;
  border-radius: 50%;
}
.contact-pattern:before,
.contact-pattern:after {
  content: "";
  position: absolute;
  inset: 47px -50px;
  border: 1px solid #2a4f76;
  border-radius: 50%;
  transform: rotate(43deg);
}
.contact-pattern:after {
  inset: 100px -90px;
  transform: rotate(-43deg);
}
.site-footer {
  padding: 28px 0;
  background: #f6faff;
}
.footer-wrap {
  gap: 30px;
}
.footer-brand {
  flex-shrink: 0;
}
.footer-wrap > p,
.footer-wrap > a,
.footer-wrap small {
  color: var(--muted);
  font-size: 12px;
}
.footer-wrap > a {
  color: var(--blue);
  font-weight: 700;
}
.footer-wrap small {
  margin-left: auto;
}
@media (max-width: 800px) {
  .container {
    width: min(100% - 40px, 560px);
  }
  .site-header {
    padding: 20px 0;
  }
  .menu-toggle {
    display: block;
  }
  .site-nav {
    display: none;
    position: absolute;
    top: 70px;
    right: 20px;
    left: 20px;
    padding: 18px;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
    background: white;
    box-shadow: 0 12px 30px #0827461c;
  }
  .site-nav.open {
    display: flex;
  }
  .nav-cta {
    text-align: center;
  }
  .hero {
    min-height: auto;
    padding: 145px 0 60px;
  }
  .hero-grid {
    inset: 35% 0 0 20%;
    opacity: 0.5;
  }
  .hero-orbit {
    opacity: 0.45;
    right: -280px;
  }
  .hero h1 {
    font-size: clamp(43px, 12vw, 66px);
  }
  .trust-strip {
    flex-wrap: wrap;
    gap: 12px 20px;
    margin-top: 65px;
  }
  .section {
    padding: 80px 0;
  }
  .section-intro,
  .approach-layout,
  .about-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .section-intro {
    margin-bottom: 38px;
  }
  .service-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .service-card {
    min-height: 330px;
  }
  .service-icon {
    margin-bottom: 40px;
  }
  .about-section {
    padding: 85px 0;
  }
  .about-layout {
    gap: 20px;
  }
  .stats {
    gap: 18px;
    justify-content: space-between;
  }
  .stats span {
    font-size: 9px;
  }
  .contact-section {
    padding: 80px 0;
  }
  .contact-pattern {
    right: -350px;
  }
  .footer-wrap {
    flex-wrap: wrap;
    gap: 18px;
  }
  .footer-wrap > p {
    order: 3;
    width: 100%;
    margin: 0;
  }
  .footer-wrap small {
    margin-left: 0;
  }
}
@media (max-width: 800px) {
  .hero {
    min-height: 620px;
    padding: 0;
  }
  .hero-grid {
    inset: 0;
    opacity: 0.55;
  }
  .hero-visual .orbit-one {
    width: 620px;
    height: 230px;
  }
  .hero-visual .orbit-two {
    width: 350px;
    height: 430px;
  }
  .hero-visual .orbit-three {
    width: 680px;
    height: 300px;
  }
  .hero-visual .hero-orbit {
    right: auto;
    top: auto;
    opacity: 0.7;
  }
  .hero-intro {
    left: 20px;
    bottom: 26px;
  }
  .hero-intro p:last-child {
    font-size: 15px;
  }
  .label-cloud {
    left: 68%;
    top: 28%;
  }
  .label-ai {
    left: 12%;
    bottom: 28%;
  }
  .site-header .site-nav a:not(.nav-cta) {
    color: var(--ink);
  }
}

/* Attached reference layout: editorial copy on the left, ETS system panel on the right. */
.site-header {
  color: var(--ink);
}
.site-header .brand-mark i:nth-child(3) {
  background: var(--ink);
}
.site-header .menu-toggle,
.site-header .site-nav a:not(.nav-cta) {
  color: var(--ink);
}
.hero {
  min-height: 700px;
  padding: 185px 0 70px;
  background: linear-gradient(120deg, #fff 20%, #f8fbff 78%);
  color: var(--ink);
}
.section-shell,
.site-header {
  max-width: 1240px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
}
.hero-grid {
  inset: 0 0 0 52%;
  background-image:
    linear-gradient(#dfeaf6 1px, transparent 1px),
    linear-gradient(90deg, #dfeaf6 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg, transparent, black 42%);
  opacity: 0.78;
}
.hero-content {
  display: block;
  position: relative;
  z-index: 2;
}
.hero h1 {
  max-width: 650px;
}
.hero-intro {
  display: none;
}
.hero-visual {
  inset: auto 3% auto auto;
  top: 134px;
  width: min(480px, 42vw);
  height: 386px;
  background: #f2f6f5;
  overflow: hidden;
}
.hero-visual .hero-orbit {
  border-color: #9ec1c0;
}
.hero-visual .orbit-one {
  width: 84%;
  height: 54%;
  transform: rotate(24deg);
}
.hero-visual .orbit-two {
  width: 64%;
  height: 120%;
  transform: rotate(-28deg);
  border-color: #b2c8c7;
}
.hero-visual .orbit-three {
  width: 91%;
  height: 67%;
  transform: rotate(-18deg);
  border-color: #b5c9c9;
}
.hero-core {
  width: 68px;
  height: 68px;
  background: #073149;
}
.hero-core strong {
  font-size: 16px;
}
.hero-core span {
  font-size: 5px;
  margin-top: 6px;
}
.hero-label {
  font-size: 7px;
}
.label-cloud {
  top: 18%;
  left: 67%;
}
.label-ai {
  bottom: 18%;
  left: 22%;
}
.hero-node {
  width: 8px;
  height: 8px;
}
.node-a {
  left: auto;
  right: calc(3% + 16vw);
  top: 27%;
}
.node-b {
  right: calc(3% + 7vw);
  top: 56%;
}
.node-c {
  right: calc(3% + 4vw);
  top: 31%;
}

@media (max-width: 800px) {
  .hero {
    min-height: 760px;
    padding: 130px 0 50px;
  }
  .hero-grid {
    inset: 0;
    mask-image: linear-gradient(180deg, transparent 10%, black 45%);
  }
  .hero-visual {
    top: auto;
    right: 20px;
    bottom: 28px;
    width: calc(100% - 40px);
    height: 300px;
  }
  .hero-content {
    z-index: 3;
  }
  .hero h1 {
    font-size: clamp(43px, 12vw, 66px);
  }
  .hero-node {
    display: none;
  }
}

/* Hero art styles imported from the supplied reference stylesheet. */
:root {
  --acid: #1684c2;
  --yellow: #e5b936;
}
.hero-art {
  height: 460px;
  position: relative;
  margin-left: 5%;
  overflow: hidden;
}
.hero-art:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(112, 151, 162, 0.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(112, 151, 162, 0.22) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(
    ellipse at center,
    black 20%,
    rgba(0, 0, 0, 0.75) 58%,
    transparent 100%
  );
  -webkit-mask-image: radial-gradient(
    ellipse at center,
    black 20%,
    rgba(0, 0, 0, 0.75) 58%,
    transparent 100%
  );
}
.art-orbit {
  position: absolute;
  border: 1px solid rgba(177, 198, 204, 0.72);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-26deg);
}
.art-orbit.orbit-one {
  width: 245px;
  height: 390px;
  border-color: rgb(97, 198, 255);
}
.art-orbit.orbit-two {
  width: 370px;
  height: 190px;
  transform: translate(-50%, -50%) rotate(25deg);
  border-color: rgb(177, 198, 204);
}
.art-orbit.orbit-three {
  width: 310px;
  height: 310px;
  border-color: rgba(173, 196, 201, 0.82);
  border-style: dashed;
}
.art-core {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 92px;
  width: 92px;
  transform: translate(-50%, -50%);
  border: 1px solid rgb(97, 198, 255);
  background: rgb(19, 47, 58);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow:
    0 0 20px 8px rgba(97, 198, 255, 0.24),
    0 0 145px 62px rgba(97, 198, 255, 0.52);
}
.art-core span {
  color: rgb(97, 198, 255);
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -0.12em;
}
.art-core small {
  color: var(--acid);
  letter-spacing: 0.18em;
  font:
    8px "DM Mono",
    monospace;
}
.art-node {
  position: absolute;
  height: 10px;
  width: 10px;
  background: rgb(97, 198, 255);
  border-radius: 50%;
  box-shadow: rgba(97, 198, 255, 0.7) 0 0 18px;
}
.art-node.node-a {
  top: 19%;
  left: 50%;
}
.art-node.node-b {
  top: 72%;
  left: 12%;
}
.art-node.node-c {
  top: 76%;
  right: 16%;
  background: var(--yellow);
  box-shadow: rgba(229, 185, 54, 0.6) 0 0 18px;
}
.art-node.node-d {
  top: 27%;
  right: 10%;
  height: 6px;
  width: 6px;
}
.art-label {
  position: absolute;
  color: #b4c0bd;
  font:
    10px "DM Mono",
    monospace;
  letter-spacing: 0.1em;
}
.art-label.label-a {
  top: 17%;
  right: 23%;
}
.art-label.label-b {
  bottom: 16%;
  left: 20%;
}
.art-caption {
  position: absolute;
  bottom: 2px;
  left: 0;
  border-top: 1px solid #43504e;
  padding-top: 11px;
  display: flex;
  gap: 13px;
  color: #91a09d;
  font:
    10px "DM Mono",
    monospace;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.caption-number {
  color: var(--acid);
}

@media (max-width: 800px) {
  .hero-art {
    height: 390px;
    margin: 62px 0 0;
  }
}
@media (max-width: 430px) {
  .hero-art {
    height: 330px;
  }
  .art-label {
    font-size: 8px;
  }
}

@media (min-width: 801px) {
  .hero-visual {
    right: calc(24% - min(240px, 21vw));
  }
}

@media (max-width: 430px) {
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }
  .stats {
    gap: 10px;
  }
  .stats div {
    gap: 7px;
  }
  .stats strong {
    font-size: 21px;
  }
  .stats span {
    font-size: 8px;
  }
}

/* Keep the hero copy and illustration in two columns on larger screens. */
.hero.section-shell > div:first-child {
  display: grid;
  grid-template-columns: minmax(0, 55%) minmax(0, 45%);
  align-items: center;
}
.hero.section-shell .hero-content {
  min-width: 0;
}
.hero.section-shell .hero-art {
  min-width: 0;
  width: auto;
}

@media (max-width: 800px) {
  .hero.section-shell > div:first-child {
    display: block;
  }
  .hero.section-shell .hero-art {
    width: 100%;
  }
}
