/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme {
  :root,:host {
    --spacing:.25rem;
    --default-font-family:var(--font-geist-sans);
    --default-mono-font-family:var(--font-geist-mono)
  }
}
@layer base {
  *,:after,:before {
    box-sizing:border-box;
    border:0 solid;
    margin:0;
    padding:0
  }
  ::backdrop {
    box-sizing:border-box;
    border:0 solid;
    margin:0;
    padding:0
  }
  ::file-selector-button {
    box-sizing:border-box;
    border:0 solid;
    margin:0;
    padding:0
  }
  html,:host {
    -webkit-text-size-adjust:100%;
    tab-size:4;
    line-height:1.5;
    font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings:var(--default-font-feature-settings,normal);
    font-variation-settings:var(--default-font-variation-settings,normal);
    -webkit-tap-highlight-color:transparent
  }
  hr {
    height:0;
    color:inherit;
    border-top-width:1px
  }
  abbr:where([title]) {
    -webkit-text-decoration:underline dotted;
    text-decoration:underline dotted
  }
  h1,h2,h3,h4,h5,h6 {
    font-size:inherit;
    font-weight:inherit
  }
  a {
    color:inherit;
    -webkit-text-decoration:inherit;
    -webkit-text-decoration:inherit;
    -webkit-text-decoration:inherit;
    -webkit-text-decoration:inherit;
    text-decoration:inherit
  }
  b,strong {
    font-weight:bolder
  }
  code,kbd,samp,pre {
    font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings:var(--default-mono-font-feature-settings,normal);
    font-variation-settings:var(--default-mono-font-variation-settings,normal);
    font-size:1em
  }
  small {
    font-size:80%
  }
  sub,sup {
    vertical-align:baseline;
    font-size:75%;
    line-height:0;
    position:relative
  }
  sub {
    bottom:-.25em
  }
  sup {
    top:-.5em
  }
  table {
    text-indent:0;
    border-color:inherit;
    border-collapse:collapse
  }
  :-moz-focusring {
    outline:auto
  }
  progress {
    vertical-align:baseline
  }
  summary {
    display:list-item
  }
  ol,ul,menu {
    list-style:none
  }
  img,svg,video,canvas,audio,iframe,embed,object {
    vertical-align:middle;
    display:block
  }
  img,video {
    max-width:100%;
    height:auto
  }
  button,input,select,optgroup,textarea {
    font:inherit;
    font-feature-settings:inherit;
    font-variation-settings:inherit;
    letter-spacing:inherit;
    color:inherit;
    opacity:1;
    background-color:#0000;
    border-radius:0
  }
  ::file-selector-button {
    font:inherit;
    font-feature-settings:inherit;
    font-variation-settings:inherit;
    letter-spacing:inherit;
    color:inherit;
    opacity:1;
    background-color:#0000;
    border-radius:0
  }
  :where(select:is([multiple],[size])) optgroup {
    font-weight:bolder
  }
  :where(select:is([multiple],[size])) optgroup option {
    padding-inline-start:20px
  }
  ::file-selector-button {
    margin-inline-end:4px
  }
  ::placeholder {
    opacity:1
  }
  @supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px) {
    ::placeholder {
      color:currentColor
    }
    @supports (color:color-mix(in lab, red, red)) {
      ::placeholder {
        color:color-mix(in oklab, currentcolor 50%, transparent)
      }
    }
  }
  textarea {
    resize:vertical
  }
  ::-webkit-search-decoration {
    -webkit-appearance:none
  }
  ::-webkit-date-and-time-value {
    min-height:1lh;
    text-align:inherit
  }
  ::-webkit-datetime-edit {
    display:inline-flex
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding:0
  }
  ::-webkit-datetime-edit {
    padding-block:0
  }
  ::-webkit-datetime-edit-year-field {
    padding-block:0
  }
  ::-webkit-datetime-edit-month-field {
    padding-block:0
  }
  ::-webkit-datetime-edit-day-field {
    padding-block:0
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block:0
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block:0
  }
  ::-webkit-datetime-edit-second-field {
    padding-block:0
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block:0
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block:0
  }
  ::-webkit-calendar-picker-indicator {
    line-height:1
  }
  :-moz-ui-invalid {
    box-shadow:none
  }
  button,input:where([type=button],[type=reset],[type=submit]) {
    -webkit-appearance:button;
    appearance:button
  }
  ::file-selector-button {
    -webkit-appearance:button;
    appearance:button
  }
  ::-webkit-inner-spin-button {
    height:auto
  }
  ::-webkit-outer-spin-button {
    height:auto
  }
  [hidden]:where(:not([hidden=until-found])) {
    display:none!important
  }
}
@layer components;
@layer utilities {
  .relative {
    position:relative
  }
  .start {
    inset-inline-start:var(--spacing)
  }
  .table {
    display:table
  }
  .antialiased {
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
  }
}
html {
  scroll-padding-top:150px
}
.site-shell {
  min-height:100vh;
  overflow:clip
}
.hero-section {
  background:linear-gradient(#3972ff13 1px, transparent 1px), linear-gradient(90deg, #3972ff13 1px, transparent 1px), radial-gradient(circle at 50% 35%, #2867e842, transparent 35%), var(--navy-950);
  text-align:center;
  background-size:72px 72px,72px 72px,auto,auto;
  padding:132px 34px 56px
}
.hero-audience {
  color:var(--cyan);
  background:#31d6ff14;
  border:1px solid #31d6ff4d;
  border-radius:999px;
  align-items:center;
  gap:8px;
  min-height:44px;
  margin-bottom:58px;
  padding:0 18px;
  font-size:14px;
  font-weight:800;
  display:inline-flex
}
.hero-audience span {
  color:var(--white)
}
.hero-audience b {
  font-size:20px
}
.eyebrow {
  color:var(--cyan);
  margin:0 0 18px;
  font-size:12px;
  font-weight:900
}
.hero-title-wrap {
  max-width:1280px;
  margin:0 auto
}
.hero-title-wrap h1 {
  margin:0;
  font-size:clamp(58px,7.2vw,112px);
  font-weight:850;
  line-height:.98
}
.hero-title-wrap h1 span {
  color:var(--cyan)
}
.hero-subtitle {
  color:#c7d6e9;
  margin:34px auto 42px;
  font-size:clamp(19px,2vw,28px);
  line-height:1.5
}
.hero-subtitle strong {
  color:var(--white);
  font-size:1.25em;
  display:block
}
.video-shell {
  aspect-ratio:16/9;
  background:#000;
  border:1px solid #74b2ff80;
  border-radius:8px;
  max-width:1100px;
  margin:0 auto;
  position:relative;
  overflow:hidden;
  box-shadow:0 30px 90px #00000061
}
.video-shell:before {
  content:"";
  pointer-events:none;
  z-index:1;
  border:1px solid #31d6ff57;
  border-radius:8px;
  position:absolute;
  inset:10px
}
.video-shell iframe {
  border:0;
  width:100%;
  height:100%
}
.bookmark-nav {
  background:var(--navy-900);
  border-bottom:1px solid var(--line);
  border-top:1px solid var(--line);
  z-index:35;
  grid-template-columns:repeat(3,1fr);
  display:grid;
  position:sticky;
  top:82px
}
.bookmark-nav a {
  grid-template-columns:36px 1fr 24px;
  align-items:center;
  gap:12px;
  min-height:86px;
  padding:14px 24px;
  display:grid
}
.bookmark-nav a+a {
  border-left:1px solid var(--line)
}
.bookmark-nav a:hover {
  background:var(--navy-800)
}
.bookmark-nav span {
  background:var(--cyan);
  color:var(--navy-950);
  border-radius:4px;
  justify-content:center;
  align-items:center;
  width:34px;
  height:34px;
  font-size:12px;
  font-weight:950;
  display:flex
}
.bookmark-nav strong {
  font-size:clamp(14px,1.25vw,18px);
  line-height:1.35
}
.bookmark-nav b {
  color:var(--cyan);
  font-size:20px
}
.solution-section {
  padding:120px 34px
}
.consumer-section {
  background:var(--navy-900)
}
.startup-section {
  background:var(--navy-950)
}
.research-section {
  background:var(--navy-850)
}
.solution-heading {
  max-width:940px;
  margin-bottom:62px;
  position:relative
}
.solution-heading.split-heading {
  grid-template-columns:1.1fr .9fr;
  align-items:end;
  gap:70px;
  max-width:none;
  display:grid
}
.section-number {
  color:#31d6ff38;
  font-size:110px;
  font-weight:950;
  line-height:.75;
  position:absolute;
  top:0;
  right:0
}
.split-heading .section-number {
  display:block;
  position:static
}
.solution-heading h2,.section-heading h2 {
  margin:0;
  font-size:clamp(48px,6.3vw,90px);
  line-height:1.02
}
.solution-heading>p:not(.eyebrow),.split-heading>p {
  color:var(--muted);
  max-width:720px;
  margin:28px 0 0;
  font-size:18px;
  line-height:1.75
}
.split-heading>p {
  margin:0 0 6px
}
.problem-grid {
  border-bottom:1px solid var(--line);
  border-top:1px solid var(--line);
  grid-template-columns:repeat(4,1fr);
  display:grid
}
.problem-grid article {
  min-height:230px;
  padding:28px
}
.problem-grid article+article {
  border-left:1px solid var(--line)
}
.problem-grid span,.strength-list>article>span {
  color:var(--coral);
  margin-bottom:56px;
  font-size:12px;
  font-weight:900;
  display:block
}
.problem-grid h3,.strength-list h3 {
  margin:0 0 13px;
  font-size:23px
}
.problem-grid p,.strength-list p {
  color:var(--muted);
  margin:0;
  font-size:15px;
  line-height:1.65
}
.media-pair {
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
  margin-top:64px;
  display:grid
}
.media-pair figure {
  background:var(--white);
  border:1px solid var(--line);
  border-radius:8px;
  margin:0;
  overflow:hidden
}
.media-pair img {
  aspect-ratio:16/9;
  object-fit:cover;
  width:100%
}
.media-pair figcaption {
  background:var(--navy-800);
  color:var(--white);
  padding:16px 20px;
  font-size:15px;
  font-weight:800
}
.strength-list {
  border-top:1px solid var(--line)
}
.strength-list article {
  border-bottom:1px solid var(--line);
  grid-template-columns:70px minmax(240px,.7fr) 1fr;
  align-items:start;
  gap:24px;
  min-height:124px;
  padding:28px 0;
  display:grid
}
.strength-list>article>span {
  margin:4px 0 0
}
.strength-list h3 {
  font-size:25px
}
.startup-media {
  margin-top:70px
}
.research-layout {
  grid-template-columns:minmax(380px,.85fr) minmax(0,1.15fr);
  align-items:start;
  gap:48px;
  display:grid
}
.comic-figure {
  background:#fff;
  border-radius:8px;
  margin:0;
  overflow:hidden
}
.comic-figure img {
  width:100%
}
.comic-figure figcaption {
  background:var(--navy-950);
  color:var(--muted);
  padding:15px 18px;
  font-size:13px
}
.research-points {
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  display:grid
}
.research-points article {
  border:1px solid var(--line);
  background:#ffffff0b;
  border-radius:8px;
  min-height:170px;
  padding:23px
}
.research-points strong {
  color:var(--cyan);
  font-size:18px
}
.research-points p {
  color:var(--muted);
  margin:14px 0 0;
  line-height:1.65
}
.research-stages {
  border-top:1px solid var(--line);
  margin:40px 0 0;
  padding:0;
  list-style:none
}
.research-stages li {
  border-bottom:1px solid var(--line);
  grid-template-columns:40px 150px 1fr;
  align-items:start;
  gap:14px;
  padding:20px 0;
  display:grid
}
.research-stages span {
  color:var(--lime);
  font-size:12px;
  font-weight:900
}
.research-stages strong {
  font-size:17px
}
.research-stages p {
  color:var(--muted);
  margin:0;
  line-height:1.55
}
.impact-band {
  background:var(--cyan);
  color:var(--navy-950);
  border-radius:8px;
  grid-template-columns:1fr repeat(3,auto);
  gap:24px;
  margin-top:52px;
  padding:28px;
  display:grid
}
.impact-band>p {
  align-self:end;
  margin:0;
  font-size:12px
}
.impact-band div {
  min-width:150px
}
.impact-band strong,.impact-band span {
  display:block
}
.impact-band strong {
  font-size:25px
}
.impact-band span {
  margin-top:5px;
  font-size:12px;
  font-weight:800
}
.process-section {
  background:#0b3260;
  padding:120px 34px
}
.section-heading.centered {
  text-align:center;
  max-width:920px;
  margin:0 auto
}
.section-heading>p:not(.eyebrow) {
  color:#bfd0e4;
  max-width:680px;
  margin:28px auto 0;
  font-size:18px;
  line-height:1.7
}
.process-list {
  grid-template-columns:repeat(5,1fr);
  margin:72px 0 0;
  padding:0;
  list-style:none;
  display:grid
}
.process-list li {
  border-left:1px solid #ffffff3d;
  min-height:300px;
  padding:26px
}
.process-list li:last-child {
  border-right:1px solid #ffffff3d
}
.process-list span {
  color:var(--lime);
  font-size:13px;
  font-weight:900;
  display:block
}
.process-list strong {
  margin-top:76px;
  font-size:22px;
  line-height:1.35;
  display:block
}
.process-list p {
  color:#c5d5e9;
  margin:15px 0 0;
  font-size:14px;
  line-height:1.65
}
.contact-section {
  background:var(--cyan);
  color:var(--navy-950);
  padding:70px 0 100px;
  overflow:hidden
}
.contact-marquee {
  opacity:.15;
  white-space:nowrap;
  margin:0;
  font-size:clamp(72px,10vw,160px);
  font-weight:950;
  line-height:.9
}
.contact-inner {
  text-align:center;
  max-width:1000px;
  margin:80px auto 0;
  padding:0 34px
}
.contact-inner .eyebrow {
  color:var(--navy-800)
}
.contact-inner h2 {
  margin:0;
  font-size:clamp(54px,7vw,100px);
  line-height:.98
}
.contact-inner>p:not(.eyebrow) {
  max-width:720px;
  margin:28px auto;
  font-size:18px;
  line-height:1.7
}
.contact-inner a {
  background:var(--navy-950);
  color:var(--white);
  border-radius:999px;
  align-items:center;
  gap:16px;
  min-height:60px;
  padding:0 26px;
  font-size:18px;
  font-weight:900;
  display:inline-flex
}
.contact-inner a span {
  font-size:24px
}
@media (max-width:1050px) {
  .problem-grid,.problem-grid article:nth-child(3),.problem-grid article:nth-child(4) {
    border-top:1px solid var(--line)
  }
  .problem-grid article:nth-child(3) {
    border-left:0
  }
  .research-layout {
    grid-template-columns:.85fr 1.15fr
  }
  .process-list {
    grid-template-columns:repeat(3,1fr)
  }
  .process-list li:nth-child(3) {
    border-right:1px solid #ffffff3d
  }
  .process-list li:nth-child(n+4) {
    border-top:1px solid #ffffff3d
  }
}
@media (max-width:780px) {
  html {
    scroll-padding-top:72px
  }
  .hero-section {
    padding:112px 18px 40px
  }
  .hero-audience {
    border-radius:8px;
    flex-wrap:wrap;
    justify-content:center;
    align-items:flex-start;
    margin-bottom:42px;
    padding:10px 14px;
    font-size:12px
  }
  .hero-title-wrap h1 {
    font-size:clamp(30px,8.6vw,48px)
  }
  .hero-subtitle {
    margin:28px auto 34px;
    font-size:16px
  }
  .hero-subtitle strong {
    font-size:1.16em
  }
  .bookmark-nav {
    grid-template-columns:1fr;
    position:static
  }
  .bookmark-nav a {
    min-height:70px;
    padding:11px 18px
  }
  .bookmark-nav a+a {
    border-left:0;
    border-top:1px solid var(--line)
  }
  .solution-section,.process-section {
    padding:82px 18px
  }
  .solution-heading.split-heading {
    display:block
  }
  .split-heading>p {
    margin-top:24px
  }
  .section-number {
    font-size:70px;
    position:static
  }
  .solution-heading h2,.section-heading h2 {
    font-size:34px
  }
  .section-heading>p:not(.eyebrow) {
    font-size:15px;
    line-height:1.6;
    margin-top:18px
  }
  .problem-grid,.media-pair,.research-layout,.research-points {
    grid-template-columns:1fr
  }
  .problem-grid article {
    min-height:190px
  }
  .problem-grid article+article {
    border-left:0;
    border-top:1px solid var(--line)
  }
  .strength-list article {
    grid-template-columns:42px 1fr
  }
  .strength-list article p {
    grid-column:2/-1
  }
  .comic-figure {
    max-height:900px;
    overflow-y:auto
  }
  .research-stages li {
    grid-template-columns:34px 1fr
  }
  .research-stages p {
    grid-column:2/-1
  }
  .impact-band {
    grid-template-columns:1fr
  }
  .impact-band div {
    border-top:1px solid #02081733;
    padding-top:16px
  }
  .process-list {
    grid-template-columns:1fr
  }
  .process-list li {
    border-bottom:1px solid #ffffff3d;
    border-right:1px solid #ffffff3d;
    min-height:220px
  }
  .process-list strong {
    margin-top:46px
  }
  .contact-inner {
    margin-top:56px;
    padding:0 18px
  }
  .contact-inner h2 {
    font-size:48px
  }
  .contact-inner a {
    font-size:15px
  }
  footer {
    grid-template-columns:1fr;
    padding:30px 18px
  }
}
@media (max-width:480px) {
  .problem-grid,.media-pair figcaption {
    font-size:13px
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
}
.section-heading.centered {
  max-width: none;
  width: 100%;
}
.consumer-hero-grid {
  display: block;
  margin-bottom: 52px;
}
#aftercare {
  padding-bottom: 92px;
  padding-top: 82px;
}
.consumer-hero-unit {
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
}
.consumer-hero-frame {
  background: linear-gradient(135deg, rgba(49, 214, 255, 0.18), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(202, 222, 250, 0.24);
  border-radius: 8px;
  overflow: hidden;
  padding: 12px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}
.consumer-hero-frame img {
  aspect-ratio: 16 / 9;
  border-radius: 4px;
  object-fit: cover;
  width: 100%;
}
.consumer-hero-caption {
  margin-top: 18px;
}
.product-showcase-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
}
.product-showcase-grid figure {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  margin: 0;
  overflow: hidden;
}
.product-showcase-grid img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}
.product-showcase-grid figcaption {
  background: var(--navy-800);
  color: var(--white);
  font-size: 15px;
  font-weight: 800;
  padding: 16px 20px;
}
.product-detail-heading {
  margin: 72px 0 0;
  max-width: none;
  text-align: center;
  width: 100%;
}
.product-detail-heading h3 {
  font-size: clamp(30px, 3.2vw, 48px);
  font-weight: 900;
  line-height: 1.15;
  margin: 0;
}
.product-detail-heading p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
  margin: 16px 0 0;
}
.consumer-hero-caption.product-detail-heading {
  margin-bottom: 34px;
  margin-top: 0;
}
#research > .product-detail-heading {
  margin-bottom: 64px;
  margin-top: 0;
}
#research .research-layout {
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
}
.research-showcase-group {
  margin-top: 64px;
}
.research-showcase-grid-three {
  grid-template-columns: 1fr;
}
.solution-nav-scope {
  position: relative;
}
.portfolio-section {
  background: linear-gradient(180deg, var(--navy-950), var(--navy-900));
  overflow: hidden;
  padding: 120px 0;
}
.portfolio-section .section-heading {
  padding: 0 34px;
}
.portfolio-section .section-heading > p:not(.eyebrow) {
  max-width: none;
  width: 100%;
}
.portfolio-marquee {
  cursor: grab;
  display: flex;
  gap: 40px;
  margin-top: 72px;
  overflow: hidden;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  touch-action: pan-y;
  user-select: none;
}
.portfolio-marquee.is-dragging {
  cursor: grabbing;
}
.portfolio-marquee::-webkit-scrollbar {
  display: none;
}
.portfolio-marquee-track {
  display: flex;
  flex: 0 0 auto;
  gap: 40px;
  min-width: max-content;
  padding: 8px 0;
  will-change: transform;
}
.portfolio-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: 8px;
  flex: 0 0 clamp(260px, 22vw, 360px);
  overflow: hidden;
}
.portfolio-card a {
  display: block;
  height: 100%;
}
.portfolio-card img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  pointer-events: none;
  width: 100%;
}
.portfolio-card div {
  padding: 22px;
}
.portfolio-card span {
  color: var(--cyan);
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.portfolio-card strong {
  color: var(--white);
  display: block;
  font-size: 22px;
  line-height: 1.35;
}
@media (min-width: 781px) {
  .nav-links {
    display: flex;
  }
}
.reveal {
  opacity: 0;
  transition:
  opacity 1200ms ease,
  transform 1200ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.reveal-up {
  transform: translateY(54px);
}
.reveal-from-left {
  transform: translateX(-64px);
}
.reveal-from-right {
  transform: translateX(64px);
}
.reveal.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}
@media (max-width: 1050px) {
  .consumer-hero-unit {
    max-width: none;
  }
}
.about-section {
  background: var(--navy-900);
  padding: 120px 34px;
}
.about-page-section {
  padding-top: 164px;
}
@media (min-width: 781px) {
  .about-page-section .section-heading h2 {
    font-size: clamp(26px, 4vw, 48px);
  }
}
.about-table-wrap {
  margin: 70px auto 0;
  max-width: 1240px;
  overflow-x: auto;
}
.about-solutions {
  margin: 86px auto 0;
  max-width: 1240px;
}
.about-solution-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 46px;
}
.about-solution-grid article {
  min-height: 190px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}
