/* Editorial PC & Hardware page, inspired by spacious product-science storytelling. */
.pc-hardware-page {
  color: #1e1d22;
  background:
    radial-gradient(circle at 10% 18%, rgba(174, 76, 112, 0.08), transparent 28rem),
    radial-gradient(circle at 84% 8%, rgba(76, 104, 170, 0.08), transparent 32rem),
    #e8e7eb;
}

.pc-hardware-page #signal-canvas {
  opacity: 0.22;
}

.pc-hardware-page .ambient {
  opacity: 0.12;
}

.pc-hardware-page .site-header-nav a[href="./pc-hardware.html"]::after {
  transform: scaleX(1);
}

.pc-hardware-page .hardware-main {
  position: relative;
  z-index: 2;
  width: calc(100% - 32px);
  max-width: 1480px;
  margin: 0 auto;
  padding-top: 122px;
}

.pc-hardware-page :is(#hardware-title, #categories-title, #architecture-title, #components, #gpu-title, #memory-title, #cooling-title, #case-title, #hardware-cta-title) {
  scroll-margin-top: 132px;
}

.pc-hardware-page :is(h1, h2, h3, p) {
  text-shadow: none;
}

.hardware-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #5b5661;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hardware-eyebrow::before {
  width: 34px;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, #bc506a, #7159a2, #4d72b5);
}

.hardware-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  gap: clamp(42px, 6vw, 92px);
  align-items: center;
  min-height: calc(100svh - 138px);
  padding: 56px clamp(34px, 5vw, 78px) 72px;
  border: 1px solid rgba(51, 46, 60, 0.12);
  border-radius: 34px;
  background: rgba(246, 245, 247, 0.72);
  box-shadow: 0 30px 92px rgba(48, 42, 59, 0.12);
  backdrop-filter: blur(18px);
}

.hardware-hero-copy {
  max-width: 620px;
}

.hardware-hero h1 {
  max-width: 650px;
  margin: 0 0 26px;
  color: #1b1a1f;
  font-size: clamp(3.45rem, 5.85vw, 7rem);
  line-height: 0.91;
  letter-spacing: -0.072em;
}

.hardware-hero-copy > p:not(.hardware-eyebrow) {
  max-width: 570px;
  margin: 0;
  color: #5d5963;
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  line-height: 1.7;
}

.hardware-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  margin-top: 32px;
}

.hardware-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  transition: transform 220ms ease, background 220ms ease, color 220ms ease;
}

.hardware-button:hover,
.hardware-button:focus-visible {
  transform: translateY(-3px);
}

.hardware-button-dark {
  color: #fff;
  background: #222027;
  box-shadow: 0 16px 38px rgba(42, 36, 49, 0.2);
}

.hardware-button-dark:hover,
.hardware-button-dark:focus-visible {
  color: #fff;
  background: #654b83;
}

.hardware-text-link {
  color: #27242c;
  font-size: 0.86rem;
  font-weight: 800;
}

.hardware-text-link span {
  display: inline-block;
  margin-left: 5px;
  transition: transform 220ms ease;
}

.hardware-text-link:hover span,
.hardware-text-link:focus-visible span {
  transform: translate(3px, -3px);
}

.hardware-hero-media {
  position: relative;
  height: min(700px, calc(100svh - 210px));
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  background: #111119;
  box-shadow: 0 28px 70px rgba(27, 23, 35, 0.22);
}

.hardware-hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, transparent 52%, rgba(9, 8, 14, 0.82));
}

.hardware-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  filter: saturate(0.88) contrast(1.02);
}

.hardware-hero-media figcaption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hardware-hero-media figcaption strong {
  color: #fff;
  text-align: right;
}

.hardware-categories {
  padding: 138px 0 48px;
}

.hardware-section-heading {
  width: min(850px, calc(100% - 48px));
  margin: 0 auto 56px;
  text-align: center;
}

.hardware-section-heading .hardware-eyebrow {
  justify-content: center;
}

.hardware-section-heading h2 {
  margin: 0;
  color: #201e24;
  font-size: clamp(2.4rem, 4.8vw, 5.8rem);
  line-height: 0.96;
  letter-spacing: -0.065em;
}

.hardware-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.hardware-category-card {
  position: relative;
  display: block;
  min-height: clamp(540px, 57vw, 720px);
  overflow: hidden;
  border-radius: 28px;
  color: #fff;
  background: #111017;
  box-shadow: 0 24px 66px rgba(39, 33, 49, 0.13);
  isolation: isolate;
  text-decoration: none;
}

.hardware-category-card::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, rgba(12, 10, 18, 0.04) 38%, rgba(12, 10, 18, 0.9) 100%);
}

