:root {
  --ats-ivory: #f6f9f5;
  --ats-white: #fff;
  --ats-blush: #e4d4d8;
  --ats-blush-light: #f1e8ea;
  --ats-mauve: #ad879b;
  --ats-mauve-dark: #806072;
  --ats-ink: #20303c;
  --ats-charcoal: #3f4749;
  --ats-muted: #626462;
  --ats-line: rgba(32, 48, 60, 0.16);
  --ats-serif: Georgia, "Times New Roman", serif;
  --ats-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--ats-ivory);
  color: var(--ats-ink);
  font-family: var(--ats-sans);
  font-size: 16px;
  line-height: 1.72;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--ats-mauve-dark);
  outline-offset: 4px;
}

.ats-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.ats-skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 9999;
  padding: 10px 16px;
  background: var(--ats-ink);
  color: var(--ats-white);
  transform: translateY(-160%);
}

.ats-skip-link:focus {
  transform: none;
}

.ats-site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(32, 48, 60, 0.08);
  background: rgba(246, 249, 245, 0.94);
  backdrop-filter: blur(16px);
}

.admin-bar .ats-site-header {
  top: 32px;
}

.ats-header-inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.ats-brand {
  display: inline-flex;
  flex-direction: column;
  line-height: 1;
  text-transform: uppercase;
}

.ats-brand span {
  font-family: var(--ats-serif);
  font-size: 25px;
  letter-spacing: 0.12em;
}

.ats-brand small {
  margin-top: 7px;
  color: var(--ats-mauve-dark);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.45em;
}

.ats-primary-nav,
.ats-menu {
  display: flex;
  align-items: center;
}

.ats-primary-nav {
  gap: 38px;
}

.ats-menu {
  gap: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ats-menu a {
  color: var(--ats-muted);
  font-size: 14px;
}

.ats-menu .current-menu-item > a {
  padding-bottom: 7px;
  border-bottom: 1px solid var(--ats-mauve);
  color: var(--ats-ink);
}

.ats-nav-cta,
.ats-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 11px 22px;
  border: 1px solid var(--ats-mauve);
  transition: 0.2s ease;
}

.ats-nav-cta:hover {
  background: var(--ats-mauve);
  color: var(--ats-white);
}

.ats-menu-toggle {
  display: none;
  padding: 10px 14px;
  border: 1px solid var(--ats-mauve);
  background: transparent;
  color: var(--ats-charcoal);
  cursor: pointer;
}

.ats-main.ats-shell,
.ats-entry,
.ats-not-found {
  padding-block: 90px;
}

.ats-entry-header h1,
.ats-not-found h1 {
  font-family: var(--ats-serif);
  font-size: clamp(2.6rem, 5vw, 5.2rem);
  font-weight: 400;
  line-height: 1.08;
}

.ats-eyebrow {
  color: var(--ats-mauve-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.ats-site-footer {
  padding: 75px 0 25px;
  background: var(--ats-ink);
  color: var(--ats-white);
}

.ats-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.5fr 0.8fr;
  gap: 70px;
}

.ats-brand--light small {
  color: var(--ats-blush);
}

.ats-footer-grid > div:first-child p {
  max-width: 340px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.62);
}

.ats-footer-menu {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  list-style: none;
}

.ats-footer-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.ats-footer-cta span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ats-footer-cta a {
  padding-bottom: 5px;
  border-bottom: 1px solid var(--ats-mauve);
}

.ats-copyright {
  margin-top: 60px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
}

@media (max-width: 900px) {
  .ats-menu-toggle {
    display: inline-flex;
  }

  .ats-primary-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 24px;
    left: 24px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
    padding: 22px;
    background: var(--ats-white);
    box-shadow: 0 18px 45px rgba(32, 48, 60, 0.16);
  }

  .ats-primary-nav.is-open {
    display: flex;
  }

  .ats-menu {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }

  .ats-menu a {
    display: block;
    padding: 10px;
  }

  .ats-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ats-footer-grid > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 782px) {
  .admin-bar .ats-site-header {
    top: 46px;
  }
}

@media (max-width: 600px) {
  .ats-shell {
    width: calc(100% - 30px);
  }

  .ats-header-inner {
    min-height: 78px;
  }

  .ats-brand span {
    font-size: 20px;
  }

  .ats-footer-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .ats-footer-grid > div:first-child {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
  }
}
