/* JBLK STUDIOS — Static export. Y2K Chrome Luxury Streetwear */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@400;500;600;700&family=Press+Start+2P&display=swap');

:root {
  --background: 0 0% 4%;
  --foreground: 0 0% 98%;
  --card: 0 0% 7%;
  --primary: 0 0% 88%;
  --primary-foreground: 0 0% 4%;
  --muted: 0 0% 10%;
  --muted-foreground: 0 0% 65%;
  --border: 0 0% 18%;
  --input: 0 0% 14%;
  --pop-red: 0 95% 55%;
  --pop-yellow: 52 100% 55%;
  --pop-blue: 218 100% 56%;
  --pop-pink: 330 100% 60%;
  --pop-green: 130 90% 50%;
  --chrome-gradient: linear-gradient(180deg, hsl(0 0% 95%) 0%, hsl(0 0% 70%) 25%, hsl(0 0% 35%) 50%, hsl(0 0% 80%) 75%, hsl(0 0% 55%) 100%);
  --chrome-gradient-text: linear-gradient(180deg, hsl(0 0% 100%) 0%, hsl(0 0% 92%) 30%, hsl(0 0% 55%) 50%, hsl(0 0% 88%) 70%, hsl(0 0% 100%) 100%);
  --glow-chrome: 0 0 24px hsl(0 0% 90% / 0.35), 0 0 60px hsl(0 0% 90% / 0.15);
}

