:root {
  color-scheme: light;
  --steel: #1d2d3d;
  --accent: #9a4e2d;
  --line: #b7b7ba;
  --white: #ffffff;
}
* { box-sizing: border-box; }
html { min-height: 100%; background: var(--white); color: var(--steel); font: 17px/1.62 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body { min-height: 100vh; margin: 0; background: var(--white); }
a { color: var(--steel); text-underline-offset: .22em; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }
:where(a):focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 10; background: var(--white); border: 1px solid var(--steel); padding: .7rem 1rem; }
.skip-link:focus { left: 1rem; top: 1rem; }
.site { min-height: 100vh; display: grid; grid-template-rows: auto 1fr auto; }
.site-header { border-bottom: 1px solid var(--line); }
.site-footer { border-top: 1px solid var(--line); }
.site-header__inner, .site-footer__inner, .main { width: min(1080px, calc(100% - 3rem)); margin-inline: auto; }
.site-header__inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .85rem; color: var(--steel); font: 600 1.08rem/1.2 Georgia, "Times New Roman", serif; text-decoration: none; letter-spacing: .01em; }
.brand__mark { display: block; width: 92px; height: auto; flex: 0 0 92px; object-fit: contain; }
.header-controls { display: flex; align-items: center; justify-content: flex-end; gap: .8rem 1.25rem; }
.portal-links { display: flex; flex-wrap: wrap; align-items: center; gap: .45rem 1rem; font-size: .9rem; font-weight: 700; }
.portal-links a { white-space: nowrap; }
.language { display: flex; align-items: center; gap: .7rem; font-size: .9rem; }
.language [aria-current="page"] { font-weight: 700; text-decoration: none; }
.main { align-self: center; padding-block: clamp(3.5rem, 9vh, 7rem); }
.home { max-width: 960px; }
.eyebrow { margin: 0 0 1rem; color: var(--accent); font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2 { color: var(--steel); font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.12; }
.home-title { max-width: 15ch; margin: 0; font-size: clamp(2.75rem, 7.4vw, 5.25rem); }
.lead { max-width: 49ch; margin: 1.35rem 0 0; font-size: clamp(1.08rem, 2.3vw, 1.28rem); }
.home-art { width: min(100%, 920px); margin: clamp(2.1rem, 5vh, 3.4rem) auto 0; }
.home-art img { display: block; width: 100%; height: auto; }
.access-note { max-width: 670px; margin-top: clamp(2.6rem, 6vh, 4.2rem); border-left: 3px solid var(--accent); padding: .15rem 0 .15rem 1.25rem; }
.access-note h2 { margin: 0 0 .7rem; font-size: clamp(1.35rem, 3.5vw, 1.8rem); }
.access-note p { max-width: 60ch; margin: .45rem 0 0; }
.contact-link { font-weight: 700; }
.information { max-width: 980px; }
.information--with-art { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 390px); align-items: center; gap: clamp(2.4rem, 7vw, 6rem); }
.information__copy { min-width: 0; }
.info-title { max-width: 18ch; margin: 0; font-size: clamp(1.9rem, 3.4vw, 2.75rem); }
.info-deck { max-width: 54ch; margin: 1.05rem 0 0; font-size: clamp(1.02rem, 2vw, 1.17rem); }
.info-body { max-width: 66ch; margin-top: 1.65rem; }
.info-body p { margin: .72rem 0 0; }
.info-art { margin: 0; justify-self: end; }
.info-art--ship { width: min(100%, 390px); }
.info-art--terminal-scene { width: min(100%, 360px); }
.info-art img { display: block; width: 100%; height: auto; }
.not-found { max-width: 720px; }
.site-footer__inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 1rem 2rem; font-size: .84rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: .5rem 1.1rem; }
@media (max-width: 760px) {
  .information--with-art { grid-template-columns: minmax(0, 1fr); gap: 2.2rem; }
  .info-art--ship { width: min(100%, 340px); justify-self: start; }
  .info-art--terminal-scene { width: min(82vw, 320px); justify-self: start; }
}
@media (max-width: 620px) {
  .site-header__inner, .site-footer__inner { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 1rem; }
  .site-header__inner, .site-footer__inner, .main { width: min(100% - 2rem, 1080px); }
  .header-controls { align-items: flex-start; justify-content: flex-start; flex-wrap: wrap; }
  .portal-links { width: 100%; }
  .main { padding-block: 3.5rem 4.5rem; }
  .brand { gap: .65rem; }
  .brand__mark { width: 78px; flex-basis: 78px; }
  .home-art { width: calc(100% + .5rem); margin-left: -.25rem; }
  .access-note { margin-top: 2.75rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; }
}
