:root {
  color-scheme: light;
  background: #65283d;
  color: #f5f0e8;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.brand {
  /* Reference: 410px logo, ~555px subtitle at 1672px viewport. */
  width: min(100%, 555px);
  text-align: center;
}

.brand-logo {
  display: block;
  width: 73.874%;
  height: auto;
  margin-inline: auto;
}

.brand-services {
  margin: clamp(24px, 2.7vw, 45px) 0 0;
  font-size: clamp(9px, calc(4.68vw - 2.2464px), 26px);
  font-weight: 300;
  letter-spacing: .17em;
  line-height: 1.3;
  white-space: nowrap;
}
