/* Coffee demo — newsprint handbill, oxblood. Photos carry the page. */
:root {
  --bg: #efe6d6;
  --ink: #1a100c;
  --muted: #6a5348;
  --accent: #7a1f32;
  --accent-ink: #f7efe4;
  --rule: #1a100c;
  --photo-a: #5c2430;
  --photo-b: #3a241c;
  --photo-c: #8a4a3a;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: Georgia, "Iowan Old Style", "Palatino Linotype", Palatino, "Times New Roman", serif;
  background: var(--bg);
  color: var(--ink);
  font-size: 1.2rem;
  line-height: 1.4;
  padding-bottom: calc(6.75rem + env(safe-area-inset-bottom));
}

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

a {
  color: var(--accent);
}

.skip {
  position: absolute;
  left: 0.75rem;
  top: -4rem;
  background: var(--accent);
  color: var(--accent-ink);
  padding: 0.5rem 0.75rem;
  z-index: 20;
}

.skip:focus {
  top: 0.75rem;
}

.mast {
  padding: calc(1.5rem + env(safe-area-inset-top)) 1.2rem 1.1rem;
  max-width: 28rem;
  margin: 0 auto;
  text-align: center;
}

.kicker {
  margin: 0;
  font-family: "Arial Narrow", "Franklin Gothic Medium", Arial, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
}

h1 {
  margin: 0.45rem 0 0.7rem;
  font-size: clamp(2.6rem, 14vw, 3.6rem);
  line-height: 0.92;
  font-weight: 400;
  font-style: italic;
}

.lede {
  margin: 0 auto;
  max-width: 22rem;
}

.photo {
  margin: 0;
}

.photo-frame {
  height: 52vh;
  min-height: 18rem;
  max-height: 26rem;
  overflow: hidden;
  background: var(--photo-a);
}

.hero-photo .photo-frame {
  height: 58vh;
  min-height: 20rem;
  max-height: 30rem;
}

.photo-frame svg,
.photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo figcaption {
  padding: 0.45rem 1.2rem 0.2rem;
  max-width: 28rem;
  margin: 0 auto;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.hours-band,
.menu,
.place,
footer {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}

.hours-band {
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
}

h2 {
  margin: 0 0 0.35rem;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  font-style: normal;
  font-weight: 700;
}

.hint {
  margin: 0 0 0.8rem;
  color: var(--muted);
  font-size: 1.05rem;
}

.hours {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.15rem;
}

.hours th {
  text-align: left;
  font-weight: 400;
  font-style: italic;
  padding: 0.35rem 0;
  border-bottom: 1px solid var(--rule);
}

.hours td {
  text-align: right;
  padding: 0.35rem 0;
  border-bottom: 1px solid var(--rule);
  font-family: "Arial Narrow", Arial, sans-serif;
  letter-spacing: 0.04em;
}

.menu {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  text-align: center;
}

.menu ul {
  list-style: none;
  margin: 0;
  padding: 1rem 0;
  border-top: 2px solid var(--rule);
  border-bottom: 2px solid var(--rule);
}

.menu li {
  margin: 0 0 1.1rem;
}

.menu li:last-child {
  margin-bottom: 0;
}

.menu strong {
  display: block;
  font-size: 1.65rem;
  font-weight: 400;
  font-style: italic;
}

.menu span {
  display: block;
  margin-top: 0.15rem;
  color: var(--muted);
  font-family: "Arial Narrow", Arial, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.place {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
}

.address {
  margin: 0 0 1rem;
  font-size: 1.45rem;
  font-style: italic;
  line-height: 1.25;
}

.towns-lead {
  margin: 0 0 0.3rem;
  font-family: "Arial Narrow", Arial, sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--accent);
}

.towns {
  margin: 0 0 1.25rem;
  color: var(--muted);
  font-size: 1.05rem;
}

.cater {
  margin: 0 0 0.9rem;
}

.btn {
  display: block;
  text-align: center;
  padding: 0.95rem 0.75rem;
  min-height: 3.25rem;
  background: var(--accent);
  color: var(--accent-ink);
  text-decoration: none;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 1.05rem;
}

footer {
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  font-size: 1.05rem;
}

footer p {
  margin: 0 0 0.35rem;
}

footer a {
  color: var(--ink);
  font-weight: 700;
}

.demo-mark {
  margin-top: 0.9rem;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.03em;
  color: var(--muted);
  font-style: normal;
}

.dock {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.55rem 0.75rem calc(0.55rem + env(safe-area-inset-bottom));
  background: var(--bg);
  border-top: 1px solid var(--rule);
  z-index: 10;
}

.dock-call {
  display: block;
  text-align: center;
  padding: 0.95rem 0.75rem;
  min-height: 3.25rem;
  background: var(--accent);
  color: var(--accent-ink);
  text-decoration: none;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  max-width: 28rem;
  margin: 0 auto;
}

:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}
