:root { color-scheme: light; font-family: Arial, Helvetica, sans-serif; color: #64748a; background: #fff; font-synthesis: none; }
* { box-sizing: border-box; }
html, body { margin: 0; min-width: 240px; background: #fff; }
.hero { min-height: 100vh; min-height: 100svh; display: grid; place-items: center; padding: 40px 24px; }
.brand { display: flex; flex-direction: column; align-items: center; width: 100%; text-align: center; }
.brand-icon { display: block; width: clamp(148px, 16.5vw, 278px); height: auto; }
h1 { margin: clamp(24px, 3svh, 34px) 0 0; line-height: 0; max-width: 100%; }
.wordmark { display: block; width: clamp(300px, 29.4vw, 495px); max-width: 100%; height: auto; }
/* The supplied wordmark is raster artwork; Arial Bold is a visual match, not an identified source font. */
.motto { color: #e2dfda; margin: clamp(40px, 4.8svh, 54px) 0 0; font-family: Arial, Helvetica, sans-serif; font-size: clamp(.875rem, 1vw, 1rem); font-weight: 700; line-height: 1.9; letter-spacing: .12em; }
.motto span { display: inline-block; }
@media (max-width: 900px) and (orientation: portrait) {
  .brand-icon { width: clamp(168px, 25vw, 224px); }
  .wordmark { width: clamp(310px, 47vw, 430px); }
}
@media (max-width: 600px) and (orientation: portrait) {
  .hero { padding: 36px 22px; }
  .brand-icon { width: clamp(145px, 43vw, 190px); }
  h1 { margin-top: 24px; width: 100%; }
  .wordmark { width: min(100%, 340px); margin-inline: auto; }
  .motto { margin-top: 44px; max-width: 310px; font-size: .875rem; line-height: 2; letter-spacing: .1em; }
}
@media (max-height: 600px) and (orientation: landscape) {
  .hero { padding-block: 24px; }
  .brand-icon { width: clamp(82px, 25svh, 140px); }
  h1 { margin-top: 16px; }
  .wordmark { width: clamp(220px, 38vw, 330px); }
  .motto { margin-top: 30px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; } }
