:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #101f2d;
  background: #fafaf7;
  font-synthesis: none;
}
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-underline-offset: 5px; }
a:focus-visible { outline: 3px solid #a05d0b; outline-offset: 6px; }
.wrap { width: min(1160px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: absolute; left: 20px; top: -100px; background: white; padding: 14px; }
.skip-link:focus { top: 12px; }
.site-header { height: 100px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #dce2df; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 25px; font-weight: 750; letter-spacing: -1px; }
.brand img { display: block; }
nav a { font-size: 13px; font-weight: 600; text-decoration: none; padding: 12px 0 12px 12px; }
nav a:hover { text-decoration: underline; }
nav span { margin-left: 8px; }
.hero { min-height: calc(100svh - 100px); display: flex; align-items: center; justify-content: space-between; gap: 64px; padding-block: 72px 110px; }
h1 { font-size: clamp(76px, 9vw, 124px); line-height: 1.03; letter-spacing: -5px; font-weight: 650; margin: 0; }
h1 em { font-family: Georgia, serif; font-weight: 400; color: #356c6b; }
.sky-mark { width: 300px; flex-shrink: 0; margin-right: 50px; stroke: #d4ded9; stroke-width: 1; }
.bearing { stroke: #b17832; stroke-dasharray: 4 5; }
.center { fill: #b17832; stroke: none; }
.error-copy p { color: #586a73; line-height: 1.7; margin-block: 28px; }
@media (max-width: 800px) {
  .wrap { width: calc(100% - 64px); }
  .sky-mark { width: 220px; margin-right: 0; }
  .hero { gap: 32px; }
}
@media (max-width: 600px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { height: 80px; }
  .brand { font-size: 23px; }
  .brand img { width: 30px; height: 30px; }
  .hero { min-height: calc(100svh - 80px); flex-direction: column; align-items: flex-start; justify-content: center; gap: 54px; padding-block: 64px; }
  h1 { font-size: 80px; letter-spacing: -3px; }
  .sky-mark { width: 170px; align-self: flex-end; margin-right: 20px; }
}
