.amen-page-entry,
.amen-page-entry * {
  box-sizing: border-box;
}

.amen-page-entry [hidden] {
  display: none !important;
}

.amen-page-entry {
  --amen-background: #f5efe7;
  --amen-surface: #ffffff;
  --amen-surface-muted: #f7f1eb;
  --amen-border: #d9c8bc;
  --amen-text: #2e2a28;
  --amen-muted: #6b625d;
  --amen-primary: #8c2f39;
  --amen-primary-dark: #72262e;
  --amen-success: #4c7a4f;
  --amen-danger: #9b3b36;
  --amen-shadow: 0 14px 35px rgba(71, 45, 34, 0.08);
  --amen-font-body: Georgia, "Times New Roman", serif;
  --amen-font-heading: Cambria, Georgia, "Times New Roman", serif;
  margin: 0;
  background:
    radial-gradient(circle at top, rgba(140, 47, 57, 0.09), transparent 34%),
    linear-gradient(180deg, #f9f5ef 0%, var(--amen-background) 100%);
  color: var(--amen-text);
  font-family: var(--amen-font-body);
}

.amen-page-entry a {
  color: inherit;
  text-decoration: none;
}

.amen-page-entry img {
  max-width: 100%;
  height: auto;
}

.amen-shell {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
}

.amen-paper-card {
  border: 1px solid var(--amen-border);
  background: linear-gradient(180deg, #fff 0%, #fbf8f5 100%);
  box-shadow: var(--amen-shadow);
  border-radius: 20px;
}

.amen-section-title {
  margin: 0;
  color: #4a2c2b;
  font-family: var(--amen-font-heading);
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.amen-section-title--large {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
}

.amen-eyebrow {
  margin: 0 0 1rem;
  color: var(--amen-primary);
  font-size: 0.8rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.amen-heading-block {
  margin-bottom: 2rem;
}

.amen-heading-block--center {
  text-align: center;
}

.amen-heading-block p:last-child,
.amen-page-copy p:last-child {
  margin-bottom: 0;
}

.amen-site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  background: linear-gradient(135deg, rgba(55, 34, 33, 0.86), rgba(93, 58, 55, 0.78));
  color: #fff;
  box-shadow: 0 14px 34px rgba(39, 22, 20, 0.18);
  backdrop-filter: blur(14px);
}

.amen-site-header__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.55rem 0;
  position: relative;
}

.amen-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.58rem;
  flex: 0 0 auto;
  min-width: 0;
  width: fit-content;
  font-family: var(--amen-font-heading);
  text-decoration: none;
}

.amen-page-entry .amen-site-header .amen-brand .amen-brand__logo {
  display: block;
  width: auto;
  height: auto;
  max-width: 132px;
  max-height: 36px;
  min-width: 0;
  min-height: 0;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(32, 18, 16, 0.22));
  transform: none;
}

.amen-brand__text {
  display: grid;
  gap: 0.06rem;
  min-width: 0;
  color: #fff7f0;
  line-height: 1;
  text-shadow: 0 2px 12px rgba(30, 16, 14, 0.28);
}

.amen-brand__name {
  font-size: clamp(0.98rem, 3.8vw, 1.18rem);
  font-weight: 700;
  letter-spacing: 0.045em;
}

.amen-brand__claim {
  color: #f1d9ce;
  font-size: clamp(0.66rem, 2.5vw, 0.78rem);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.amen-menu-toggle {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  gap: 0.24rem;
  width: 2.55rem;
  height: 2.45rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  cursor: pointer;
}

.amen-menu-toggle span:not(.screen-reader-text) {
  display: block;
  width: 1.1rem;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
}

.screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.amen-site-nav {
  position: absolute;
  top: calc(100% + 0.55rem);
  right: 0;
  left: 0;
  display: none;
  flex-direction: column;
  align-items: stretch;
  gap: 0.25rem;
  padding: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(61, 37, 36, 0.96);
  box-shadow: 0 18px 42px rgba(31, 18, 16, 0.24);
  font-size: clamp(0.72rem, 2.4vw, 0.88rem);
  backdrop-filter: blur(14px);
}

.amen-site-header.is-menu-open .amen-site-nav,
.amen-site-nav.is-open {
  display: flex;
}

.amen-site-nav a {
  position: relative;
  padding: 0.62rem 0.7rem;
  border-radius: 10px;
}

.amen-site-nav a::after {
  position: absolute;
  right: 0;
  bottom: -0.12rem;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  opacity: 0;
  transform: scaleX(0.72);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.amen-site-nav a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #f6dfc7;
}

.amen-site-nav a:hover::after {
  opacity: 0.55;
  transform: scaleX(1);
}

.amen-site-nav__admin {
  color: #f0d7d9;
}

.amen-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #b99699;
}

