:root {
--bg: #f4f1ea;
--ink: #101010;
--muted: #b9b3a8;
--white: #ffffff;
--black: #050505;
--accent: #d9ff3f;
--line-light: rgba(255,255,255,.22);
--line-dark: rgba(16,16,16,.14);
--radius-pill: 999px;
--font-main: Courier, monospace;
--font-display: 'Revenge', sans-serif;
--font-logo: 'Riotic Typeface', sans-serif;
--font-mono: 'Courier New', Courier, monospace;
}

* {
box-sizing: border-box;
}

html,
body {
margin: 0;
background: #F0EDEB;
color: var(--ink);
font-family: var(--font-main);
}

a {
color: inherit;
text-decoration: none;
}

img {
display: block;
max-width: 100%;
}

.site-shell {
background: var(--black);
color: var(--white);
}

/* ANNOUNCEMENT BAR */

.announcement-bar {
overflow: hidden;
white-space: nowrap;
border-bottom: 1px solid var(--line-light);
background: var(--black);
color: var(--white);
}

.announcement-track {
display: inline-flex;
gap: 2rem;
padding: .65rem 0;
font-family: var(--font-mono);
font-size: .74rem;
letter-spacing: .14em;
text-transform: uppercase;
animation: ticker 28s linear infinite;
}

.announcement-track span {
padding-left: 2rem;
}

@keyframes ticker {
from {
transform: translateX(0);
}

to {
transform: translateX(-50%);
}
}

/* HEADER */

.site-header > * {
pointer-events: auto;
}

.site-header {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 50;
display: grid;
grid-template-columns: 1fr auto 1fr;
grid-template-areas:
"left logo actions"
"nav nav nav";
align-items: center;
gap: .75rem 1rem;
padding: 1rem clamp(1rem, 4vw, 3rem);
color: var(--white);
background: linear-gradient(to bottom, rgba(0,0,0,.72), rgba(0,0,0,0));
pointer-events: none;
}

.header-left {
grid-area: left;
justify-self: start;
display: flex;
align-items: center;
gap: 1rem;
padding: .75rem 1rem;
border: 1px solid var(--line-light);
border-radius: var(--radius-pill);
background: rgba(5,5,5,.3);
backdrop-filter: blur(18px);
font-family: var(--font-mono);
font-size: .72rem;
letter-spacing: .13em;
text-transform: uppercase;
}

.header-left a {
color: rgba(255,255,255,.82);
transition: color .22s ease;
}

.header-left a:hover {
color: var(--white);
}

.header-left {
grid-area: left;
justify-self: start;
}

.brand-logo {
grid-area: logo;
justify-self: center;
}

.header-actions {
grid-area: actions;
justify-self: end;
}

.main-nav {
grid-area: nav;
justify-self: center;
margin-top: 0;
}

.header-left a,
.main-nav a,
.header-actions a {
color: rgba(255,255,255,.82);
transition: color .22s ease;
}

.header-left a:hover,
.main-nav a:hover,
.header-actions a:hover {
color: var(--white);
}

.brand-logo__text {
display: flex;
flex-direction: column;
align-items: center;
line-height: 1;
}

.brand-logo__name {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
line-height: .85;
font-size: clamp(2rem, 3vw, 3.6rem);
}

.first {
font-family: "Rahim";
margin-right: 0;
margin-left: -4rem;
}

.last {
font-family: "Revenge";
text-transform: uppercase;
margin-top: .25rem;
margin-left: 4rem;
}

.brand-logo__tagline {
margin-top: .3rem;
font-family: var(--font-mono);
font-size: .75rem;
letter-spacing: .24em;
text-transform: uppercase;
color: rgba(255,255,255,.72);
}

.main-nav,
.header-actions {
display: flex;
align-items: center;
gap: clamp(.75rem, 2vw, 1.5rem);
padding: .75rem 1rem;
border: 1px solid var(--line-light);
border-radius: var(--radius-pill);
background: rgba(5,5,5,.3);
backdrop-filter: blur(18px);
font-family: var(--font-mono);
font-size: .72rem;
letter-spacing: .13em;
text-transform: uppercase;
}

.cart-link {
display: inline-flex;
align-items: center;
gap: .45rem;
}

.cart-count {
display: grid;
place-items: center;
min-width: 1.35rem;
height: 1.35rem;
padding: 0 .35rem;
border-radius: var(--radius-pill);
background: var(--accent);
color: var(--black);
font-size: .68rem;
line-height: 1;
}

.mobile-menu-button {
display: none;
border: 1px solid var(--line-light);
border-radius: var(--radius-pill);
background: rgba(5,5,5,.35);
color: var(--white);
backdrop-filter: blur(18px);
padding: .75rem 1rem;
font-family: var(--font-mono);
font-size: .72rem;
letter-spacing: .13em;
text-transform: uppercase;
cursor: pointer;
}

