/* ==========================================================
   NOODL — brand styles
   black canvas · cream type · red spotlight
   ========================================================== */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@400;500;600;700;800;900&display=swap');

:root {
  --black: #0E0E0E;
  --cream: #F4EFE3;
  --cream-70: rgba(244, 239, 227, 0.70);
  --cream-40: rgba(244, 239, 227, 0.40);
  --cream-15: rgba(244, 239, 227, 0.15);
  --cream-08: rgba(244, 239, 227, 0.08);
  --red: #C8392E;
  --red-dim: #9a2c23;
}

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

html, body {
  background: var(--black);
  color: var(--cream);
  font-family: 'Inter', -apple-system, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
}

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

/* inline marketing links — subtle underline, red on hover */
a.inline-link {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  text-decoration-color: var(--red);
  transition: color 0.15s, text-decoration-color 0.15s;
}
a.inline-link:hover { color: var(--red); }

button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }

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

::selection { background: var(--red); color: var(--cream); }

/* -------- type -------- */
.display {
  font-family: 'Bebas Neue', 'Inter', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.005em;
  line-height: 0.9;
}

.eyebrow {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cream-70);
}

.body-lg { font-size: 20px; line-height: 1.45; color: var(--cream-70); }
.body { font-size: 16px; line-height: 1.55; color: var(--cream-70); }
.mono { font-family: 'JetBrains Mono', ui-monospace, monospace; }

/* -------- layout -------- */
.wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 32px;
}

.rule { height: 1px; background: var(--cream-15); width: 100%; }
.rule-strong { height: 2px; background: var(--cream); width: 100%; }

/* -------- nav -------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--black);
  border-bottom: 1px solid var(--cream-15);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 32px;
  max-width: 1320px;
  margin: 0 auto;
  gap: 32px;
}
.nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px;
  letter-spacing: 0.04em;
  color: var(--cream);
}
.nav-brand .squiggle { width: 36px; height: 14px; }
.nav-links {
  display: flex;
  gap: 28px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.nav-links a {
  padding: 6px 0;
  border-bottom: 2px solid transparent;
  transition: border-color 0.15s, color 0.15s;
}
.nav-links a:hover, .nav-links a.active { border-color: var(--red); }
.nav-cta {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--cream);
  color: var(--black);
  padding: 12px 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.15s;
}
.nav-cta:hover { background: var(--red); color: var(--cream); }

@media (max-width: 760px) {
  .nav-links { display: none; }
}

/* -------- buttons -------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 28px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: 2px solid transparent;
  transition: transform 0.1s, background 0.15s, color 0.15s, border-color 0.15s;
}
.btn:active { transform: translate(2px, 2px); }
.btn-primary { background: var(--red); color: var(--cream); }
.btn-primary:hover { background: var(--cream); color: var(--black); }
.btn-secondary { background: var(--cream); color: var(--black); }
.btn-secondary:hover { background: var(--red); color: var(--cream); }
.btn-ghost { border-color: var(--cream-40); color: var(--cream); }
.btn-ghost:hover { border-color: var(--cream); background: var(--cream); color: var(--black); }

/* -------- footer -------- */
.footer {
  background: var(--black);
  border-top: 1px solid var(--cream-15);
  padding: 80px 32px 40px;
  margin-top: 120px;
}
.footer-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
}
.footer-brand .display {
  font-size: 96px;
  color: var(--cream);
}
.footer-brand .squiggle { width: 200px; height: 50px; margin-top: -8px; }
.footer-brand p { margin-top: 16px; max-width: 380px; color: var(--cream-70); }
.footer-col h4 {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cream-40);
  margin-bottom: 18px;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { color: var(--cream); font-size: 15px; font-weight: 500; }
.footer-col a:hover { color: var(--red); }
.footer-bottom {
  max-width: 1320px;
  margin: 60px auto 0;
  padding-top: 24px;
  border-top: 1px solid var(--cream-15);
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--cream-40);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media (max-width: 760px) {
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand .display { font-size: 64px; }
}

/* -------- shared section -------- */
section { position: relative; }
.section-pad { padding: 120px 0; }
.section-pad-sm { padding: 80px 0; }

/* -------- chat bubbles -------- */
.bubble {
  padding: 14px 18px;
  font-size: 15px;
  line-height: 1.4;
  max-width: 80%;
  font-weight: 500;
}
.bubble-guest {
  background: var(--red);
  color: var(--cream);
  align-self: flex-end;
  border-radius: 18px 18px 4px 18px;
}
.bubble-noodl {
  background: var(--cream);
  color: var(--black);
  align-self: flex-start;
  border-radius: 18px 18px 18px 4px;
}

/* -------- ticker / marquee -------- */
.ticker {
  border-top: 2px solid var(--cream);
  border-bottom: 2px solid var(--cream);
  background: var(--black);
  overflow: hidden;
  padding: 18px 0;
}
.ticker-track {
  display: flex;
  gap: 60px;
  white-space: nowrap;
  animation: scroll 40s linear infinite;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.ticker-track span { display: inline-flex; align-items: center; gap: 60px; }
.ticker-track .dot { width: 14px; height: 14px; background: var(--red); border-radius: 50%; display: inline-block; }
@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* -------- utility -------- */
.flex { display: flex; }
.col { flex-direction: column; }
.gap-8 { gap: 8px; } .gap-12 { gap: 12px; } .gap-16 { gap: 16px; } .gap-24 { gap: 24px; } .gap-32 { gap: 32px; } .gap-48 { gap: 48px; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.text-cream { color: var(--cream); }
.text-cream-70 { color: var(--cream-70); }
.text-red { color: var(--red); }
.bg-cream { background: var(--cream); color: var(--black); }
.bg-red { background: var(--red); color: var(--cream); }
.uppercase { text-transform: uppercase; }
