:root {
  --ink: #080a0c;
  --ink-soft: #12161a;
  --paper: #f4f3ef;
  --white: #fff;
  --muted: #6d7175;
  --line: #d9d9d3;
  --acid: #d9ff43;
  --acid-deep: #bde724;
  --radius: 22px;
  --container: min(1180px, calc(100vw - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

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

button {
  color: inherit;
  font: inherit;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 200;
  padding: 10px 14px;
  transform: translateY(-150%);
  background: var(--acid);
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
  color: var(--white);
}

.header-inner {
  width: var(--container);
  min-height: 86px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 206px;
}

.brand-gv {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 2px 15px 2px 15px;
  color: var(--ink);
  background: var(--acid);
  font-size: 1.3rem;
  font-weight: 950;
  letter-spacing: -.08em;
}

.brand-copy {
  display: grid;
  line-height: 1;
  text-transform: uppercase;
}

.brand-copy strong {
  font-size: 1.02rem;
  font-weight: 900;
  letter-spacing: -.04em;
}

.brand-copy small {
  margin-top: 5px;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .32em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.2vw, 34px);
  margin-left: auto;
}

.desktop-nav a {
  position: relative;
  padding: 31px 0;
  color: rgba(255, 255, 255, .75);
  font-size: .84rem;
  font-weight: 700;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: right;
  background: var(--acid);
  transition: transform .25s ease;
}

.desktop-nav a:hover {
  color: var(--white);
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-contact {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 17px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 800;
  transition: color .25s ease, background .25s ease, border-color .25s ease;
}

.header-contact svg {
  width: 17px;
  fill: currentColor;
}

.header-contact:hover {
  color: var(--ink);
  border-color: var(--acid);
  background: var(--acid);
}

.menu-button,
.mobile-menu {
  display: none;
}

.intro {
  position: relative;
  min-height: min(760px, 100vh);
  overflow: hidden;
  padding: clamp(125px, 12vh, 154px) max(24px, calc((100vw - 1180px) / 2)) 77px;
  color: var(--white);
  background:
    radial-gradient(circle at 65% 10%, rgba(217, 255, 67, .1), transparent 26%),
    linear-gradient(125deg, #111419 0%, #07090b 64%, #101418 100%);
  isolation: isolate;
}

.intro::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .16;
  background-image:
    linear-gradient(90deg, transparent 49.7%, rgba(255, 255, 255, .18) 50%, transparent 50.3%),
    linear-gradient(0deg, transparent 49.7%, rgba(255, 255, 255, .12) 50%, transparent 50.3%);
  background-size: 58px 58px;
  mask-image: linear-gradient(90deg, black, transparent 72%);
}

.intro::after {
  content: "";
  position: absolute;
  top: 90px;
  right: -80px;
  width: 52vw;
  height: 520px;
  z-index: -1;
  opacity: .45;
  border: 1px solid rgba(217, 255, 67, .18);
  border-radius: 50%;
  transform: rotate(-19deg);
}

.circuit-glow {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}

.circuit-glow-one {
  top: 25%;
  left: 32%;
  width: 220px;
  height: 220px;
  background: rgba(217, 255, 67, .09);
}

.intro-content {
  width: min(50%, 575px);
  position: relative;
  z-index: 3;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .68);
  font-size: .69rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 30px;
  height: 2px;
  background: var(--acid);
}

.eyebrow.dark {
  color: #6a6e71;
}

.intro h1 {
  max-width: 690px;
  margin: 23px 0 23px;
  font-size: clamp(2.7rem, 4.7vw, 4.95rem);
  font-weight: 900;
  letter-spacing: -.065em;
  line-height: .96;
}

.intro h1 em,
.section-heading h2 em,
.build-copy h2 em {
  color: var(--acid);
  font-style: normal;
}

.intro-content > p {
  max-width: 570px;
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: clamp(1rem, 1.3vw, 1.16rem);
  line-height: 1.6;
}

.intro-actions {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-top: 30px;
}

.button {
  min-height: 51px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: .83rem;
  font-weight: 900;
  transition: transform .2s ease, color .2s ease, background .2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--ink);
  background: var(--acid);
}

.button-primary:hover {
  background: var(--white);
}

.button-dark {
  color: var(--white);
  background: var(--ink);
}

.button-dark:hover {
  color: var(--ink);
  background: var(--acid);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: .85rem;
  font-weight: 800;
  border-bottom: 1px solid rgba(255, 255, 255, .35);
  padding-bottom: 5px;
}

.text-link span {
  transition: transform .2s ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

.intro-proof {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: clamp(34px, 5.5vh, 58px);
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.intro-proof div {
  display: grid;
  gap: 5px;
}

.intro-proof strong {
  font-size: .8rem;
}

.intro-proof span {
  color: rgba(255, 255, 255, .48);
  font-size: .7rem;
  line-height: 1.45;
}

.intro-visual {
  position: absolute;
  top: 115px;
  right: max(24px, calc((100vw - 1180px) / 2));
  width: min(43vw, 525px);
  height: min(590px, calc(100vh - 150px));
  min-height: 490px;
  z-index: 2;
}

.intro-visual::before {
  content: "";
  position: absolute;
  top: 17%;
  right: -7%;
  width: 86%;
  height: 79%;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 50%;
  transform: rotate(23deg);
}

.photo-main {
  position: absolute;
  top: 0;
  right: 0;
  width: 91%;
  height: 94%;
  margin: 0;
  overflow: hidden;
  border-radius: 4px 4px 80px 4px;
  background: #1b1f22;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .38);
  transform: rotate(1.25deg);
}

.photo-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(4, 6, 8, .9));
}

.photo-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.72) contrast(1.1);
}