.amen-hero__image,
.amen-hero__overlay {
  position: absolute;
  inset: 0;
}

.amen-hero__image {
  background-position: center 45%;
  background-repeat: no-repeat;
  background-size: cover;
}

.amen-hero__overlay {
  background:
    radial-gradient(circle at 50% 32%, rgba(255, 235, 214, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(33, 22, 20, 0.22) 0%, rgba(45, 24, 23, 0.64) 100%),
    linear-gradient(90deg, rgba(74, 33, 36, 0.62) 0%, rgba(42, 27, 24, 0.28) 54%, rgba(32, 20, 18, 0.56) 100%);
}

.amen-hero__content {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  min-height: clamp(560px, 72vh, 720px);
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  color: #fff;
  text-align: center;
}

.amen-hero__copy {
  max-width: 56rem;
  padding: clamp(1.15rem, 3vw, 2rem);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(50, 29, 28, 0.18), rgba(50, 29, 28, 0.08));
  box-shadow: 0 24px 70px rgba(25, 15, 13, 0.24);
  text-shadow: 0 3px 20px rgba(20, 12, 10, 0.52);
  backdrop-filter: blur(2px);
}

.amen-hero__copy h1 {
  margin: 0;
  font-family: var(--amen-font-heading);
  font-size: clamp(2.35rem, 5.7vw, 5.65rem);
  letter-spacing: 0.015em;
  line-height: 1.03;
}

.amen-hero__copy p {
  margin: 1.35rem auto 0;
  max-width: 38rem;
  color: #f8ede2;
  font-size: clamp(1rem, 1.7vw, 1.2rem);
  line-height: 1.75;
}

.amen-hero__eyebrow {
  margin: 0 0 1.2rem;
  color: #f5e8db;
  font-size: 0.82rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.amen-hero__actions {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  justify-content: center;
  margin-top: 2.15rem;
}

.amen-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.85rem 1.3rem;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.amen-button:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.amen-button--wide {
  min-width: 240px;
}

.amen-page-entry .amen-button--primary {
  border-color: #7d2a33;
  background: var(--amen-primary);
  color: #fff;
  box-shadow: 0 10px 24px rgba(94, 43, 40, 0.14);
}

.amen-page-entry .amen-button--primary:hover {
  background: #772731;
}

.amen-page-entry .amen-button--secondary {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 250, 244, 0.96);
  color: #4a2c2b;
  text-shadow: none;
  box-shadow: 0 12px 28px rgba(34, 18, 16, 0.2);
}

.amen-page-entry .amen-button--secondary:hover {
  background: #fff;
  color: #321d1c;
}

.amen-page-intro p,
.amen-site-footer p {
  color: #5f5651;
  line-height: 1.8;
}

