/* tpmp batch-10 fitting desk */
:root {
  --tpmpink: #1e2a24;
  --tpmppaper: #f4efe4;
  --tpmpaccent: #3d6b4f;
  --tpmptick: #8b3a2a;
  --tpmpdisplay: Didot, Palatino Linotype, serif;
  --tpmpbody: Georgia, serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.tpmpwrap {
  margin: 0;
  color: var(--tpmpink);
  background: var(--tpmppaper);
  font-family: var(--tpmpbody);
  font-size: 1.02rem;
  line-height: 1.62;
}
a { color: var(--tpmpaccent); }
a:hover { color: var(--tpmptick); }
h1, h2, h3, .tpmpbrand {
  font-family: var(--tpmpdisplay);
  font-weight: 600;
  letter-spacing: -0.02em;
}
h1.tpmph1, 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; }
.tpmpskip { position: absolute; left: -999px; }
.tpmpskip:focus { left: 8px; top: 8px; background: var(--tpmptick); color: #fff; padding: 0.4rem; z-index: 40; }
.tpmpshell { max-width: 1120px; margin: 0 auto; padding: 1.15rem 1.15rem 3.2rem; }
.tpmptop {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.65rem;
  border-bottom: 2px solid var(--tpmpink); padding-bottom: 0.9rem; margin-bottom: 1.45rem;
}
.tpmpbrand { font-size: 1.5rem; text-decoration: none; color: var(--tpmpink); }
.tpmpplace { font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase; }
.tpmpjob { font-size: 0.72rem; letter-spacing: 0.14em; color: var(--tpmptick); }
.tpmprail ul { list-style: none; margin: 0.75rem 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0.5rem 1.05rem; }
.tpmprail a { text-decoration: none; font-size: 0.86rem; }
.tpmprail .is-here a { border-bottom: 2px solid var(--tpmptick); }
.tpmpkicker { color: var(--tpmptick); font-size: 0.76rem; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 0.35rem; }
.tpmplede { font-size: 1.08rem; max-width: 46rem; }
.tpmpactions { display:flex; flex-wrap:wrap; gap: 0.7rem; margin: 1.1rem 0 0; }
.tpmpcta, .tpmpghost {
  display:inline-block; padding: 0.55rem 0.95rem; text-decoration:none;
  border: 1px solid var(--tpmpink);
}
.tpmpcta { background: var(--tpmpink); color: var(--tpmppaper); }
.tpmpghost { color: var(--tpmpink); }
.tpmptrio { display:grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 1.8rem 0; }
.tpmpcard {
  border: 1px solid color-mix(in srgb, var(--tpmpink) 22%, transparent);
  padding: 1rem 1.05rem; margin: 0 0 1rem;
}
.tpmpnotes { display:grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.tpmpnotes blockquote { margin: 0; padding: 0.9rem 1rem; background: color-mix(in srgb, var(--tpmpaccent) 8%, var(--tpmppaper)); }
.tpmpfoot {
  margin-top: 2.5rem; padding-top: 1rem;
  border-top: 1px solid color-mix(in srgb, var(--tpmpink) 25%, transparent);
  font-size: 0.84rem;
}
.tpmpfoot ul { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 0.4rem 1rem; }
.tpmphero { display:grid; grid-template-columns: 0.9fr 1.1fr; gap: 2rem; } .tpmpaside { outline: 6px double var(--tpmptick); padding:1rem; }
@media (max-width: 820px) {
  .tpmphero, .tpmptrio, .tpmpnotes { display:block; }
  .tpmprail ul { flex-direction: column; gap: 0.35rem; }
}