.photo-main figcaption {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .66);
  font-size: .65rem;
  line-height: 1.3;
}

.photo-main figcaption strong {
  color: var(--white);
}

.live-dot {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 0 5px rgba(217, 255, 67, .15);
}

.brand-runner {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3vw, 47px);
  overflow: hidden;
  color: rgba(255, 255, 255, .42);
  border-top: 1px solid rgba(255, 255, 255, .1);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.brand-runner i,
.service-area i {
  width: 4px;
  height: 4px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--acid);
}

.quick-benefits {
  width: var(--container);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  padding: 44px 0;
  border-bottom: 1px solid var(--line);
}

.benefit {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 13px;
  padding: 2px clamp(20px, 3vw, 45px);
  border-right: 1px solid var(--line);
}

.benefit:first-child {
  padding-left: 0;
}

.benefit:last-child {
  padding-right: 0;
  border-right: 0;
}

.benefit-number {
  color: #a3a7a8;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .1em;
}

.benefit strong {
  font-size: .9rem;
}

.benefit p {
  max-width: 280px;
  margin: 5px 0 0;
  color: var(--muted);
  font-size: .73rem;
  line-height: 1.55;
}

.products-section {
  width: var(--container);
  padding: clamp(75px, 9vw, 120px) 0 clamp(80px, 9vw, 120px);
  margin: 0 auto;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr);
  align-items: end;
  gap: 50px;
}

.section-heading h2,
.build-copy h2,
.service-heading h2,
.about-copy h2,
.location-copy h2,
.faq-heading h2,
.final-inner h2 {
  margin: 17px 0 0;
  font-size: clamp(2.1rem, 4vw, 4.25rem);
  font-weight: 900;
  letter-spacing: -.065em;
  line-height: 1;
}

.section-heading h2 {
  max-width: 700px;
}

.section-heading h2 em {
  position: relative;
  color: var(--ink);
}

.section-heading h2 em::after {
  content: "";
  position: absolute;
  right: 1%;
  bottom: 1px;
  left: 1%;
  z-index: -1;
  height: 9px;
  background: var(--acid);
}

.section-heading > p {
  margin: 0 0 5px;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.65;
}

.filter-bar {
  display: flex;
  gap: 8px;
  margin: 48px 0 25px;
  padding-bottom: 8px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.filter-button {
  flex: 0 0 auto;
  padding: 10px 16px;
  border: 1px solid #d5d5ce;
  border-radius: 999px;
  background: transparent;
  font-size: .72rem;
  font-weight: 800;
  cursor: pointer;
  transition: color .2s ease, border .2s ease, background .2s ease;
}

.filter-button:hover,
.filter-button.active {
  color: var(--white);
  border-color: var(--ink);
  background: var(--ink);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.product-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dadad4;
  border-radius: var(--radius);
  background: #fafaf7;
  transition: transform .28s ease, box-shadow .28s ease;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 55px rgba(22, 24, 25, .11);
}

.product-card[hidden] {
  display: none;
}

.product-featured {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
}

.product-image {
  position: relative;
  height: 270px;
  overflow: hidden;
  background: #e5e5e0;
}

.product-featured .product-image {
  height: 100%;
  min-height: 350px;
}

.product-image::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .25);
  pointer-events: none;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.product-card:hover .product-image img {
  transform: scale(1.035);
}

.product-featured .product-image img {
  object-position: center 47%;
}