.hardware-category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.02);
  transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1), filter 450ms ease;
}

.hardware-category-card:hover img,
.hardware-category-card:focus-visible img {
  filter: saturate(1.04) contrast(1.04);
  transform: scale(1.045);
}

.hardware-category-card:focus-visible {
  outline: 3px solid rgba(89, 233, 255, 0.74);
  outline-offset: 4px;
}

.hardware-category-copy {
  position: absolute;
  right: clamp(24px, 4vw, 54px);
  bottom: clamp(26px, 4vw, 54px);
  left: clamp(24px, 4vw, 54px);
  z-index: 2;
}

.hardware-category-copy > span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hardware-category-copy h3 {
  margin: 12px 0 14px;
  color: #fff;
  font-size: clamp(2.2rem, 4.2vw, 5rem);
  line-height: 0.92;
  letter-spacing: -0.065em;
}

.hardware-category-copy p {
  max-width: 510px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.94rem;
  line-height: 1.58;
}

.hardware-statement {
  position: relative;
  min-height: 860px;
  margin-top: 96px;
  overflow: hidden;
  border-radius: 32px;
  color: #fff;
  background: #111018;
  box-shadow: 0 30px 84px rgba(29, 24, 38, 0.2);
}

.hardware-statement::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(90deg, rgba(13, 11, 19, 0.9), rgba(13, 11, 19, 0.26) 62%),
    linear-gradient(180deg, transparent 48%, rgba(13, 11, 19, 0.72));
}

.hardware-statement figure,
.hardware-statement img {
  width: 100%;
  height: 100%;
  margin: 0;
}

.hardware-statement figure {
  position: absolute;
  inset: 0;
}

.hardware-statement img {
  object-fit: cover;
  filter: saturate(0.84) brightness(0.88);
}

.hardware-statement-copy {
  position: absolute;
  bottom: clamp(48px, 7vw, 96px);
  left: clamp(32px, 7vw, 102px);
  z-index: 2;
  width: min(720px, calc(100% - 64px));
}

.hardware-statement .hardware-eyebrow {
  color: rgba(255, 255, 255, 0.68);
}

.hardware-statement h2 {
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(3rem, 6.1vw, 7.4rem);
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.hardware-statement-copy > p:last-child {
  max-width: 610px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  line-height: 1.68;
}

.component-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(54px, 8vw, 130px);
  padding: 148px clamp(30px, 6vw, 96px);
}

.component-title-block h2,
.component-feature-copy h2,
.memory-storage-heading h2,
.cooling-copy > h2,
.case-copy h2 {
  margin: 0 0 22px;
  color: #1e1c22;
  font-size: clamp(3.4rem, 7.2vw, 8.4rem);
  line-height: 0.86;
  letter-spacing: -0.075em;
}

.component-title-block > p:last-child {
  max-width: 430px;
  margin: 0;
  color: #5c5862;
  line-height: 1.68;
}

.component-notes {
  border-top: 1px solid rgba(39, 35, 47, 0.18);
}

.component-notes article {
  display: grid;
  grid-template-columns: minmax(120px, 0.45fr) minmax(180px, 0.72fr) minmax(220px, 1.2fr);
  gap: 24px;
  padding: 29px 0;
  border-bottom: 1px solid rgba(39, 35, 47, 0.18);
}

.component-notes span {
  color: #7b7481;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.component-notes h3 {
  margin: 0;
  color: #242129;
  font-size: 1.02rem;
}

.component-notes p {
  margin: 0;
  color: #625e68;
  font-size: 0.88rem;
  line-height: 1.58;
}

.component-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(380px, 0.88fr);
  min-height: 760px;
  overflow: hidden;
  border-radius: 30px;
  background: #d5d3da;
}

.component-feature figure {
  min-height: 760px;
  margin: 0;
}

.component-feature figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.04);
}

.component-feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 7vw, 108px);
}

.component-feature-copy > p:not(.hardware-eyebrow) {
  margin: 0;
  color: #59555f;
  line-height: 1.7;
}

.component-feature-copy ul {
  display: grid;
  gap: 0;
  margin: 42px 0 0;
  padding: 0;
  border-top: 1px solid rgba(41, 37, 48, 0.18);
  list-style: none;
}

.component-feature-copy li {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 22px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(41, 37, 48, 0.18);
}

.component-feature-copy li strong {
  color: #242129;
  font-size: 0.8rem;
}

.component-feature-copy li span {
  color: #66616c;
  font-size: 0.82rem;
  line-height: 1.5;
}

.memory-storage-section {
  padding: 148px clamp(30px, 6vw, 96px);
}

