
:root {
  --mtk-bg: #0f1c2e;
  --mtk-ink: #e6d5b8;
  --mtk-muted: #c4b49a;
  --mtk-accent: #4a6fa5;
  --mtk-font: 'Quicksand', sans-serif;
  --mtk-body: 'Source Serif 4', Georgia, serif;
  --mtk-display: 'Quicksand', sans-serif;
}
*,*::before,*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation: none !important; transition: none !important; }
}
body.mtk-body {
  margin: 0;
  font-family: var(--mtk-body);
  background: var(--mtk-bg);
  color: var(--mtk-ink);
  line-height: 1.65;
}
.mtk-body a { color: var(--mtk-accent); }
.mtk-wordmark { font-family: var(--mtk-display); font-weight: 600; text-decoration: none; color: inherit; }
.mtk-wordmark a { color: inherit; text-decoration: none; }
.mtk-menu-btn {
  font: inherit; cursor: pointer; border: 1px solid var(--mtk-ink);
  background: transparent; color: var(--mtk-ink); padding: .4rem .75rem;
}
.mtk-drawer {
  background: var(--mtk-ink); color: var(--mtk-bg); padding: 1.25rem;
  display: flex; flex-direction: column; gap: .75rem;
}
.mtk-drawer[hidden] { display: none !important; }
.mtk-drawer a { color: inherit; text-decoration: none; font-size: 1.1rem; }
.mtk-main { padding: 1.5rem clamp(1rem,4vw,3rem) 3rem; max-width: 72rem; margin: 0 auto; }
.mtk-btn {
  display: inline-block; font: inherit; cursor: pointer; border: none;
  background: var(--mtk-ink); color: var(--mtk-bg); padding: .65rem 1.1rem; text-decoration: none;
}
.mtk-btn-ghost { background: transparent; color: var(--mtk-ink); border: 1px solid currentColor; }
.mtk-form { display: grid; gap: .75rem; max-width: 28rem; margin-top: 1rem; }
.mtk-form label { display: grid; gap: .25rem; font-size: .95rem; }
.mtk-form input, .mtk-form textarea {
  font: inherit; padding: .5rem .65rem; border: 1px solid var(--mtk-muted); background: #fff; color: #111;
}
.mtk-footer { padding: 2rem clamp(1rem,4vw,3rem); border-top: 1px solid color-mix(in srgb, var(--mtk-ink) 20%, transparent); margin-top: 2rem; }
.mtk-footer-contact p { margin: .2rem 0; }
.mtk-footer nav a { margin-right: .75rem; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0; }
.mtk-cookie {
  position: fixed; z-index: 1000; bottom:0;left:0;right:0;width:100%;
  background: var(--mtk-bg); color: var(--mtk-ink);
  border: 1px solid var(--mtk-ink); padding: 1rem; box-shadow: 0 8px 24px rgba(0,0,0,.12);
}
.mtk-cookie[hidden] { display: none !important; }
.mtk-cookie-actions { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: .75rem; }
.mtk-cookie-settings { margin-top: .75rem; display: grid; gap: .5rem; }
.mtk-article { max-width: 42rem; }
.mtk-article h1 { font-family: var(--mtk-display); line-height: 1.2; }

/* site-specific layout hooks */

.mtk-body { font-family: var(--mtk-body); }
.mtk-h03 { text-align:center; padding:1.25rem; }
.mtk-wordmark { font-family: var(--mtk-font); font-size:1.8rem; display:inline-block; }
.mtk-nav-below { display:none; justify-content:center; gap:1.25rem; margin-top:.75rem; }
.mtk-nav-below a { color:inherit; text-decoration:none; }
@media (min-width:900px) { .mtk-nav-below { display:flex; } .mtk-menu-btn { display:none; } }
.mtk-inline-expand { background: transparent; color: inherit; border-bottom:1px solid var(--mtk-accent); }
.mtk-shell { display:grid; gap:0; }
@media (min-width:900px) {
  .mtk-shell { grid-template-columns: minmax(12rem,30%) 1fr; min-height:80vh; }
  .mtk-brand-col { position:sticky; top:0; align-self:start; height:100vh; padding:2rem 1.25rem; border-right:1px solid var(--mtk-accent); background: var(--mtk-bg); }
}
.mtk-sticky-brand { font-family: var(--mtk-font); font-size:1.6rem; color: var(--mtk-accent); }
.mtk-side-nav { display:flex; flex-direction:column; gap:.5rem; margin-top:1.5rem; }
.mtk-side-nav a { color: var(--mtk-accent); }
.mtk-editorial { padding: 1rem 0 2rem; }
.mtk-map-diagram { border:1px dashed var(--mtk-accent); padding:1rem; background: color-mix(in srgb, var(--mtk-bg) 70%, #000); }
.mtk-menu { list-style:none; padding:0; }
.mtk-menu li { display:flex; justify-content:space-between; gap:1rem; border-bottom:1px solid color-mix(in srgb, var(--mtk-accent) 40%, transparent); padding:.55rem 0; font-family: var(--mtk-body); }
.mtk-panels { display:grid; gap:1rem; }
@media (min-width:700px) { .mtk-panels { grid-template-columns:1fr 1fr; } }
.mtk-panels > div { border:1px solid var(--mtk-accent); padding:1rem; }
.mtk-f13 { background: transparent; border-top: none; }
.mtk-btn { background: var(--mtk-accent); color: var(--mtk-bg); }