.product-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 7px 10px;
  color: var(--ink);
  border-radius: 3px;
  background: var(--acid);
  font-size: .57rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.product-info {
  padding: 23px 23px 25px;
}

.product-featured .product-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 4vw, 52px);
  color: var(--white);
  background: var(--ink);
}

.product-category {
  display: block;
  margin-bottom: 9px;
  color: #85898c;
  font-size: .59rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.product-card h3 {
  margin: 0;
  font-size: 1.22rem;
  letter-spacing: -.035em;
  line-height: 1.15;
}

.product-featured h3 {
  font-size: clamp(1.5rem, 2.4vw, 2.25rem);
}

.product-card p {
  margin: 10px 0 17px;
  color: var(--muted);
  font-size: .75rem;
  line-height: 1.55;
}

.product-featured p {
  color: rgba(255, 255, 255, .6);
}

.product-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 14px;
  border-top: 1px solid #deded8;
  font-size: .7rem;
  font-weight: 900;
}

.product-featured .product-link {
  margin-top: auto;
  border-color: rgba(255, 255, 255, .15);
}

.product-link span {
  transition: transform .2s ease;
}

.product-link:hover span {
  transform: translateX(5px);
}

.catalog-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 18px;
  padding: 23px 26px;
  border: 1px dashed #c3c4bb;
  border-radius: 13px;
}

.catalog-note p {
  margin: 0;
  color: var(--muted);
  font-size: .78rem;
}

.catalog-note p strong {
  color: var(--ink);
}

.catalog-note a {
  flex: 0 0 auto;
  font-size: .72rem;
  font-weight: 900;
}

.catalog-note a span {
  margin-left: 9px;
}

.inventory-showcase {
  margin-top: clamp(65px, 7vw, 95px);
}

.inventory-heading {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: end;
  gap: 40px;
  padding-bottom: 29px;
  border-bottom: 1px solid #cfd0c9;
}

.inventory-kicker {
  display: block;
  margin-bottom: 10px;
  color: #777b7d;
  font-size: .59rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.inventory-heading h3 {
  max-width: 670px;
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 3rem);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: 1.03;
}

.inventory-heading > p {
  max-width: 390px;
  margin: 0 0 4px auto;
  color: var(--muted);
  font-size: .77rem;
  line-height: 1.65;
}

.inventory-group {
  padding: 34px 0 6px;
}

.inventory-group + .inventory-group {
  margin-top: 35px;
  border-top: 1px solid #d7d8d2;
}

.inventory-group-heading {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 13px;
  align-items: start;
  margin-bottom: 19px;
}

.inventory-group-heading > span {
  padding-top: 3px;
  color: #a5a8a9;
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .1em;
}

.inventory-group-heading h4 {
  margin: 0;
  font-size: 1.03rem;
  letter-spacing: -.025em;
}

.inventory-group-heading p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: .67rem;
}

.inventory-grid {
  display: grid;
  gap: 12px;
}

.inventory-grid-ssd {
  grid-template-columns: 2fr repeat(3, 1fr);
}

.inventory-grid-six {
  grid-template-columns: repeat(6, 1fr);
}

.inventory-grid-eight,
.inventory-grid-four {
  grid-template-columns: repeat(4, 1fr);
}

.inventory-item {
  position: relative;
  min-width: 0;
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  border: 1px solid #d8d9d3;
  border-radius: 13px;
  background: #deded8;
}

.inventory-item::after {
  content: "";
  position: absolute;
  inset: 30% 0 0;
  background: linear-gradient(180deg, transparent, rgba(5, 7, 8, .88));
  pointer-events: none;
}

.inventory-item > img,
.inventory-double img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.inventory-item:hover > img,
.inventory-item:hover .inventory-double img {
  transform: scale(1.035);
}

.inventory-item-double {
  aspect-ratio: 8 / 5;
}

.inventory-double {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.inventory-double img:first-child {
  border-right: 1px solid rgba(255, 255, 255, .3);
}

.inventory-item figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: grid;
  gap: 3px;
  padding: 30px 13px 13px;
  color: var(--white);
}

.inventory-item figcaption small {
  color: var(--acid);
  font-size: .48rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.inventory-item figcaption strong {
  font-size: .68rem;
  line-height: 1.3;
}

.build-section {
  position: relative;
  min-height: 720px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 6vw, 100px);
  align-items: center;
  padding: clamp(75px, 8vw, 110px) max(24px, calc((100vw - 1180px) / 2));
  overflow: hidden;
  color: var(--white);
  background: #0a0d10;
}

