/* Weak Loft — Tallahassee canopy literary. Limestone, moss, hanging quotes. */
:root {
  --weak-canopy: #1f3a2c;
  --weak-moss: #6b8f71;
  --weak-lime: #e7e1d4;
  --weak-paper: #f4f0e6;
  --weak-clay: #c47a4a;
  --weak-ink: #243028;
  --weak-mute: #5d6a60;
  --weak-display: Georgia, Palatino, "Palatino Linotype", "Times New Roman", serif;
  --weak-body: "Gill Sans", "Avenir Next", "Century Gothic", sans-serif;
  --weak-max: 720px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; }
body.weak-body {
  background:
    radial-gradient(700px 280px at 80% -8%, rgba(107,143,113,0.18), transparent 55%),
    var(--weak-paper);
  color: var(--weak-ink);
  font-family: var(--weak-body);
  font-size: 1.08rem;
  line-height: 1.72;
}
body.weak-locked { overflow: hidden; }
a { color: var(--weak-canopy); text-underline-offset: 0.18em; }
a:hover { color: var(--weak-clay); }
h1, h2, h3, .weak-mark strong, .weak-end__name, .weak-frame, .weak-do {
  font-family: var(--weak-display);
  font-weight: 600;
  letter-spacing: -0.02em;
}
h1 { font-size: clamp(2.1rem, 6vw, 3.3rem); line-height: 1.12; margin: 0 0 0.7rem; }
h2 { font-size: clamp(1.28rem, 2.6vw, 1.7rem); margin: 0 0 0.55rem; }
h3 { font-size: 1.1rem; margin: 0 0 0.3rem; }
p { margin: 0 0 1.05rem; }
address { font-style: normal; }
.weak-column { width: min(var(--weak-max), calc(100% - 2.1rem)); margin-inline: auto; }
.weak-skip {
  position: absolute; left: -999px; top: 0;
  background: var(--weak-canopy); color: var(--weak-lime); padding: 0.45rem 0.8rem; z-index: 90;
}
.weak-skip:focus { left: 0.6rem; top: 0.6rem; }
.weak-topo { color: var(--weak-moss); height: 36px; overflow: hidden; }
.weak-topo svg { width: 100%; height: 36px; display: block; }
.weak-top { background: var(--weak-lime); border-bottom: 1px solid rgba(31,58,44,0.12); position: sticky; top: 0; z-index: 40; }
.weak-top.is-held { box-shadow: 0 10px 22px -18px rgba(31,58,44,0.5); }
.weak-top__row { display: grid; grid-template-columns: 1fr auto auto; gap: 0.5rem; align-items: center; padding: 0.65rem 0; }
.weak-mark { display: flex; gap: 0.55rem; align-items: center; text-decoration: none; color: inherit; }
.weak-mark svg { color: var(--weak-canopy); }
.weak-mark strong { display: block; font-size: 1.22rem; }
.weak-mark small { display: block; font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--weak-mute); font-family: var(--weak-body); }
.weak-tel { display: none; color: var(--weak-canopy); text-decoration: none; }
.weak-open {
  background: transparent; border: 1px solid var(--weak-canopy); color: var(--weak-canopy);
  padding: 0.4rem 0.65rem; letter-spacing: 0.12em; text-transform: uppercase; font-size: 0.72rem; cursor: pointer;
}
.weak-nav {
  position: fixed; inset: 0 0 0 auto; width: min(20rem, 86vw);
  background: var(--weak-canopy); color: var(--weak-lime);
  transform: translateX(100%); transition: transform 0.28s ease;
  padding: 4.2rem 1.25rem 2rem; z-index: 45; overflow: auto;
}
.weak-nav.is-open { transform: none; }
.weak-nav ul { list-style: none; margin: 0 0 1rem; padding: 0; }
.weak-nav a { color: var(--weak-lime); text-decoration: none; display: block; padding: 0.42rem 0; font-family: var(--weak-display); font-size: 1.2rem; }
.weak-nav .is-here a { color: var(--weak-clay); }
.weak-frame {
  display: inline-block; background: var(--weak-clay); color: var(--weak-paper);
  text-decoration: none; padding: 0.55rem 0.85rem; font-size: 0.78rem; letter-spacing: 0.06em;
}

