.equipment-page { background: var(--paper); }
.equipment-page .main-nav .active { color: var(--yellow); opacity: 1; }

.equipment-hero { min-height: 760px; padding: 190px max(24px, calc((100vw - var(--max))/2)) 90px; background: var(--ink); color: white; position: relative; overflow: hidden; display: grid; grid-template-columns: 1.3fr .7fr; gap: 90px; align-items: end; }
.equipment-hero::after { content: "E1 / STS1"; position: absolute; top: 150px; right: -24px; color: rgba(255,255,255,.035); font: 800 clamp(90px, 15vw, 230px)/.85 "Manrope"; letter-spacing: -.08em; writing-mode: vertical-rl; }
.equipment-hero-grid { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 96px 96px; mask-image: linear-gradient(90deg, #000, transparent 78%); }
.equipment-hero-copy, .equipment-hero-data { position: relative; z-index: 2; }
.brand-line, .product-brand { font: 800 14px "Manrope"; letter-spacing: .14em; }
.brand-line { color: rgba(255,255,255,.55); margin: 0 0 24px; }
.brand-line span, .product-brand span { color: var(--yellow); }
.equipment-hero h1 { max-width: 850px; font-size: clamp(58px, 7vw, 102px); margin-bottom: 32px; }
.equipment-hero-copy > p:not(.eyebrow):not(.brand-line) { max-width: 650px; color: rgba(255,255,255,.66); font-size: 18px; }
.equipment-hero-copy .button { margin-top: 28px; }
.equipment-hero-data { border-top: 1px solid rgba(255,255,255,.2); }
.equipment-hero-data > div { display: flex; justify-content: space-between; gap: 30px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.equipment-hero-data small { color: rgba(255,255,255,.4); font-size: 10px; letter-spacing: .16em; }
.equipment-hero-data strong { font-size: 14px; text-align: right; }

.catalog { background: var(--paper-2); }
.catalog-heading { display: grid; grid-template-columns: 1fr 3fr; gap: 60px; margin-bottom: 68px; }
.catalog-heading > div { display: grid; grid-template-columns: 1.35fr .65fr; gap: 60px; align-items: end; }
.catalog-heading h2 { font-size: clamp(42px, 5vw, 72px); line-height: 1.06; letter-spacing: -.05em; margin-bottom: 0; }
.catalog-heading > div > p { color: var(--muted); margin: 0 0 8px; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.product-card { min-height: 620px; padding: 34px; background: var(--paper); border: 1px solid var(--line); display: flex; flex-direction: column; }
.product-card.featured-product { background: var(--yellow); }
.product-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 72px; }
.product-type, .product-index { font: 700 10px "Manrope"; letter-spacing: .16em; }
.product-type { padding: 8px 10px; border: 1px solid rgba(18,19,18,.3); }
.product-index { color: var(--muted); }
.product-brand { margin-bottom: 15px; }
.product-title-row { display: grid; grid-template-columns: minmax(0, 1fr) 190px; gap: 24px; align-items: center; margin-bottom: 24px; }
.product-title-row .product-brand { margin-bottom: 12px; }
.product-card h3 { font-size: clamp(36px, 4vw, 58px); line-height: 1; letter-spacing: -.045em; margin-bottom: 24px; }
.product-title-row h3 { margin-bottom: 0; }
.product-image { display: block; width: 160px; height: 160px; padding: 8px; object-fit: cover; object-position: center; border: 4px solid var(--ink); border-radius: 50%; background: white; box-shadow: 0 12px 25px rgba(18,19,18,.16); }
.product-card:nth-child(2) .product-image { object-position: 68% center; }
.product-summary { max-width: 560px; color: #5e605b; font-size: 17px; }
.product-specs { list-style: none; padding: 0; margin: 34px 0 42px; border-top: 1px solid rgba(18,19,18,.18); }
.product-specs li { display: flex; justify-content: space-between; gap: 30px; padding: 14px 0; border-bottom: 1px solid rgba(18,19,18,.18); font-size: 14px; }
.product-specs span { color: var(--muted); }
.product-specs strong { text-align: right; }
.quote-row { margin-top: auto; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.quote-row p { margin: 0; }
.quote-row small { display: block; color: var(--muted); font-size: 9px; letter-spacing: .16em; margin-bottom: 4px; }
.quote-row strong { font-size: 14px; }
.product-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; background: var(--ink); color: white; padding: 0 19px; font-size: 13px; font-weight: 700; transition: transform .2s, background .2s; }
.product-button:hover { transform: translateY(-2px); background: #292b29; }
.quote-label { color: var(--muted); font-size: 13px; font-weight: 700; }
.spec-drawer { margin: 0 0 26px; border-top: 1px solid rgba(18,19,18,.2); border-bottom: 1px solid rgba(18,19,18,.2); }
.spec-drawer summary { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 14px; font-weight: 800; }
.spec-drawer summary::-webkit-details-marker { display: none; }
.spec-drawer summary span { width: 22px; height: 22px; position: relative; flex: 0 0 auto; }
.spec-drawer summary span::before, .spec-drawer summary span::after { content: ""; position: absolute; left: 4px; top: 10px; width: 14px; height: 2px; background: var(--ink); transition: transform .2s ease; }
.spec-drawer summary span::after { transform: rotate(90deg); }
.spec-drawer[open] summary span::after { transform: rotate(0); }
.drawer-specs { margin: 0 0 16px; border-top: 1px solid rgba(18,19,18,.14); }
.drawer-specs > div { display: grid; grid-template-columns: minmax(120px,.7fr) minmax(0,1.3fr); gap: 16px; padding: 10px 0; border-bottom: 1px solid rgba(18,19,18,.14); font-size: 13px; }
.drawer-specs dt { color: var(--muted); }
.drawer-specs dd { margin: 0; font-weight: 700; text-align: right; }
.catalog-note { color: var(--muted); font-size: 13px; margin: 24px 0 0; }

.equipment-contact { background: var(--yellow); position: relative; overflow: hidden; }
.equipment-contact::after { content: "XYZ"; position: absolute; right: -20px; bottom: -70px; color: rgba(18,19,18,.06); font: 800 260px/.8 "Manrope"; }
.equipment-contact h2 { position: relative; z-index: 1; max-width: 940px; font-size: clamp(48px, 6vw, 88px); line-height: 1.02; letter-spacing: -.055em; margin-bottom: 28px; }
.equipment-contact > p:not(.section-label) { position: relative; z-index: 1; max-width: 660px; color: rgba(18,19,18,.68); font-size: 18px; }
.equipment-contact-button { position: relative; z-index: 1; margin-top: 30px; background: var(--ink); color: white; }

@media (max-width: 1020px) {
  .equipment-hero { grid-template-columns: 1fr; padding-top: 160px; }
  .equipment-hero-data { max-width: 660px; }
  .catalog-heading, .catalog-heading > div { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 760px) {
  .equipment-hero { min-height: auto; padding: 130px 18px 74px; gap: 60px; }
  .equipment-hero h1 { font-size: clamp(50px, 15vw, 68px); }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 580px; padding: 26px 20px; }
  .product-top { margin-bottom: 52px; }
  .product-title-row { grid-template-columns: minmax(0, 1fr) 112px; gap: 14px; }
  .product-image { width: 106px; height: 106px; border-width: 3px; }
  .quote-row { align-items: stretch; flex-direction: column; }
  .product-button { width: 100%; }
  .drawer-specs > div { grid-template-columns: 1fr; gap: 3px; }
  .drawer-specs dd { text-align: left; }
  .equipment-contact h2 { font-size: 49px; }
}
