:root { --ink: #121313; --soft: #f3f3f0; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.products-page { margin: 0; color: var(--ink); background: #fff; font-family: Manrope, sans-serif; }
.products-page a { color: inherit; text-decoration: none; }
.products-hero { min-height: min(760px, 92vh); color: #fff; background: linear-gradient(90deg, rgba(9,10,10,.75), rgba(9,10,10,.27) 60%, rgba(9,10,10,.45)), url('assets/images/products-hero.png') center/cover; display: flex; flex-direction: column; }
.products-nav { width: min(1440px, calc(100% - 72px)); margin: 0 auto; padding: 28px 0; display: flex; align-items: center; gap: 42px; border-bottom: 1px solid rgba(255,255,255,.28); }
.products-brand { width: 214px; flex: 0 0 auto; display: flex; flex-direction: column; gap: 3px; }.products-brand span { display: block; padding: 12px 14px 10px; border: 3px solid currentColor; font-size: 31px; font-weight: 700; letter-spacing: 3px; line-height: 1; }.products-brand small { font-size: 6px; font-weight: 800; letter-spacing: .4px; }
.products-nav-links { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 2vw, 37px); flex: 1; font-size: 14px; font-weight: 600; }.products-nav-links a { position: relative; padding: 8px 0; }.products-nav-links a::after { position: absolute; content: ''; height: 1px; background: currentColor; left: 0; right: 0; bottom: 0; transform: scaleX(0); transition: transform .25s; }.products-nav-links a:hover::after, .products-nav-links .is-active::after { transform: scaleX(1); }
.nav-cta, .light-button { display: inline-flex; align-items: center; gap: 14px; padding: 13px 18px; font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; border: 1px solid rgba(255,255,255,.65); }.nav-cta span, .light-button span { font-size: 16px; }.products-menu-toggle { display: none; }
.products-hero-content { width: min(1440px, calc(100% - 72px)); margin: auto auto 80px; }.eyebrow, .product-label { margin: 0 0 14px; font-size: 10px; font-weight: 800; letter-spacing: .2em; }.products-hero h1, .catalogue-intro h2, .product-copy h2, .products-cta h2, .products-footer h3 { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; letter-spacing: -.025em; }.products-hero h1 { max-width: 740px; margin: 0; font-size: clamp(54px, 6.4vw, 108px); line-height: .87; }.products-hero-content > p:not(.eyebrow) { max-width: 500px; margin: 26px 0; font-size: 15px; line-height: 1.7; }.light-button { border-color: rgba(255,255,255,.75); background: rgba(0,0,0,.22); transition: background .2s, color .2s; }.light-button:hover { color: #111; background: #fff; }
.catalogue-intro { padding: 122px 24px 86px; max-width: 860px; margin: auto; text-align: center; }.catalogue-intro h2 { margin: 0; font-size: clamp(42px, 5vw, 70px); line-height: .9; }.catalogue-intro > p:last-child { max-width: 700px; margin: 24px auto 0; font-size: 16px; line-height: 1.7; color: #494949; }
.catalogue { width: min(1380px, calc(100% - 72px)); margin: 0 auto 122px; display: grid; gap: 86px; }.catalogue-product { display: grid; grid-template-columns: minmax(0, 1.85fr) minmax(310px, .75fr); grid-template-areas: 'image specs' 'copy specs'; align-items: stretch; }.product-image { grid-area: image; min-height: 430px; overflow: hidden; background: #ddd; }.product-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .7s ease; }.catalogue-product:hover .product-image img { transform: scale(1.035); }
.product-specs { grid-area: specs; position: relative; min-height: 100%; padding: 42px 34px 120px; background: var(--soft); overflow: hidden; }.spec-top { margin: 0 0 40px; font-size: 11px; letter-spacing: .04em; text-align: center; }.spec-top i { width: 4px; height: 4px; display: inline-block; margin: 0 8px 3px; border-radius: 50%; background: #858585; }.product-specs dl { margin: 0; display: grid; gap: 22px; }.product-specs dl div { display: grid; gap: 4px; }.product-specs dt, .product-specs h3 { font-size: 13px; font-weight: 800; }.product-specs dd { margin: 0; color: #5a5a5a; font-size: 13px; line-height: 1.5; }.product-specs h3 { margin: 37px 0 14px; }.product-specs ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; color: #5a5a5a; font-size: 12px; line-height: 1.5; }.product-specs li::before { content: '—'; margin-right: 8px; color: #111; }.product-number { position: absolute; right: 26px; bottom: -15px; font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: clamp(115px, 12vw, 190px); line-height: 1; letter-spacing: -.07em; color: rgba(18,19,19,.1); }
.product-copy { grid-area: copy; padding: 40px 46px 5px 20px; }.product-copy h2 { margin: 0; font-size: clamp(34px, 3.4vw, 54px); line-height: .92; }.product-copy > p:not(.product-label) { max-width: 730px; margin: 19px 0 22px; font-size: 14px; line-height: 1.75; color: #484848; }.product-copy a { display: inline-flex; gap: 18px; padding: 13px 16px; color: #fff; background: var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; transition: transform .2s, background .2s; }.product-copy a:hover { transform: translateY(-3px); background: #3a3a36; }
.products-cta { min-height: 530px; padding: 92px max(36px, calc((100% - 1308px) / 2)); color: #fff; display: flex; align-items: center; background: linear-gradient(90deg, rgba(7,8,8,.78), rgba(7,8,8,.18)), url('assets/images/products-hero.png') center/cover; }.products-cta > div { max-width: 720px; }.products-cta h2 { margin: 0; font-size: clamp(48px, 5.5vw, 82px); line-height: .88; }.products-cta p:not(.eyebrow) { max-width: 580px; margin: 22px 0 27px; font-size: 15px; line-height: 1.7; }
.products-footer { position: relative; padding: 78px max(36px, calc((100% - 1308px) / 2)) 48px; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; background: #0a0a0a; color: #fff; }.products-footer .products-brand { width: 260px; }.products-footer .products-brand span { font-size: 36px; }.products-footer p { color: #b4b4b4; font-size: 12px; line-height: 1.8; }.products-footer h3 { margin: 0 0 16px; font-size: 24px; text-transform: uppercase; }.products-footer div:not(:first-child) { display: grid; align-content: start; gap: 11px; font-size: 13px; }.products-footer div:not(:first-child) a { color: #d4d4d4; }.products-footer div:not(:first-child) a:hover { color: #fff; }.footer-copy { grid-column: 1 / -1; margin: 50px 0 0; text-align: center; }
@media (max-width: 960px) { .products-nav { width: min(100% - 44px, 720px); gap: 20px; }.products-nav-links { display: none; }.products-menu-toggle { display: grid; place-items: center; gap: 5px; width: 45px; height: 40px; margin-left: auto; padding: 0; color: inherit; background: none; border: 0; cursor: pointer; }.products-menu-toggle span { width: 24px; height: 2px; background: currentColor; transition: transform .2s; }.products-nav.is-open .products-menu-toggle span:first-child { transform: translateY(3.5px) rotate(45deg); }.products-nav.is-open .products-menu-toggle span:last-child { transform: translateY(-3.5px) rotate(-45deg); }.products-nav.is-open .products-nav-links { position: absolute; z-index: 2; top: 94px; left: 22px; right: 22px; display: grid; padding: 22px; background: #151616; box-shadow: 0 18px 30px rgba(0,0,0,.24); }.nav-cta { display: none; }.products-hero-content, .catalogue { width: min(100% - 44px, 720px); }.catalogue-product { grid-template-columns: 1fr; grid-template-areas: 'image' 'specs' 'copy'; }.product-image { min-height: 330px; }.product-specs { min-height: 0; padding-bottom: 90px; }.product-copy { padding: 30px 0 0; }.products-footer { grid-template-columns: 1.5fr 1fr; }.products-footer > :first-child { grid-column: 1 / -1; } }
@media (max-width: 560px) { .products-nav { padding: 18px 0; }.products-brand { width: 156px; }.products-brand span { padding: 9px 10px 8px; border-width: 2px; font-size: 23px; }.products-brand small { font-size: 4.5px; }.products-hero { min-height: 670px; }.products-hero-content { margin-bottom: 54px; }.products-hero h1 { font-size: 58px; }.products-hero-content > p:not(.eyebrow) { font-size: 13px; }.catalogue-intro { padding: 82px 22px 56px; }.catalogue-intro h2 { font-size: 46px; }.catalogue-intro > p:last-child { font-size: 13px; }.catalogue { gap: 70px; margin-bottom: 80px; }.product-image { min-height: 245px; }.product-specs { padding: 30px 24px 92px; }.spec-top { margin-bottom: 28px; font-size: 9px; }.product-specs h3 { margin-top: 28px; }.product-number { font-size: 130px; }.product-copy h2 { font-size: 43px; }.product-copy > p:not(.product-label) { font-size: 13px; }.products-cta { min-height: 480px; padding: 58px 22px; }.products-cta h2 { font-size: 54px; }.products-cta p:not(.eyebrow) { font-size: 13px; }.products-footer { padding: 52px 22px 30px; grid-template-columns: 1fr; }.products-footer > :first-child { grid-column: auto; }.products-footer .products-brand { width: 218px; }.products-footer .products-brand span { font-size: 31px; }.footer-copy { grid-column: auto; margin-top: 20px; text-align: left; } }
