/* Marbles PR holding page. System fonts only: no third-party request on a
   page whose job is to be the clean replacement for a compromised site. */
*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  color: #4A4A4A;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.6;
}

.holding {
  flex: 1;
  width: 100%;
  max-width: 40rem;
  margin: 0 auto;
  padding: 4rem 1.5rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.logo {
  display: block;
  width: 17.5rem;
  max-width: 100%;
  height: auto;
  margin-bottom: 2.5rem;
}

h1 {
  margin: 0 0 1.25rem;
  color: #111111;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  line-height: 1.2;
}

p { margin: 0 0 1rem; }

.lead { font-size: 1.1875rem; color: #1A1A1A; }

.contact { margin-top: 1rem; font-weight: 600; }
.contact span { margin: 0 0.5rem; color: #9B9B9B; }

a { color: #111111; text-underline-offset: 0.2em; }
a:hover, a:focus-visible { color: #4A4A4A; }
a:focus-visible { outline: 2px solid #111111; outline-offset: 3px; }

.footer {
  padding: 1.5rem;
  border-top: 1px solid #E5E7EB;
  background: #F5F5F5;
  text-align: center;
  font-size: 0.875rem;
  color: #595959;
}
.footer p { margin: 0; }
