/* Tempo Arc — Montgomery clay-desk edition. Newspaper grid. System faces. */
:root {
  --temp-clay: #8b3a2a;
  --temp-clay-deep: #5c2418;
  --temp-ink: #1c140f;
  --temp-cream: #f6ead7;
  --temp-paper: #fbf3e4;
  --temp-brass: #c4a574;
  --temp-brass-hot: #d8bc8a;
  --temp-rule: rgba(28, 20, 15, 0.14);
  --temp-mute: #6a5a4c;
  --temp-river: #3d5c63;
  --temp-display: "Bodoni MT", Didot, "Times New Roman", serif;
  --temp-body: "Trebuchet MS", "Gill Sans", "Century Gothic", sans-serif;
  --temp-max: 1120px;
  --temp-gutter: 1.15rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html.temp-inked body { opacity: 1; }

body.temp-body {
  margin: 0;
  color: var(--temp-ink);
  background:
    repeating-linear-gradient(0deg, transparent 0 27px, rgba(139, 58, 42, 0.035) 27px 28px),
    linear-gradient(180deg, var(--temp-paper) 0%, #f0e4cd 100%);
  font-family: var(--temp-body);
  font-size: 1.04rem;
  line-height: 1.62;
}

body.temp-locked { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: var(--temp-clay); text-decoration-thickness: 1px; text-underline-offset: 0.16em; }
a:hover { color: var(--temp-clay-deep); }

h1, h2, h3, .temp-sigil__name, .temp-colophon__name, .temp-hold, .temp-act {
  font-family: var(--temp-display);
  font-weight: 700;
  letter-spacing: -0.02em;
}
h1 { font-size: clamp(2.2rem, 6vw, 4rem); line-height: 1.05; margin: 0 0 0.55rem; }
h2 { font-size: clamp(1.35rem, 2.8vw, 1.9rem); margin: 0 0 0.65rem; }
h3 { font-size: 1.12rem; margin: 0 0 0.35rem; }
p { margin: 0 0 1rem; }
address { font-style: normal; }

.temp-col {
  width: min(var(--temp-max), calc(100% - (var(--temp-gutter) * 2)));
  margin-inline: auto;
}

.temp-skip {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--temp-clay);
  color: var(--temp-cream);
  padding: 0.45rem 0.8rem;
  z-index: 90;
}
.temp-skip:focus { left: 0.7rem; top: 0.7rem; }

.temp-ribbon {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
  align-items: center;
  background: var(--temp-clay-deep);
  color: var(--temp-cream);
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 0.4rem 0.8rem;
}
.temp-ribbon__dot {
  width: 4px; height: 4px; border-radius: 50%;
  background: var(--temp-brass);
}

.temp-mast {
  border-bottom: 3px double var(--temp-ink);
  background: var(--temp-cream);
  position: sticky;
  top: 0;
  z-index: 40;
}
.temp-mast.is-pinned { box-shadow: 0 10px 24px -18px rgba(28, 20, 15, 0.55); }
.temp-mast__grid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.6rem 1rem;
  align-items: center;
  padding: 0.7rem 0;
}
.temp-edition {
  display: none;
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--temp-mute);
  text-align: center;
}
.temp-sigil { display: flex; gap: 0.7rem; align-items: center; text-decoration: none; color: inherit; }
.temp-sigil__mark { color: var(--temp-clay); display: flex; }
.temp-sigil__name { display: block; font-size: 1.35rem; line-height: 1; }
.temp-sigil__place { display: block; font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--temp-mute); font-family: var(--temp-body); }
.temp-mast__tel { display: none; font-family: var(--temp-display); text-decoration: none; }

.temp-burger {
  width: 44px; height: 44px;
  border: 1px solid var(--temp-ink);
  background: transparent;
  display: flex; flex-direction: column; justify-content: center; gap: 5px;
  padding: 10px; cursor: pointer;
}
.temp-burger span { display: block; height: 2px; background: var(--temp-ink); }
.temp-burger.is-open span:nth-child(2) { opacity: 0; }