.weak-prose { padding: 1.8rem 0 2.4rem; }
.weak-k { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--weak-clay); margin: 0 0 0.4rem; }
.weak-pull {
  font-family: var(--weak-display);
  font-size: 1.45rem; line-height: 1.3; color: var(--weak-canopy);
  border-left: 3px solid var(--weak-moss); padding-left: 1rem; margin: 1.2rem 0 1.4rem;
}
.weak-do {
  display: inline-block; background: var(--weak-canopy); color: var(--weak-lime);
  text-decoration: none; padding: 0.7rem 1rem; margin: 0.15rem 0.35rem 0.15rem 0;
}
.weak-do:hover { color: var(--weak-lime); background: #16291f; }
.weak-do--ghost { background: transparent; color: var(--weak-canopy); border: 1px solid var(--weak-canopy); }
.weak-do--ghost:hover { background: var(--weak-canopy); color: var(--weak-lime); }
.weak-do--block { width: 100%; text-align: center; border: 0; cursor: pointer; font: inherit; }

.weak-stack article { padding: 1rem 0; border-top: 1px solid rgba(31,58,44,0.12); }
.weak-two { display: grid; gap: 1.2rem; }
.weak-fees { display: grid; gap: 0.85rem; }
.weak-fee { background: var(--weak-lime); padding: 1rem 1.05rem; border-top: 3px solid var(--weak-canopy); }
.weak-fee__n { font-family: var(--weak-display); font-size: 1.7rem; }
.weak-fee--lead { background: var(--weak-canopy); color: var(--weak-lime); }
.weak-fee--lead .weak-k, .weak-fee--lead a { color: var(--weak-clay); }
.weak-hands { display: grid; gap: 1rem; }
.weak-hands article { padding-top: 0.6rem; border-top: 1px solid var(--weak-moss); }
.weak-hands .job { font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--weak-clay); }
.weak-faq details { border-bottom: 1px solid rgba(31,58,44,0.12); padding: 0.65rem 0; }
.weak-faq summary { cursor: pointer; font-family: var(--weak-display); font-size: 1.12rem; }
.weak-form { background: var(--weak-lime); padding: 1.1rem; }
.weak-fields { display: grid; gap: 0.8rem; }
.weak-fields label { display: block; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0.2rem; }
.weak-fields input, .weak-fields select, .weak-fields textarea {
  width: 100%; border: 1px solid var(--weak-canopy); background: var(--weak-paper);
  padding: 0.5rem 0.6rem; font: inherit; color: inherit;
}
.weak-list { list-style: none; margin: 0; padding: 0; }
.weak-list li { padding: 0.38rem 0 0.38rem 1.15rem; position: relative; border-bottom: 1px dashed rgba(31,58,44,0.12); }
.weak-list li::before { content: "❧"; position: absolute; left: 0; color: var(--weak-moss); }
.weak-plan {
  min-height: 148px; position: relative;
  background:
    radial-gradient(circle at 48% 52%, var(--weak-clay) 0 6px, transparent 7px),
    repeating-linear-gradient(0deg, transparent 0 18px, rgba(31,58,44,0.06) 18px 19px),
    #d9d1bf;
}
.weak-plan span { position: absolute; bottom: 0.45rem; left: 0.55rem; background: var(--weak-paper); padding: 0.18rem 0.4rem; font-size: 0.76rem; }
.weak-log a { display: block; color: inherit; text-decoration: none; padding: 0.85rem 0; border-bottom: 1px solid rgba(31,58,44,0.12); }
.weak-log time { display: block; font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--weak-clay); }
.weak-away { padding: 3.2rem 0; }
.weak-away__code { letter-spacing: 0.24em; font-size: 0.74rem; color: var(--weak-clay); }
.weak-soft { opacity: 0; transform: translateY(6px); transition: opacity 0.7s ease, transform 0.7s ease; }
.weak-soft.is-in { opacity: 1; transform: none; }

.weak-end { background: var(--weak-canopy); color: var(--weak-lime); padding: 2rem 0 1.1rem; }
.weak-end h2 { font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--weak-moss); }
.weak-end a { color: var(--weak-clay); }
.weak-end__name { font-size: 1.5rem; margin: 0 0 0.4rem; }
.weak-end__grid { display: grid; gap: 1.2rem; }
.weak-clock, .weak-links { list-style: none; margin: 0; padding: 0; }
.weak-clock li { display: flex; justify-content: space-between; gap: 0.6rem; font-size: 0.86rem; border-bottom: 1px dashed rgba(231,225,212,0.12); padding: 0.16rem 0; }
.weak-clock .is-shut { opacity: 0.45; }
.weak-links a { text-decoration: none; }
.weak-end__fine { width: min(var(--weak-max), calc(100% - 2.1rem)); margin: 1.2rem auto 0; font-size: 0.8rem; opacity: 0.75; }

@media (min-width: 820px) {
  .weak-tel { display: inline-block; }
  .weak-pull { margin-left: -1.5rem; }
  .weak-two { grid-template-columns: 1fr 1fr; }
  .weak-fees { grid-template-columns: 1fr 1fr; }
  .weak-hands { grid-template-columns: 1fr 1fr 1fr; }
  .weak-fields { grid-template-columns: 1fr 1fr; }
  .weak-span { grid-column: 1 / -1; }
  .weak-end { max-width: none; }
  .weak-end .weak-column, .weak-end__fine { width: min(980px, calc(100% - 2.1rem)); }
  .weak-end__grid { grid-template-columns: 1.3fr 1fr 1fr 1fr; }
}
@media (min-width: 1080px) {
  .weak-open { display: none; }
  .weak-top__row { grid-template-columns: auto 1fr auto; }
  .weak-nav {
    position: static; width: auto; background: transparent; color: inherit;
    transform: none; padding: 0; display: flex; align-items: center; gap: 0.7rem; overflow: visible;
  }
  .weak-nav ul { display: flex; gap: 0.12rem; margin: 0; }
  .weak-nav a { color: var(--weak-ink); font-size: 0.95rem; padding: 0.28rem 0.4rem; }
  .weak-nav .is-here a { color: var(--weak-clay); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .weak-soft { opacity: 1; transform: none; transition: none; }
  .weak-nav { transition: none; }
}