.build-background {
  position: absolute;
  inset: 0;
  opacity: .12;
  background:
    radial-gradient(circle at 75% 40%, transparent 0 3px, rgba(217, 255, 67, .7) 4px 5px, transparent 6px) 0 0 / 95px 95px,
    linear-gradient(90deg, transparent 49.5%, rgba(255, 255, 255, .28) 50%, transparent 50.5%) 0 0 / 95px 95px,
    linear-gradient(0deg, transparent 49.5%, rgba(255, 255, 255, .2) 50%, transparent 50.5%) 0 0 / 95px 95px;
  mask-image: linear-gradient(90deg, transparent 20%, black 65%);
}

.build-copy {
  position: relative;
  z-index: 2;
}

.build-copy h2 {
  max-width: 600px;
}

.build-copy > p {
  max-width: 570px;
  margin: 23px 0 0;
  color: rgba(255, 255, 255, .62);
  font-size: .88rem;
  line-height: 1.7;
}

.profile-tabs {
  display: flex;
  gap: 6px;
  margin: 28px 0 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.profile-tab {
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  color: rgba(255, 255, 255, .58);
  background: transparent;
  font-size: .66rem;
  font-weight: 900;
  cursor: pointer;
}

.profile-tab.active {
  color: var(--ink);
  border-color: var(--acid);
  background: var(--acid);
}

.profile-result {
  min-height: 165px;
}

.profile-kicker {
  color: var(--acid);
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.profile-result h3 {
  margin: 7px 0 7px;
  font-size: 1.15rem;
}

.profile-result p {
  max-width: 540px;
  margin: 0;
  color: rgba(255, 255, 255, .53);
  font-size: .76rem;
}

.profile-result ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 17px;
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
}

.profile-result li {
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, .72);
  font-size: .67rem;
}

.profile-result li span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--acid);
}

.build-copy .button {
  margin-top: 12px;
}

.build-machine {
  position: relative;
  z-index: 2;
  width: min(100%, 510px);
  height: 530px;
  justify-self: end;
}

.pc-frame {
  position: absolute;
  top: 30px;
  right: 26px;
  width: 75%;
  height: 450px;
  padding: 13px;
  border: 2px solid rgba(255, 255, 255, .28);
  border-radius: 9px;
  background: linear-gradient(145deg, rgba(45, 50, 55, .95), rgba(10, 12, 14, .98));
  box-shadow: 30px 35px 90px rgba(0, 0, 0, .55);
}

.pc-frame::before,
.pc-frame::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: var(--acid);
}

.pc-frame::before {
  top: -10px;
  right: -10px;
  width: 62%;
  height: 2px;
}

.pc-frame::after {
  top: -10px;
  right: -10px;
  width: 2px;
  height: 32%;
}

.pc-topbar {
  height: 29px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 8px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.pc-topbar > span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .28);
}

.pc-topbar small {
  margin-left: auto;
  color: rgba(255, 255, 255, .33);
  font-size: .45rem;
  font-weight: 800;
  letter-spacing: .1em;
}

.pc-inside {
  position: relative;
  height: 340px;
  margin-top: 9px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .09);
  background:
    radial-gradient(circle at 30% 35%, rgba(217, 255, 67, .12), transparent 35%),
    #090b0d;
}

.pc-board {
  position: absolute;
  top: 43px;
  left: 28px;
  width: 68%;
  height: 235px;
  border: 1px solid rgba(217, 255, 67, .37);
  background:
    linear-gradient(90deg, transparent 19%, rgba(217, 255, 67, .16) 20%, transparent 21%) 0 0 / 37px 37px,
    linear-gradient(0deg, transparent 19%, rgba(217, 255, 67, .12) 20%, transparent 21%) 0 0 / 37px 37px,
    #11161a;
}

.chip {
  position: absolute;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .23);
  color: rgba(255, 255, 255, .56);
  background: #080a0c;
  font-size: .48rem;
  font-weight: 900;
}

.chip-one {
  top: 30px;
  left: 32px;
  width: 72px;
  height: 72px;
  box-shadow: inset 0 0 0 9px #14191d, 0 0 24px rgba(217, 255, 67, .08);
}

.chip-two {
  top: 32px;
  right: 23px;
  width: 25px;
  height: 135px;
}

.chip-three {
  right: 53px;
  bottom: 21px;
  width: 103px;
  height: 23px;
}

.trace {
  position: absolute;
  height: 1px;
  background: rgba(217, 255, 67, .7);
  box-shadow: 0 0 8px rgba(217, 255, 67, .4);
}