.amen-site-footer a {
  color: var(--amen-primary);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.amen-home-map-preview,
.amen-latest-section,
.amen-page-section {
  margin-top: 3.5rem;
}

.amen-home-map-preview {
  margin-top: 3rem;
}

.amen-page-section--tight {
  margin-top: 1.5rem;
}

.amen-map-shell {
  overflow: hidden;
}

.amen-map {
  height: 560px;
  width: 100%;
}

.amen-map-list-block {
  margin-top: 2.5rem;
}

.amen-entry-grid {
  display: grid;
  gap: 1.5rem;
}

.amen-entry-card {
  overflow: hidden;
}

.amen-entry-card__image {
  background: #efe7dc;
}

.amen-entry-card__image img {
  display: block;
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.amen-entry-card__body {
  padding: 1.5rem;
}

.amen-entry-card__head {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  justify-content: space-between;
}

.amen-entry-type {
  margin: 0;
  color: var(--amen-primary);
  font-size: 0.75rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.amen-entry-location,
.amen-entry-date,
.amen-form-outer p,
.amen-form-actions p,
.amen-field-help {
  color: #776963;
  font-size: 0.94rem;
}

.amen-entry-description {
  margin-top: 1rem;
  color: #5e5650;
  font-size: 0.96rem;
  line-height: 1.9;
}

.amen-entry-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.amen-entry-tags span {
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: #f5ece4;
  color: #755e56;
  font-size: 0.78rem;
}

.amen-entry-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.amen-contact-output {
  margin: 0;
  color: #4a2c2b;
  font-size: 0.92rem;
}

.amen-contact-output.is-error {
  color: var(--amen-danger);
}

.amen-contact-output.is-success {
  color: var(--amen-success);
}

.amen-modal-open {
  overflow: hidden;
}

.amen-contact-modal[hidden] {
  display: none;
}

.amen-contact-modal {
  --amen-surface: #ffffff;
  --amen-border: #d9c8bc;
  --amen-text: #2e2a28;
  --amen-muted: #6b625d;
  --amen-primary: #8c2f39;
  --amen-success: #4c7a4f;
  --amen-danger: #9b3b36;
  --amen-shadow: 0 14px 35px rgba(71, 45, 34, 0.08);
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 3vw, 2rem);
  overflow-y: auto;
}

.amen-contact-modal,
.amen-contact-modal * {
  box-sizing: border-box;
}

.amen-contact-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(48, 28, 27, 0.58);
  backdrop-filter: blur(4px);
}

.amen-contact-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(46rem, 100%);
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
  padding: clamp(1.35rem, 3vw, 2.25rem);
}

.amen-contact-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #6b4e4b;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.amen-contact-modal__close:hover {
  background: #f3e9e3;
}

.amen-contact-modal__intro,
.amen-contact-modal__hint {
  color: #665b55;
  line-height: 1.7;
}

.amen-contact-modal__hint {
  margin: 1.15rem 0 0;
  padding: 0.95rem 1rem;
  border: 1px solid #e2d4cc;
  border-radius: 12px;
  background: #faf6f1;
  font-size: 0.92rem;
}

.amen-contact-modal__form {
  display: grid;
  gap: 1rem;
}

.amen-contact-modal__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

.amen-contact-modal__grid .amen-form-field,
.amen-contact-modal__grid .amen-form-field label {
  min-width: 0;
}

.amen-contact-modal__grid .amen-form-field input {
  width: 100%;
  min-width: 0;
}

.amen-contact-modal__form .amen-form-field input {
  min-height: 48px;
}

.amen-contact-modal__form .amen-form-actions {
  margin-top: 0.25rem;
}

.amen-popup__meta {
  margin: 0.35rem 0;
  color: #5f5650;
  font-size: 0.9rem;
}

.amen-empty-state {
  padding: 2rem;
  text-align: center;
  color: #5e5650;
}

.amen-page-intro {
  padding-top: 3.5rem;
}

.amen-form-outer {
  margin: 0 auto;
}

.amen-form-outer--narrow {
  max-width: 64rem;
}

.amen-form-outer--compact {
  max-width: 42rem;
}

.amen-form-card {
  padding: 1.5rem;
}

.amen-form-grid {
  display: grid;
  gap: 1.25rem;
  align-items: start;
}

.amen-form-field {
  display: grid;
  gap: 0.4rem;
}

.amen-form-field--full {
  grid-column: 1 / -1;
}

.amen-form-field label,
.amen-filter-form label {
  display: grid;
  gap: 0.5rem;
  color: #5a514c;
  font-size: 0.92rem;
  min-width: 0;
}

.amen-label-text {
  display: inline-flex;
  align-items: baseline;
  gap: 0.25rem;
  width: fit-content;
  line-height: 1.25;
}