* { box-sizing: border-box; margin: 0; padding: 0; border-color: hsl(var(--border)); }
html { scroll-behavior: smooth; }
body {
  background-color: hsl(var(--background));
  color: hsl(var(--foreground));
  font-family: 'Inter', system-ui, sans-serif;
  background-image: radial-gradient(ellipse at top, hsl(0 0% 8%) 0%, hsl(0 0% 3%) 60%);
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
input, select, textarea { font-family: inherit; }
ul { list-style: none; }
::selection { background: hsl(var(--pop-red)); color: #fff; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Layout */
.container { width: 100%; max-width: 1400px; margin: 0 auto; padding: 0 1.25rem; }
@media (min-width: 768px) { .container { padding: 0 2rem; } }

/* Typography */
.font-display { font-family: 'Bebas Neue', Impact, sans-serif; letter-spacing: 0.01em; }
.font-pixel { font-family: 'Press Start 2P', monospace; }

.text-chrome {
  background: var(--chrome-gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: 0 0 30px hsl(0 0% 100% / 0.25);
  filter: drop-shadow(0 2px 0 #000) drop-shadow(0 0 10px hsl(0 0% 100% / 0.3));
}
.bg-chrome { background: var(--chrome-gradient); color: hsl(var(--primary-foreground)); }
.text-pop-green { color: hsl(var(--pop-green)); }
.text-pop-yellow { color: hsl(var(--pop-yellow)); }
.text-muted { color: hsl(var(--muted-foreground)); }

/* Sticker */
.sticker {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border: 2px solid #000;
  box-shadow: 3px 3px 0 #000, 3px 3px 0 1px hsl(0 0% 100% / 0.4);
}
.sticker.red    { background: hsl(var(--pop-red));    color: #fff; }
.sticker.yellow { background: hsl(var(--pop-yellow)); color: #000; }
.sticker.blue   { background: hsl(var(--pop-blue));   color: #fff; }
.sticker.pink   { background: hsl(var(--pop-pink));   color: #fff; }
.sticker.green  { background: hsl(var(--pop-green));  color: #000; }

/* Chrome bevel cards */
.chrome-bevel {
  background: hsl(var(--card));
  border: 1px solid hsl(0 0% 30%);
  box-shadow: inset 0 1px 0 hsl(0 0% 100% / 0.15), inset 0 -1px 0 hsl(0 0% 0% / 0.6), 0 0 0 1px #000, 0 8px 24px hsl(0 0% 0% / 0.6);
  border-radius: 4px;
}
.chrome-bevel-hover { transition: transform .25s ease, box-shadow .25s ease; }
.chrome-bevel-hover:hover {
  transform: translateY(-3px);
  box-shadow: inset 0 1px 0 hsl(0 0% 100% / 0.3), inset 0 -1px 0 hsl(0 0% 0% / 0.6), 0 0 0 1px hsl(0 0% 100% / 0.4), 0 16px 40px hsl(0 0% 0% / 0.8), var(--glow-chrome);
}

/* Scanlines overlay */
.scanlines { position: relative; }
.scanlines::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: repeating-linear-gradient(0deg, hsl(0 0% 100% / 0.025) 0px, hsl(0 0% 100% / 0.025) 1px, transparent 1px, transparent 3px);
  z-index: 1;
}

/* Animations */
@keyframes marquee { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }
.animate-marquee { animation: marquee 30s linear infinite; display: flex; }
@keyframes glow-pulse { 0%,100%{filter:drop-shadow(0 0 10px hsl(0 0% 100%/0.4))} 50%{filter:drop-shadow(0 0 24px hsl(0 0% 100%/0.7))} }
.animate-glow { animation: glow-pulse 3s ease-in-out infinite; }
@keyframes spin-slow { from{transform:rotate(0)} to{transform:rotate(360deg)} }
.animate-spin-slow { animation: spin-slow 30s linear infinite; }

/* ===== Navbar ===== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  border-bottom: 1px solid hsl(var(--border) / 0.6);
  background: hsl(var(--background) / 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.site-nav { display: flex; align-items: center; justify-content: space-between; padding: 0.75rem 0; }
.site-nav .logo img { height: 36px; width: auto; }
.nav-links { display: none; gap: 0.25rem; align-items: center; }
.nav-links a {
  padding: 0.5rem 1rem; font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: 1.125rem; letter-spacing: 0.15em; color: hsl(var(--foreground) / 0.8);
  transition: color .2s;
}
.nav-links a:hover, .nav-links a.active { color: hsl(var(--foreground)); }
.nav-links a.active { background: var(--chrome-gradient-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.nav-cta {
  display: none;
  align-items: center; gap: 0.5rem;
  background: var(--chrome-gradient); color: hsl(var(--primary-foreground));
  padding: 0.5rem 1rem; font-family: 'Bebas Neue', Impact, sans-serif;
  letter-spacing: 0.15em; font-size: 0.875rem;
}
.nav-cta:hover { opacity: 0.9; }
.menu-btn { display: inline-flex; padding: 0.5rem; color: hsl(var(--foreground)); }
.menu-btn svg { width: 24px; height: 24px; }
.mobile-menu { display: none; border-top: 1px solid hsl(var(--border)); background: hsl(var(--background) / 0.95); }
.mobile-menu.open { display: block; }
.mobile-menu ul { padding: 0.75rem 0; }
.mobile-menu a {
  display: block; padding: 0.75rem 1rem; font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: 1.25rem; letter-spacing: 0.15em; border-left: 2px solid transparent;
  color: hsl(var(--foreground) / 0.8);
}
.mobile-menu a.active { border-color: hsl(var(--pop-red)); color: hsl(var(--foreground)); }

@media (min-width: 768px) {
  .nav-links { display: flex; }
  .menu-btn { display: none; }
  .mobile-menu { display: none !important; }
}
@media (min-width: 640px) { .nav-cta { display: inline-flex; } }

/* ===== Footer ===== */
.site-footer {
  border-top: 1px solid hsl(var(--border));
  background: hsl(var(--background) / 0.8);
  margin-top: 6rem;
}
.site-footer .grid { display: grid; gap: 2.5rem; padding: 3rem 0; grid-template-columns: 1fr; }
@media (min-width: 768px) { .site-footer .grid { grid-template-columns: 2fr 1fr 1fr; } }
.site-footer img { width: 160px; height: auto; margin-bottom: 1rem; object-fit: contain; }
@media (min-width: 768px) { .site-footer img { width: 192px; } }
.site-footer p.tag { color: hsl(var(--muted-foreground)); max-width: 24rem; font-size: 0.875rem; }
.site-footer h3 { font-family: 'Bebas Neue', Impact, sans-serif; font-size: 1.125rem; letter-spacing: 0.15em; margin-bottom: 0.75rem; }
.site-footer ul li { font-size: 0.875rem; margin-bottom: 0.5rem; }
.site-footer ul li a { color: hsl(var(--muted-foreground)); }
.site-footer ul li a:hover { color: hsl(var(--foreground)); }
.social-row { display: flex; gap: 0.75rem; }
.social-row a { padding: 0.5rem; display: inline-flex; }
.social-row a svg { width: 16px; height: 16px; }
.footer-bottom { border-top: 1px solid hsl(var(--border) / 0.6); }
.footer-bottom .container { padding: 1.25rem 1.25rem; display: flex; justify-content: space-between; gap: 0.5rem; flex-direction: column; font-size: 0.75rem; color: hsl(var(--muted-foreground)); }
@media (min-width: 768px) { .footer-bottom .container { flex-direction: row; } }

/* ===== Marquee ===== */
.marquee {
  border-top: 1px solid hsl(var(--border));
  border-bottom: 1px solid hsl(var(--border));
  background: hsl(0 0% 12% / 0.4);
  overflow: hidden; padding: 0.75rem 0;
}
.marquee-track { white-space: nowrap; }
.marquee-track span {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: 1.25rem; letter-spacing: 0.2em; margin: 0 2rem;
  color: hsl(var(--foreground) / 0.8);
}

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: 0.75rem 1.5rem; font-family: 'Bebas Neue', Impact, sans-serif;
  letter-spacing: 0.18em; font-size: 1rem; transition: opacity .2s, background .2s, color .2s;
}
@media (min-width: 768px) { .btn { padding: 1rem 2rem; font-size: 1.25rem; } }
.btn-chrome { background: var(--chrome-gradient); color: hsl(var(--primary-foreground)); }
.btn-chrome:hover { opacity: 0.9; }
.btn-outline { border: 2px solid hsl(var(--foreground) / 0.8); color: hsl(var(--foreground)); }
.btn-outline:hover { background: hsl(var(--foreground)); color: hsl(var(--background)); }

/* ===== Hero / MySpace card ===== */
.hero-section { position: relative; padding: 2.5rem 0; }
@media (min-width: 768px) { .hero-section { padding: 4rem 0; } }
.hero-banner {
  position: relative; padding: 3rem 1.5rem; background-size: cover; background-position: center; background-repeat: no-repeat;
}
@media (min-width: 768px) { .hero-banner { padding: 4rem 1.5rem; } }
.hero-banner::after { content: ''; position: absolute; inset: 0; background: hsl(var(--background) / 0.6); }
.hero-banner-inner { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; }
.logo-frame {
  background: hsl(var(--background)); border: 1px solid hsl(var(--border));
  padding: 1.5rem 2rem; max-width: 560px; width: 100%;
}
@media (min-width: 768px) { .logo-frame { padding: 2.5rem 3.5rem; } }
.logo-frame img { width: 100%; }
.status-line { margin-top: 1.5rem; font-family: 'Press Start 2P', monospace; font-size: 0.75rem; color: hsl(var(--pop-green)); letter-spacing: 0.2em; }
.mood-line { margin-top: 0.5rem; color: hsl(var(--foreground) / 0.8); font-size: 0.95rem; }
.mood-line .label { color: hsl(var(--muted-foreground)); }

.stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid hsl(var(--border)); }
.stats-grid .cell { text-align: center; padding: 2rem 0; }
@media (min-width: 768px) { .stats-grid .cell { padding: 2.5rem 0; } }
.stats-grid .cell:nth-child(odd) { border-right: 1px solid hsl(var(--border)); }
.stats-grid .cell:nth-child(-n+2) { border-bottom: 1px solid hsl(var(--border)); }
.stats-grid .num { font-family: 'Bebas Neue', Impact, sans-serif; font-size: 2.5rem; }
@media (min-width: 768px) { .stats-grid .num { font-size: 4rem; } }
.stats-grid .lbl { font-family: 'Press Start 2P', monospace; font-size: 0.625rem; letter-spacing: 0.2em; color: hsl(var(--muted-foreground)); margin-top: 0.5rem; }
@media (min-width: 768px) { .stats-grid .lbl { font-size: 0.75rem; } }

.info-table { border-top: 1px solid hsl(var(--border)); padding: 1.5rem; display: grid; grid-template-columns: 1fr; gap: 0.75rem 2.5rem; font-size: 0.95rem; }
@media (min-width: 640px) { .info-table { grid-template-columns: 1fr 1fr; padding: 2rem; } }
.info-table .row { display: flex; gap: 0.75rem; border-bottom: 1px solid hsl(var(--border) / 0.4); padding-bottom: 0.5rem; }
.info-table .k { font-family: 'Bebas Neue', Impact, sans-serif; letter-spacing: 0.05em; color: hsl(var(--muted-foreground)); min-width: 110px; }
.info-table .v { color: hsl(var(--foreground) / 0.9); }

.about-blurb { border-top: 1px solid hsl(var(--border)); padding: 1.5rem; background: hsl(var(--background) / 0.6); }
@media (min-width: 768px) { .about-blurb { padding: 2.5rem; } }
.about-blurb p { color: hsl(var(--foreground) / 0.9); font-size: 1rem; line-height: 1.7; margin-bottom: 1rem; max-width: 48rem; }
@media (min-width: 768px) { .about-blurb p { font-size: 1.125rem; } }
.about-blurb .accent-chrome { background: var(--chrome-gradient-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-family: 'Bebas Neue', Impact, sans-serif; font-size: 1.25rem; }
.about-blurb .cta-row { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 0.75rem; }

/* ===== Section heading ===== */
.section-pad { padding: 5rem 0; }
.section-head { display: flex; flex-wrap: wrap; gap: 1rem; align-items: flex-end; justify-content: space-between; margin-bottom: 2.5rem; }
.section-title { font-family: 'Bebas Neue', Impact, sans-serif; font-size: 3rem; margin-top: 1rem; }
@media (min-width: 768px) { .section-title { font-size: 4.5rem; } }
.section-title.lg { font-size: 4rem; }
@media (min-width: 768px) { .section-title.lg { font-size: 6rem; } }
.section-blurb { color: hsl(var(--muted-foreground)); max-width: 28rem; }
.view-all { font-family: 'Bebas Neue', Impact, sans-serif; letter-spacing: 0.18em; font-size: 1.125rem; display: inline-flex; gap: 0.5rem; align-items: center; }
.view-all:hover { color: hsl(var(--pop-yellow)); }

/* ===== What we offer ===== */
.offer-grid { display: grid; gap: 1.5rem; grid-template-columns: 1fr; }
@media (min-width: 768px) { .offer-grid { grid-template-columns: repeat(3, 1fr); } }
.offer-card { padding: 2rem; }
.offer-card svg { width: 40px; height: 40px; }
.offer-card h3 { font-family: 'Bebas Neue', Impact, sans-serif; font-size: 1.875rem; margin-top: 1rem; letter-spacing: 0.05em; }
.offer-card p { color: hsl(var(--muted-foreground)); margin-top: 0.75rem; line-height: 1.6; }
.offer-link { display: inline-flex; align-items: center; gap: 0.5rem; margin-top: 1.5rem; font-family: 'Bebas Neue', Impact, sans-serif; letter-spacing: 0.18em; }
.offer-link:hover { color: hsl(var(--pop-yellow)); }

/* ===== Divider strip ===== */
.divider-strip { height: 64px; background-size: cover; background-position: center; background-repeat: no-repeat; opacity: 0.9; }
@media (min-width: 768px) { .divider-strip { height: 96px; } }

/* ===== Product Grid ===== */
.product-grid { display: grid; gap: 1.25rem; grid-template-columns: 1fr; }
@media (min-width: 640px) { .product-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .product-grid.cols-3 { grid-template-columns: repeat(3, 1fr); } .product-grid.cols-4 { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1280px) { .product-grid.cols-4 { grid-template-columns: repeat(4, 1fr); } }

.product-card { overflow: hidden; }
.product-card .img-wrap { position: relative; aspect-ratio: 1 / 1; background: #000; overflow: hidden; }
.product-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.product-card:hover img { transform: scale(1.05); }
.product-card .badge-pos { position: absolute; top: 0.75rem; left: 0.75rem; }
.product-card .type-tag {
  position: absolute; top: 0.75rem; right: 0.75rem;
  font-family: 'Press Start 2P', monospace; font-size: 10px;
  background: hsl(var(--background) / 0.8); border: 1px solid hsl(var(--border));
  padding: 0.25rem 0.5rem;
}
.product-card .meta { padding: 1rem; display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; border-top: 1px solid hsl(var(--border)); background: hsl(var(--card)); }
.product-card .meta h3 { font-family: 'Bebas Neue', Impact, sans-serif; font-size: 1.25rem; letter-spacing: 0.05em; line-height: 1; }
.product-card .meta .price { background: var(--chrome-gradient-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-family: 'Bebas Neue', Impact, sans-serif; font-size: 1.5rem; margin-top: 0.25rem; }
.product-card .buy-btn { background: var(--chrome-gradient); color: hsl(var(--primary-foreground)); padding: 0.75rem; display: inline-flex; }
.product-card .buy-btn:hover { opacity: 0.9; }
.product-card .buy-btn svg { width: 16px; height: 16px; }

/* ===== Lead Magnet ===== */
.lead-card { padding: 2rem; position: relative; overflow: hidden; }
@media (min-width: 768px) { .lead-card { padding: 3.5rem; } }
.lead-card .deco { position: absolute; top: -2.5rem; right: -2.5rem; opacity: 0.2; }
.lead-card .deco img { width: 400px; height: 400px; object-fit: cover; border-radius: 50%; }
.lead-card .inner { position: relative; z-index: 2; max-width: 36rem; }
.lead-form { margin-top: 2rem; display: flex; flex-direction: column; gap: 0.75rem; }
@media (min-width: 640px) { .lead-form { flex-direction: row; } }
.lead-form input {
  flex: 1; background: hsl(var(--input)); border: 1px solid hsl(var(--border));
  padding: 1rem 1.25rem; font-family: 'Bebas Neue', Impact, sans-serif; letter-spacing: 0.05em;
  font-size: 1.125rem; color: hsl(var(--foreground));
}
.lead-form input:focus { outline: none; box-shadow: 0 0 0 2px hsl(var(--foreground) / 0.4); }

/* ===== Trust row ===== */
.trust-row { display: grid; grid-template-columns: 1fr; gap: 1rem; padding-bottom: 5rem; }
@media (min-width: 640px) { .trust-row { grid-template-columns: repeat(3, 1fr); } }
.trust-row .item { padding: 1.5rem 1rem; display: flex; align-items: center; justify-content: center; gap: 0.75rem; font-family: 'Bebas Neue', Impact, sans-serif; letter-spacing: 0.18em; }
.trust-row .item svg { width: 20px; height: 20px; }

/* ===== Shop ===== */
.shop-toolbar { margin-top: 2.5rem; display: flex; gap: 1rem; flex-direction: column; justify-content: space-between; }
@media (min-width: 768px) { .shop-toolbar { flex-direction: row; align-items: center; } }
.filter-btns { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.filter-btn {
  padding: 0.5rem 1.25rem; font-family: 'Bebas Neue', Impact, sans-serif;
  letter-spacing: 0.18em; border: 1px solid hsl(var(--border)); color: hsl(var(--foreground) / 0.8);
  transition: all .2s;
}
.filter-btn:hover { color: hsl(var(--foreground)); }
.filter-btn.active { background: var(--chrome-gradient); color: hsl(var(--primary-foreground)); border-color: hsl(var(--foreground)); }
.search-input {
  width: 100%; background: hsl(var(--input)); border: 1px solid hsl(var(--border));
  padding: 0.5rem 1rem; font-family: 'Bebas Neue', Impact, sans-serif; letter-spacing: 0.05em; color: hsl(var(--foreground));
}
.search-input:focus { outline: none; box-shadow: 0 0 0 2px hsl(var(--foreground) / 0.4); }
@media (min-width: 768px) { .shop-toolbar label { width: 18rem; } }
.empty-msg { text-align: center; color: hsl(var(--muted-foreground)); margin-top: 4rem; font-family: 'Bebas Neue', Impact, sans-serif; font-size: 1.5rem; }

/* ===== Custom page ===== */
.tier-grid { display: grid; gap: 1.25rem; grid-template-columns: 1fr; margin-top: 3rem; }
@media (min-width: 768px) { .tier-grid { grid-template-columns: repeat(3, 1fr); } }
.tier-card { padding: 2rem; position: relative; }
.tier-card.featured { box-shadow: inset 0 1px 0 hsl(0 0% 100% / 0.15), inset 0 -1px 0 hsl(0 0% 0% / 0.6), 0 0 0 2px hsl(var(--pop-red)), 0 8px 24px hsl(0 0% 0% / 0.6); }
.tier-card .featured-tag { position: absolute; top: -0.75rem; right: -0.75rem; }
.tier-card .price { font-family: 'Bebas Neue', Impact, sans-serif; font-size: 3rem; margin-top: 1rem; }
.tier-card ul { margin-top: 1.5rem; display: flex; flex-direction: column; gap: 0.75rem; }
.tier-card ul li { display: flex; gap: 0.5rem; color: hsl(var(--foreground) / 0.9); }
.tier-card ul li svg { width: 20px; height: 20px; flex-shrink: 0; color: hsl(var(--pop-green)); }
.tier-card .start-btn {
  display: block; text-align: center; margin-top: 2rem;
  background: var(--chrome-gradient); color: hsl(var(--primary-foreground));
  padding: 0.75rem 1.5rem; font-family: 'Bebas Neue', Impact, sans-serif; letter-spacing: 0.18em;
}
.tier-card .start-btn:hover { opacity: 0.9; }

.brief-card { padding: 2rem; margin-top: 4rem; max-width: 48rem; margin-left: auto; margin-right: auto; }
@media (min-width: 768px) { .brief-card { padding: 3rem; } }
.brief-form { margin-top: 2rem; display: grid; gap: 1rem; }
.brief-row { display: grid; gap: 1rem; grid-template-columns: 1fr; }
@media (min-width: 640px) { .brief-row { grid-template-columns: 1fr 1fr; } }
.brief-form label span { font-family: 'Bebas Neue', Impact, sans-serif; letter-spacing: 0.18em; font-size: 0.875rem; }
.brief-form input, .brief-form select, .brief-form textarea {
  margin-top: 0.25rem; width: 100%;
  background: hsl(var(--input)); border: 1px solid hsl(var(--border));
  padding: 0.75rem 1rem; color: hsl(var(--foreground));
}
.brief-form input:focus, .brief-form select:focus, .brief-form textarea:focus { outline: none; box-shadow: 0 0 0 2px hsl(var(--foreground) / 0.4); }
.brief-form textarea { resize: vertical; min-height: 8rem; font-family: inherit; }
.brief-form button[type="submit"] {
  background: var(--chrome-gradient); color: hsl(var(--primary-foreground));
  padding: 1rem 2rem; font-family: 'Bebas Neue', Impact, sans-serif; letter-spacing: 0.18em; font-size: 1.125rem;
}
.brief-form button[type="submit"]:hover { opacity: 0.9; }

/* ===== About page ===== */
.about-grid { margin-top: 2rem; display: grid; gap: 2rem; grid-template-columns: 1fr; align-items: start; }
@media (min-width: 1024px) { .about-grid { grid-template-columns: 1fr 1fr; } }
.about-grid .copy p { font-size: 1.125rem; color: hsl(var(--foreground) / 0.9); line-height: 1.7; margin-bottom: 1rem; }
.about-grid .copy .accent { background: var(--chrome-gradient-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-family: 'Bebas Neue', Impact, sans-serif; font-size: 1.5rem; }
.principles { padding: 1.5rem; }
.principles .label { font-family: 'Press Start 2P', monospace; font-size: 0.75rem; color: hsl(var(--pop-yellow)); margin-bottom: 0.75rem; }
.principles ul { display: flex; flex-direction: column; gap: 0.5rem; }
.principles ul li { font-family: 'Bebas Neue', Impact, sans-serif; font-size: 1.5rem; letter-spacing: 0.05em; }

.lookbook-title { font-family: 'Bebas Neue', Impact, sans-serif; font-size: 3rem; margin-bottom: 2rem; }
@media (min-width: 768px) { .lookbook-title { font-size: 3.75rem; } }
.lookbook-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.75rem; grid-auto-rows: 180px; }
@media (min-width: 768px) { .lookbook-grid { grid-template-columns: repeat(4, 1fr); grid-auto-rows: 240px; } }
.lookbook-grid .item { overflow: hidden; }
.lookbook-grid .item img { width: 100%; height: 100%; object-fit: cover; }
.row-span-2 { grid-row: span 2; }
.col-span-2 { grid-column: span 2; }

/* Toast */
.toast {
  position: fixed; bottom: 1.5rem; left: 50%; transform: translateX(-50%);
  background: hsl(var(--card)); border: 1px solid hsl(var(--border));
  padding: 0.875rem 1.25rem; font-family: 'Bebas Neue', Impact, sans-serif; letter-spacing: 0.1em;
  z-index: 100; box-shadow: 0 8px 24px hsl(0 0% 0% / 0.6); opacity: 0; pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(-4px); }
.toast.error { border-color: hsl(var(--pop-red)); color: hsl(var(--pop-red)); }
.toast.success { border-color: hsl(var(--pop-green)); color: hsl(var(--pop-green)); }