.trace-one {
  top: 114px;
  left: 35px;
  width: 140px;
  transform: rotate(30deg);
}

.trace-two {
  top: 138px;
  left: 47px;
  width: 120px;
  transform: rotate(-22deg);
}

.trace-three {
  top: 181px;
  left: 67px;
  width: 100px;
}

.pc-fans {
  position: absolute;
  right: 12px;
  bottom: 13px;
  display: grid;
  gap: 8px;
}

.pc-fans span {
  width: 51px;
  height: 51px;
  display: block;
  border: 7px dashed rgba(255, 255, 255, .23);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(217, 255, 67, .28), inset 0 0 16px rgba(217, 255, 67, .12);
  animation: spin 12s linear infinite;
}

.pc-status {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px 0;
}

.pc-status span {
  color: rgba(255, 255, 255, .34);
  font-size: .47rem;
  letter-spacing: .18em;
}

.pc-status strong {
  color: var(--acid);
  font-size: .6rem;
  letter-spacing: .1em;
}

.machine-tag {
  position: absolute;
  z-index: 4;
  min-width: 158px;
  padding: 11px 13px;
  color: rgba(255, 255, 255, .45);
  border: 1px solid rgba(255, 255, 255, .15);
  border-left: 3px solid var(--acid);
  border-radius: 3px;
  background: rgba(9, 12, 14, .9);
  font-size: .52rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  backdrop-filter: blur(8px);
}

.machine-tag strong {
  display: block;
  margin-top: 2px;
  color: var(--white);
  font-size: .63rem;
}

.tag-cpu {
  top: 5px;
  left: 4px;
}

.tag-gpu {
  top: 206px;
  left: 0;
}

.tag-ssd {
  right: 0;
  bottom: 5px;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.service-section {
  width: var(--container);
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(50px, 8vw, 115px);
  align-items: end;
  padding: clamp(75px, 9vw, 120px) 0;
  margin: 0 auto;
}

.service-heading h2 {
  max-width: 520px;
  font-size: clamp(2.15rem, 3.7vw, 3.8rem);
}

.service-heading > p {
  max-width: 470px;
  margin: 22px 0 27px;
  color: var(--muted);
  font-size: .84rem;
  line-height: 1.7;
}

.service-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #cfd0c9;
  border-bottom: 1px solid #cfd0c9;
}

.service-card {
  position: relative;
  min-height: 330px;
  padding: 34px 20px 27px;
  border-right: 1px solid #cfd0c9;
}

.service-card:last-child {
  border-right: 0;
}

.service-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--ink);
  border-radius: 50%;
  background: var(--acid);
}

.service-icon svg {
  width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.service-index {
  position: absolute;
  top: 37px;
  right: 17px;
  color: #a9acac;
  font-size: .56rem;
  font-weight: 900;
}

.service-card h3 {
  margin: 87px 0 11px;
  font-size: 1.15rem;
  letter-spacing: -.035em;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: .7rem;
  line-height: 1.6;
}

.about-section {
  width: var(--container);
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(55px, 8vw, 120px);
  align-items: center;
  padding: 0 0 clamp(80px, 9vw, 120px);
  margin: 0 auto;
}

.about-gallery {
  position: relative;
  height: 600px;
}

.about-gallery figure {
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  background: #ddd;
  box-shadow: 0 22px 50px rgba(25, 27, 27, .14);
}

.about-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-large {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 90%;
}

.about-small {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45%;
  height: 48%;
  border: 8px solid var(--paper);
}

.about-seal {
  position: absolute;
  top: 33px;
  right: 1%;
  width: 152px;
  height: 152px;
  display: grid;
  place-content: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--ink);
  text-align: center;
  transform: rotate(6deg);
}

.about-seal strong {
  color: var(--acid);
  font-size: 2rem;
  line-height: 1;
}

.about-seal span {
  margin-top: 6px;
  font-size: .55rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.about-copy h2 {
  font-size: clamp(2.1rem, 3.4vw, 3.6rem);
}

.about-copy > p {
  margin: 21px 0 0;
  color: var(--muted);
  font-size: .83rem;
  line-height: 1.75;
}

.about-points {
  display: grid;
  gap: 9px;
  margin-top: 25px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.about-points span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .75rem;
  font-weight: 800;
}

.about-points i {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--acid);
  font-size: .65rem;
  font-style: normal;
}

.location-section {
  padding: 0 max(24px, calc((100vw - 1280px) / 2)) clamp(75px, 8vw, 110px);
}

.location-panel {
  min-height: 575px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  overflow: hidden;
  border-radius: 28px;
  color: var(--white);
  background: var(--ink);
}