/* HERO SLIDESHOW */

.hero-banner {
position: relative;
min-height: 95vh;
display: grid;
align-items: end;
overflow: hidden;
isolation: isolate;
background: #050505;
padding:
clamp(7rem, 10vw, 9rem)
clamp(1rem, 4vw, 3rem)
clamp(1.5rem, 3vw, 2.5rem);
}

.hero-slider {
position: absolute;
inset: 0;
z-index: 0;
display: flex;
width: 100%;
height: 100%;
transition: transform 1s ease;
will-change: transform;
}

.hero-slide {
min-width: 100%;
height: 100%;
flex: 0 0 100%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

.hero-banner::after {
content: "";
position: absolute;
inset: 0;
z-index: 1;
background:
linear-gradient(
180deg,
rgba(0,0,0,.35) 0%,
rgba(0,0,0,.28) 34%,
rgba(0,0,0,.82) 100%
);
pointer-events: none;
}

.hero-banner::before {
content: "";
position: absolute;
inset: 0;
z-index: 2;
background-image: radial-gradient(rgba(255,255,255,.2) 1px, transparent 1px);
background-size: 4px 4px;
opacity: .16;
mix-blend-mode: overlay;
pointer-events: none;
}

.hero-content {
position: relative;
z-index: 3;
width: min(100%, 1120px);
}

.hero-kicker {
display: inline-flex;
align-items: center;
gap: .65rem;
margin-bottom: 1rem;
padding: .6rem .8rem;
border: 1px solid var(--line-light);
border-radius: var(--radius-pill);
background: rgba(5,5,5,.36);
backdrop-filter: blur(16px);
font-family: var(--font-mono);
font-size: .72rem;
letter-spacing: .14em;
text-transform: uppercase;
color: rgba(255,255,255,.78);
}

.hero-kicker__dot {
width: .55rem;
height: .55rem;
border-radius: 50%;
background: var(--accent);
box-shadow: 0 0 0 6px rgba(217,255,63,.16);
}

.hero-title {
max-width: 980px;
margin: 0;
font-family: var(--font-display);
font-weight: normal;
font-size: clamp(3.2rem, 10vw, 9rem);
line-height: .76;
letter-spacing: .1em;
text-transform: uppercase;
}

.hero-subtext {
max-width: 580px;
margin: 1.25rem 0 0;
color: rgba(255,255,255,.72);
font-size: clamp(1rem, 1.4vw, 1rem);
line-height: 1.58;
font-weight: normal !important;
}

.hero-actions {
display: flex;
flex-wrap: wrap;
gap: .85rem;
margin-top: 2rem;
font-weight: bold;
}

.hero-button {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 48px;
padding: .9rem 1.25rem;
border-radius: var(--radius-pill);
border: 1px solid var(--line-light);
background: rgba(255,255,255,.1);
color: var(--white);
backdrop-filter: blur(14px);
font-family: var(--font-mono);
font-size: .76rem;
letter-spacing: .13em;
text-transform: uppercase;
transition:
transform .22s ease,
background .22s ease,
color .22s ease,
border-color .22s ease;
}

.hero-button:hover {
transform: translateY(-2px);
background: rgba(255,255,255,.18);
border-color: rgba(255,255,255,.42);
}

.hero-button--accent {
background: var(--accent);
color: var(--black);
border-color: var(--accent);
}

.hero-button--accent:hover {
background: var(--white);
border-color: var(--white);
}

.hero-bottom-row {
display: grid;
grid-template-columns: 1fr auto;
gap: 1rem;
align-items: end;
margin-top: clamp(1.5rem, 5vw, 3rem);
}

.hero-note {
max-width: 460px;
margin: 0;
font-family: var(--font-mono);
font-size: .75rem;
line-height: 1.5;
letter-spacing: .08em;
text-transform: uppercase;
color: rgba(255,255,255,.58);
font-weight: normal;
}

/* RESPONSIVE */

@media (max-width: 900px) {
.site-header {
grid-template-columns: 1fr auto;
align-items: center;
padding-top: .85rem;
}

.header-left,
.main-nav,
.header-actions {
display: none;
}

.brand-logo {
justify-self: start;
}

.mobile-menu-button {
display: inline-flex;
justify-self: end;
}

.hero-title {
font-size: clamp(3rem, 16vw, 6rem);
}

.hero-bottom-row {
grid-template-columns: 1fr;
}
}

@media (max-width: 560px) {
.brand-logo__tagline {
display: none;
}

.brand-logo__name {
font-size: clamp(1.7rem, 11vw, 2.8rem);
}

.hero-banner {
min-height: 72vh;
padding-bottom: 2rem;
}

.hero-subtext {
font-size: .98rem;
}

.hero-actions {
flex-direction: column;
align-items: stretch;
}

.hero-button {
width: 100%;
}
}