.memory-storage-heading {
  width: min(850px, 100%);
  margin-bottom: 68px;
}

.memory-storage-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.memory-storage-grid article {
  min-height: 460px;
  padding: clamp(30px, 4vw, 58px);
  border: 1px solid rgba(43, 39, 50, 0.1);
  border-radius: 26px;
  background: rgba(249, 248, 250, 0.72);
  box-shadow: 0 22px 60px rgba(49, 43, 59, 0.09);
}

.memory-storage-grid article > span {
  color: #746d7b;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.memory-storage-grid h3 {
  max-width: 560px;
  margin: 74px 0 22px;
  color: #242129;
  font-size: clamp(2.1rem, 3.5vw, 4.1rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.memory-storage-grid p {
  max-width: 560px;
  margin: 0;
  color: #625e68;
  line-height: 1.68;
}

.component-scale {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-top: 52px;
}

.component-scale i {
  padding-top: 12px;
  border-top: 4px solid #29262e;
  color: #6b6571;
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 760;
  text-transform: uppercase;
}

.component-scale i:nth-child(2) {
  border-color: #7c5a99;
}

.component-scale i:nth-child(3) {
  border-color: #526fa7;
}

.cooling-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
  min-height: 850px;
  overflow: hidden;
  border-radius: 30px;
  color: #fff;
  background: #17151d;
  box-shadow: 0 30px 84px rgba(29, 24, 38, 0.2);
}

.cooling-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(46px, 7vw, 104px);
}

.cooling-copy .hardware-eyebrow,
.cooling-copy > p:not(.hardware-eyebrow) {
  color: rgba(255, 255, 255, 0.66);
}

.cooling-copy > h2 {
  color: #fff;
  font-size: clamp(3rem, 5.6vw, 6.8rem);
}

.cooling-copy > p:not(.hardware-eyebrow) {
  margin: 0;
  line-height: 1.68;
}

.cooling-options {
  margin-top: 46px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.cooling-options article {
  display: grid;
  grid-template-columns: 40px 130px 1fr;
  gap: 16px;
  padding: 21px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.cooling-options span {
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.68rem;
}

.cooling-options h3 {
  margin: 0;
  color: #fff;
  font-size: 0.88rem;
}

.cooling-options p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  line-height: 1.55;
}

.cooling-section > figure {
  min-height: 850px;
  margin: 0;
}

.cooling-section > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.04) brightness(0.9);
}

.case-section {
  display: grid;
  grid-template-columns: minmax(440px, 1.06fr) minmax(0, 0.94fr);
  gap: clamp(46px, 7vw, 112px);
  align-items: center;
  padding: 142px clamp(30px, 6vw, 96px) 64px;
}

.case-section figure {
  height: 760px;
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  background: #111018;
  box-shadow: 0 28px 74px rgba(37, 31, 46, 0.18);
}

.case-section figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9);
}

.case-copy > p:not(.hardware-eyebrow) {
  max-width: 540px;
  margin: 0;
  color: #5d5963;
  line-height: 1.72;
}

.case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 36px;
}

.case-tags span {
  padding: 10px 15px;
  border: 1px solid rgba(42, 38, 49, 0.16);
  border-radius: 999px;
  color: #4f4a56;
  font-size: 0.7rem;
  font-weight: 800;
}

