:root { --psl-ink: #151515; --psl-paper: #EBEAE6; --psl-red: #D83232; --psl-red-dark: #B82828; --psl-muted: rgba(235, 234, 230, .72); --psl-gutter: clamp(16px, 5vw, 96px); } *, *::before, *::after { box-sizing: border-box; } html, body { margin: 0; } .psl-body { display: flex; flex-direction: column; min-height: 100vh; min-height: 100dvh; background: var(--psl-paper); color: var(--psl-paper); font-family: "Archivo Narrow", "Helvetica Neue", Arial, sans-serif; -webkit-font-smoothing: antialiased; }  .psl-hero { position: relative; display: flex; flex: 1; flex-direction: column; overflow: hidden; padding: 0 var(--psl-gutter) clamp(88px, 12vw, 170px);  background: linear-gradient(var(--psl-ink), var(--psl-ink)) 0 0 / 100% calc(100% - 3px) no-repeat; isolation: isolate; } .psl-hero-photo { position: absolute; inset: 0 0 3px; z-index: -2; width: 100%; height: calc(100% - 3px); object-fit: cover; object-position: 60% center; opacity: .25;  filter: saturate(0); } .psl-hero-wash { position: absolute; inset: 0 0 3px; z-index: -1; background: linear-gradient(90deg, rgba(0, 0, 0, .8), rgba(21, 21, 21, 0)); }  .psl-mountain { position: absolute; bottom: -1px; left: -2px; z-index: -1; width: calc(100% + 4px); height: auto; aspect-ratio: 1440 / 135; pointer-events: none; }  .psl-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 0; }  .psl-gg { display: block; width: clamp(120px, 12.5vw, 160px); height: auto; } .psl-product { color: var(--psl-muted); font-size: 13px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }  .psl-inner { display: flex; flex: 1; flex-direction: column; justify-content: center; max-width: 880px; padding: clamp(40px, 8vh, 96px) 0 0; } .psl-mark { display: block; width: clamp(210px, 24vw, 330px); height: auto; margin-bottom: clamp(20px, 3vw, 32px); } .psl-title { margin: 0; color: var(--psl-paper); font-family: "Bebas Neue", sans-serif; font-size: clamp(64px, 11vw, 140px); font-weight: 400; letter-spacing: -2px; line-height: .8; }  .psl-title span { color: var(--psl-red); } .psl-lede { max-width: 640px; margin: clamp(20px, 2.5vw, 28px) 0 0; font-size: 18px; line-height: 1.6; } .psl-note { max-width: 640px; margin: 10px 0 0; color: var(--psl-muted); font-size: 15px; line-height: 1.5; }  .psl-actions { display: flex; flex-wrap: wrap; gap: 16px 20px; margin: 36px 0 0; } .psl-button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 54px; padding: 12px 34px; border: 1px solid var(--psl-red); border-radius: 0; background: var(--psl-red); color: #fff; cursor: pointer; font-family: "Bebas Neue", sans-serif; font-size: 21px; letter-spacing: .06em; line-height: 1; text-decoration: none; transition: background .15s ease, border-color .15s ease, color .15s ease; } .psl-button svg { transition: transform .2s ease; } .psl-button:hover { border-color: var(--psl-red-dark); background: var(--psl-red-dark); } .psl-button:hover svg { transform: translateX(4px); } .psl-button:focus-visible { outline: 2px solid var(--psl-paper); outline-offset: 3px; } .psl-unavailable { display: inline-block; margin: 36px 0 0; padding: 14px 18px; border-left: 3px solid var(--psl-red); background: rgba(0, 0, 0, .45); font-size: 16px; }  .psl-foot { padding: 18px var(--psl-gutter) 24px; color: #4A4A4A; font-size: 13px; } .psl-foot p { margin: 0; } .psl-foot a { color: inherit; }  @media (max-width: 600px) { .psl-product { display: none; } .psl-hero-wash { background: linear-gradient(180deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .8)); } .psl-button { width: 100%; } } @media (prefers-reduced-motion: reduce) { .psl-button, .psl-button svg { transition: none; } }