/* Neutral Facet — neutlsace.info — typography-led */
:root {
  --nt-bg: #faf9f6;
  --nt-ink: #1a1a1a;
  --nt-sub: #6e6a62;
  --nt-accent: #3d4a42;
  --nt-rule: #e3e0d8;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--nt-bg);
  color: var(--nt-ink);
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: 1.125rem;
  line-height: 1.7;
}

.nt_skip {
  position: absolute;
  left: -9999px;
}
.nt_skip:focus {
  left: 1rem;
  top: 1rem;
  z-index: 9999;
  background: var(--nt-accent);
  color: var(--nt-bg);
  padding: 0.45rem 0.9rem;
  font-family: system-ui, sans-serif;
  font-size: 0.85rem;
}

.nt_head {
  padding: 3rem 1.5rem 2rem;
  border-bottom: 1px solid var(--nt-rule);
  text-align: center;
}

.nt_k {
  font-family: system-ui, sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: var(--nt-sub);
  margin: 0 0 0.75rem;
}

.nt_mast {
  font-size: clamp(2.4rem, 6vw, 3.8rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  margin: 0 0 0.5rem;
  line-height: 1.05;
}

.nt_sub {
  font-family: system-ui, sans-serif;
  font-size: 0.95rem;
  color: var(--nt-sub);
  margin: 0 auto;
  max-width: 36ch;
}

.nt_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.5rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.nt_nav a {
  font-family: system-ui, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--nt-ink);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.nt_nav a:hover,
.nt_nav a[aria-current="page"] {
  border-bottom-color: var(--nt-accent);
}

.nt_wrap {
  max-width: 38rem;
  margin: 0 auto;
  padding: 0 1.5rem 5rem;
}

.nt_lede {
  font-size: 1.35rem;
  line-height: 1.45;
  margin: 2.5rem 0 1.5rem;
}

.nt_sec {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--nt-rule);
}

.nt_sec h2 {
  font-size: 0.72rem;
  font-family: system-ui, sans-serif;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--nt-sub);
  font-weight: 600;
  margin: 0 0 1rem;
}

.nt_sec p { margin: 0 0 1rem; }

.nt_pull {
  font-family: system-ui, sans-serif;
  font-size: 0.9rem;
  color: var(--nt-sub);
  border-left: 3px solid var(--nt-accent);
  padding: 0.25rem 0 0.25rem 1rem;
  margin: 1.5rem 0;
}

.nt_fig {
  margin: 2rem -0.5rem;
}
.nt_fig img {
  width: 100%;
  height: auto;
  border: 1px solid var(--nt-rule);
}

.nt_ft {
  border-top: 1px solid var(--nt-rule);
  padding: 2rem 1.5rem 3rem;
  font-family: system-ui, sans-serif;
  font-size: 0.78rem;
  color: var(--nt-sub);
  max-width: 42rem;
  margin: 0 auto;
}

.nt_ft a { color: var(--nt-accent); }

.nt_bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--nt-ink);
  color: var(--nt-bg);
  padding: 1rem 1.5rem;
  font-family: system-ui, sans-serif;
  font-size: 0.82rem;
  display: none;
  z-index: 1000;
}
.nt_bar.nt_show { display: block; }

.nt_bar_inner {
  max-width: 42rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}

.nt_bar a { color: #c9c4b8; }

.nt_btn {
  font-family: system-ui, sans-serif;
  font-size: 0.75rem;
  padding: 0.4rem 0.9rem;
  border: 1px solid var(--nt-bg);
  background: transparent;
  color: var(--nt-bg);
  cursor: pointer;
}

.nt_page {
  padding: 2rem 0 1rem;
}

.nt_page h1 {
  font-size: clamp(1.85rem, 4vw, 2.4rem);
  font-weight: 400;
  margin: 0 0 0.75rem;
}

.nt_page .nt_lead {
  font-family: system-ui, sans-serif;
  font-size: 0.95rem;
  color: var(--nt-sub);
  margin: 0;
}

.nt_article { padding: 1rem 0 3rem; }
.nt_article figure { margin: 2rem 0; }
.nt_article img {
  width: 100%;
  height: auto;
  border: 1px solid var(--nt-rule);
}

.nt_ul { list-style: none; padding: 0; margin: 2rem 0; }
.nt_ul li {
  padding: 1rem 0;
  border-bottom: 1px solid var(--nt-rule);
  font-family: system-ui, sans-serif;
  font-size: 0.95rem;
}
.nt_ul a { color: var(--nt-ink); text-decoration: none; }
.nt_ul a:hover { color: var(--nt-accent); }

.nt_form label {
  display: block;
  font-family: system-ui, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 1rem;
  color: var(--nt-sub);
}
.nt_form input,
.nt_form textarea {
  width: 100%;
  padding: 0.55rem;
  border: 1px solid var(--nt-rule);
  background: #fff;
  font: inherit;
  margin-top: 0.35rem;
}
.nt_form button {
  margin-top: 1rem;
  padding: 0.55rem 1.1rem;
  background: var(--nt-accent);
  color: var(--nt-bg);
  border: none;
  cursor: pointer;
  font-family: system-ui, sans-serif;
  font-size: 0.8rem;
}