.temp-rail {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(22rem, 88vw);
  background: var(--temp-ink);
  color: var(--temp-cream);
  transform: translateX(100%);
  transition: transform 0.28s ease;
  padding: 4.5rem 1.4rem 2rem;
  z-index: 45;
  overflow: auto;
}
.temp-rail.is-open { transform: none; }
.temp-rail__list { list-style: none; margin: 0 0 1.2rem; padding: 0; }
.temp-rail__list a {
  color: var(--temp-cream);
  text-decoration: none;
  display: block;
  padding: 0.45rem 0;
  border-bottom: 1px solid rgba(246, 234, 215, 0.12);
  font-family: var(--temp-display);
  font-size: 1.2rem;
}
.temp-rail__list .is-here a { color: var(--temp-brass-hot); }
.temp-hold {
  display: inline-block;
  background: var(--temp-clay);
  color: var(--temp-cream);
  text-decoration: none;
  padding: 0.65rem 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.temp-hero { padding: 2.2rem 0 1.4rem; }
.temp-hero__grid { display: grid; gap: 1.6rem; }
.temp-kicker {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--temp-clay);
  margin: 0 0 0.45rem;
}
.temp-lede { font-size: 1.12rem; max-width: 40rem; }
.temp-hero__actions { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 0.4rem; }

.temp-act {
  display: inline-block;
  background: var(--temp-clay);
  color: var(--temp-cream);
  text-decoration: none;
  padding: 0.75rem 1.05rem;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
}
.temp-act:hover { color: var(--temp-cream); background: var(--temp-clay-deep); }
.temp-act--ghost {
  background: transparent;
  color: var(--temp-ink);
  border: 1px solid var(--temp-ink);
}
.temp-act--ghost:hover { color: var(--temp-cream); background: var(--temp-ink); }
.temp-act--block { width: 100%; text-align: center; border: 0; cursor: pointer; font-family: inherit; }

.temp-sole {
  background: var(--temp-cream);
  border: 1px solid var(--temp-rule);
  padding: 1rem 1.1rem 1.15rem;
}
.temp-sole__head {
  display: flex; justify-content: space-between;
  font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase;
  border-bottom: 1px solid var(--temp-rule); padding-bottom: 0.5rem; margin-bottom: 0.7rem;
}
.temp-sole ol { list-style: none; margin: 0; padding: 0; }
.temp-sole li {
  display: grid; grid-template-columns: 2.2rem 1fr;
  gap: 0.5rem; padding: 0.35rem 0;
  border-bottom: 1px dashed var(--temp-rule);
  font-size: 0.95rem;
}
.temp-sole li b { font-family: var(--temp-display); color: var(--temp-clay); }
.temp-sole li.is-pick { background: rgba(139, 58, 42, 0.08); }

.temp-sheet { padding: 2rem 0; }
.temp-sheet--clay { background: var(--temp-clay-deep); color: var(--temp-cream); }
.temp-sheet--clay h2, .temp-sheet--clay a { color: var(--temp-brass-hot); }
.temp-sheet--rule { border-top: 1px solid var(--temp-rule); }

.temp-split { display: grid; gap: 1.4rem; }
.temp-cols3 { display: grid; gap: 1rem; }
.temp-card {
  background: var(--temp-cream);
  border: 1px solid var(--temp-rule);
  padding: 1.05rem 1.1rem;
}
.temp-card header {
  font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--temp-clay);
}
.temp-num {
  font-family: var(--temp-display);
  font-size: 2.2rem; line-height: 1; color: var(--temp-clay);
  display: block; margin-bottom: 0.3rem;
}

.temp-rates { display: grid; gap: 1rem; }
.temp-rate {
  border: 1px solid var(--temp-ink);
  padding: 1.1rem 1.2rem;
  background: var(--temp-cream);
}
.temp-rate__price { font-family: var(--temp-display); font-size: 1.8rem; margin: 0.2rem 0 0.6rem; }
.temp-rate--lead { background: var(--temp-ink); color: var(--temp-cream); }
.temp-rate--lead .temp-kicker, .temp-rate--lead h2 { color: var(--temp-brass-hot); }

.temp-hands { display: grid; gap: 1rem; }
.temp-hand {
  border-top: 3px solid var(--temp-clay);
  padding: 0.9rem 0 0.2rem;
}
.temp-hand__role { font-size: 0.75rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--temp-mute); }

.temp-faq details {
  border-bottom: 1px solid var(--temp-rule);
  padding: 0.7rem 0;
}
.temp-faq summary { cursor: pointer; font-family: var(--temp-display); font-size: 1.15rem; }
.temp-faq p { margin: 0.55rem 0 0.2rem; }

.temp-form { background: var(--temp-cream); border: 1px solid var(--temp-rule); padding: 1.2rem; }
.temp-fields { display: grid; gap: 0.85rem; }
.temp-field label { display: block; font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 0.25rem; }
.temp-field input, .temp-field select, .temp-field textarea {
  width: 100%;
  border: 1px solid var(--temp-ink);
  background: var(--temp-paper);
  padding: 0.55rem 0.65rem;
  font: inherit;
  color: inherit;
}
.temp-form-note { font-size: 0.88rem; color: var(--temp-mute); margin-top: 0.7rem; }

