/* Mrs. Turner's Hometown Cafe — Puyallup. Cream booths, cherry sign, Main Street. */
:root {
  --paper: #f6efe4;
  --cream: #fff8ee;
  --ink: #2a1c14;
  --coffee: #3d2a1e;
  --muted: #6b5c50;
  --cherry: #9e1b1f;
  --cherry-hot: #c4282c;
  --gold: #b8893a;
  --butter: #f0d9a4;
  --booth: #8a4e32;
  --line: color-mix(in srgb, var(--ink) 12%, transparent);
  --display: "Newsreader", "Iowan Old Style", Georgia, serif;
  --sans: "Outfit", "Segoe UI", sans-serif;
  --max: 1120px;
  --header-h: 4.4rem;
  --demo-h: 2.15rem;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  padding-bottom: 4.2rem;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--cherry); }
button { font: inherit; }

.wrap { width: min(var(--max), calc(100% - 2.2rem)); margin-inline: auto; }
.eyebrow {
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cherry);
}
h1, h2, h3 {
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.12;
}
.lede { max-width: 38rem; color: var(--muted); }

.demo-banner {
  position: sticky;
  top: 0;
  z-index: 40;
  min-height: var(--demo-h);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--cherry);
  color: #fff8ee;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 0.4rem 1rem;
}

.site-header {
  position: sticky;
  top: var(--demo-h);
  z-index: 30;
  background: color-mix(in srgb, var(--cream) 92%, white);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}
.header-inner {
  width: min(1280px, calc(100% - 1.6rem));
  margin: 0 auto;
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  gap: 1rem;
}
.logo {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: inherit;
}
.logo img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
  background: #111;
}
.logo-text { display: flex; flex-direction: column; line-height: 1.15; }
.logo-name {
  font-family: var(--display);
  font-style: italic;
  font-size: 1.15rem;
  color: var(--cherry);
}
.logo-sub { font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }

.nav {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  margin-left: auto;
}
.nav a {
  text-decoration: none;
  color: var(--coffee);
  font-size: 0.92rem;
}
.nav a:hover { color: var(--cherry); }
.nav-cta {
  background: var(--cherry);
  color: #fff8ee !important;
  padding: 0.5rem 0.85rem;
  border-radius: 2px;
  font-weight: 500;
}
.nav-cta:hover { background: var(--ink); }
.header-phone { display: none; color: var(--cherry); }
.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}
.nav-toggle span {
  display: block;
  height: 1.5px;
  margin: 6px 10px;
  background: var(--ink);
}

@media (max-width: 820px) {
  .header-phone { display: grid; place-items: center; margin-left: auto; }
  .nav-toggle { display: block; }
  .nav {
    display: none;
    position: absolute;
    left: 0; right: 0;
    top: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.5rem 1rem 1rem;
    background: var(--cream);
    border-bottom: 1px solid var(--line);
  }
  .nav.is-open { display: flex; }
  .nav a { padding: 0.7rem 0; }
  .nav-cta { text-align: center; }
}

