﻿.equipment { --accent:#2f5f88; --hero:url("/assets/templates/images/pc/equipment/equipment-assembly-floor-real.webp"); --shade:rgba(3,17,29,.72); }

.equipment .real-nav { background:rgba(255,255,255,.93); }
.equipment .nav-cta { background:#2f5f88; }
.equipment-hero .hero-copy { max-width:760px; }
.equipment-hero .hero-copy h1 { max-width:760px; font-size:72px; letter-spacing:0; }
.equipment-hero .real-btn.ghost { background:rgba(255,255,255,.08); }

.equipment-overview {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1px;
  background:#d8e0e7;
  border-top:1px solid #d8e0e7;
  border-bottom:1px solid #d8e0e7;
}
.equipment-overview div { padding:32px 7vw; background:#fff; }
.equipment-overview b { display:block; margin-bottom:8px; color:#183d5f; font-size:24px; }
.equipment-overview span,
.equipment-overview p { display:block; margin-bottom:0; color:#5e6b74; font-size:14px; line-height:1.7; font-weight:700; overflow-wrap:anywhere; }

.equipment-build { background:#f5f7f9; }
.equipment-build .section-title p { max-width:460px; margin-bottom:0; }
.equipment-build-grid {
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:22px;
}
.equipment-build-main,
.equipment-build-item {
  position:relative;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(47,95,136,.14);
}
.equipment-build-main { min-height:620px; grid-row:span 2; }
.equipment-build-main picture,
.equipment-build-item picture,
.equipment-integration-photo picture,
.equipment-service-photo picture { display:block; width:100%; height:100%; }
.equipment-build-main img { width:100%; height:100%; min-height:620px; object-fit:cover; }
.equipment-build-main > div {
  position:absolute;
  left:24px;
  right:24px;
  bottom:24px;
  padding:24px;
  background:rgba(255,255,255,.9);
  backdrop-filter:blur(16px);
}
.equipment-build-main span,
.equipment-integration-copy span,
.equipment-contact-copy span {
  display:block;
  margin-bottom:12px;
  color:#2f5f88;
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:900;
}
.equipment-build-main h3,
.equipment-build-item h3 { margin-bottom:10px; font-size:24px; }
.equipment-build-main p,
.equipment-build-item p { margin-bottom:0; font-size:14px; }
.equipment-build-item img { width:100%; height:260px; object-fit:cover; }
.equipment-build-item h3,
.equipment-build-item p { padding:0 24px; }
.equipment-build-item h3 { margin-top:22px; }
.equipment-build-item p { padding-bottom:24px; }

.equipment-integration {
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:34px;
  align-items:center;
  padding:72px 7vw;
  background:#0d1b29;
  color:#fff;
}
.equipment-integration h2,
.equipment-contact-copy h2 { margin-bottom:18px; font-size:42px; line-height:1.15; }
.equipment-integration p { color:rgba(255,255,255,.72); }
.equipment-integration ul { margin:28px 0 0; padding:0; list-style:none; }
.equipment-integration li { padding:14px 0 14px 28px; color:rgba(255,255,255,.84); border-top:1px solid rgba(255,255,255,.12); position:relative; }
.equipment-integration li::before { content:""; position:absolute; left:0; top:23px; width:9px; height:9px; background:#63b7e5; }
.equipment-integration-photo { position:relative; min-height:430px; }
.equipment-integration-photo img { width:100%; height:430px; object-fit:cover; border:1px solid rgba(255,255,255,.12); }
.equipment-tags {
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  padding:16px;
  background:rgba(255,255,255,.9);
  backdrop-filter:blur(12px);
}
.equipment-tags b { margin-right:6px; color:#183d5f; }
.equipment-tags span { padding:7px 10px; color:#445463; background:#eef3f6; font-size:12px; font-weight:800; }

.equipment-service { background:#fff; }
.equipment-service .section-title p { max-width:420px; margin-bottom:0; }
.equipment-service-row {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
  align-items:stretch;
}
.equipment-service-photo img { width:100%; height:100%; min-height:540px; object-fit:cover; }
.equipment-steps {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1px;
  background:#d8e0e7;
}
.equipment-steps div { padding:34px 28px; background:#f5f7f9; }
.equipment-steps b { display:block; margin-bottom:22px; color:#2f5f88; font-size:13px; }
.equipment-steps h3 { margin-bottom:10px; font-size:22px; }
.equipment-steps p { margin-bottom:0; font-size:14px; }

.equipment-contact {
  position:relative;
  min-height:520px;
  display:flex;
  align-items:center;
  padding:72px 7vw;
  overflow:hidden;
  color:#fff;
}
.equipment-contact::before { content:""; position:absolute; inset:0; z-index:1; background:linear-gradient(90deg,rgba(6,18,30,.9),rgba(6,18,30,.58),rgba(6,18,30,.16)); }
.equipment-contact picture { position:absolute; inset:0; width:100%; height:100%; }
.equipment-contact img { width:100%; height:100%; object-fit:cover; }
.equipment-contact-copy { position:relative; z-index:2; max-width:560px; }
.equipment-contact-copy span { color:#91d3ff; }
.equipment-contact-copy p { color:rgba(255,255,255,.78); }

@media (max-width: 1080px) {
.equipment-hero .hero-copy h1 { font-size:58px; }
  .equipment-build-grid,
  .equipment-integration,
  .equipment-service-row { grid-template-columns:1fr; }
  .equipment-build-main,
  .equipment-build-main img { min-height:480px; }
  .equipment-service-photo img { min-height:420px; }
}

@media (max-width: 720px) {
.equipment { --hero:url("/assets/templates/images/mobile/equipment/equipment-assembly-floor-real.webp"); }
  .equipment .real-nav { background:rgba(255,255,255,.94); }
  .equipment .hero-full {
    min-height:min(760px, calc(100svh - 64px));
    padding-top:74px;
    padding-bottom:30px;
    background-position:58% bottom;
  }
  .equipment .hero-full::before { background:linear-gradient(180deg,rgba(3,17,29,.78),rgba(3,17,29,.36) 62%,rgba(3,17,29,.82)); }
  .equipment-hero .hero-copy { max-width:340px; }
  .equipment-hero .hero-copy .kicker { margin-bottom:14px; font-size:13px; line-height:1.5; }
  .equipment-hero .hero-copy h1 { max-width:330px; margin-bottom:18px; font-size:33px; line-height:1.12; word-break:normal; }
  .equipment-hero .hero-copy .lead { max-width:330px; font-size:16px; line-height:1.62; }
  .equipment-hero .hero-points { margin-top:20px; gap:10px 14px; }
  .equipment-hero .hero-actions { max-width:320px; gap:10px; margin-top:24px; }
  .equipment-hero .real-btn { flex:1 1 100%; width:100%; min-height:46px; padding:0 14px; font-size:14px; }
  .equipment-overview { grid-template-columns:1fr; }
  .equipment-overview div { min-width:0; padding:22px 20px; }
  .equipment-overview b { font-size:21px; }
  .equipment-overview span,
  .equipment-overview p { width:100%; max-width:310px; white-space:normal; word-break:break-all; overflow-wrap:anywhere; }
  .equipment-build .section-title p,
  .equipment-service .section-title p { max-width:none; }
  .equipment-build-grid { grid-template-columns:1fr; gap:18px; }
  .equipment-build-main { min-height:auto; grid-row:auto; }
  .equipment-build-main picture,
  .equipment-build-item picture { height:auto; }
  .equipment-build-main img,
  .equipment-build-item img { min-height:0; height:auto; aspect-ratio:1.18 / 1; object-fit:cover; }
  .equipment-build-main > div {
    position:static;
    padding:20px;
    background:#fff;
    backdrop-filter:none;
  }
  .equipment-build-item h3,
  .equipment-build-item p { padding:0 20px; }
  .equipment-build-item h3 { margin-top:20px; }
  .equipment-build-item p { padding-bottom:20px; }
  .equipment-integration {
    grid-template-columns:1fr;
    gap:22px;
    padding:52px 20px;
  }
  .equipment-integration h2,
  .equipment-contact-copy h2 { font-size:32px; }
  .equipment-integration-photo,
  .equipment-integration-photo img { min-height:0; height:auto; }
  .equipment-integration-photo img { aspect-ratio:1.15 / 1; object-fit:cover; }
  .equipment-tags { position:static; margin-top:10px; padding:14px; }
  .equipment-service-row { grid-template-columns:1fr; gap:18px; }
  .equipment-service-photo picture { height:auto; }
  .equipment-service-photo img { min-height:0; height:auto; aspect-ratio:1.18 / 1; object-fit:cover; }
  .equipment-steps { grid-template-columns:1fr; }
  .equipment-steps div { padding:24px 20px; }
  .equipment-contact { min-height:520px; padding:48px 20px 92px; align-items:flex-end; }
  .equipment-contact::before { background:linear-gradient(180deg,rgba(6,18,30,.28),rgba(6,18,30,.92)); }
html.js-ready body.equipment .reveal { opacity:1; transform:none; }
}

/* 2026-06-04 structure pass: product rack + commissioning log */
.equipment-overview {
  grid-template-columns: 1.2fr .9fr .9fr;
  align-items: stretch;
  background: #0d1b29;
}
.equipment-overview div:first-child {
  color: #fff;
  background: #0d1b29;
}
.equipment-overview div:first-child b,
.equipment-overview div:first-child p { color: #fff; }
.equipment-build-grid {
  grid-template-columns: minmax(360px, .8fr) repeat(2, minmax(220px, .6fr));
  align-items: stretch;
}
.equipment-build-main {
  grid-column: 1;
  grid-row: span 2;
}
.equipment-build-item {
  display: grid;
  grid-template-rows: 260px auto 1fr;
}
.equipment-integration {
  grid-template-columns: minmax(320px,.72fr) minmax(520px,1.28fr);
  border-top: 10px solid #63b7e5;
}
.equipment-tags {
  left: auto;
  right: 18px;
  width: min(420px, calc(100% - 36px));
}
.equipment-steps {
  grid-template-columns: 1fr;
  counter-reset: equip-step;
}
.equipment-steps div {
  display: grid;
  grid-template-columns: 58px 150px 1fr;
  align-items: start;
  gap: 18px;
}

@media (max-width:720px) {
  .equipment-overview,
  .equipment-build-grid,
  .equipment-integration { grid-template-columns: 1fr; }
  .equipment-steps div { grid-template-columns: 1fr; gap: 8px; }
}

/* 2026-06-04 premium hero tuning */
.equipment {
  --nav-ink: #fff;
  --nav-cta-bg: #080808;
  --hero-pos: 72% center;
  --hero-mobile-pos: 58% center;
  --hero-overlay: linear-gradient(90deg,rgba(5,14,22,.82),rgba(5,14,22,.34) 46%,rgba(5,14,22,.04));
  --hero-mobile-overlay: linear-gradient(180deg,rgba(0,0,0,.72),rgba(0,0,0,.30) 56%,rgba(0,0,0,.82));
  --hero-title-size: 70px;
  --hero-mobile-title-size: 39px;
  --hero-copy-width: 620px;
  --hero-title-width: 720px;
  --hero-lead-width: 520px;
  --hero-btn-bg: #080808;
}
.equipment .real-nav {
  position: absolute;
  width: 100%;
  color: var(--nav-ink);
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
}
.equipment .hero-full {
  min-height: min(790px, 100svh);
  padding: 138px 8vw 86px;
  background-position: var(--hero-pos);
}
.equipment .hero-full::before { background: var(--hero-overlay); }
.equipment-hero .hero-copy h1 {
  max-width: var(--hero-title-width);
  font-family: var(--serif);
  font-size: var(--hero-title-size);
  line-height: .98;
  font-weight: 400;
  letter-spacing: 0;
}
.equipment-hero .hero-copy .lead {
  max-width: var(--hero-lead-width);
  font-size: 21px;
  line-height: 1.62;
}
.equipment-hero .real-btn { background: var(--hero-btn-bg); }
.equipment-hero .real-btn.ghost {
  color: currentColor;
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.48);
}
@media (max-width:720px) {
  .equipment .real-nav { background: linear-gradient(180deg,rgba(0,0,0,.34),transparent); }
  .equipment .hero-full {
    min-height: min(700px, 100svh);
    padding: 96px 20px 44px;
    background-position: var(--hero-mobile-pos);
  }
  .equipment .hero-full::before { background: var(--hero-mobile-overlay); }
  .equipment-hero .hero-copy h1 {
    max-width: 330px;
    font-size: var(--hero-mobile-title-size);
    line-height: 1.05;
    word-break: normal;
  }
  .equipment-hero .hero-copy .lead {
    max-width: 330px;
    font-size: 16px;
  }
}
/* 2026-06-04 real hero source + whitespace */
.equipment {
  --hero: url("/assets/templates/images/pc/equipment/real-equipment-hero.webp");
  --nav-ink: #fff;
  --nav-cta-bg: #0b1118;
  --hero-text: #fff;
  --hero-muted: rgba(255,255,255,.82);
  --hero-pos: 68% center;
  --hero-mobile-pos: 60% center;
  --hero-overlay: linear-gradient(90deg,rgba(3,17,29,.86),rgba(3,17,29,.40) 45%,rgba(3,17,29,.04));
  --hero-mobile-overlay: linear-gradient(180deg,rgba(3,17,29,.84),rgba(3,17,29,.45) 58%,rgba(3,17,29,.82));
  --hero-title-size: 62px;
  --hero-mobile-title-size: 34px;
  --hero-copy-width: 540px;
  --hero-title-width: 610px;
  --hero-lead-width: 500px;
  --hero-btn-bg: #0b1118;
}
.equipment .real-nav {
  color: var(--nav-ink);
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
}
.equipment .hero-full {
  background-position: var(--hero-pos);
}
.equipment .hero-full::before {
  background: var(--hero-overlay);
}
@media (max-width: 720px) {
  .equipment {
    --hero: url("/assets/templates/images/mobile/equipment/real-equipment-hero.webp");
    --mobile-nav-ink: var(--nav-ink);
  }
  .equipment .hero-full {
    background-position: var(--hero-mobile-pos);
  }
  .equipment .hero-full::before {
    background: var(--hero-mobile-overlay);
  }
}
/* end 2026-06-04 real hero source + whitespace */
