html {
  background: #141816;
}

.cdms-body {
  margin: 0;
  background: #141816;
  color: #d7cfc2;
  color-scheme: dark;
  font-family: Didot, "Bodoni 72", "Times New Roman", serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

.cdms-body ::selection {
  background: #c4a15a;
  color: #141816;
}

.cdms-skip {
  position: absolute;
  left: 1rem;
  top: 0;
  z-index: 2;
  transform: translateY(-140%);
  padding: 0.4rem 0.65rem;
  background: #141816;
  color: #c4a15a;
}

.cdms-skip:focus {
  transform: none;
}

.cdms-field {
  display: flex;
  justify-content: center;
  min-height: 100vh;
  padding: 4.5rem 1.5rem 5rem;
}

.cdms-column {
  width: 34rem;
  max-width: 100%;
}

.cdms-mast {
  text-align: center;
}

.cdms-wordmark {
  display: inline-block;
  margin: 0;
  color: #d7cfc2;
  font-size: 0.95rem;
  font-variant: small-caps;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-decoration: none;
}

a.cdms-wordmark:hover {
  color: #c4a15a;
}

.cdms-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem 0.95rem;
  margin: 1.4rem 0 0;
  padding: 0;
}

.cdms-nav a {
  border-bottom: 1px solid transparent;
  color: #c4a15a;
  font-size: 0.98rem;
  font-variant: small-caps;
  letter-spacing: 0.06em;
  text-decoration: none;
}

.cdms-nav a:hover,
.cdms-nav a[aria-current="page"] {
  border-bottom-color: #c4a15a;
  color: #d7cfc2;
}

.cdms-section,
.cdms-foot {
  margin-top: 2.25rem;
  padding-top: 1.65rem;
  border-top: 1px solid #c4a15a;
}

.cdms-body h1,
.cdms-body h2 {
  font-weight: 400;
  text-wrap: balance;
}

.cdms-body h1 {
  margin: 0 0 1rem;
  font-size: 2.05rem;
  line-height: 1.12;
}

.cdms-body h2 {
  margin: 0 0 0.75rem;
  font-size: 1.35rem;
  line-height: 1.25;
}

.cdms-body p {
  margin: 0 0 1rem;
  text-wrap: pretty;
}

.cdms-body a {
  color: #c4a15a;
  text-underline-offset: 0.18em;
  transition: color 160ms linear;
}

.cdms-body a:hover {
  color: #d7cfc2;
}

.cdms-lede {
  font-size: 1.28rem;
  line-height: 1.45;
}

.cdms-dateline {
  margin: 0 0 1rem;
  color: #c4a15a;
  font-size: 0.95rem;
  font-variant: small-caps;
  letter-spacing: 0.12em;
}

.cdms-spec {
  display: grid;
  grid-template-columns: 8.5rem 1fr;
  gap: 0.35rem 1rem;
  margin: 0 0 1.1rem;
}

.cdms-spec dt,
.cdms-spec dd {
  margin: 0;
}

.cdms-spec dt {
  color: #c4a15a;
}

.cdms-hours {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

.cdms-hours li {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.18rem 0;
}

.cdms-hours .cdms-day {
  color: #c4a15a;
}

.cdms-form {
  margin: 0;
}

.cdms-row {
  margin: 0 0 1.35rem;
}

.cdms-row label {
  display: block;
  margin-bottom: 0.35rem;
  color: #c4a15a;
  font-variant: small-caps;
  letter-spacing: 0.08em;
}

.cdms-body input,
.cdms-body textarea {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.4rem 0;
  border: 0;
  border-bottom: 1px solid #c4a15a;
  border-radius: 0;
  background: transparent;
  color: #d7cfc2;
  font: inherit;
  line-height: 1.5;
}

.cdms-body textarea {
  min-height: 9rem;
  resize: vertical;
}

.cdms-body input:focus,
.cdms-body textarea:focus {
  outline: 0;
  border-bottom-color: #d7cfc2;
}

.cdms-body input:-webkit-autofill,
.cdms-body textarea:-webkit-autofill {
  -webkit-text-fill-color: #d7cfc2;
  box-shadow: 0 0 0 1000px #141816 inset;
  caret-color: #d7cfc2;
}

.cdms-button {
  margin: 0.2rem 0 0;
  padding: 0 0 0.15rem;
  border: 0;
  border-bottom: 1px solid #c4a15a;
  background: transparent;
  color: #d7cfc2;
  font: inherit;
  font-variant: small-caps;
  letter-spacing: 0.14em;
  cursor: pointer;
}

.cdms-button:hover {
  color: #c4a15a;
}

.cdms-trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.cdms-alert {
  color: #c4a15a;
}

.cdms-copy {
  margin: 0;
  white-space: pre-wrap;
}

.cdms-address {
  margin: 0 0 1rem;
  font-style: normal;
}

.cdms-foot .cdms-wordmark {
  display: block;
  margin-bottom: 1rem;
  text-align: left;
  letter-spacing: 0.22em;
}

.cdms-legal {
  margin-bottom: 0;
}

.cdms-legal a + a {
  margin-left: 1.25rem;
}

.cdms-body :focus-visible {
  outline: 1px solid #c4a15a;
  outline-offset: 3px;
}

.cdms-body input:focus-visible,
.cdms-body textarea:focus-visible {
  outline: 0;
}

@media (max-width: 40rem) {
  .cdms-field {
    padding: 2.5rem 1.15rem 3rem;
  }

  .cdms-body {
    font-size: 1.0625rem;
  }

  .cdms-body h1 {
    font-size: 1.7rem;
  }

  .cdms-lede {
    font-size: 1.15rem;
  }

  .cdms-wordmark {
    letter-spacing: 0.16em;
  }

  .cdms-spec {
    grid-template-columns: 1fr;
    gap: 0.1rem 0;
  }

  .cdms-spec dd {
    margin-bottom: 0.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cdms-body a,
  .cdms-body button {
    transition: none;
  }
}
