/* GlassPad — shared styles */

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background: oklch(0.99 0.003 250);
  color: oklch(0.18 0.005 250);
}

a { color: inherit !important; }

.accent { color: oklch(0.62 0.19 258); }

/* Placeholder blocks (swap for real photography/video) */
.placeholder {
  background: repeating-linear-gradient(45deg, oklch(0.94 0.006 250), oklch(0.94 0.006 250) 12px, oklch(0.965 0.004 250) 12px, oklch(0.965 0.004 250) 24px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.placeholder-diag {
  background: repeating-linear-gradient(135deg, oklch(0.94 0.006 250), oklch(0.94 0.006 250) 14px, oklch(0.965 0.004 250) 14px, oklch(0.965 0.004 250) 28px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.placeholder-label {
  font-family: 'Courier New', monospace;
  font-size: 13px;
  color: oklch(0.5 0.01 250);
  background: oklch(0.99 0.003 250 / 0.85);
  padding: 10px 18px;
  border: 1px dashed oklch(0.7 0.01 250);
  border-radius: 4px;
}

/* Header */
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 48px;
  background: oklch(0.99 0.003 250 / 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid oklch(0.9 0.005 250);
}
.logo {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: oklch(0.18 0.005 250) !important;
}
.nav {
  display: flex;
  gap: 36px;
  align-items: center;
}
.nav-link {
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  color: oklch(0.18 0.005 250) !important;
}
.header-actions {
  display: flex;
  gap: 20px;
  align-items: center;
}
.cart-link {
  position: relative;
  width: 22px;
  height: 20px;
  display: block;
}
.cart-bag {
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1.6px solid oklch(0.18 0.005 250);
  border-radius: 0 0 3px 3px;
}
.cart-handle {
  position: absolute;
  top: 0;
  left: 5px;
  right: 5px;
  height: 10px;
  border: 1.6px solid oklch(0.18 0.005 250);
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}

/* Top video */
.top-video {
  width: 100%;
  aspect-ratio: 32 / 9;
}

/* Hero */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  min-height: 640px;
  border-bottom: 1px solid oklch(0.9 0.005 250);
}
.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px;
  gap: 28px;
}
.eyebrow {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.hero-title {
  font-size: 64px;
  line-height: 1.03;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0;
}
.hero-text {
  font-size: 18px;
  line-height: 1.55;
  color: oklch(0.45 0.01 250);
  max-width: 440px;
  margin: 0;
}
.hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 8px;
}
.btn {
  padding: 16px 32px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  display: inline-block;
}
.btn-primary {
  background: oklch(0.18 0.005 250);
  color: oklch(0.99 0.003 250) !important;
}
.btn-outline {
  border: 1.5px solid oklch(0.18 0.005 250);
  color: oklch(0.18 0.005 250) !important;
}
.hero-image {
  position: relative;
}
.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Categories */
.categories {
  padding: 88px 48px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.section-title {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.01em;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.category-card {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.category-image {
  height: 280px;
  border-radius: 4px;
}
.category-image .placeholder-label { font-size: 12px; padding: 0; background: none; border: none; }
.category-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.category-name {
  font-size: 18px;
  font-weight: 600;
  color: oklch(0.18 0.005 250) !important;
}
.category-arrow {
  font-size: 14px;
  font-weight: 600;
}
.category-desc {
  font-size: 14px;
  color: oklch(0.45 0.01 250);
}

/* Bestsellers */
.bestsellers {
  padding: 48px 48px 96px;
  background: oklch(0.965 0.004 250);
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.bestsellers-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.link-underline {
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  color: oklch(0.18 0.005 250) !important;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.product-card {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: oklch(0.99 0.003 250);
  border: 1px solid oklch(0.9 0.005 250);
  border-radius: 4px;
  padding: 16px;
}
.product-image {
  height: 200px;
  border-radius: 2px;
  background: repeating-linear-gradient(45deg, oklch(0.93 0.006 250), oklch(0.93 0.006 250) 10px, oklch(0.96 0.004 250) 10px, oklch(0.96 0.004 250) 20px);
}
.product-image .placeholder-label { font-size: 11px; padding: 0; background: none; border: none; }
.product-name { font-size: 15px; font-weight: 600; color: oklch(0.18 0.005 250) !important; }
.product-desc { font-size: 13px; color: oklch(0.45 0.01 250); }
.product-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
}
.product-price { font-size: 15px; font-weight: 700; }
.product-rating { font-size: 12px; color: oklch(0.45 0.01 250); }

/* Features / specs */
.specs {
  padding: 88px 48px;
  display: flex;
  flex-direction: column;
  gap: 36px;
  border-top: 1px solid oklch(0.9 0.005 250);
  border-bottom: 1px solid oklch(0.9 0.005 250);
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 16px;
}
.feature-card {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 4px;
  overflow: hidden;
  background: repeating-linear-gradient(45deg, oklch(0.94 0.006 250), oklch(0.94 0.006 250) 12px, oklch(0.965 0.004 250) 12px, oklch(0.965 0.004 250) 24px);
}
.feature-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, oklch(0.05 0.005 250 / 0.75) 0%, oklch(0.05 0.005 250 / 0.2) 55%, transparent 100%);
}
.feature-shot-label {
  position: absolute;
  top: 14px;
  left: 16px;
  font-family: 'Courier New', monospace;
  font-size: 11px;
  color: oklch(0.5 0.01 250);
  background: oklch(0.99 0.003 250 / 0.85);
  padding: 4px 10px;
  border: 1px dashed oklch(0.7 0.01 250);
  border-radius: 3px;
}
.feature-text {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 20px;
  color: oklch(0.99 0.003 250);
}
.feature-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.feature-desc {
  font-size: 26px;
  color: oklch(0.92 0.003 250);
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* CTA */
.cta {
  padding: 96px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 28px;
}
.cta-title {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.01em;
  max-width: 560px;
}
.cta-text {
  font-size: 16px;
  color: oklch(0.45 0.01 250);
  margin: 0;
  max-width: 480px;
}

/* Footer */
.footer {
  border-top: 1px solid oklch(0.9 0.005 250);
  padding: 56px 48px 40px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  background: oklch(0.965 0.004 250);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 32px;
}
.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-logo {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.footer-tagline {
  font-size: 13px;
  color: oklch(0.45 0.01 250);
  max-width: 240px;
}
.footer-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-col-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: oklch(0.45 0.01 250);
}
.footer-link {
  font-size: 14px;
  text-decoration: none;
  color: oklch(0.18 0.005 250) !important;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid oklch(0.9 0.005 250);
  padding-top: 24px;
  flex-wrap: wrap;
  gap: 16px;
}
.copyright {
  font-size: 13px;
  color: oklch(0.5 0.01 250);
}
.legal-links {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}
.legal-link {
  font-size: 13px;
  color: oklch(0.5 0.01 250) !important;
  text-decoration: none;
}
.legal-divider {
  width: 1px;
  height: 14px;
  background: oklch(0.8 0.005 250);
}