.about-solution-grid h3 {
  margin: 0 0 14px;
  color: var(--cyan);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.35;
}
.about-solution-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}
.about-profile {
  display: grid;
  gap: 54px;
  margin: 78px auto 0;
  max-width: 1240px;
}
.profile-group {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 36px;
  align-items: start;
  padding-top: 38px;
  border-top: 1px solid var(--line);
}
.profile-group-heading {
  position: sticky;
  top: 118px;
}
.profile-group-heading h3 {
  margin: 0;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
}
.profile-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.profile-card {
  min-height: 220px;
  padding: 30px;
  border: 1px solid rgba(49, 214, 255, 0.28);
  border-radius: 8px;
  background:
  linear-gradient(135deg, rgba(49, 214, 255, 0.11), transparent 42%),
  rgba(255, 255, 255, 0.055);
}
.profile-card-muted {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.045);
}
.profile-role {
  margin: 0 0 28px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.profile-card h4 {
  margin: 0 0 16px;
  color: var(--white);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.1;
}
.profile-card p:last-child {
  margin: 0;
  color: #dce8f7;
  font-size: 15px;
  line-height: 1.75;
}
.history-timeline {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
.history-timeline li {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
  align-items: start;
  padding: 21px 0;
  border-bottom: 1px solid var(--line);
}
.history-timeline time {
  color: var(--lime);
  font-size: 13px;
  font-weight: 900;
}
.history-timeline span {
  color: #dce8f7;
  font-size: 16px;
  line-height: 1.65;
}
.about-table {
  border-collapse: collapse;
  min-width: 920px;
  width: 100%;
}
.about-table th,
.about-table td {
  border: 1px solid var(--line);
  padding: 22px 24px;
  text-align: left;
  vertical-align: top;
}
.about-table th {
  background: rgba(49, 214, 255, 0.12);
  color: var(--cyan);
  font-size: 18px;
  font-weight: 900;
  width: 130px;
}
.about-table td {
  color: #dce8f7;
  font-size: 15px;
  line-height: 1.65;
}
.about-table .role {
  color: var(--muted);
  font-weight: 800;
  width: 150px;
}
.about-table .name {
  color: var(--white);
  font-size: 18px;
  font-weight: 900;
  width: 110px;
}
.history-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.history-list li {
  display: grid;
  gap: 14px;
  grid-template-columns: 80px 1fr;
}
.history-list time {
  color: var(--lime);
  font-weight: 900;
}
@media (max-width: 780px) {
  .consumer-hero-grid {
    gap: 30px;
    margin-bottom: 38px;
  }
  #aftercare {
    padding-bottom: 72px;
    padding-top: 64px;
  }
  .product-showcase-grid {
    grid-template-columns: 1fr;
  }
  .product-detail-heading {
    margin-top: 52px;
  }
  .consumer-hero-caption.product-detail-heading {
    margin-top: 22px;
  }
  #research .comic-figure {
    max-height: none;
    overflow: visible;
    width: 100%;
  }
  #research .research-layout {
    gap: 32px;
    grid-template-columns: 1fr;
  }
  .portfolio-section {
    padding: 82px 0;
  }
  .portfolio-section .section-heading {
    padding: 0 18px;
  }
  .portfolio-marquee {
    margin-top: 46px;
  }
  .portfolio-marquee-track {
    gap: 18px;
  }
  .portfolio-card {
    flex-basis: min(58vw, 240px);
  }
  .portfolio-card div {
    padding: 15px;
  }
  .portfolio-card span {
    font-size: 10px;
    margin-bottom: 6px;
  }
  .portfolio-card strong {
    font-size: 16px;
    line-height: 1.3;
  }
  .about-section {
    padding: 82px 18px;
  }
  .about-page-section {
    padding-top: 118px;
  }
  .about-page-section .section-heading h2 {
    font-size: 26px;
  }
  .about-solutions {
    margin-top: 64px;
  }
  .about-solution-grid {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }
  .about-solution-grid article {
    min-height: 0;
    padding: 22px;
  }
  .about-profile {
    gap: 42px;
    margin-top: 58px;
  }
  .profile-group {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 30px;
  }
  .profile-group-heading {
    position: static;
  }
  .profile-card-grid {
    grid-template-columns: 1fr;
  }
  .profile-card {
    min-height: 0;
    padding: 24px;
  }
  .history-timeline li {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 18px 0;
  }
  .about-table-wrap {
    margin-top: 46px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .portfolio-marquee {
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .portfolio-marquee-track {
    animation: none;
  }
}
