/* ============================================
   STL FRIED RICE — stlfriedrice.com
   Static rebuild for Cloudflare Pages
   Light theme — matches original Wix site
   Built by Brainstorm Media Group
   ============================================ */

:root {
  --paper: #ffffff;        /* page background — matches Wix white */
  --paper-soft: #f7f4ee;   /* card / section surface */
  --ink: #1f1f1f;          /* primary text */
  --ink-soft: #5c564d;     /* secondary text */
  --rice-gold: #c97f1b;    /* golden rice accent (from imagery) */
  --rice-deep: #a86612;    /* hover / darker amber */
  --line: #e7e1d6;         /* borders */
  --max-width: 1080px;
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--paper);
  color: var(--ink);
  font-family: 'Karla', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 1.0625rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

a { color: var(--rice-deep); text-decoration: none; }
a:focus-visible {
  outline: 2px solid var(--rice-deep);
  outline-offset: 3px;
}

/* ---------- Header / Nav ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}

.nav-wrap {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

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

.brand img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.brand-name {
  font-family: 'Anton', Impact, sans-serif;
  font-size: 1.35rem;
  letter-spacing: 0.06em;
  color: var(--ink);
  text-transform: uppercase;
  line-height: 1;
}

.brand-name span { color: var(--rice-gold); }

.site-nav ul {
  list-style: none;
  display: flex;
  gap: 1.75rem;
}

.site-nav a {
  font-family: 'Anton', Impact, sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-soft);
  padding: 0.35rem 0;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.site-nav a:hover { color: var(--ink); }

.site-nav a[aria-current="page"] {
  color: var(--rice-deep);
  border-bottom-color: var(--rice-gold);
}

/* ---------- Hero ---------- */

.hero {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 4.5rem 1.25rem 3rem;
  text-align: center;
}

.hero-eyebrow {
  font-family: 'Anton', Impact, sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--rice-deep);
  margin-bottom: 1rem;
}

.hero h1 {
  font-family: 'Anton', Impact, sans-serif;
  font-size: clamp(2.75rem, 8vw, 5.5rem);
  line-height: 0.98;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--ink);
}

.hero h1 .gold {
  display: block;
  color: var(--rice-gold);
}

.hero-sub {
  max-width: 34rem;
  margin: 1.5rem auto 0;
  color: var(--ink-soft);
  font-size: 1.15rem;
}

/* ---------- Hero image ---------- */

.hero-visual {
  max-width: var(--max-width);
  margin: 1.5rem auto 0;
  padding: 0 1.25rem;
}

.hero-visual img {
  width: 100%;
  border-radius: 14px;
  border: 1px solid var(--line);
  box-shadow: 0 20px 50px rgba(31, 31, 31, 0.12);
}

/* ---------- Copy section ---------- */

.copy-section {
  max-width: 720px;
  margin: 0 auto;
  padding: 4rem 1.25rem;
  text-align: center;
}

.copy-section p {
  font-size: 1.25rem;
  color: var(--ink);
  margin-bottom: 1.5rem;
}

.copy-section p:last-child { margin-bottom: 0; }

.copy-section .quiet { color: var(--ink-soft); font-size: 1.1rem; }

/* ---------- Shipping strip ---------- */

.ship-strip {
  background: linear-gradient(90deg, var(--rice-deep), var(--rice-gold));
  color: #fff;
  text-align: center;
  padding: 1.4rem 1.25rem;
}

.ship-strip p {
  font-family: 'Anton', Impact, sans-serif;
  font-size: clamp(1.1rem, 3vw, 1.6rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* ---------- Page hero (interior pages) ---------- */

.page-hero {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 3.5rem 1.25rem 1rem;
  text-align: center;
}

.page-hero h1 {
  font-family: 'Anton', Impact, sans-serif;
  font-size: clamp(2.25rem, 6vw, 3.75rem);
  text-transform: uppercase;
  color: var(--ink);
  line-height: 1.05;
}

/* ---------- Contact ---------- */

.contact-card {
  max-width: 640px;
  margin: 2.5rem auto 4rem;
  padding: 3rem 2rem;
  background: var(--paper-soft);
  border: 1px solid var(--line);
  border-radius: 16px;
  text-align: center;
}

.contact-card h2 {
  font-family: 'Anton', Impact, sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
  color: var(--ink);
}

.contact-card p {
  color: var(--ink-soft);
  margin-bottom: 1.75rem;
}

.phone-link {
  display: inline-block;
  font-family: 'Anton', Impact, sans-serif;
  font-size: clamp(1.6rem, 5vw, 2.4rem);
  letter-spacing: 0.05em;
  color: #fff;
  background: var(--rice-gold);
  padding: 0.65rem 1.6rem;
  border-radius: 10px;
  transition: transform 0.15s ease, background 0.2s ease;
}

.phone-link:hover {
  background: var(--rice-deep);
  transform: translateY(-2px);
}

/* ---------- Footer ---------- */

.site-footer {
  border-top: 1px solid var(--line);
  padding: 2rem 1.25rem;
  text-align: center;
  color: var(--ink-soft);
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ---------- Motion & responsive ---------- */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

@media (max-width: 620px) {
  .nav-wrap { flex-direction: column; padding-bottom: 0.9rem; }
  .site-nav ul { gap: 1.25rem; }
  .brand img { width: 44px; height: 44px; }
  .hero { padding-top: 3rem; }
}