.temp-check { list-style: none; margin: 0; padding: 0; }
.temp-check li {
  padding: 0.4rem 0 0.4rem 1.3rem;
  position: relative;
  border-bottom: 1px dashed var(--temp-rule);
}
.temp-check li::before {
  content: "";
  position: absolute; left: 0; top: 0.7rem;
  width: 0.55rem; height: 0.55rem;
  background: var(--temp-clay);
}

.temp-map {
  min-height: 160px;
  background:
    radial-gradient(circle at 42% 58%, var(--temp-clay) 0 7px, transparent 8px),
    repeating-linear-gradient(90deg, rgba(61, 92, 99, 0.12) 0 1px, transparent 1px 28px),
    repeating-linear-gradient(0deg, rgba(61, 92, 99, 0.12) 0 1px, transparent 1px 28px),
    #d9cbb3;
  position: relative;
  border: 1px solid var(--temp-rule);
}
.temp-map__label {
  position: absolute; bottom: 0.6rem; left: 0.7rem;
  background: var(--temp-cream); padding: 0.25rem 0.5rem; font-size: 0.78rem;
}

.temp-blog a.temp-blog__row {
  display: grid; gap: 0.35rem;
  text-decoration: none; color: inherit;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--temp-rule);
}
.temp-blog time { font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--temp-clay); }

.temp-lost { padding: 4rem 0; text-align: center; }
.temp-lost__code { letter-spacing: 0.28em; font-size: 0.78rem; color: var(--temp-clay); }

.temp-cta-row { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 1rem; }

.temp-rise { opacity: 0; transform: translateY(10px); transition: opacity 0.55s ease, transform 0.55s ease; }
.temp-rise.is-in { opacity: 1; transform: none; }

.temp-colophon {
  background: var(--temp-ink);
  color: var(--temp-cream);
  margin-top: 2rem;
  padding: 2.2rem 0 0;
}
.temp-colophon h2 { font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--temp-brass); }
.temp-colophon a { color: var(--temp-brass-hot); }
.temp-colophon__name { font-size: 1.6rem; margin: 0 0 0.5rem; }
.temp-colophon__grid { display: grid; gap: 1.4rem; padding-bottom: 1.6rem; }
.temp-hours, .temp-colophon__links { list-style: none; margin: 0; padding: 0; }
.temp-hours li { display: flex; justify-content: space-between; gap: 0.8rem; font-size: 0.88rem; border-bottom: 1px dashed rgba(246,234,215,0.12); padding: 0.2rem 0; }
.temp-hours .is-shut { opacity: 0.5; }
.temp-colophon__links a { text-decoration: none; font-size: 0.92rem; }
.temp-colophon__rule { border-top: 1px solid rgba(246,234,215,0.12); }
.temp-colophon__rule-row { display: grid; gap: 0.3rem; padding: 0.85rem 0 1.1rem; font-size: 0.82rem; }

@media (min-width: 760px) {
  .temp-hero__grid { grid-template-columns: 1.15fr 0.85fr; align-items: start; }
  .temp-split { grid-template-columns: 1fr 1fr; }
  .temp-cols3 { grid-template-columns: repeat(3, 1fr); }
  .temp-rates { grid-template-columns: repeat(2, 1fr); }
  .temp-hands { grid-template-columns: repeat(3, 1fr); }
  .temp-fields { grid-template-columns: 1fr 1fr; }
  .temp-field--full { grid-column: 1 / -1; }
  .temp-mast__tel { display: inline-block; }
  .temp-edition { display: block; }
  .temp-colophon__grid { grid-template-columns: 1.35fr 1fr 1fr 1fr; }
  .temp-colophon__rule-row { grid-template-columns: 1fr 1fr; }
  .temp-blog a.temp-blog__row { grid-template-columns: 7.5rem 1fr; align-items: baseline; }
}

@media (min-width: 1040px) {
  .temp-burger { display: none; }
  .temp-mast__grid { grid-template-columns: auto 1fr auto auto; }
  .temp-rail {
    position: static; width: auto; background: transparent; color: inherit;
    transform: none; padding: 0; overflow: visible;
    display: flex; align-items: center; gap: 0.8rem;
    grid-column: 1 / -1;
  }
  .temp-rail__list { display: flex; gap: 0.1rem; margin: 0; }
  .temp-rail__list a {
    color: var(--temp-ink); border: 0; padding: 0.35rem 0.5rem;
    font-size: 0.92rem;
  }
  .temp-rail__list .is-here a { color: var(--temp-clay); }
  .temp-hold { font-size: 0.7rem; padding: 0.5rem 0.75rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .temp-rise { opacity: 1; transform: none; transition: none; }
  .temp-rail { transition: none; }
}
