/* [project]/components/brand-subpage/brandSubpageHeader.module.css [app-client] (css) */
.brandSubpageHeader-module__PToI_a__header {
  z-index: 70;
  color: #f1eee8;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background: #090909ad;
  border-bottom: 1px solid #ffffff0b;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 76px;
  padding: 0 clamp(28px, 3.3vw, 52px);
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.brandSubpageHeader-module__PToI_a__wordmark {
  align-items: center;
  width: clamp(86px, 6.2vw, 96px);
  text-decoration: none;
  transition: opacity .26s, transform .33s cubic-bezier(.16, 1, .3, 1);
  display: inline-flex;
}

.brandSubpageHeader-module__PToI_a__wordmark img {
  width: 100%;
  height: auto;
  display: block;
}

.brandSubpageHeader-module__PToI_a__wordmark:hover {
  opacity: .86;
  transform: translateY(-1px);
}

.brandSubpageHeader-module__PToI_a__headerActions {
  align-items: center;
  gap: clamp(22px, 3vw, 48px);
  display: flex;
}

.brandSubpageHeader-module__PToI_a__headerContact {
  color: #f1eee8b8;
  letter-spacing: .14em;
  font-size: 10px;
  font-weight: 600;
  text-decoration: none;
}

.brandSubpageHeader-module__PToI_a__headerContact span {
  margin-left: 8px;
  transition: transform .26s;
  display: inline-block;
}

.brandSubpageHeader-module__PToI_a__headerContact:hover span {
  transform: translate(3px, -3px);
}

.brandSubpageHeader-module__PToI_a__header button {
  color: #f1eee8;
  cursor: pointer;
  min-width: 82px;
  min-height: 44px;
  font: inherit;
  letter-spacing: .16em;
  background: none;
  border: 0;
  justify-content: flex-end;
  align-items: center;
  gap: 14px;
  padding: 0;
  font-size: 10px;
  font-weight: 600;
  display: inline-flex;
}

.brandSubpageHeader-module__PToI_a__menuGlyph, .brandSubpageHeader-module__PToI_a__menuGlyphOpen {
  width: 23px;
  height: 12px;
  display: block;
  position: relative;
}

.brandSubpageHeader-module__PToI_a__menuGlyph b, .brandSubpageHeader-module__PToI_a__menuGlyphOpen b {
  background: currentColor;
  width: 23px;
  height: 1px;
  transition: top .3s, rotate .3s;
  display: block;
  position: absolute;
  left: 0;
}

.brandSubpageHeader-module__PToI_a__menuGlyph b:first-child {
  top: 2px;
}

.brandSubpageHeader-module__PToI_a__menuGlyph b:last-child {
  top: 9px;
}

.brandSubpageHeader-module__PToI_a__menuGlyphOpen b:first-child {
  top: 6px;
  rotate: 45deg;
}

.brandSubpageHeader-module__PToI_a__menuGlyphOpen b:last-child {
  top: 6px;
  rotate: -45deg;
}

.brandSubpageHeader-module__PToI_a__menuPanel {
  z-index: 60;
  color: #f1eee8;
  background: radial-gradient(circle at 82% 34%, #d76a3b0f, #0000 30%), #0c0c0c;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 28vw);
  gap: 8vw;
  padding: 100px clamp(28px, 6vw, 110px) 34px;
  display: grid;
  position: fixed;
  inset: 0;
  overflow: hidden auto;
}

.brandSubpageHeader-module__PToI_a__menuPanel nav {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.brandSubpageHeader-module__PToI_a__menuPanel nav a {
  color: #f1eee8;
  border-bottom: 1px solid #f1eee81f;
  grid-template-columns: 54px minmax(0, 1fr) 32px;
  align-items: center;
  min-height: clamp(92px, 14vh, 138px);
  padding: 12px 0 10px;
  text-decoration: none;
  display: grid;
}

.brandSubpageHeader-module__PToI_a__menuPanel nav small {
  color: #f1eee861;
  letter-spacing: .14em;
  font-size: 9px;
}

.brandSubpageHeader-module__PToI_a__menuPanel nav span {
  letter-spacing: -.06em;
  font-size: clamp(46px, 5.8vw, 90px);
  font-weight: 520;
  line-height: .96;
}

.brandSubpageHeader-module__PToI_a__menuPanel nav i {
  color: #f1eee861;
  font-style: normal;
  transition: color .25s, transform .25s;
}

.brandSubpageHeader-module__PToI_a__menuPanel nav a:hover i {
  color: #d76a3b;
  transform: translate(5px, 5px);
}

.brandSubpageHeader-module__PToI_a__menuPanel nav a[data-active="true"] span {
  color: #f0b08d;
}

.brandSubpageHeader-module__PToI_a__menuPanel nav a[data-active="true"] small, .brandSubpageHeader-module__PToI_a__menuPanel nav a[data-active="true"] i {
  color: #d76a3b;
}

.brandSubpageHeader-module__PToI_a__menuMeta {
  border-left: 1px solid #f1eee81f;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 30px;
  display: flex;
}

.brandSubpageHeader-module__PToI_a__menuMeta p {
  color: #f1eee894;
  letter-spacing: .12em;
  font-size: 10px;
  line-height: 1.7;
}

.brandSubpageHeader-module__PToI_a__menuMeta > span {
  color: #d76a3b;
  letter-spacing: .14em;
  margin-top: 30px;
  font-size: 9px;
}

@media (max-width: 767px) {
  .brandSubpageHeader-module__PToI_a__header {
    height: 70px;
    padding: 0 20px;
  }

  .brandSubpageHeader-module__PToI_a__wordmark {
    width: 82px;
  }

  .brandSubpageHeader-module__PToI_a__headerContact {
    display: none;
  }

  .brandSubpageHeader-module__PToI_a__headerActions {
    gap: 14px;
  }

  .brandSubpageHeader-module__PToI_a__menuPanel {
    flex-direction: column;
    padding: 86px 22px 24px;
    display: flex;
  }

  .brandSubpageHeader-module__PToI_a__menuPanel nav {
    flex: 1;
  }

  .brandSubpageHeader-module__PToI_a__menuPanel nav a {
    -moz-column-gap: 12px;
    grid-template-columns: 34px minmax(0, 1fr) 28px;
    column-gap: 12px;
    min-height: 78px;
  }

  .brandSubpageHeader-module__PToI_a__menuPanel nav span {
    letter-spacing: -.045em;
    font-size: clamp(28px, 8.8vw, 38px);
    line-height: .96;
  }

  .brandSubpageHeader-module__PToI_a__menuPanel nav i {
    justify-self: end;
    font-size: 18px;
  }

  .brandSubpageHeader-module__PToI_a__menuMeta {
    border-top: 1px solid #f1eee81f;
    border-left: 0;
    padding: 22px 0 0;
  }
}

/* [project]/app/(site)/technology/technology.module.css [app-client] (css) */
.technology-module__G0de7q__page {
  --bg: #090909;
  --surface: #111110;
  --ink: #f1eee8;
  --muted: #f1eee894;
  --subtle: #f1eee861;
  --line: #f1eee81f;
  --warm: #d76a3b;
  background: var(--bg);
  min-height: 100vh;
  color: var(--ink);
  --lightningcss-light: ;
  --lightningcss-dark: initial;
  color-scheme: dark;
  position: relative;
  overflow: clip;
}

.technology-module__G0de7q__page, .technology-module__G0de7q__page * {
  box-sizing: border-box;
}

.technology-module__G0de7q__page a, .technology-module__G0de7q__page button {
  -webkit-tap-highlight-color: transparent;
}

.technology-module__G0de7q__page a:focus-visible, .technology-module__G0de7q__page button:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 5px;
}

.technology-module__G0de7q__header {
  z-index: 70;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background: #090909ad;
  border-bottom: 1px solid #ffffff0b;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 76px;
  padding: 0 clamp(28px, 3.3vw, 52px);
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.technology-module__G0de7q__wordmark, .technology-module__G0de7q__footerWordmark {
  color: var(--ink);
  letter-spacing: -.07em;
  align-items: baseline;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
}

.technology-module__G0de7q__wordmark {
  font-size: 20px;
}

.technology-module__G0de7q__wordmark span, .technology-module__G0de7q__footerWordmark span {
  color: var(--warm);
  margin-left: .1em;
}

.technology-module__G0de7q__headerActions {
  align-items: center;
  gap: clamp(22px, 3vw, 48px);
  display: flex;
}

.technology-module__G0de7q__headerContact {
  color: #f1eee8b8;
  letter-spacing: .14em;
  font-size: 10px;
  font-weight: 600;
  text-decoration: none;
}

.technology-module__G0de7q__headerContact span {
  margin-left: 8px;
  transition: transform .26s;
  display: inline-block;
}

.technology-module__G0de7q__headerContact:hover span {
  transform: translate(3px, -3px);
}

.technology-module__G0de7q__header button {
  min-width: 82px;
  min-height: 44px;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  letter-spacing: .16em;
  background: none;
  border: 0;
  justify-content: flex-end;
  align-items: center;
  gap: 14px;
  padding: 0;
  font-size: 10px;
  font-weight: 600;
  display: inline-flex;
}

.technology-module__G0de7q__menuGlyph, .technology-module__G0de7q__menuGlyphOpen {
  width: 23px;
  height: 12px;
  display: block;
  position: relative;
}

.technology-module__G0de7q__menuGlyph b, .technology-module__G0de7q__menuGlyphOpen b {
  background: currentColor;
  width: 23px;
  height: 1px;
  transition: top .3s, rotate .3s;
  display: block;
  position: absolute;
  left: 0;
}

.technology-module__G0de7q__menuGlyph b:first-child {
  top: 2px;
}

.technology-module__G0de7q__menuGlyph b:last-child {
  top: 9px;
}

.technology-module__G0de7q__menuGlyphOpen b:first-child {
  top: 6px;
  rotate: 45deg;
}

.technology-module__G0de7q__menuGlyphOpen b:last-child {
  top: 6px;
  rotate: -45deg;
}

.technology-module__G0de7q__menuPanel {
  z-index: 60;
  background: radial-gradient(circle at 82% 34%, #d76a3b0f, #0000 30%), #0c0c0c;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 28vw);
  gap: 8vw;
  padding: 118px clamp(28px, 6vw, 110px) 42px;
  display: grid;
  position: fixed;
  inset: 0;
  overflow-y: auto;
}

.technology-module__G0de7q__menuPanel nav {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.technology-module__G0de7q__menuPanel nav a {
  border-bottom: 1px solid var(--line);
  min-height: clamp(120px, 18vh, 180px);
  color: var(--ink);
  grid-template-columns: 54px minmax(0, 1fr) 32px;
  align-items: center;
  padding: 15px 0 13px;
  text-decoration: none;
  display: grid;
}

.technology-module__G0de7q__menuPanel nav small {
  color: var(--subtle);
  letter-spacing: .14em;
  font-size: 9px;
}

.technology-module__G0de7q__menuPanel nav span {
  letter-spacing: -.06em;
  font-size: clamp(54px, 7vw, 116px);
  font-weight: 520;
  line-height: .96;
}

.technology-module__G0de7q__menuPanel nav i {
  color: var(--subtle);
  font-style: normal;
  transition: color .25s, transform .25s;
}

.technology-module__G0de7q__menuPanel nav a:hover i {
  color: var(--warm);
  transform: translate(5px, 5px);
}

.technology-module__G0de7q__menuPanel nav a[data-active="true"] span {
  color: #f0b08d;
}

.technology-module__G0de7q__menuPanel nav a[data-active="true"] small, .technology-module__G0de7q__menuPanel nav a[data-active="true"] i {
  color: var(--warm);
}

.technology-module__G0de7q__menuMeta {
  border-left: 1px solid var(--line);
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 30px;
  display: flex;
}

.technology-module__G0de7q__menuMeta p {
  color: var(--muted);
  letter-spacing: .12em;
  font-size: 10px;
  line-height: 1.7;
}

.technology-module__G0de7q__menuMeta > span {
  color: var(--warm);
  letter-spacing: .14em;
  margin-top: 30px;
  font-size: 9px;
}

.technology-module__G0de7q__hero, .technology-module__G0de7q__system, .technology-module__G0de7q__contact, .technology-module__G0de7q__footer {
  width: 100%;
  padding-left: clamp(28px, 5.6vw, 108px);
  padding-right: clamp(28px, 5.6vw, 108px);
}

.technology-module__G0de7q__sectionTop {
  z-index: 3;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.technology-module__G0de7q__sectionTop > p {
  color: var(--subtle);
  letter-spacing: .05em;
  text-align: right;
  margin: 0;
  font-size: 9px;
  line-height: 1.65;
}

.technology-module__G0de7q__sectionLabel, .technology-module__G0de7q__deliveryLabel {
  align-items: center;
  gap: 18px;
  display: flex;
}

.technology-module__G0de7q__sectionLabel span, .technology-module__G0de7q__sectionLabel p, .technology-module__G0de7q__deliveryLabel span, .technology-module__G0de7q__deliveryLabel p {
  letter-spacing: .15em;
  font-size: 9px;
}

.technology-module__G0de7q__sectionLabel span, .technology-module__G0de7q__deliveryLabel span {
  color: var(--warm);
}

.technology-module__G0de7q__sectionLabel p, .technology-module__G0de7q__deliveryLabel p {
  color: #f1eee8ad;
  margin: 0;
  font-weight: 600;
}

.technology-module__G0de7q__hero {
  background: radial-gradient(circle at 76% 52%, #d76a3b17, #0000 32%), radial-gradient(circle at 24% 62%, #f1eee809, #0000 28%), #090909;
  flex-direction: column;
  min-height: 86svh;
  padding-top: clamp(106px, 13vh, 138px);
  padding-bottom: 26px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.technology-module__G0de7q__heroWires {
  opacity: .62;
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.technology-module__G0de7q__heroWires span {
  transform-origin: center;
  will-change: transform, opacity;
  background: linear-gradient(90deg, #0000, #f1eee821 16%, #f1eee80e 76%, #0000);
  width: 116vw;
  height: 1px;
  position: absolute;
  left: -8vw;
}

.technology-module__G0de7q__heroWires span:first-child {
  top: 26%;
  rotate: 3deg;
}

.technology-module__G0de7q__heroWires span:nth-child(2) {
  top: 45%;
  rotate: -4deg;
}

.technology-module__G0de7q__heroWires span:nth-child(3) {
  top: 64%;
  rotate: 2deg;
}

.technology-module__G0de7q__heroWires span:nth-child(4) {
  top: 82%;
  rotate: -3deg;
}

.technology-module__G0de7q__heroLayout {
  z-index: 2;
  flex: 1;
  grid-template-columns: minmax(340px, .72fr) minmax(620px, 1.28fr);
  align-items: center;
  gap: clamp(42px, 5vw, 88px);
  padding: clamp(22px, 3vh, 34px) 0;
  display: grid;
  position: relative;
}

.technology-module__G0de7q__heroIntro {
  position: relative;
}

.technology-module__G0de7q__heroIntro h1 {
  letter-spacing: -.07em;
  will-change: transform, opacity, filter;
  margin: 0;
  font-size: clamp(62px, 6.7vw, 116px);
  font-weight: 520;
  line-height: .88;
}

.technology-module__G0de7q__heroIntro h1 i, .technology-module__G0de7q__systemIntro h2 i, .technology-module__G0de7q__contact h2 i {
  color: #f1eee842;
  font-style: normal;
  font-weight: 430;
}

.technology-module__G0de7q__heroIntro > p {
  width: min(100%, 420px);
  color: var(--muted);
  word-break: keep-all;
  margin: clamp(34px, 5vh, 52px) 0 0;
  font-size: 13px;
  line-height: 1.72;
}

.technology-module__G0de7q__heroCore {
  aspect-ratio: 1;
  width: clamp(62px, 6.4vw, 96px);
  transform: translate(calc(var(--home-pointer-x, 0) * 5px), calc(var(--home-pointer-y, 0) * 5px));
  will-change: transform, opacity;
  border: 1px solid #f1eee829;
  border-radius: 50%;
  transition: transform .5s cubic-bezier(.16, 1, .3, 1);
  position: absolute;
  bottom: -10px;
  right: 3vw;
}

.technology-module__G0de7q__heroCore:before {
  content: "";
  border: 1px solid #f1eee814;
  border-radius: 50%;
  position: absolute;
  inset: 22%;
}

.technology-module__G0de7q__heroCore i {
  background: var(--warm);
  width: 56%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 22%;
  rotate: 45deg;
  box-shadow: 0 0 11px #d76a3b52;
}

.technology-module__G0de7q__heroCore i:nth-child(2) {
  rotate: -45deg;
}

.technology-module__G0de7q__heroCore span {
  aspect-ratio: 1;
  border: 1px solid var(--warm);
  border-radius: 50%;
  width: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.technology-module__G0de7q__stackPanel {
  min-width: 0;
}

.technology-module__G0de7q__stackPanelTitle {
  border-top: 1px solid #f1eee852;
  justify-content: space-between;
  align-items: center;
  min-height: 34px;
  padding: 0 2px;
  display: flex;
}

.technology-module__G0de7q__stackPanelTitle strong {
  color: #f1eee8e6;
  letter-spacing: .15em;
  font-size: 10px;
  font-weight: 650;
}

.technology-module__G0de7q__stackPanelTitle span {
  color: var(--warm);
  letter-spacing: .14em;
  font-size: 7px;
}

.technology-module__G0de7q__overviewGrid {
  border-top: 1px solid #f1eee82e;
  border-left: 1px solid #f1eee82e;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  display: grid;
  box-shadow: 0 36px 90px #00000057;
}

.technology-module__G0de7q__overviewCard {
  isolation: isolate;
  background: #121211;
  border-bottom: 1px solid #f1eee829;
  border-right: 1px solid #f1eee829;
  min-height: clamp(185px, 24vh, 215px);
  padding: 14px;
  position: relative;
  overflow: hidden;
}

.technology-module__G0de7q__overviewCard:first-child {
  background: #151616;
}

.technology-module__G0de7q__overviewCard:nth-child(2) {
  background: #1d1612;
}

.technology-module__G0de7q__overviewCard:nth-child(3) {
  background: #141619;
}

.technology-module__G0de7q__overviewCard:nth-child(4) {
  background: #121519;
}

.technology-module__G0de7q__overviewCard:nth-child(5) {
  background: #1d1612;
}

.technology-module__G0de7q__overviewCard:nth-child(6) {
  background: #1a1714;
}

.technology-module__G0de7q__overviewCard:before {
  z-index: 2;
  content: "";
  background: #f1eee82e;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
}

.technology-module__G0de7q__overviewCard:nth-child(2):before, .technology-module__G0de7q__overviewCard:nth-child(5):before, .technology-module__G0de7q__overviewCard:nth-child(6):before {
  background: #d76a3bb8;
}

.technology-module__G0de7q__overviewCard > img {
  -o-object-fit: cover;
  object-fit: cover;
  opacity: .2;
  filter: grayscale() contrast(1.12) brightness(.7);
  transition: opacity .45s, filter .45s, scale .65s cubic-bezier(.16, 1, .3, 1);
  scale: 1.03;
}

.technology-module__G0de7q__overviewCard:hover > img {
  opacity: .34;
  filter: grayscale(.55) contrast(1.08) brightness(.78);
  scale: 1.07;
}

.technology-module__G0de7q__cardShade {
  z-index: 1;
  background: linear-gradient(125deg, #090909e6 12%, #09090987 61%, #0000);
  position: absolute;
  inset: 0;
}

.technology-module__G0de7q__overviewCard:nth-child(2) .technology-module__G0de7q__cardShade, .technology-module__G0de7q__overviewCard:nth-child(5) .technology-module__G0de7q__cardShade, .technology-module__G0de7q__overviewCard:nth-child(6) .technology-module__G0de7q__cardShade {
  background: linear-gradient(125deg, #0f0a08e6 12%, #1f120c80 62%, #d76a3b17);
}

.technology-module__G0de7q__overviewCard header, .technology-module__G0de7q__overviewCard h2, .technology-module__G0de7q__overviewCard > p, .technology-module__G0de7q__overviewCard ul {
  z-index: 1;
  position: relative;
}

.technology-module__G0de7q__overviewCard header {
  justify-content: space-between;
  display: flex;
}

.technology-module__G0de7q__overviewCard header span {
  aspect-ratio: 1;
  width: 22px;
  color: var(--ink);
  letter-spacing: 0;
  border: 1px solid #f1eee82e;
  border-radius: 50%;
  place-items: center;
  font-size: 7px;
  display: grid;
}

.technology-module__G0de7q__overviewCard:nth-child(2) header span, .technology-module__G0de7q__overviewCard:nth-child(5) header span, .technology-module__G0de7q__overviewCard:nth-child(6) header span {
  color: #ed9a70;
  background: #d76a3b24;
  border-color: #d76a3bad;
}

.technology-module__G0de7q__overviewCard header p {
  color: var(--subtle);
  letter-spacing: .14em;
  margin: 0;
  font-size: 8px;
}

.technology-module__G0de7q__overviewCard h2 {
  color: #f4f1eb;
  letter-spacing: -.05em;
  text-shadow: 0 2px 18px #00000047;
  margin: clamp(18px, 2.3vh, 24px) 0 7px;
  font-size: clamp(20px, 1.8vw, 30px);
  font-weight: 500;
  line-height: .98;
}

.technology-module__G0de7q__overviewCard > p {
  color: #f1eee8a3;
  word-break: keep-all;
  min-height: 34px;
  margin: 0;
  font-size: 10px;
  line-height: 1.55;
}

.technology-module__G0de7q__overviewCard ul {
  border-top: 1px solid #f1eee833;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.technology-module__G0de7q__overviewCard li {
  color: #f1eee8cc;
  letter-spacing: .035em;
  border-bottom: 1px solid #f1eee829;
  align-items: center;
  min-height: 28px;
  padding: 6px 0;
  font-size: clamp(8.5px, .72vw, 10.5px);
  font-weight: 600;
  line-height: 1.15;
  display: flex;
}

.technology-module__G0de7q__overviewCard li:nth-child(odd) {
  border-right: 1px solid var(--line);
  padding-right: 7px;
}

.technology-module__G0de7q__overviewCard li:nth-child(2n) {
  padding-left: 9px;
}

.technology-module__G0de7q__overviewCard li:first-child {
  color: #f0a17a;
}

.technology-module__G0de7q__heroBottom {
  z-index: 3;
  color: var(--subtle);
  letter-spacing: .16em;
  justify-content: space-between;
  font-size: 7px;
  display: flex;
  position: relative;
}

.technology-module__G0de7q__heroBottom p {
  margin: 0;
}

.technology-module__G0de7q__system {
  background: radial-gradient(circle at 86% 36%, #d76a3b14, #0000 30%), linear-gradient(#0d0d0d, #11100f);
  padding-top: clamp(72px, 10vh, 96px);
  padding-bottom: clamp(78px, 11vh, 108px);
}

.technology-module__G0de7q__systemIntro {
  grid-template-columns: minmax(400px, .9fr) minmax(300px, .55fr);
  justify-content: space-between;
  align-items: end;
  gap: 8vw;
  margin-top: clamp(40px, 6vh, 58px);
  display: grid;
}

.technology-module__G0de7q__systemIntro h2 {
  letter-spacing: -.07em;
  margin: 0;
  font-size: clamp(58px, 7.8vw, 132px);
  font-weight: 520;
  line-height: .88;
}

.technology-module__G0de7q__systemIntro > p {
  color: var(--muted);
  word-break: keep-all;
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 1.75;
}

.technology-module__G0de7q__flow {
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(42px, 6vh, 58px);
  display: grid;
}

.technology-module__G0de7q__flow article {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #ffffff03;
  min-height: 180px;
  padding: 18px;
  position: relative;
}

.technology-module__G0de7q__flow article:nth-child(2) {
  background: #d76a3b0a;
}

.technology-module__G0de7q__flow article:nth-child(3) {
  background: #abb8c409;
}

.technology-module__G0de7q__flow article:nth-child(4) {
  background: linear-gradient(145deg, #d76a3b1c, #ffffff05);
  border-color: #d76a3b4d;
}

.technology-module__G0de7q__flow article > span {
  color: var(--warm);
  letter-spacing: .14em;
  font-size: 8px;
}

.technology-module__G0de7q__flowMark {
  border: 1px solid #f1eee826;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  margin: 36px 0 28px;
  position: relative;
}

.technology-module__G0de7q__flowMark:before {
  content: "";
  background: #d76a3b33;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  right: -50vw;
}

.technology-module__G0de7q__flow article:last-child .technology-module__G0de7q__flowMark:before {
  display: none;
}

.technology-module__G0de7q__flowMark i {
  aspect-ratio: 1;
  background: var(--warm);
  border-radius: 50%;
  width: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  box-shadow: 0 0 14px #d76a3b6b;
}

.technology-module__G0de7q__flow h3 {
  color: #f1eee8d1;
  letter-spacing: -.04em;
  margin: 0;
  font-size: clamp(20px, 2vw, 31px);
  font-weight: 500;
}

.technology-module__G0de7q__flow article:last-child h3 {
  color: #f0b08d;
}

.technology-module__G0de7q__flow article > p {
  color: var(--subtle);
  letter-spacing: .12em;
  margin: 10px 0 0;
  font-size: 7px;
}

.technology-module__G0de7q__delivery {
  margin-top: clamp(52px, 7vh, 72px);
}

.technology-module__G0de7q__deliveryLabel {
  border-top: 1px solid var(--line);
  padding-top: 20px;
}

.technology-module__G0de7q__deliveryGrid {
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
  display: grid;
}

.technology-module__G0de7q__deliveryGrid article {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #ffffff03;
  min-height: 180px;
  padding: 20px;
}

.technology-module__G0de7q__deliveryGrid article:nth-child(2) {
  background: radial-gradient(circle at 78% 24%, #d76a3b21, #0000 43%), linear-gradient(145deg, #d76a3b1a, #ffffff05);
  border-color: #d76a3b52;
}

.technology-module__G0de7q__deliveryGrid article > span {
  color: var(--warm);
  letter-spacing: .14em;
  font-size: 8px;
}

.technology-module__G0de7q__deliveryGrid h3 {
  letter-spacing: -.05em;
  margin: 54px 0 22px;
  font-size: clamp(28px, 3vw, 48px);
  font-weight: 500;
}

.technology-module__G0de7q__deliveryGrid article:nth-child(2) h3 {
  color: #f0b08d;
}

.technology-module__G0de7q__deliveryGrid p {
  max-width: 340px;
  color: var(--muted);
  word-break: keep-all;
  margin: 0;
  font-size: 12px;
  line-height: 1.65;
}

.technology-module__G0de7q__contact {
  background: #17130f;
  flex-direction: column;
  justify-content: space-between;
  min-height: 60svh;
  padding-top: clamp(70px, 9vh, 90px);
  padding-bottom: clamp(40px, 5vh, 56px);
  display: flex;
  position: relative;
  overflow: hidden;
}

.technology-module__G0de7q__contactGlow {
  aspect-ratio: 1;
  pointer-events: none;
  background: radial-gradient(circle, #d76a3b1f, #0000 66%);
  border-radius: 50%;
  width: 65vw;
  position: absolute;
  bottom: -30vw;
  right: -8vw;
}

.technology-module__G0de7q__contact h2 {
  letter-spacing: -.075em;
  margin: 5vh 0;
  font-size: clamp(62px, 8.7vw, 148px);
  font-weight: 520;
  line-height: .85;
  position: relative;
}

.technology-module__G0de7q__contactBottom {
  justify-content: space-between;
  align-items: flex-end;
  gap: 44px;
  display: flex;
  position: relative;
}

.technology-module__G0de7q__contactBottom p {
  color: var(--muted);
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
}

.technology-module__G0de7q__contactBottom a {
  min-height: 58px;
  color: var(--ink);
  border: 1px solid #f1eee857;
  border-radius: 999px;
  flex: none;
  align-items: center;
  gap: 64px;
  padding: 0 22px;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  transition: background .26s, color .26s, border-color .26s;
  display: inline-flex;
}

.technology-module__G0de7q__contactBottom a:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: #17130f;
}

.technology-module__G0de7q__footer {
  border-top: 1px solid var(--line);
  background: #090909;
  grid-template-columns: 1.2fr 1fr 1fr;
  align-content: center;
  gap: 40px;
  min-height: 160px;
  display: grid;
  position: relative;
}

.technology-module__G0de7q__footerWordmark {
  font-size: clamp(48px, 6vw, 94px);
}

.technology-module__G0de7q__footer > div {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.technology-module__G0de7q__footer > div span, .technology-module__G0de7q__footer > p, .technology-module__G0de7q__footer > small {
  color: var(--subtle);
  letter-spacing: .14em;
  font-size: 8px;
  line-height: 1.7;
}

.technology-module__G0de7q__footer > div a {
  color: var(--ink);
  font-size: 16px;
  text-decoration: none;
}

.technology-module__G0de7q__footer > p {
  margin: 0;
}

.technology-module__G0de7q__footer > small {
  position: absolute;
  bottom: 28px;
  right: 5.6vw;
}

@media (max-width: 1100px) {
  .technology-module__G0de7q__hero {
    min-height: auto;
  }

  .technology-module__G0de7q__heroLayout {
    grid-template-columns: 1fr;
    padding: 64px 0;
  }

  .technology-module__G0de7q__heroIntro {
    grid-template-columns: 1fr .75fr;
    align-items: end;
    gap: 50px;
    display: grid;
  }

  .technology-module__G0de7q__heroIntro > p {
    margin: 0;
  }

  .technology-module__G0de7q__heroCore {
    top: -18px;
    bottom: auto;
    right: 0;
  }

  .technology-module__G0de7q__overviewCard {
    min-height: 200px;
  }

  .technology-module__G0de7q__heroBottom {
    margin-bottom: 2px;
  }
}

@media (max-width: 900px) {
  .technology-module__G0de7q__systemIntro {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .technology-module__G0de7q__systemIntro > p {
    max-width: 520px;
  }

  .technology-module__G0de7q__flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .technology-module__G0de7q__flowMark:before {
    display: none;
  }

  .technology-module__G0de7q__deliveryGrid {
    grid-template-columns: 1fr;
  }

  .technology-module__G0de7q__deliveryGrid article {
    min-height: 200px;
  }

  .technology-module__G0de7q__footer {
    grid-template-columns: 1fr 1fr;
  }

  .technology-module__G0de7q__footerWordmark {
    grid-column: 1 / -1;
  }

  .technology-module__G0de7q__overviewGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .technology-module__G0de7q__header {
    height: 70px;
    padding: 0 20px;
  }

  .technology-module__G0de7q__headerContact {
    display: none;
  }

  .technology-module__G0de7q__headerActions {
    gap: 14px;
  }

  .technology-module__G0de7q__menuPanel {
    flex-direction: column;
    padding: 100px 22px 30px;
    display: flex;
  }

  .technology-module__G0de7q__menuPanel nav {
    flex: 1;
  }

  .technology-module__G0de7q__menuPanel nav a {
    grid-template-columns: 42px minmax(0, 1fr) 24px;
  }

  .technology-module__G0de7q__menuPanel nav span {
    font-size: clamp(38px, 13vw, 62px);
  }

  .technology-module__G0de7q__menuMeta {
    border-top: 1px solid var(--line);
    border-left: 0;
    padding: 22px 0 0;
  }

  .technology-module__G0de7q__hero, .technology-module__G0de7q__system, .technology-module__G0de7q__contact, .technology-module__G0de7q__footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .technology-module__G0de7q__hero {
    padding-top: 94px;
  }

  .technology-module__G0de7q__sectionTop {
    gap: 38px;
  }

  .technology-module__G0de7q__sectionTop > p {
    font-size: 8px;
  }

  .technology-module__G0de7q__heroLayout {
    padding: 42px 0 36px;
  }

  .technology-module__G0de7q__heroIntro {
    display: block;
  }

  .technology-module__G0de7q__heroIntro h1 {
    font-size: clamp(54px, 17vw, 82px);
    line-height: .9;
  }

  .technology-module__G0de7q__heroIntro > p {
    margin-top: 30px;
    font-size: 12px;
  }

  .technology-module__G0de7q__heroCore {
    display: none;
  }

  .technology-module__G0de7q__overviewGrid {
    grid-template-columns: 1fr;
    margin-top: 8px;
  }

  .technology-module__G0de7q__overviewCard {
    min-height: 185px;
  }

  .technology-module__G0de7q__heroBottom {
    font-size: 6px;
  }

  .technology-module__G0de7q__system {
    padding-top: 70px;
    padding-bottom: 82px;
  }

  .technology-module__G0de7q__systemIntro {
    gap: 30px;
    margin-top: 42px;
  }

  .technology-module__G0de7q__systemIntro h2 {
    font-size: clamp(50px, 15vw, 74px);
    line-height: .92;
  }

  .technology-module__G0de7q__systemIntro > p {
    font-size: 12px;
  }

  .technology-module__G0de7q__flow {
    grid-template-columns: 1fr 1fr;
  }

  .technology-module__G0de7q__flow article {
    min-height: 160px;
    padding: 15px;
  }

  .technology-module__G0de7q__flowMark {
    margin: 20px 0 16px;
  }

  .technology-module__G0de7q__flow h3 {
    font-size: 19px;
  }

  .technology-module__G0de7q__delivery {
    margin-top: 52px;
  }

  .technology-module__G0de7q__deliveryGrid article {
    min-height: 165px;
  }

  .technology-module__G0de7q__deliveryGrid h3 {
    margin-top: 34px;
    font-size: 34px;
  }

  .technology-module__G0de7q__contact {
    min-height: 560px;
  }

  .technology-module__G0de7q__contact h2 {
    font-size: clamp(54px, 16vw, 82px);
    line-height: .89;
  }

  .technology-module__G0de7q__contactBottom {
    flex-direction: column;
    align-items: stretch;
  }

  .technology-module__G0de7q__contactBottom a {
    justify-content: space-between;
    width: 100%;
  }

  .technology-module__G0de7q__footer {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 20px;
    min-height: 250px;
  }

  .technology-module__G0de7q__footerWordmark {
    grid-column: auto;
  }

  .technology-module__G0de7q__footer > small {
    bottom: 22px;
    right: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .technology-module__G0de7q__heroCore {
    transition: none;
    transform: none;
  }

  .technology-module__G0de7q__overviewCard > img {
    transition: none;
  }
}

/*# sourceMappingURL=_1kpxevy._.css.map*/