/* HOMEZ & TOYZ — static stylesheet */

:root {
  --cream: #f1e7d6;
  --sand: #e6d6bb;
  --ink: #2a1c14;
  --ember: #c15a34;
  --gold: #d99a4c;
  --chrome: #c7c9ce;
  --font-display: "Anton", sans-serif;
  --font-body: "Inter", sans-serif;
  --font-mono: "JetBrains Mono", monospace;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html {
  scroll-padding-top: 5rem;
  scroll-behavior: smooth;
}

body {
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

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

/* ---------- shared ---------- */

.eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: rgba(42, 28, 20, 0.6);
}

.text-ember { color: var(--ember) !important; }
.text-gold { color: var(--gold); }
.muted { color: rgba(42, 28, 20, 0.5); letter-spacing: 0.18em; }

.chrome {
  background:
    radial-gradient(120% 85% at 50% 104%, rgba(217, 154, 76, 0.55) 0%, rgba(217, 154, 76, 0) 55%),
    linear-gradient(180deg, #f6edde 0%, #edd9b4 46%, #d98f47 82%, #c15a34 100%);
}

.chrome-sheen {
  background: linear-gradient(180deg, #f4f5f7 0%, #d9dbdf 30%, #a9acb4 50%, #cfccd1 66%, #90939a 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    inset 0 -4px 10px rgba(42, 28, 20, 0.28),
    0 26px 48px rgba(42, 28, 20, 0.28);
}

.chrome-sheen-sm {
  background: linear-gradient(180deg, #eef0f2 0%, #c3c5cb 48%, #8f9299 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    inset 0 -3px 6px rgba(42, 28, 20, 0.25),
    0 14px 26px rgba(42, 28, 20, 0.22);
}

.btn {
  display: inline-block;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.btn-primary {
  background: var(--ink);
  color: var(--cream);
  padding: 0.8rem 1.6rem;
  font-size: 0.875rem;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.btn-primary:hover { background: var(--ember); }
.btn-ghost {
  background: rgba(241, 231, 214, 0.7);
  color: var(--ink);
  padding: 0.8rem 1.6rem;
  font-size: 0.875rem;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.btn-ghost:hover { background: var(--cream); }
.btn-small {
  background: var(--ink);
  color: var(--cream);
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}
.btn-small:hover { background: var(--ember); }

/* ---------- nav ---------- */

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(241, 231, 214, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(42, 28, 20, 0.1);
}

.nav-inner {
  max-width: 72rem;
  margin: 0 auto;
  height: 4rem;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand { display: flex; align-items: center; gap: 0.75rem; }

.logo {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-size: 0.875rem;
  color: var(--ink);
}

.brand-name {
  font-family: var(--font-display);
  font-size: 1.125rem;
  letter-spacing: -0.01em;
}

.nav-links {
  display: none;
  align-items: center;
  gap: 2rem;
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(42, 28, 20, 0.6);
}
.nav-links a { text-decoration: none; transition: color 0.2s; }
.nav-links a:hover { color: var(--ink); }

/* ---------- hero ---------- */

.hero { position: relative; overflow: hidden; }

.hero-inner {
  position: relative;
  z-index: 10;
  max-width: 72rem;
  margin: 0 auto;
  padding: 4rem 1.5rem 7rem;
}

.hero h1 {
  margin-top: 1.25rem;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(3rem, 9vw, 7.5rem);
  line-height: 0.86;
  letter-spacing: -0.02em;
}

.block { display: block; }

.hero-lede {
  margin-top: 1.5rem;
  max-width: 42ch;
  font-size: 1.125rem;
  color: rgba(42, 28, 20, 0.8);
  text-wrap: pretty;
}

.hero-cta { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 0.75rem; }

.hero-bowl {
  pointer-events: none;
  position: absolute;
  right: -4rem;
  bottom: -6rem;
  width: 30rem;
  height: 30rem;
}
.bowl { width: 100%; height: 100%; border-radius: 42%; }
.orb { position: absolute; border-radius: 50%; }
.orb-1 { left: 2.5rem; top: 2.5rem; width: 6rem; height: 6rem; }
.orb-2 { right: 1.5rem; top: 10rem; width: 4rem; height: 4rem; }

/* ---------- marquee ---------- */

.marquee-band {
  overflow: hidden;
  background: var(--ink);
  color: var(--cream);
  padding: 0.75rem 0;
  user-select: none;
}

.marquee-track {
  display: flex;
  width: max-content;
  white-space: nowrap;
  animation: marquee 28s linear infinite;
}

.marquee-group {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-right: 2rem;
  font-family: var(--font-display);
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

.diamond { color: var(--gold); }

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ---------- sections ---------- */

.section { max-width: 72rem; margin: 0 auto; padding: 5rem 1.5rem; }

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}

h2 {
  margin-top: 0.5rem;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 2.25rem;
  letter-spacing: -0.02em;
  text-wrap: balance;
}
h3 {
  margin-top: 0.5rem;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
}

/* ---------- bento ---------- */

.bento {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 150px;
  gap: 1rem;
}

.card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
}
.card-large { grid-column: span 2; grid-row: span 2; }
.card-wide { grid-column: span 2; }

.card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.card:hover img { transform: scale(1.05); }

.card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(42, 28, 20, 0.8), rgba(42, 28, 20, 0.1) 55%, transparent);
}

.card figcaption {
  position: absolute;
  z-index: 1;
  left: 0; right: 0; bottom: 0;
  padding: 0.75rem;
}
.card-large figcaption, .card-wide figcaption { padding: 1.25rem; }

.tag {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--gold);
}

.card-title {
  font-family: var(--font-display);
  font-size: 1.125rem;
  letter-spacing: -0.01em;
  color: var(--cream);
}
.card-title.big { font-size: 1.5rem; }

/* ---------- trust band ---------- */

.trust {
  border-top: 1px solid rgba(42, 28, 20, 0.1);
  border-bottom: 1px solid rgba(42, 28, 20, 0.1);
  background: rgba(230, 214, 187, 0.5);
}

.trust-inner {
  max-width: 72rem;
  margin: 0 auto;
  padding: 3.5rem 1.5rem;
  display: grid;
  gap: 2rem;
}

.trust-copy {
  margin-top: 0.75rem;
  max-width: 34ch;
  color: rgba(42, 28, 20, 0.7);
  text-wrap: pretty;
}

.stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }

.stat {
  font-family: var(--font-display);
  font-size: 2.25rem;
  letter-spacing: -0.02em;
}

.stat-label {
  margin-top: 0.25rem;
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(42, 28, 20, 0.55);
}

.showroom {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 16px;
}

/* ---------- CTA ---------- */

.cta {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.cta-orb {
  position: absolute;
  left: -2.5rem;
  top: -2.5rem;
  width: 10rem;
  height: 10rem;
  border-radius: 42%;
  pointer-events: none;
}

.cta-content {
  position: relative;
  z-index: 1;
  max-width: 42rem;
  padding: 2.5rem;
}

.cta-copy {
  margin-top: 1rem;
  max-width: 40ch;
  color: rgba(42, 28, 20, 0.8);
  text-wrap: pretty;
}

.cta-btn { margin-top: 1.75rem; display: inline-flex; align-items: center; gap: 0.5rem; }
.cta-btn .arrow { transition: transform 0.2s; }
.cta-btn:hover .arrow { transform: translateX(4px); }

/* ---------- footer ---------- */

.footer { background: var(--ink); color: var(--cream); }

.footer-grid {
  max-width: 72rem;
  margin: 0 auto;
  padding: 3.5rem 1.5rem;
  display: grid;
  gap: 2rem;
}

.footer-blurb {
  margin-top: 1rem;
  max-width: 30ch;
  font-size: 0.875rem;
  color: rgba(241, 231, 214, 0.6);
}

.footer-head {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--gold);
}

.footer-list {
  margin-top: 1rem;
  list-style: none;
  font-size: 0.875rem;
  color: rgba(241, 231, 214, 0.75);
  display: grid;
  gap: 0.5rem;
}

.footer-link {
  margin-top: 1rem;
  display: inline-block;
  font-size: 0.875rem;
  color: rgba(241, 231, 214, 0.8);
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: color 0.2s;
}
.footer-link:hover { color: var(--cream); }

.footer-bar { border-top: 1px solid rgba(241, 231, 214, 0.1); }

.footer-bar-inner {
  max-width: 72rem;
  margin: 0 auto;
  padding: 1.25rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(241, 231, 214, 0.4);
}

/* ---------- reveal animation ---------- */

.reveal { animation: reveal 0.6s linear both; }
.delay-1 { animation-delay: 0.05s; }
.delay-2 { animation-delay: 0.15s; }
.delay-3 { animation-delay: 0.25s; }
.delay-4 { animation-delay: 0.35s; }
.delay-5 { animation-delay: 0.42s; }
.delay-6 { animation-delay: 0.48s; }
.delay-7 { animation-delay: 0.54s; }

@keyframes reveal {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ---------- responsive ---------- */

@media (min-width: 768px) {
  .nav-links { display: flex; }
  .bento { grid-template-columns: repeat(4, 1fr); }
  .trust-inner { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
  h2 { font-size: 3rem; }
  .cta-content { padding: 3.5rem; }
}
