/* Selfcheck paper, cloud artwork and pills, opened up into a full-width hero. */
.about-page { overflow-x: clip; }
.about-hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100svh - var(--header-height) + 140px);
  padding: clamp(60px, 6vw, 96px) 24px 190px;
  overflow: clip;
}
.about-hero__sky.selfcheck-browser__content {
  --notebook-leading: 46px;
  position: absolute;
  inset: -82px 0 0;
  z-index: -1;
  border-radius: 0;
  background: var(--canvas);
  mask-image: linear-gradient(#000 0%, #000 48%, #000b 68%, #0004 87%, transparent 100%);
  -webkit-mask-image: linear-gradient(#000 0%, #000 48%, #000b 68%, #0004 87%, transparent 100%);
}
.about-hero__sky::before {
  background-image: linear-gradient(to bottom, #27232c10 0 1px, transparent 1px);
  opacity: var(--about-lines-opacity, 1);
}
.about-hero__sky .selfcheck-browser__canvas { z-index: 0; }
.about-hero__content { position: relative; max-width: 1120px; margin-inline: auto; text-align: center; }
.about-hero h1 {
  --about-portrait-size: 1.25em;
  margin: 0;
  color: var(--ink);
  font: 700 clamp(34px, 4.7vw, 59px)/1.23 var(--font-display);
  letter-spacing: -.035em;
}
.about-hero__line { display: block; }
.about-hero__phrase { white-space: nowrap; }
.about-hero__portrait {
  display: inline-block;
  width: var(--about-portrait-size);
  height: var(--about-portrait-size);
  margin-inline: .08em;
  vertical-align: -.16em;
  border: 0;
  border-radius: 50%;
  overflow: hidden;
  background: var(--orange);
  box-shadow: none;
}
.about-hero__portrait img { width: 100%; height: 100%; object-fit: contain; object-position: center; transform: scale(1.12); transform-origin: 50% 45%; }
.about-hero .avatar-stack { display: inline-flex; align-items: center; margin: 0 .12em; vertical-align: -.17em; }
.about-hero .avatar-stack img { width: var(--about-portrait-size); height: var(--about-portrait-size); border: 2px solid var(--canvas); border-radius: 50%; object-fit: cover; margin-left: -.22em; }
.about-hero .avatar-stack img:first-child { margin-left: 0; }
.about-hero .about-pill {
  --pill-angle: -.45deg;
  margin-inline: .055em;
  padding: .005em .23em .04em;
  border-radius: .22em;
  line-height: 1.16;
  font-weight: inherit;
  box-shadow: inset 0 .055em .055em #ffffff70, inset 0 -.075em .13em #00000020;
  animation: about-pill-float 7s ease-in-out infinite;
}
.about-hero .about-pill--orange {
  --pill-angle: .35deg;
  box-shadow: inset 0 .055em .055em #ffffff66, inset 0 -.075em .13em #00000024;
  animation-delay: -3.5s;
  animation-duration: 8.5s;
}
.about-hero__intro { max-width: 570px; margin: 34px auto 0; color: #555; font-size: 18px; line-height: 1.65; }
.about-hero__scroll { display: inline-flex; flex-direction: column; align-items: center; gap: 17px; margin-top: 40px; font-size: 13px; color: #555; }
.about-hero__scroll-icon { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #0003; border-radius: 50%; transition: transform .25s, background .25s; }
.about-hero__scroll-icon svg { width: 19px; height: 19px; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.about-hero__scroll:hover .about-hero__scroll-icon { transform: translateY(4px); background: #fff9; }
.about-hero[data-paused] .about-pill { animation-play-state: paused; }

/* The homepage service bento, adapted to the person behind DialogGuru. */
.about-bento { --about-bento-axis: clamp(90px, 12vw, 145px); padding-block: 18px 110px; scroll-margin-top: 118px; }
.about-bento__grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 24px; }
.about-bento .service-card { min-width: 0; padding: 30px; }
.about-bento .card-number { width: 60px; height: 60px; top: 28px; left: 28px; font-size: 23px; }
.about-bento .card-foot { position: relative; grid-template-columns: calc(var(--about-bento-axis) - 20px) minmax(0, 1fr); gap: 20px; padding-top: 20px; }
.about-bento .card-foot p { max-width: none; font-size: 16px; line-height: 1.5; }
.about-bento .card-foot strong { font-size: 16px; line-height: 1.5; }
.about-bento .about-bento__intro {
  grid-column: 1 / -1;
  min-height: 670px;
  padding: 60px;
}
.about-bento .about-bento__intro .card-number { top: 60px; left: 60px; }
.about-bento__intro-content { position: relative; z-index: 1; display: flex; flex-direction: column; width: 55%; min-height: 550px; }
.about-bento__intro-heading { margin: 3px 0 0 var(--about-bento-axis); font: 500 clamp(34px, 3.5vw, 42px)/1.18 var(--font-display); letter-spacing: -.035em; }
.about-bento__intro-foot { display: grid; grid-template-columns: calc(var(--about-bento-axis) - 20px) minmax(0, 1fr); gap: 20px; align-items: start; margin-top: auto; padding-top: 20px; border-top: 1px solid currentColor; }
.about-bento__intro-foot strong { font-size: 18px; line-height: 1.85; }
.about-bento__intro-foot p { max-width: 440px; margin: 0; font-size: 23px; line-height: 1.45; }
.about-bento__photo { position: absolute; top: 60px; right: 36px; bottom: 0; width: 42%; margin: 0; }
.about-bento__photo img { width: 100%; height: 100%; object-fit: contain; object-position: center bottom; transform: scale(1.218); transform-origin: 50% 8%; }
.about-bento .about-bento__experience {
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  background: var(--berry);
  color: #fff;
}
.about-bento__card-heading { margin: 3px 0 0 var(--about-bento-axis); font: 500 30px/1.2 var(--font-display); letter-spacing: -.03em; }
.about-bento__map.workflow-section { margin: 32px 0 30px; padding: 0; overflow: visible; color: inherit; }
.about-bento__map .workflow-board { width: 100%; max-width: none; margin: 0; }
.about-bento__map .workflow-board::before { inset: 0; background: repeating-linear-gradient(0deg, transparent 0 31px, #ffffff09 31px 32px); }
.about-bento__map .workflow-route-line { stroke: #ffffff80; stroke-width: 1.5; stroke-dasharray: 5 7; }
.about-bento__map .about-bento__journey { display: block; height: 372px; margin: 0; padding: 0; }
.about-bento__map .about-bento__journey-step { --workflow-color: var(--berry); --workflow-card-ink: #fff; position: absolute; width: 34%; max-width: 168px; margin: 0; }
.about-bento__map .about-bento__journey-step--bmw { top: 10px; left: 3%; right: auto; }
.about-bento__map .about-bento__journey-step--bosch { top: 96px; left: auto; right: 3%; }
.about-bento__map .about-bento__journey-step--wsd { top: 182px; left: 3%; right: auto; }
.about-bento__map .about-bento__journey-step--dialogguru { top: 268px; left: auto; right: 3%; }
.about-bento__map .workflow-paper { padding: 5px; border: 1px solid #ffffff26; border-radius: 14px; background: #ffffff14; box-shadow: 0 6px 14px #520b3318; }
.about-bento__map .workflow-pin { width: 14px; height: 14px; margin: 0 auto 4px; color: #ffffffcc; }
.about-bento__map .workflow-card { container-type: inline-size; display: flex; align-items: center; justify-content: center; height: 64px; min-height: 64px; padding: 10px; border-radius: 9px; background: var(--berry); box-shadow: inset 0 3px 4px #ffffff40, inset 0 -5px 8px #00000018; }
.about-bento__journey-step .workflow-card > img { display: block; width: 100%; max-width: 112px; max-height: 46px; height: auto; object-fit: contain; }
.about-bento__journey-step--bmw .workflow-card > img { width: 44px; height: 46px; }
.about-bento__journey-step--bosch img,
.about-bento__journey-step--wsd img,
.about-bento__journey-brand img { filter: brightness(0) invert(1); }
.about-bento__journey-brand { display: inline-flex; align-items: center; font: 700 min(16px, 14cqw)/1 var(--font-display); letter-spacing: -.045em; white-space: nowrap; }
.about-bento__journey-brand img { flex: none; width: auto; height: min(26px, 22cqw); margin-right: 4px; }
.about-bento__journey-brand > span:not(.brand-dot) { font-weight: 500; }
.about-bento__journey-brand .brand-dot { color: var(--orange); }
.about-bento__experience .card-foot { margin-top: auto; border-top-color: #ffffff6b; }
.about-bento .about-bento__mindset {
  min-width: 0;
  min-height: 360px;
  order: 0;
  margin: 0;
  padding: 49px 30px;
  gap: 40px;
  scroll-margin-top: 118px;
}
.about-bento__mindset h3 { font: 500 30px/1.2 var(--font-display); letter-spacing: -.03em; }
.about-bento__mindset > .about-bento__mindset-foot { display: block; padding-top: 20px; }
.about-bento__mindset-foot p { max-width: none; font-size: 16px; line-height: 1.5; }
.about-bento .about-bento__years,
.about-bento .about-bento__direct { display: flex; flex-direction: column; min-height: 340px; }
.about-bento .about-bento__years { background: #fff; }
.about-bento__years .card-foot,
.about-bento__direct .card-foot { margin-top: auto; }
.about-bento .about-bento__direct { grid-column: 1 / -1; min-height: 280px; background: var(--lemon); }
.about-bento__direct .card-foot { border-top-color: #0008; }
.about-bento .about-bento__direct .card-foot p { max-width: 620px; }

/* Homepage bento composition: compact card and orange wave beside a tall card. */
.about-bento .about-bento__industries { display: flex; flex-direction: column; min-height: 340px; gap: 56px; scroll-margin-top: 118px; }
.about-bento__industries .card-foot { margin-top: auto; }
.about-bento .about-bento__purpose { grid-column: 2; grid-row: span 2; display: flex; flex-direction: column; min-height: 724px; scroll-margin-top: 118px; }
.about-bento__purpose-art { flex: 1; min-height: 250px; margin: 32px 0 40px; }
.about-bento__purpose-art .channel { padding: 18px 26px; font-size: 28px; }
.about-bento__purpose-art .channel-mail { left: 7%; top: 4%; }
.about-bento__purpose-art .channel-print { right: 1%; top: 42%; }
.about-bento__purpose-art .channel-service { left: 4%; bottom: 2%; }
.about-bento__purpose .card-foot { margin-top: auto; }
.about-bento__invite { grid-column: 1; position: relative; isolation: isolate; display: flex; flex-direction: column; justify-content: space-between; gap: 38px; min-width: 0; min-height: 360px; padding: 94px 30px; color: var(--ink); }
.about-bento__invite::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--orange);
  mask: url('/assets/about-orange-wave-mask.svg') top / 100% 360px no-repeat,
    linear-gradient(#000, #000) center / 100% calc(100% - 176px) no-repeat,
    url('/assets/about-orange-wave-mask.svg') bottom / 100% 360px no-repeat;
}
.about-bento__invite h3 { font: 500 30px/1.2 var(--font-display); letter-spacing: -.03em; }
.about-bento__invite-foot { display: flex; align-items: center; justify-content: space-between; gap: 18px; border-top: 1px solid #0008; padding-top: 20px; }
.about-bento__invite-foot p { max-width: 185px; font-size: 16px; line-height: 1.5; }
.about-bento__invite .button { --button-height: 50px; --button-icon: 36px; --button-inset: 6px; --button-left: 20px; --button-right: 58px; flex: none; max-width: 100%; font-size: 14px; }

@keyframes about-pill-float {
  0%, 100% { transform: translateY(0) rotate(var(--pill-angle)); }
  50% { transform: translateY(-2px) rotate(calc(var(--pill-angle) + .25deg)); }
}

@media (min-width: 1600px) {
  .about-hero { display: grid; align-items: center; }
}
@media (max-width: 760px) {
  .about-hero { min-height: calc(100svh - var(--header-height) + 90px); padding: 64px 18px 145px; }
  .about-hero__sky.selfcheck-browser__content { --notebook-leading: 36px; }
  .about-hero h1 { font-size: clamp(28px, 4.7vw, 36px); line-height: 1.32; }
  .about-hero__intro { max-width: 440px; margin-top: 28px; font-size: 16px; }
  .about-hero__scroll { margin-top: 32px; font-size: 12px; }
}
@media (max-width: 420px) {
  .about-hero { padding-inline: 14px; }
  .about-hero h1 { font-size: clamp(26px, 7.4vw, 30px); }
  .about-hero__intro { max-width: 300px; font-size: 15px; }
  .about-hero__intro br { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .about-hero .about-pill { animation: none; }
  .about-hero__scroll-icon { transition: none; }
}

@media (min-width: 761px) and (max-width: 1000px) {
  .about-bento { --about-bento-axis: 70px; }
  .about-bento .service-card { padding: 26px; }
  .about-bento .card-number { width: 44px; height: 44px; left: 24px; top: 24px; font-size: 19px; }
  .about-bento .about-bento__intro { min-height: 620px; padding: 50px; }
  .about-bento .about-bento__intro .card-number { top: 50px; left: 50px; }
  .about-bento__intro-content { min-height: 520px; }
  .about-bento__photo { top: 50px; right: 29px; width: 43%; }
  .about-bento__intro-heading { font-size: 34px; }
  .about-bento__intro-foot p { font-size: 22px; }
  .about-bento__intro-foot strong { font-size: 16px; }
  .about-bento__card-heading { font-size: 25px; }
  .about-bento .about-bento__mindset { padding: 40px 26px; gap: 32px; }
  .about-bento__mindset h3 { font-size: 25px; }
  .about-bento .card-foot { grid-template-columns: calc(var(--about-bento-axis) - 16px) minmax(0, 1fr); gap: 16px; }
  .about-bento .card-foot strong br { display: none; }
  .about-bento__purpose-art .channel { padding: 16px 20px; gap: 16px; font-size: 24px; }
  .about-bento__invite { padding-inline: 26px; }
  .about-bento__invite h3 { font-size: 25px; }
  .about-bento__invite-foot { flex-direction: column; align-items: flex-start; }
  .about-bento__invite-foot p { max-width: none; }
}
@media (max-width: 760px) {
  .about-bento { --about-bento-axis: 68px; padding-block: 0 72px; }
  .about-bento__grid { display: flex; flex-direction: column; gap: 20px; }
  .about-bento .service-card { padding: 25px 24px; border-radius: 28px; }
  .about-bento .card-number { width: 43px; height: 43px; left: 23px; top: 23px; font-size: 19px; }
  .about-bento .about-bento__intro { display: flex; flex-direction: column; min-height: 0; padding: 32px; }
  .about-bento .about-bento__intro .card-number { top: 32px; left: 32px; }
  .about-bento__intro-content { width: 100%; min-height: 0; }
  .about-bento__intro-heading { margin: 78px 0 0; font-size: clamp(30px, 7.7vw, 38px); }
  .about-bento__intro-foot { grid-template-columns: minmax(0, 1fr); gap: 8px; margin-top: 38px; padding-top: 18px; }
  .about-bento__intro-foot strong { font-size: 16px; line-height: 1.5; }
  .about-bento__intro-foot p { margin-left: 0; font-size: 21px; }
  .about-bento__photo { position: relative; inset: auto; left: 6px; width: min(calc(100% + 24px), 340px); aspect-ratio: 3 / 4; margin: 18px auto -32px; }
  .about-bento__photo img { width: 100%; height: 100%; }
  .about-bento .card-foot { grid-template-columns: calc(var(--about-bento-axis) - 16px) minmax(0, 1fr); gap: 16px; }
  .about-bento .card-foot strong br { display: none; }
  .about-bento__card-heading { font-size: 25px; }
  .about-bento .about-bento__mindset { padding: 38px 24px; gap: 32px; }
  .about-bento__mindset h3 { font-size: 25px; }
  .about-bento__map .about-bento__journey { height: 446px; }
  .about-bento__map .about-bento__journey-step { width: 56%; }
  .about-bento__map .about-bento__journey-step--bmw { top: 10px; }
  .about-bento__map .about-bento__journey-step--bosch { top: 122px; }
  .about-bento__map .about-bento__journey-step--wsd { top: 234px; }
  .about-bento__map .about-bento__journey-step--dialogguru { top: 346px; }
  .about-bento .about-bento__years,
  .about-bento .about-bento__direct { min-height: 300px; }
  .about-bento .about-bento__industries { min-height: 320px; gap: 42px; }
  .about-bento .about-bento__purpose { min-height: 660px; }
  .about-bento__purpose-art { flex: none; min-height: 240px; height: 240px; margin-block: 32px; }
  .about-bento__purpose-art .channel { padding: 16px 20px; gap: 16px; font-size: 22px; }
  .about-bento__purpose-art .channel i { font-size: 27px; }
  .about-bento__invite { padding-inline: 24px; gap: 30px; }
  .about-bento__invite h3 { font-size: 25px; }
  .about-bento__invite-foot { flex-direction: column; align-items: flex-start; }
  .about-bento__invite-foot p { max-width: none; }
}
@media (max-width: 380px) {
  .about-bento .service-card { padding-inline: 22px; }
  .about-bento__intro-heading { font-size: 30px; }
  .about-bento__card-heading { font-size: 23px; }
  .about-bento__mindset h3 { font-size: 23px; }
  .about-bento__invite h3 { font-size: 23px; }
}