.amen-form-field input,
.amen-form-field select,
.amen-form-field textarea,
.amen-filter-form input,
.amen-filter-form select {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 0.82rem 0.95rem;
  border: 1px solid #d3c3b7;
  border-radius: 8px;
  background: #fff;
  color: #2e2a28;
  font: inherit;
  line-height: 1.25;
}

.amen-form-field input[type="file"] {
  min-height: 48px;
  padding: 0.62rem 0.95rem;
  line-height: 1.4;
}

.amen-form-field input[type="date"] {
  min-height: 48px;
  line-height: 1.25;
  text-align: left;
  appearance: auto;
  -webkit-appearance: none;
}

.amen-form-field input[type="date"]::-webkit-date-and-time-value {
  min-height: 1.25em;
  text-align: left;
}

.amen-form-field input[type="date"]::-webkit-calendar-picker-indicator {
  margin: 0;
  padding: 0;
}

.amen-required-star {
  display: inline;
  color: var(--amen-danger);
  font-weight: 700;
  line-height: 1;
}

.amen-form-field.amen-field-invalid input,
.amen-form-field.amen-field-invalid select,
.amen-form-field.amen-field-invalid textarea {
  border-color: var(--amen-danger);
  box-shadow: 0 0 0 3px rgba(155, 59, 54, 0.16);
}

.amen-privacy-box.amen-field-invalid {
  border-color: var(--amen-danger);
  box-shadow: 0 0 0 3px rgba(155, 59, 54, 0.16);
}

.amen-ueln-actions {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  align-items: flex-start;
}

.amen-ueln-status {
  margin: 0;
}

.amen-ueln-status.is-success {
  color: var(--amen-success);
}

.amen-ueln-status.is-error {
  color: var(--amen-danger);
}

.amen-ueln-status.is-warning,
.amen-ueln-status.is-pending {
  color: #8a6a2f;
}

.amen-form-field input:focus,
.amen-form-field select:focus,
.amen-form-field textarea:focus,
.amen-filter-form input:focus,
.amen-filter-form select:focus {
  outline: none;
  border-color: var(--amen-primary);
  box-shadow: 0 0 0 3px rgba(140, 47, 57, 0.15);
}

.amen-privacy-box {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-top: 1.5rem;
  padding: 1rem;
  border: 1px solid #dbcac0;
  border-radius: 12px;
  background: #faf6f1;
  color: #564d48;
  font-size: 0.94rem;
  line-height: 1.7;
}

.amen-privacy-box input {
  margin-top: 0.25rem;
}

.amen-form-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
  margin-top: 1.5rem;
}

.amen-form-actions--submit {
  gap: 1rem;
}

.amen-submit-hint {
  max-width: 34rem;
  margin: 0;
  padding: 0.9rem 1rem;
  border: 1px solid #e2d4cc;
  border-radius: 14px;
  background: #faf6f1;
  color: #5f5650;
  font-size: 0.92rem;
  line-height: 1.65;
}

.amen-form-self-care {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(140, 47, 57, 0.16);
  border-radius: 14px;
  background: rgba(250, 246, 241, 0.78);
  color: #5f5650;
  font-size: 0.92rem;
  line-height: 1.65;
}

.amen-form-self-care p {
  margin: 0;
}

.amen-form-self-care p + p {
  margin-top: 0.45rem;
}

.amen-dereg-grid {
  display: grid;
  gap: 2rem;
}

.amen-stack {
  display: grid;
  gap: 1.5rem;
}

.amen-filter-form {
  display: grid;
  gap: 1rem;
  margin-bottom: 2rem;
  padding: 1.25rem;
}

.amen-filter-form__button {
  align-self: end;
}

.amen-notice {
  margin-bottom: 1.5rem;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  border: 1px solid transparent;
}

.amen-notice p {
  margin: 0;
  line-height: 1.7;
}

.amen-notice p + p {
  margin-top: 0.45rem;
}

.amen-notice--success {
  border-color: rgba(76, 122, 79, 0.25);
  background: rgba(76, 122, 79, 0.08);
  color: #38613a;
}

.amen-notice--error {
  border-color: rgba(155, 59, 54, 0.25);
  background: rgba(155, 59, 54, 0.08);
  color: #8f3733;
}

.amen-inline-tan-card {
  padding: 1.5rem;
}

