/* Press Step — Iowa City sole-width board. Limestone, iron oxide, Baskerville. */
:root {
  --pres-stone: #e9dfc8;
  --pres-board: #f6efe0;
  --pres-ink: #2b2218;
  --pres-oxide: #8a3d22;
  --pres-slate: #3d4a52;
  --pres-rule: #cbbba0;
  --pres-mute: #5b5146;
  --pres-cream: #fff8ea;
  --pres-step: #4d6a5c;
  --pres-display: "Avenir Next Condensed", "Futura Condensed", "Gill Sans", "Century Gothic", sans-serif;
  --pres-body: Baskerville, "Baskerville Old Face", "Iowan Old Style", Georgia, serif;
  --pres-max: 1040px;
}
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body.pres-body {
  background: #cfc3a8;
  color: var(--pres-ink);
  font-family: var(--pres-body);
  font-size: 17px;
  line-height: 1.68;
}
body.pres-halt { overflow: hidden; }
a { color: var(--pres-oxide); }
a:hover { color: var(--pres-slate); }
h1, h2, h3 {
  font-family: var(--pres-display);
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.08;
  margin: 0 0 0.5em;
  text-transform: uppercase;
}
h1 { font-size: clamp(2rem, 5.5vw, 3.3rem); letter-spacing: 0.02em; }
h2 { font-size: clamp(1.15rem, 2.2vw, 1.55rem); }
h3 { font-size: 1.02rem; }
p { margin: 0 0 1em; }
.pres-skip { position: absolute; left: -999px; top: 8px; background: var(--pres-oxide); color: #fff; padding: 0.4rem 0.7rem; z-index: 50; }
.pres-skip:focus { left: 8px; }
.pres-track {
  display: flex; gap: 0; background: var(--pres-ink); color: var(--pres-stone);
  font-family: var(--pres-display); font-size: 0.68rem; letter-spacing: 0.14em;
}
.pres-track b {
  flex: 1; text-align: center; padding: 0.55rem 0.3rem;
  border-right: 1px solid rgba(233,223,200,0.18);
}
.pres-frame {
  background:
    radial-gradient(circle at 0 0, rgba(138, 61, 34, 0.08), transparent 40%),
    var(--pres-board);
  min-height: 100vh;
  border-left: 14px solid #d7cbb3;
  border-right: 14px solid #d7cbb3;
}
.pres-wrap { width: min(var(--pres-max), calc(100% - 36px)); margin: 0 auto; }
.pres-head {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: 0.85rem 0; border-bottom: 3px double var(--pres-ink);
  position: sticky; top: 0; z-index: 20; background: rgba(246, 239, 224, 0.94);
}
.pres-head.is-pin { border-bottom-color: var(--pres-oxide); }
.pres-logo { text-decoration: none; color: inherit; }
.pres-logo strong { display: block; font-family: var(--pres-display); font-size: 1.35rem; letter-spacing: 0.08em; }
.pres-logo em { font-style: normal; font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--pres-mute); }
.pres-tog {
  width: 46px; height: 40px; background: var(--pres-ink); color: var(--pres-stone);
  border: 0; font-family: var(--pres-display); letter-spacing: 0.08em; cursor: pointer;
}
.pres-nav { display: none; }
.pres-nav.is-open {
  display: block; position: absolute; left: 0; right: 0; top: 100%;
  background: var(--pres-cream); border-bottom: 3px solid var(--pres-ink); padding: 1rem 1.2rem 1.3rem;
}
.pres-nav ul { list-style: none; margin: 0; padding: 0; columns: 1; }
.pres-nav a { display: block; padding: 0.4rem 0; text-decoration: none; color: var(--pres-ink); font-family: var(--pres-display); letter-spacing: 0.06em; text-transform: uppercase; font-size: 0.86rem; }
.pres-nav li.is-here a { color: var(--pres-oxide); }
.pres-cta {
  display: inline-block; margin-top: 0.7rem; background: var(--pres-oxide); color: #fff !important;
  text-decoration: none !important; padding: 0.6rem 0.85rem; font-family: var(--pres-display); letter-spacing: 0.08em; text-transform: uppercase;
}
.pres-hero { padding: 2.3rem 0 1.5rem; }
.pres-hero__stack { display: grid; gap: 1.3rem; }
.pres-eyebrow { font-family: var(--pres-display); letter-spacing: 0.2em; font-size: 0.7rem; color: var(--pres-oxide); margin-bottom: 0.4rem; }
.pres-lede { font-size: 1.08rem; color: var(--pres-mute); max-width: 38rem; }
.pres-row { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-top: 1rem; }
.pres-go {
  display: inline-block; background: var(--pres-ink); color: var(--pres-stone) !important;
  text-decoration: none !important; padding: 0.7rem 1rem; font-family: var(--pres-display);
  letter-spacing: 0.08em; text-transform: uppercase; font-size: 0.86rem; border: 0; cursor: pointer;
}
.pres-go--line { background: transparent; color: var(--pres-ink) !important; border: 1px solid var(--pres-ink); }
.pres-go--block { width: 100%; text-align: center; }
.pres-slab {
  background: var(--pres-cream); border: 1px solid var(--pres-rule);
  padding: 1rem 1.05rem; clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
}
.pres-slab ol { margin: 0; padding: 0 0 0 1.1rem; }
.pres-slab li { margin: 0.35rem 0; }
.pres-sec { padding: 2.1rem 0; }
.pres-sec--oxide { background: var(--pres-oxide); color: var(--pres-cream); }
.pres-sec--oxide h2, .pres-sec--oxide h3 { color: var(--pres-cream); }
.pres-sec--oxide .pres-eyebrow { color: #f0c9b2; }
.pres-sec--slate { background: var(--pres-slate); color: var(--pres-stone); }
.pres-sec--slate h2 { color: var(--pres-stone); }
.pres-fade { opacity: 0; transform: translateY(10px); transition: 0.55s ease; }
.pres-fade.is-in { opacity: 1; transform: none; }
.pres-tiles { display: grid; gap: 0.75rem; }
.pres-tile { background: var(--pres-cream); padding: 1rem; border-bottom: 6px solid var(--pres-step); }
.pres-tile strong { display: block; font-family: var(--pres-display); font-size: 1.5rem; }
.pres-tile em { font-style: normal; font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--pres-mute); }
.pres-grid { display: grid; gap: 0.9rem; }
.pres-card { background: var(--pres-cream); padding: 1.05rem 1.1rem; border: 1px solid var(--pres-rule); }
.pres-duo { display: grid; gap: 1.4rem; }
.pres-quote { font-size: 1.35rem; font-family: var(--pres-display); letter-spacing: 0.02em; text-transform: uppercase; line-height: 1.2; }
.pres-cite { font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--pres-mute); }
.pres-crew { display: grid; gap: 1rem; }
.pres-who { background: var(--pres-cream); padding: 1rem; border-left: 5px solid var(--pres-step); }
.pres-job { font-family: var(--pres-display); letter-spacing: 0.12em; text-transform: uppercase; font-size: 0.7rem; color: var(--pres-oxide); margin: 0 0 0.45rem; }
.pres-faq details { background: var(--pres-cream); margin: 0.45rem 0; padding: 0.7rem 0.85rem; }
.pres-faq summary { cursor: pointer; font-family: var(--pres-display); text-transform: uppercase; letter-spacing: 0.04em; list-style: none; }
.pres-faq summary::-webkit-details-marker { display: none; }
.pres-ladder { display: grid; gap: 0; }
.pres-rung { display: grid; grid-template-columns: 1fr auto; gap: 0.35rem 1rem; padding: 0.85rem 0.2rem; border-bottom: 1px solid var(--pres-rule); }
.pres-rung p { grid-column: 1 / -1; margin: 0; color: var(--pres-mute); font-size: 0.94rem; }
.pres-cash { font-family: var(--pres-display); color: var(--pres-oxide); letter-spacing: 0.04em; }
.pres-form { background: var(--pres-cream); padding: 1.15rem; border: 1px solid var(--pres-ink); }
.pres-fields { display: grid; gap: 0.75rem; }
.pres-field label { display: block; font-family: var(--pres-display); letter-spacing: 0.08em; text-transform: uppercase; font-size: 0.72rem; margin-bottom: 0.2rem; }
.pres-field input, .pres-field select, .pres-field textarea {
  width: 100%; border: 0; border-bottom: 2px solid var(--pres-ink); background: transparent;
  padding: 0.45rem 0; font: inherit;
}
.pres-span { grid-column: 1 / -1; }
.pres-ticks { list-style: none; margin: 0; padding: 0; }
.pres-ticks li { padding: 0.38rem 0 0.38rem 1.2rem; position: relative; }
.pres-ticks li::before { content: "▣"; position: absolute; left: 0; top: 0.35rem; font-size: 0.7rem; color: var(--pres-oxide); }
.pres-index a { display: block; padding: 0.9rem 0; border-bottom: 1px solid var(--pres-rule); text-decoration: none; color: inherit; }
.pres-index time { display: block; font-family: var(--pres-display); letter-spacing: 0.12em; text-transform: uppercase; font-size: 0.68rem; color: var(--pres-oxide); }
.pres-prose { max-width: 39rem; }
.pres-hours { list-style: none; margin: 0; padding: 0; }
.pres-hours li { display: flex; justify-content: space-between; padding: 0.25rem 0; border-bottom: 1px dotted var(--pres-rule); }
.pres-hours li.is-shut { opacity: 0.45; }
.pres-foot { background: var(--pres-ink); color: var(--pres-stone); padding: 2rem 0 1rem; }
.pres-foot h2 { color: #e0b089; font-size: 0.72rem; letter-spacing: 0.16em; }
.pres-foot a { color: #f0c9b2; }
.pres-foot__grid { display: grid; gap: 1.3rem; }
.pres-foot__name { font-family: var(--pres-display); letter-spacing: 0.1em; font-size: 1.2rem; margin: 0 0 0.4rem; }
.pres-legal { margin-top: 1.2rem; padding-top: 0.8rem; border-top: 1px solid rgba(233,223,200,0.15); font-size: 0.8rem; opacity: 0.75; }
.pres-foot ul { list-style: none; margin: 0; padding: 0; }
address { font-style: normal; }
@media (min-width: 880px) {
  .pres-hero__stack { grid-template-columns: 1.15fr 0.85fr; }
  .pres-tiles { grid-template-columns: repeat(3, 1fr); }
  .pres-grid { grid-template-columns: 1fr 1fr; }
  .pres-duo { grid-template-columns: 1fr 1fr; }
  .pres-crew { grid-template-columns: 1fr 1fr; }
  .pres-fields { grid-template-columns: 1fr 1fr; }
  .pres-foot__grid { grid-template-columns: 1.2fr 0.9fr 0.9fr 1fr; }
  .pres-tog { display: none; }
  .pres-nav { display: flex !important; position: static; background: none; border: 0; padding: 0; align-items: center; gap: 0.8rem; }
  .pres-nav ul { display: flex; flex-wrap: wrap; gap: 0.65rem; columns: auto; }
  .pres-nav a { padding: 0; font-size: 0.72rem; }
  .pres-cta { margin-top: 0; font-size: 0.7rem; }
  .pres-frame { border-width: 22px; }
}
@media (prefers-reduced-motion: reduce) { .pres-fade { opacity: 1; transform: none; } }
