:root {
  color-scheme: dark;
  --ink: #edf4f3;
  --muted: #aebbbb;
  --night: #0c1115;
  --deep: #111a1e;
  --line: rgba(220, 241, 239, 0.16);
  --glow: #8ad7dd;
  --ember: #d9954b;
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--night);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

a { color: inherit; }

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  transform: translateY(-180%);
  padding: 10px 14px;
  background: var(--ink);
  color: var(--night);
  border-radius: 4px;
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  z-index: 10;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--shell);
  margin-inline: auto;
  padding-block: 24px;
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: .03em;
  text-decoration: none;
}

.brand-stone {
  width: 18px;
  height: 25px;
  background: linear-gradient(145deg, #273a3d, #101719);
  border: 1px solid rgba(179,238,242,.55);
  clip-path: polygon(14% 10%, 82% 0, 100% 90%, 3% 100%);
  box-shadow: inset 0 0 9px rgba(138,215,221,.5), 0 0 12px rgba(138,215,221,.2);
}

.status,
.eyebrow,
.art-note,
.number,
.news-card time {
  text-transform: uppercase;
  letter-spacing: .17em;
  font-size: .76rem;
  font-weight: 700;
}

.status {
  padding: 5px 10px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 999px;
}

.hero {
  position: relative;
  min-height: 100svh;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.hero-art,
.hero-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-art {
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(8,13,16,.92) 0%, rgba(8,13,16,.64) 27%, rgba(8,13,16,.12) 58%, rgba(8,13,16,.2) 100%),
    linear-gradient(0deg, rgba(8,13,16,.82) 0%, transparent 42%);
}

.hero-copy {
  padding-bottom: clamp(74px, 10vh, 118px);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--glow);
}

h1, h2, h3, p { margin-top: 0; }

h1, h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.045em;
}

h1 {
  max-width: 760px;
  margin-bottom: 12px;
  font-size: clamp(4rem, 10vw, 8.4rem);
  line-height: .78;
  text-shadow: 0 4px 28px rgba(0,0,0,.45);
}

.tagline {
  margin-bottom: 18px;
  color: #d9efef;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  letter-spacing: .05em;
}

.hero-intro {
  max-width: 480px;
  margin-bottom: 24px;
  color: #d3dcdc;
  font-size: 1.08rem;
}

.text-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--glow);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}

.text-link:hover { color: #c8f9fb; }

.text-link:focus-visible,
.brand:focus-visible {
  outline: 3px solid var(--glow);
  outline-offset: 5px;
}

.art-note {
  position: absolute;
  right: 24px;
  bottom: 24px;
  margin: 0;
  color: rgba(255,255,255,.67);
}

.vision {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
  gap: clamp(48px, 9vw, 130px);
  padding-block: clamp(96px, 14vw, 180px);
  border-bottom: 1px solid var(--line);
}

.section-heading h2,
.news-heading h2 {
  margin-bottom: 0;
  font-size: clamp(2.8rem, 5.5vw, 5rem);
  line-height: .98;
}

.vision-copy {
  align-self: end;
  color: var(--muted);
}

.vision-copy .lead {
  color: var(--ink);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.45;
}

.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding-block: 0;
  background: var(--line);
  border-inline: 1px solid var(--line);
}

.principle {
  min-height: 330px;
  padding: clamp(32px, 4vw, 52px);
  background: var(--night);
}

.number {
  display: block;
  margin-bottom: 84px;
  color: var(--ember);
}

.principle h3,
.news-card h3 {
  margin-bottom: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 500;
}

.principle p,
.news-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.news {
  padding-block: clamp(100px, 14vw, 170px);
}

.news-heading {
  margin-bottom: 58px;
}

.news-card {
  display: grid;
  grid-template-columns: minmax(180px, .36fr) 1fr;
  gap: 42px;
  padding-block: 38px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.news-card time {
  color: var(--glow);
}

.news-card h3 { font-size: clamp(1.7rem, 3vw, 2.45rem); }
.news-card p { max-width: 680px; }

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-block: 30px;
  color: #7f8f90;
  border-top: 1px solid var(--line);
  font-size: .88rem;
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 32px, 680px); }

  .site-header {
    position: absolute;
    padding-block: 18px;
  }

  .brand { font-size: .94rem; }
  .status { font-size: .62rem; }

  .hero {
    display: block;
    min-height: 0;
    padding-top: 70px;
    background: var(--night);
  }

  .hero-art {
    position: relative;
    z-index: -2;
    display: block;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .hero-shade {
    top: 70px;
    bottom: auto;
    height: calc((100vw * 9) / 16);
    background: linear-gradient(0deg, var(--night) 0%, transparent 45%);
  }

  .hero-copy {
    padding-top: 34px;
    padding-bottom: 70px;
  }

  h1 {
    font-size: clamp(3.6rem, 19vw, 6.8rem);
    line-height: .8;
  }

  .art-note {
    top: calc(70px + ((100vw * 9) / 16) - 27px);
    right: 16px;
    bottom: auto;
    font-size: .58rem;
  }

  .vision {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .principles { grid-template-columns: 1fr; }
  .principle { min-height: 0; }
  .number { margin-bottom: 48px; }

  .news-card {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .site-footer { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