.hardware-cta {
  margin-top: 96px;
  padding: clamp(72px, 10vw, 150px) clamp(28px, 8vw, 120px);
  border-radius: 32px;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(circle at 14% 86%, rgba(211, 78, 105, 0.65), transparent 34%),
    radial-gradient(circle at 52% 100%, rgba(121, 77, 160, 0.72), transparent 38%),
    radial-gradient(circle at 86% 80%, rgba(63, 99, 177, 0.72), transparent 34%),
    linear-gradient(145deg, #2b2832, #3a3545);
  box-shadow: 0 30px 86px rgba(44, 37, 55, 0.2);
}

.hardware-cta .hardware-eyebrow {
  color: rgba(255, 255, 255, 0.7);
}

.hardware-cta .hardware-eyebrow::before {
  background: rgba(255, 255, 255, 0.58);
}

.hardware-cta h2 {
  max-width: 990px;
  margin: 0 auto 22px;
  color: #fff;
  font-size: clamp(3rem, 6.5vw, 7.8rem);
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.hardware-cta > p:not(.hardware-eyebrow) {
  margin: 0 auto 34px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.hardware-button-light {
  color: #27232d;
  background: #f7f5f8;
}

.hardware-button-light:hover,
.hardware-button-light:focus-visible {
  color: #27232d;
  background: #fff;
}

.pc-hardware-page .site-footer {
  width: min(1480px, calc(100% - 32px));
  margin-top: 96px;
}

.pc-hardware-page .interface-panel {
  top: 32%;
  right: 8px;
}

.pc-hardware-page .sphere-shell {
  width: clamp(218px, 18vw, 240px);
  height: clamp(218px, 18vw, 240px);
}

.pc-hardware-page .sphere-core {
  width: 68px;
  height: 68px;
  font-size: 0.7rem;
}

.pc-hardware-page .sphere-link {
  width: 94px;
  min-height: 32px;
  padding: 0 8px;
  font-size: 0.67rem;
  white-space: nowrap;
}

.pc-hardware-page .sphere-solutions {
  width: 118px;
}

.pc-hardware-page .sphere-link:hover,
.pc-hardware-page .sphere-link:focus-visible {
  font-size: 0.78rem;
}

@media (max-width: 1080px) {
  .hardware-hero {
    grid-template-columns: 1fr 0.92fr;
    gap: 36px;
  }

  .hardware-hero-media {
    min-height: 520px;
  }

  .component-feature,
  .cooling-section,
  .case-section {
    grid-template-columns: 1fr;
  }

  .component-feature figure,
  .cooling-section > figure,
  .case-section figure {
    min-height: 660px;
    height: 660px;
  }

  .cooling-section > figure {
    order: -1;
  }

  .case-section {
    gap: 62px;
  }
}

@media (max-width: 900px) {
  .pc-hardware-page .hardware-main {
    width: calc(100% - 16px);
    padding-top: 86px;
  }

  .hardware-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 68px 24px 24px;
    border-radius: 26px;
  }

  .hardware-hero h1 {
    font-size: clamp(3.45rem, 12vw, 6.6rem);
  }

  .hardware-hero-media {
    height: 72svh;
    min-height: 520px;
    border-radius: 22px;
  }

  .hardware-categories {
    padding-top: 104px;
  }

  .hardware-category-grid {
    grid-template-columns: 1fr;
  }

  .hardware-category-card {
    min-height: 650px;
  }

  .hardware-statement {
    min-height: 760px;
    border-radius: 26px;
  }

  .component-section {
    grid-template-columns: 1fr;
    gap: 54px;
    padding: 112px 24px;
  }

  .component-notes article {
    grid-template-columns: 120px 1fr;
  }

  .component-notes p {
    grid-column: 2;
  }

  .memory-storage-section {
    padding: 112px 24px;
  }

  .memory-storage-grid {
    grid-template-columns: 1fr;
  }

  .case-section {
    padding: 112px 24px 42px;
  }

  .hardware-cta {
    border-radius: 26px;
  }

  .pc-hardware-page .interface-panel {
    display: none;
  }
}

@media (max-width: 560px) {
  .hardware-hero {
    padding: 58px 18px 18px;
  }

  .hardware-hero h1 {
    font-size: clamp(3.2rem, 15vw, 5.2rem);
  }

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

  .hardware-hero-media {
    min-height: 480px;
  }

  .hardware-hero-media figcaption {
    flex-direction: column;
    align-items: flex-start;
  }

  .hardware-hero-media figcaption strong {
    text-align: left;
  }

  .hardware-section-heading {
    width: calc(100% - 28px);
  }

  .hardware-category-card {
    min-height: 540px;
    border-radius: 22px;
  }

  .hardware-category-copy h3 {
    font-size: 3.15rem;
  }

  .hardware-statement {
    min-height: 690px;
  }

  .hardware-statement-copy {
    bottom: 38px;
    left: 22px;
    width: calc(100% - 44px);
  }

  .hardware-statement h2 {
    font-size: 3.35rem;
  }

  .component-notes article {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .component-notes p {
    grid-column: auto;
  }

  .component-feature figure,
  .cooling-section > figure,
  .case-section figure {
    min-height: 520px;
    height: 520px;
  }

  .component-feature-copy,
  .cooling-copy {
    padding: 58px 22px;
  }

  .component-title-block h2,
  .component-feature-copy h2,
  .memory-storage-heading h2,
  .cooling-copy > h2,
  .case-copy h2 {
    font-size: 4rem;
  }

  .memory-storage-grid article {
    min-height: 430px;
    padding: 28px 22px;
  }

  .memory-storage-grid h3 {
    margin-top: 58px;
  }

  .cooling-options article {
    grid-template-columns: 34px 1fr;
  }

  .cooling-options p {
    grid-column: 2;
  }

  .case-section {
    padding-right: 12px;
    padding-left: 12px;
  }

  .hardware-cta {
    margin-top: 72px;
  }
}

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