.location-copy {
  position: relative;
  padding: clamp(50px, 6vw, 85px);
  overflow: hidden;
}

.location-copy::after {
  content: "GV";
  position: absolute;
  right: -27px;
  bottom: -63px;
  color: rgba(255, 255, 255, .035);
  font-size: 16rem;
  font-weight: 950;
  line-height: 1;
  letter-spacing: -.1em;
}

.location-copy h2 {
  max-width: 470px;
  font-size: clamp(2.15rem, 3.8vw, 3.7rem);
}

.location-details {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin-top: 42px;
  padding-top: 27px;
  border-top: 1px solid rgba(255, 255, 255, .13);
}

.location-details div {
  display: grid;
  gap: 7px;
}

.location-details small {
  color: rgba(255, 255, 255, .42);
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.location-details strong {
  font-size: .74rem;
  line-height: 1.55;
}

.location-actions {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 31px;
}

.text-link.light {
  color: rgba(255, 255, 255, .8);
}

.location-photo {
  position: relative;
  min-height: 575px;
  margin: 0;
  overflow: hidden;
}

.location-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 10, 12, .36), transparent 28%);
}

.location-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 50%;
}

.location-photo figcaption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  padding: 9px 12px;
  border-radius: 4px;
  color: var(--ink);
  background: var(--acid);
  font-size: .61rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.location-photo figcaption span {
  padding: 0 5px;
}

.service-area {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 27px 0 0;
}

.service-area > span {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.service-area > div {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
  overflow: hidden;
}

.service-area strong {
  flex: 0 0 auto;
  font-size: .71rem;
}

.service-area i {
  background: #a8aa9f;
}

.faq-section {
  width: var(--container);
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: clamp(55px, 9vw, 140px);
  padding: 0 0 clamp(80px, 9vw, 120px);
  margin: 0 auto;
}

.faq-heading h2 {
  max-width: 400px;
  font-size: clamp(2.2rem, 3.8vw, 3.8rem);
}

.faq-item {
  border-top: 1px solid #cfd0c9;
}

.faq-item:last-child {
  border-bottom: 1px solid #cfd0c9;
}

.faq-item button {
  width: 100%;
  min-height: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 20px 5px;
  border: 0;
  background: transparent;
  font-size: .83rem;
  font-weight: 850;
  text-align: left;
  cursor: pointer;
}

.faq-item button i {
  position: relative;
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--ink);
}

.faq-item button i::before,
.faq-item button i::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 8px;
  width: 9px;
  height: 1px;
  background: var(--white);
}

.faq-item button i::after {
  transform: rotate(90deg);
  transition: transform .2s ease;
}

.faq-item.open button i {
  background: var(--acid);
}

.faq-item.open button i::before,
.faq-item.open button i::after {
  background: var(--ink);
}

.faq-item.open button i::after {
  transform: rotate(0);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .3s ease;
}

.faq-answer p {
  overflow: hidden;
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: .76rem;
  line-height: 1.7;
}

.faq-item.open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.open .faq-answer p {
  padding: 0 50px 24px 5px;
}

.final-contact {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--white);
  background: #0a0d10;
}

.final-contact::before,
.final-contact::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  border: 1px solid rgba(217, 255, 67, .18);
  border-radius: 50%;
}

.final-contact::before {
  top: -180px;
  left: -120px;
}

.final-contact::after {
  right: -100px;
  bottom: -230px;
  width: 480px;
  height: 480px;
}

.final-circuit {
  position: absolute;
  inset: 0;
  opacity: .12;
  background:
    linear-gradient(90deg, transparent 49.7%, rgba(255, 255, 255, .25) 50%, transparent 50.3%) 0 0 / 80px 80px,
    linear-gradient(0deg, transparent 49.7%, rgba(255, 255, 255, .18) 50%, transparent 50.3%) 0 0 / 80px 80px;
  mask-image: radial-gradient(circle at center, black, transparent 72%);
}

.final-inner {
  position: relative;
  z-index: 2;
  width: min(750px, calc(100% - 48px));
  padding: 70px 0;
  text-align: center;
}

.final-kicker {
  color: var(--acid);
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.final-inner h2 {
  margin: 15px auto 0;
  font-size: clamp(2.3rem, 5vw, 4.8rem);
}

.final-inner p {
  max-width: 560px;
  margin: 18px auto 27px;
  color: rgba(255, 255, 255, .58);
  font-size: .84rem;
}

.button-large {
  min-height: 58px;
  padding: 15px 25px;
}

.button-large svg {
  width: 20px;
  fill: currentColor;
}

.site-footer {
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  color: var(--white);
  background: #050607;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.2fr .7fr;
  gap: 40px;
  padding: 55px 0 45px;
}

.footer-brand {
  width: min(100%, 270px);
  height: 135px;
  overflow: hidden;
  border-radius: 4px;
  background: var(--white);
}

.footer-brand img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}

