:root { --black: #090909; --orange: #f15a3b; --offwhite: #f4f2ed; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--black); color: var(--offwhite); font-family: "Barlow Condensed", Arial Narrow, sans-serif; margin: 0; }
a { color: inherit; text-decoration: none; }
.header { align-items: center; background: #000; display: flex; height: 76px; justify-content: space-between; padding: 0 4.5vw; position: relative; z-index: 5; }
.logo, .nav a, .menu-toggle { font-size: 18px; font-weight: 700; letter-spacing: .035em; }
.logo { display: block; height: 54px; overflow: hidden; position: relative; width: 125px; }.logo img { height: auto; left: -4px; position: absolute; top: -42px; width: 135px; }.nav { display: flex; gap: clamp(20px, 3.5vw, 58px); }.nav a:hover { color: var(--orange); }.menu-toggle { background: none; border: 0; color: var(--offwhite); display: none; }
.video-hero { align-items: center; background: #111; display: flex; height: min(790px, calc(100svh - 76px)); justify-content: center; min-height: 520px; overflow: hidden; position: relative; }
.hero-video { height: 100%; left: 0; object-fit: cover; position: absolute; top: 0; width: 100%; z-index: 0; }.video-placeholder { align-items: center; background: radial-gradient(ellipse at center, #303030 0%, #111 63%, #050505 100%); color: #999; display: flex; font-size: 15px; font-weight: 600; height: 100%; justify-content: center; letter-spacing: .15em; position: absolute; width: 100%; }.video-placeholder span { border: 1px solid #777; padding: 11px 16px; }.hero-video.is-loaded + .video-placeholder { display: none; }.hero-shade { background: linear-gradient(rgba(0,0,0,.16), rgba(0,0,0,.16)), linear-gradient(90deg, rgba(0,0,0,.45), transparent 65%); inset: 0; position: absolute; z-index: 1; }.video-hero h1 { color: #fff; font-family: Anton, Impact, sans-serif; font-size: clamp(92px, 15vw, 255px); font-weight: 400; left: 8vw; letter-spacing: .01em; line-height: .83; margin: 0; position: absolute; text-shadow: 0 2px 20px #0008; z-index: 2; }.video-hero h1 span { color: var(--orange); display: inline-block; font-family: Anton, Impact, sans-serif; font-size: .98em; font-style: italic; letter-spacing: .01em; transform: skewX(-2deg) translate(-5%, -4%); }
.about-section { background: #101010; display: grid; grid-template-columns: 12vw minmax(0, 1fr); min-height: 730px; padding: 0 9vw 110px; position: relative; }.about-label { align-items: center; display: flex; justify-content: center; overflow: hidden; }.about-label span { color: var(--orange); font-family: Anton, Impact, sans-serif; font-size: clamp(100px, 12vw, 190px); font-weight: 400; line-height: 1; transform: rotate(-90deg); white-space: nowrap; }.about-copy { max-width: 1240px; padding-top: 104px; }.orange-heading { color: var(--orange); font-family: Anton, Impact, sans-serif; font-size: clamp(48px, 5.4vw, 86px); line-height: 1; margin: 0 0 38px; }.about-copy h2, .about-copy > p:not(.orange-heading) { font-family: Anton, Impact, sans-serif; font-weight: 400; letter-spacing: .025em; }.about-copy h2 { font-size: clamp(30px, 4vw, 62px); line-height: 1.01; margin: 0 0 55px; max-width: 1160px; }.about-copy > p:not(.orange-heading) { font-size: clamp(25px, 3.05vw, 46px); line-height: 1.08; margin: 0 0 48px; max-width: 1180px; }
.photo-section { display: grid; grid-template-columns: 1.402fr .706fr; line-height: 0; }.photo-section img { display: block; height: auto; min-width: 0; vertical-align: bottom; width: 100%; }.store-anchor { height: 0; overflow: hidden; }
.contact-section { align-items: flex-start; background-color: #050505; background-image: linear-gradient(rgba(0,0,0,.58), rgba(0,0,0,.58)), url("assets/contact-texture.png"); background-position: center; background-size: cover; color: var(--offwhite); display: flex; flex-direction: column; min-height: 360px; padding: 80px 9vw 28px; position: relative; }.contact-section p { color: var(--orange); font-family: Anton, Impact, sans-serif; font-size: 28px; margin: 0 0 28px; }.contact-section > a { border-bottom: 4px solid var(--orange); color: var(--offwhite); font-family: Anton, Impact, sans-serif; font-size: clamp(28px, 6vw, 98px); letter-spacing: 0; line-height: .95; padding-bottom: 8px; white-space: nowrap; }.contact-section > a:hover { border-bottom-color: var(--offwhite); color: var(--orange); }.contact-section > span { color: #bebdb8; font-size: 14px; font-weight: 700; letter-spacing: .08em; margin-top: auto; padding-top: 70px; }.socials { bottom: 24px; display: flex; gap: 10px; position: absolute; right: 9vw; }.social-link { align-items: center; border: 1px solid var(--offwhite); border-radius: 50%; color: var(--offwhite); display: flex; height: 37px; justify-content: center; transition: .2s; width: 37px; }.social-link:hover { background: var(--orange); border-color: var(--orange); color: #090909; }.social-link svg { fill: none; height: 18px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.55; width: 18px; }.social-link .dot { fill: currentColor; stroke: none; }
@media (max-width: 680px) { .header { height: 62px; padding: 0 7vw; }.logo { height: 48px; width: 110px; }.logo img { left: -3px; top: -37px; width: 118px; }.menu-toggle { font-size: 16px; }.menu-toggle { display: block; }.nav { background: #000; display: none; left: 0; padding: 24px 7vw 32px; position: absolute; right: 0; top: 62px; }.nav.open { display: grid; gap: 20px; }.video-hero { height: 76svh; min-height: 450px; }.video-hero h1 { left: 7vw; }.about-section { display: block; min-height: 0; padding: 76px 7vw; }.about-label { display: none; }.about-copy { padding: 0; }.orange-heading { margin-bottom: 30px; }.about-copy h2 { margin-bottom: 38px; }.about-copy > p:not(.orange-heading) { font-size: clamp(24px, 7.4vw, 36px); margin-bottom: 36px; }.contact-section { min-height: 300px; padding: 60px 7vw 24px; }.socials { bottom: 22px; right: 7vw; } }