.amen-site-footer {
  margin-top: 4rem;
  border-top: 1px solid #d9c8bc;
  background:
    radial-gradient(circle at top left, rgba(140, 47, 57, 0.08), transparent 32%),
    linear-gradient(180deg, #f2e9df 0%, #eadfd4 100%);
}

.amen-site-footer__grid {
  display: grid;
  gap: 1.75rem;
  padding: 2.6rem 0 1.6rem;
}

.amen-site-footer__grid h3 {
  margin-bottom: 0.75rem;
  font-size: 1.15rem;
}

.amen-site-footer__bottom {
  padding: 1.15rem 0 1.4rem;
  border-top: 1px solid rgba(124, 91, 81, 0.2);
  color: #75665f;
  font-size: 0.88rem;
}

.amen-marker-icon {
  filter: hue-rotate(320deg);
}

.amen-marker--green {
  filter: hue-rotate(75deg);
}

.amen-marker--red {
  filter: hue-rotate(320deg);
}

.amen-popup h3,
.amen-popup p {
  margin: 0;
}

.amen-popup p + p,
.amen-popup h3 + p {
  margin-top: 0.5rem;
}

.amen-popup__eyebrow {
  color: var(--amen-primary);
  font-size: 0.74rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.amen-legal-layout {
  display: grid;
  gap: 1.25rem;
}

.amen-legal-card {
  max-width: 58rem;
  margin: 0 auto;
  line-height: 1.75;
}

.amen-legal-layout .amen-legal-card {
  margin: 0;
}

.amen-legal-card h2 {
  margin: 1.65rem 0 0.55rem;
  color: var(--amen-text);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.amen-legal-card h2:first-child {
  margin-top: 0;
}

.amen-legal-card p,
.amen-legal-card li {
  color: #5f5650;
}

.amen-legal-card ul {
  display: grid;
  gap: 0.55rem;
  margin: 0.65rem 0 1rem;
  padding-left: 1.25rem;
}

.amen-legal-card a {
  color: var(--amen-primary);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.amen-privacy-request-card {
  align-self: start;
}

.amen-privacy-request-card > p {
  color: #665b55;
  line-height: 1.7;
}

.amen-privacy-request-form {
  padding: 0;
  box-shadow: none;
}

.amen-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (min-width: 720px) {
  .amen-hero__actions,
  .amen-form-actions {
    flex-direction: row;
    align-items: center;
  }

  .amen-form-actions--submit {
    align-items: stretch;
  }

  .amen-form-actions--submit .amen-button {
    align-self: center;
  }

  .amen-page-entry .amen-site-header .amen-brand .amen-brand__logo {
    max-width: 176px;
    max-height: 50px;
  }

  .amen-brand {
    gap: 0.75rem;
  }

  .amen-brand__name {
    font-size: 1.28rem;
  }

  .amen-brand__claim {
    font-size: 0.82rem;
  }

  .amen-contact-modal__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .amen-form-grid,
  .amen-filter-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .amen-entry-card__head {
    flex-direction: row;
    align-items: flex-start;
  }
}

@media (min-width: 900px) {
  .amen-entry-grid,
  .amen-site-footer__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .amen-filter-form {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: end;
  }
}

@media (min-width: 980px) {
  .amen-site-header__inner {
    gap: 2rem;
    padding: 0.72rem 0;
  }

  .amen-page-entry .amen-site-header .amen-brand .amen-brand__logo {
    max-width: 220px;
    max-height: 64px;
  }

  .amen-brand {
    gap: 0.95rem;
  }

  .amen-brand__name {
    font-size: 1.5rem;
  }

  .amen-brand__claim {
    font-size: 0.88rem;
    letter-spacing: 0.14em;
  }

  .amen-menu-toggle {
    display: none;
  }

  .amen-site-nav {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 0.4rem 1.1rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .amen-site-nav a {
    padding: 0.28rem 0;
  }

  .amen-dereg-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: start;
  }

  .amen-site-footer__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1020px) {
  .amen-legal-layout {
    grid-template-columns: minmax(0, 1.45fr) minmax(20rem, 0.75fr);
    align-items: start;
  }
}
