html { background: #D8BD99; color-scheme: light; }
body { margin: 0; }
.clay-page {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: max(35rem, 100vh);
  min-height: max(35rem, 100svh);
  padding: 2rem 1.75rem 1.5rem;
  background-color: #D8BD99;
  background-image: url("assets/santa-fe-adobe-texture.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #423632;
  font-family: Arial, Helvetica, sans-serif;
}
.clay-hero {
  display: flex;
  flex: 1 0 auto;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-block: 2.375rem;
  box-sizing: border-box;
}
.clay-lockup { position: relative; width: min(100%, 960px); }
.clay-lockup img { display: block; width: 100%; height: auto; }
.clay-trademark {
  position: absolute;
  left: 91.7%;
  top: 49.6%;
  color: #423632;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(8px, 1vw, 13px);
  line-height: 1;
  font-weight: 400;
}
.clay-footer { flex: 0 0 auto; max-width: 100%; text-align: center; }
.clay-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 44px;
  max-width: 100%;
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  color: #423632;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: #A94D33;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
}
.clay-contact:hover { color: #A94D33; }
.clay-contact:focus-visible { outline: 2px solid #A94D33; outline-offset: 4px; }
.clay-parent {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.375rem;
  padding: 0.625rem 0.5rem;
  max-width: 100%;
  box-sizing: border-box;
  color: #423632;
  text-decoration: none;
}
.clay-product-of { font-size: 0.75rem; line-height: 1.5; }
.clay-parent-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-wrap: balance;
  text-decoration: underline;
  text-decoration-color: #A94D33;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.clay-parent:hover .clay-parent-name { color: #A94D33; }
.clay-parent:focus-visible { outline: 2px solid #A94D33; outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
@media (max-width: 480px) {
  .clay-page { min-height: max(41.25rem, 100vh); min-height: max(41.25rem, 100svh); padding-inline: 1.5rem; }
}