.hero {
  position: relative;
  min-height: min(86vh, 760px);
  display: grid;
  align-items: end;
  color: #fff8ee;
  overflow: hidden;
}
.hero-media { position: absolute; inset: 0; }
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 70%;
}
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(20, 12, 8, 0.15) 0%, rgba(20, 12, 8, 0.55) 55%, rgba(20, 12, 8, 0.82) 100%);
}
.hero-content {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 2.2rem));
  margin: 0 auto;
  padding: 5rem 0 3.2rem;
}
.hero .eyebrow { color: var(--butter); }
.hero h1 {
  font-size: clamp(2.6rem, 7vw, 5rem);
  max-width: 13ch;
  margin: 0 0 0.8rem;
}
.hero-lead {
  max-width: 34rem;
  font-size: 1.08rem;
  color: color-mix(in srgb, #fff8ee 82%, transparent);
}
.actions { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-top: 1.4rem; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.75rem 1.1rem;
  border-radius: 2px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  border: 1px solid color-mix(in srgb, #fff8ee 35%, transparent);
  color: #fff8ee;
  background: transparent;
}
.btn:hover { background: color-mix(in srgb, #fff8ee 10%, transparent); }
.btn-primary {
  background: var(--cherry);
  border-color: var(--cherry);
  color: #fff8ee;
}
.btn-primary:hover { background: #7a1216; border-color: #7a1216; }
.btn-ink {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
}
.btn-ink:hover { background: var(--cherry); border-color: var(--cherry); }
.btn-ghost-dark {
  border-color: color-mix(in srgb, var(--ink) 22%, transparent);
  color: var(--ink);
}

.strip {
  background: var(--ink);
  color: var(--paper);
  padding: 1.1rem 0;
}
.strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.strip strong { display: block; font-family: var(--display); font-size: 1.2rem; font-weight: 500; }
.strip span { font-size: 0.84rem; color: color-mix(in srgb, var(--paper) 70%, transparent); }

.section { padding: 4.2rem 0; }
.section-head { margin-bottom: 1.6rem; }
.section-head h2 { font-size: clamp(2rem, 4.4vw, 3.1rem); margin: 0 0 0.5rem; }

.fav-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 0.8rem;
}
.fav {
  position: relative;
  overflow: hidden;
  background: var(--coffee);
  min-height: 240px;
}
.fav img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 240px;
}
.fav-body {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 1.1rem 1.15rem;
  background: linear-gradient(180deg, transparent, rgba(20, 12, 8, 0.78));
  color: #fff8ee;
}
.fav-body h3 { margin: 0 0 0.2rem; font-size: 1.45rem; }
.fav-body p { margin: 0; font-size: 0.92rem; color: color-mix(in srgb, #fff8ee 80%, transparent); }
.fav-tall { min-height: 420px; grid-row: span 2; }
.fav-tall img { min-height: 420px; }

.menu-section { background: var(--cream); }
.menu-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0 0 1.4rem;
}
.menu-tab {
  border: 1px solid var(--line);
  background: transparent;
  color: var(--coffee);
  padding: 0.5rem 0.85rem;
  cursor: pointer;
  border-radius: 2px;
}
.menu-tab.is-on {
  background: var(--cherry);
  border-color: var(--cherry);
  color: #fff8ee;
}
.menu-panel[hidden] { display: none; }
.menu-note { color: var(--muted); font-size: 0.92rem; margin: 0 0 1.2rem; }
.menu-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 2.4rem;
}
.menu-group h3 {
  margin: 0 0 0.7rem;
  font-size: 1.45rem;
  color: var(--cherry);
}
.item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.2rem 1rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid var(--line);
}
.item strong { font-weight: 600; }
.item .price {
  font-family: var(--display);
  font-style: italic;
  color: var(--coffee);
}
.item p {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
}

.cruise {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.4rem;
  align-items: center;
}
.cruise img { width: 100%; height: 360px; object-fit: cover; }
.quote {
  font-family: var(--display);
  font-style: italic;
  font-size: 1.45rem;
  line-height: 1.3;
  margin: 1rem 0 0;
}

.story-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.6rem;
  align-items: start;
}
.story-grid img { width: 100%; height: 420px; object-fit: cover; object-position: center 30%; }

.gallery {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 0.6rem;
}
.gallery img { width: 100%; height: 220px; object-fit: cover; }
.gallery .wide { grid-column: 1; grid-row: 1 / 3; height: 100%; min-height: 448px; }

.visit-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.6rem;
}
.visit-card {
  background: var(--cream);
  border: 1px solid var(--line);
  padding: 1.3rem 1.2rem;
}
.visit-card h3 { margin: 0 0 0.55rem; }
.visit-card p { margin: 0 0 0.45rem; }
.map iframe {
  width: 100%;
  height: 360px;
  border: 0;
  filter: grayscale(0.15) contrast(1.05);
}

.site-footer {
  background: var(--ink);
  color: var(--paper);
  padding: 2.4rem 0 5.5rem;
}
.site-footer a { color: var(--butter); }
.footer-name {
  font-family: var(--display);
  font-style: italic;
  font-size: 1.7rem;
  margin: 0 0 0.4rem;
}
.footer-fine { color: color-mix(in srgb, var(--paper) 62%, transparent); font-size: 0.86rem; }

.call-bar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 25;
  display: none;
  background: var(--cherry);
  color: #fff8ee;
  text-align: center;
  text-decoration: none;
  padding: 0.85rem 1rem;
  font-weight: 600;
}

@media (max-width: 860px) {
  .strip-grid, .fav-grid, .menu-cols, .cruise, .story-grid, .visit-grid, .gallery {
    grid-template-columns: 1fr;
  }
  .fav-tall { grid-row: auto; }
  .gallery .wide { grid-column: auto; grid-row: auto; min-height: 220px; }
  .call-bar { display: block; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