.footer-column small {
  margin-bottom: 7px;
  color: rgba(255, 255, 255, .35);
  font-size: .57rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.footer-column a,
.footer-column span {
  color: rgba(255, 255, 255, .7);
  font-size: .7rem;
  transition: color .2s ease;
}

.footer-column a:hover {
  color: var(--acid);
}

.footer-bottom {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  color: rgba(255, 255, 255, .32);
  border-top: 1px solid rgba(255, 255, 255, .1);
  font-size: .62rem;
}

.footer-bottom a:hover {
  color: var(--white);
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 15px;
  border-radius: 999px;
  color: #061008;
  background: #65df78;
  box-shadow: 0 15px 35px rgba(0, 0, 0, .25);
  font-size: .69rem;
  font-weight: 900;
  transition: transform .2s ease;
}

.whatsapp-float:hover {
  transform: translateY(-3px);
}

.whatsapp-float svg {
  width: 19px;
  fill: currentColor;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .65s ease, transform .65s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  :root {
    --container: min(100% - 40px, 980px);
  }

  .desktop-nav {
    gap: 18px;
  }

  .header-contact span {
    display: none;
  }

  .header-contact {
    width: 43px;
    height: 43px;
    justify-content: center;
    padding: 0;
  }

  .intro {
    padding-right: 20px;
    padding-left: 20px;
  }

  .intro-content {
    width: 53%;
  }

  .intro-visual {
    right: 20px;
    width: 43%;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-featured {
    grid-column: span 2;
  }

  .inventory-grid-six {
    grid-template-columns: repeat(3, 1fr);
  }

  .build-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .service-section {
    grid-template-columns: 1fr;
  }

  .service-heading {
    max-width: 620px;
  }

  .service-card {
    min-height: 275px;
  }

  .service-card h3 {
    margin-top: 64px;
  }

  .about-section {
    gap: 55px;
  }

  .about-gallery {
    height: 520px;
  }

  .location-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .location-panel {
    grid-template-columns: 1fr 1fr;
  }

  .location-copy {
    padding: 50px 38px;
  }

  .location-details {
    grid-template-columns: 1fr;
  }

  .footer-main {
    grid-template-columns: 1.3fr 1fr 1fr;
  }

  .footer-column:last-child {
    display: none;
  }
}

@media (max-width: 780px) {
  :root {
    --container: calc(100% - 32px);
    --radius: 16px;
  }

  .header-inner {
    min-height: 74px;
  }

  .brand {
    min-width: 0;
  }

  .brand-gv {
    width: 42px;
    height: 42px;
    font-size: 1.15rem;
  }

  .brand-copy strong {
    font-size: .9rem;
  }

  .desktop-nav,
  .header-contact {
    display: none;
  }

  .menu-button {
    width: 44px;
    height: 44px;
    display: grid;
    place-content: center;
    gap: 7px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 50%;
    background: transparent;
  }

  .menu-button span {
    width: 18px;
    height: 1px;
    background: var(--white);
    transition: transform .2s ease;
  }

  .menu-button[aria-expanded="true"] span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 22px;
    padding: 80px 24px 40px;
    opacity: 0;
    visibility: hidden;
    background: rgba(8, 10, 12, .98);
    transition: opacity .25s ease, visibility .25s ease;
  }

  .mobile-menu.open {
    opacity: 1;
    visibility: visible;
  }

  .mobile-menu a {
    font-size: 1.35rem;
    font-weight: 900;
    letter-spacing: -.03em;
  }

  .mobile-menu a:last-child {
    margin-top: 12px;
    padding: 12px 17px;
    color: var(--ink);
    border-radius: 999px;
    background: var(--acid);
    font-size: .78rem;
    letter-spacing: 0;
  }

  .intro {
    min-height: 0;
    padding: 118px 16px 80px;
  }

  .intro::after {
    display: none;
  }

  .intro-content {
    width: 100%;
  }

  .intro h1 {
    max-width: 600px;
    margin-top: 18px;
    font-size: clamp(2.65rem, 12.5vw, 4.1rem);
  }

  .intro-content > p {
    max-width: 540px;
    font-size: .96rem;
  }

  .intro-proof {
    margin-top: 35px;
  }

  .intro-visual {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 480px;
    min-height: 0;
    margin-top: 45px;
  }

  .photo-main {
    right: 0;
    width: 100%;
    height: 100%;
    transform: none;
  }

  .brand-runner {
    height: 42px;
    justify-content: flex-start;
    padding-left: 16px;
    white-space: nowrap;
  }

  .quick-benefits {
    grid-template-columns: 1fr;
    padding: 18px 0;
  }

  .benefit {
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .benefit:last-child {
    border-bottom: 0;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .filter-bar {
    margin-top: 35px;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .inventory-heading {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .inventory-heading > p {
    margin-left: 0;
  }

  .inventory-grid-ssd,
  .inventory-grid-six,
  .inventory-grid-eight,
  .inventory-grid-four {
    grid-template-columns: repeat(2, 1fr);
  }

  .inventory-item-double {
    grid-column: span 2;
  }

  .product-featured {
    grid-column: auto;
    display: block;
  }

  .product-featured .product-image {
    min-height: 320px;
  }

  .product-featured .product-info {
    min-height: 280px;
  }

  .product-image {
    height: 320px;
  }

  .catalog-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .build-section {
    grid-template-columns: 1fr;
    padding: 75px 16px 55px;
  }

  .profile-tabs {
    overflow-x: auto;
  }

  .profile-result {
    min-height: 190px;
  }

  .build-machine {
    width: 100%;
    height: 450px;
    justify-self: center;
  }

  .pc-frame {
    right: 5%;
    width: 82%;
    height: 390px;
  }

  .pc-inside {
    height: 282px;
  }

  .pc-board {
    transform: scale(.85);
    transform-origin: top left;
  }

  .tag-gpu {
    top: 170px;
  }

  .service-section {
    padding-top: 75px;
  }

  .service-track {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 210px;
    padding: 25px 20px;
    border-right: 0;
    border-bottom: 1px solid #cfd0c9;
  }

  .service-card:last-child {
    border-bottom: 0;
  }

  .service-card h3 {
    margin-top: 42px;
  }

  .about-section {
    grid-template-columns: 1fr;
  }

  .about-gallery {
    height: 490px;
  }

  .about-large {
    width: 77%;
  }

  .about-small {
    width: 48%;
  }

  .about-seal {
    width: 120px;
    height: 120px;
  }

  .location-panel {
    grid-template-columns: 1fr;
  }

  .location-copy {
    padding: 55px 28px;
  }

  .location-photo {
    min-height: 450px;
  }

  .service-area {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
  }

  .service-area > div {
    width: calc(100vw - 32px);
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .faq-section {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: span 2;
  }

  .footer-column:last-child {
    display: none;
  }

  .whatsapp-float span {
    display: none;
  }

  .whatsapp-float {
    width: 52px;
    height: 52px;
    justify-content: center;
    padding: 0;
  }

  .whatsapp-float svg {
    width: 22px;
  }
}

@media (max-width: 460px) {
  .intro-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .intro-proof {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .intro-visual {
    height: 405px;
  }

  .photo-main {
    width: 100%;
    height: 100%;
  }

  .product-image,
  .product-featured .product-image {
    height: 290px;
    min-height: 290px;
  }

  .profile-result {
    min-height: 225px;
  }

  .build-machine {
    height: 390px;
  }

  .pc-frame {
    right: 2%;
    width: 86%;
    height: 350px;
  }

  .pc-inside {
    height: 244px;
  }

  .pc-board {
    top: 24px;
    left: 18px;
    transform: scale(.72);
  }

  .pc-fans span {
    width: 40px;
    height: 40px;
  }

  .machine-tag {
    min-width: 135px;
  }

  .about-gallery {
    height: 430px;
  }

  .about-seal {
    top: 14px;
    width: 103px;
    height: 103px;
  }

  .about-seal strong {
    font-size: 1.55rem;
  }

  .location-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .location-photo {
    min-height: 380px;
  }

  .location-photo figcaption {
    right: 12px;
    bottom: 12px;
    left: 12px;
    text-align: center;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 18px 0;
  }
}

@media (max-height: 780px) and (min-width: 781px) {
  .header-inner {
    min-height: 75px;
  }

  .desktop-nav a {
    padding: 26px 0;
  }

  .intro {
    min-height: 720px;
    padding-top: 118px;
  }

  .intro h1 {
    font-size: clamp(2.6rem, 4.2vw, 4.2rem);
  }

  .intro-visual {
    top: 105px;
    height: 535px;
  }

  .intro-proof {
    margin-top: 35px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
