/* wtby batch-10 fitting desk */
:root {
  --wtbyink: #1e2a24;
  --wtbypaper: #f4efe4;
  --wtbyaccent: #3d6b4f;
  --wtbytick: #8b3a2a;
  --wtbydisplay: Didot, Palatino Linotype, serif;
  --wtbybody: Georgia, serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.wtbywrap {
  margin: 0;
  color: var(--wtbyink);
  background: var(--wtbypaper);
  font-family: var(--wtbybody);
  font-size: 1.02rem;
  line-height: 1.62;
}
a { color: var(--wtbyaccent); }
a:hover { color: var(--wtbytick); }
h1, h2, h3, .wtbybrand {
  font-family: var(--wtbydisplay);
  font-weight: 600;
  letter-spacing: -0.02em;
}
h1.wtbyh1, h1 { font-size: clamp(2.05rem, 4.8vw, 3.35rem); line-height: 1.04; margin: 0 0 0.75rem; }
h2 { font-size: clamp(1.28rem, 2.5vw, 1.85rem); margin: 0 0 0.55rem; }
p { margin: 0 0 1rem; }
.wtbyskip { position: absolute; left: -999px; }
.wtbyskip:focus { left: 8px; top: 8px; background: var(--wtbytick); color: #fff; padding: 0.4rem; z-index: 40; }
.wtbyshell { max-width: 1120px; margin: 0 auto; padding: 1.15rem 1.15rem 3.2rem; }
.wtbytop {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.65rem;
  border-bottom: 2px solid var(--wtbyink); padding-bottom: 0.9rem; margin-bottom: 1.45rem;
}
.wtbybrand { font-size: 1.5rem; text-decoration: none; color: var(--wtbyink); }
.wtbyplace { font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase; }
.wtbyjob { font-size: 0.72rem; letter-spacing: 0.14em; color: var(--wtbytick); }
.wtbyrail ul { list-style: none; margin: 0.75rem 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0.5rem 1.05rem; }
.wtbyrail a { text-decoration: none; font-size: 0.86rem; }
.wtbyrail .is-here a { border-bottom: 2px solid var(--wtbytick); }
.wtbykicker { color: var(--wtbytick); font-size: 0.76rem; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 0.35rem; }
.wtbylede { font-size: 1.08rem; max-width: 46rem; }
.wtbyactions { display:flex; flex-wrap:wrap; gap: 0.7rem; margin: 1.1rem 0 0; }
.wtbycta, .wtbyghost {
  display:inline-block; padding: 0.55rem 0.95rem; text-decoration:none;
  border: 1px solid var(--wtbyink);
}
.wtbycta { background: var(--wtbyink); color: var(--wtbypaper); }
.wtbyghost { color: var(--wtbyink); }
.wtbytrio { display:grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 1.8rem 0; }
.wtbycard {
  border: 1px solid color-mix(in srgb, var(--wtbyink) 22%, transparent);
  padding: 1rem 1.05rem; margin: 0 0 1rem;
}
.wtbynotes { display:grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.wtbynotes blockquote { margin: 0; padding: 0.9rem 1rem; background: color-mix(in srgb, var(--wtbyaccent) 8%, var(--wtbypaper)); }
.wtbyfoot {
  margin-top: 2.5rem; padding-top: 1rem;
  border-top: 1px solid color-mix(in srgb, var(--wtbyink) 25%, transparent);
  font-size: 0.84rem;
}
.wtbyfoot ul { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 0.4rem 1rem; }
.wtbyhero { display:flex; flex-direction:column; gap:1rem; } .wtbyh1 { letter-spacing:-0.03em; } .wtbyaside { font-family: var(--wtbydisplay); }
@media (max-width: 820px) {
  .wtbyhero, .wtbytrio, .wtbynotes { display:block; }
  .wtbyrail ul { flex-direction: column; gap: 0.35rem; }
}
