:root {
  color-scheme: light;
  font-family: ui-rounded, 'Avenir Next', Avenir, system-ui, sans-serif;
  color: #392c25;
  background: #fff8ee;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
main {
  max-width: 1040px;
  margin: 0 auto;
  padding: 48px 24px 28px;
  text-align: center;
}
.wordmark {
  display: block;
  width: 176px;
  height: auto;
  margin: 0 auto 40px;
}
.announcement {
  overflow: hidden;
  border: 1px solid #eddfcd;
  border-radius: 28px;
  background: #fffdf8;
}
.eyebrow {
  margin: 36px 20px 10px;
  color: #805747;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
h1 {
  margin: 0 20px 14px;
  font-size: clamp(32px, 5.5vw, 56px);
  line-height: 1.12;
  letter-spacing: -0.045em;
  font-weight: 750;
}
h1 span {
  color: #e8725c;
}
.intro {
  margin: 0 auto 30px;
  max-width: 480px;
  padding: 0 24px;
  font-size: 17px;
  line-height: 1.6;
  color: #695349;
}
.pets {
  width: 100%;
  height: auto;
  display: block;
}
.message {
  padding: 12px 24px 30px;
}
.message > p:first-child {
  font-size: 17px;
  line-height: 1.65;
  margin: 20px 0 24px;
}
.visit {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 14px 30px;
  border-radius: 999px;
  background: #e8725c;
  color: #ffffff;
  font-size: 17px;
  font-weight: 750;
  text-decoration: none;
}
.visit:hover {
  background: #ed8b77;
}
a:focus-visible {
  outline: 3px solid #392c25;
  outline-offset: 5px;
}
.new-address {
  color: #795f50;
  font-size: 13px;
  margin: 12px 0 0;
}
footer {
  padding: 26px 0 0;
  color: #795f50;
  font-size: 13px;
  line-height: 1.7;
}
footer a {
  color: inherit;
  text-underline-offset: 3px;
}
@media (max-width: 520px) {
  main {
    padding: 28px 14px 20px;
  }
  .wordmark {
    width: 145px;
    margin-bottom: 26px;
  }
  .announcement {
    border-radius: 22px;
  }
  .eyebrow {
    margin-top: 28px;
  }
  .intro {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .message {
    padding: 8px 18px 26px;
  }
  .message > p:first-child {
    font-size: 16px;
  }
}
