:root {
  --ink: #172236;
  --ink-soft: #38445a;
  --paper: #fbfaf7;
  --mist: #edf2f2;
  --gold: #c57935;
  --line: rgba(23, 34, 54, 0.16);
  --display: "Playfair Display", Georgia, serif;
  --body: Roboto, Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 400 1rem/1.7 var(--body);
}

img { display: block; max-width: 100%; }

a { color: inherit; }

.container { width: min(1120px, calc(100% - 3rem)); margin-inline: auto; }

.site-header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  padding: 1.3rem max(1.5rem, calc((100% - 1120px) / 2));
  color: white;
}

.wordmark, h1, h2, h3, h4, .footer-title { font-family: var(--display); }

.header-link { padding: 0.72rem 0.95rem; border: 1px solid rgba(255, 255, 255, 0.9); border-radius: 0.3rem; font-size: 0.81rem; font-weight: 700; letter-spacing: 0.07em; text-decoration: none; text-transform: uppercase; }

.header-link:hover, .header-link:focus-visible { background: white; color: var(--ink); }

.hero, .closing-banner { position: relative; isolation: isolate; color: white; overflow: hidden; }

.hero { display: grid; min-height: min(760px, 100vh); align-items: end; }

.hero-image, .closing-image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; }

.hero-image { object-position: 53% 30%; }

.hero-overlay { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(4, 12, 27, 0.205) 0%, rgba(4, 12, 27, 0.1375) 48%, rgba(4, 12, 27, 0.03) 100%); }

.hero-content { position: relative; left: -200px; padding-top: 8rem; padding-bottom: clamp(4rem, 10vw, 8rem); }

.eyebrow, .section-label { margin: 0 0 0.8rem; color: var(--gold); font-size: 0.74rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }

.hero .eyebrow { margin: 1px 0 74px; color: #f7cf9c; font-size: calc(0.74rem + 21px); font-weight: 200; }

h1, h2, h3, h4 { margin: 0; line-height: 1.1; font-weight: 500; }

h1 { max-width: 8ch; font-size: clamp(4.4rem, 12vw, 9rem); letter-spacing: 0.04em; }

h2 { margin-bottom: 1.3rem; font-size: clamp(2.3rem, 5vw, 4rem); letter-spacing: -0.04em; }

h3 { font-size: 1.75rem; }

h4 { margin-bottom: 0.4rem; font-size: 1.28rem; }

.hero-intro { max-width: calc(43rem - 100px); margin: 1.5rem 0; font-family: var(--display); font-size: clamp(1.25rem, 2vw, 1.75rem); line-height: 1.45; }

.deadline { margin: 90px 0 1.8rem; font-size: calc(1rem + 7px); font-weight: 700; }

.button { display: inline-block; padding: 0.88rem 1.25rem; border: 1px solid transparent; border-radius: 2px; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; text-decoration: none; text-transform: uppercase; transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease; }

.button-light { background: white; color: var(--ink); }
.button-light:hover, .button-light:focus-visible { background: transparent; border-color: white; color: white; }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover, .button-dark:focus-visible { background: transparent; border-color: var(--ink); color: var(--ink); }

.section { padding-block: clamp(4.5rem, 10vw, 8rem); }
.section-soft, .section-issue { background: var(--mist); }
.section-pure-white { background: #fff; }
.publish-section { padding-block: 0; }
.publish-section .split-copy { padding-block: clamp(4.5rem, 10vw, 8rem); }
.autocosmology-section { position: relative; overflow: hidden; }
.autocosmology-content { position: relative; z-index: 1; }
.autocosmology-section .split-copy { max-width: 520px; }

.prose { max-width: 46rem; }
.prose p, .hero-intro, .site-footer p { margin: 0 0 1.25rem; text-align: justify; }
.prose > :last-child { margin-bottom: 0; }

.split { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr); gap: clamp(2.5rem, 7vw, 7rem); align-items: center; }
.split-reverse { grid-template-columns: minmax(250px, 0.65fr) minmax(0, 1.35fr); }
.split .prose { max-width: none; }

blockquote { margin: 1.8rem 0; padding-left: 1.25rem; border-left: 3px solid var(--gold); font-family: var(--display); font-size: clamp(1.25rem, 2vw, 1.65rem); font-style: italic; line-height: 1.4; }

.artwork { margin: 0; overflow: hidden; }
.artwork img { width: 100%; }
.artwork-orbit { position: absolute; right: 0; bottom: 0; width: min(56.7vw, 1107px); }
.artwork-orbit img { width: 100%; }
.artwork-tree { position: relative; left: -150px; justify-self: center; max-width: 570px; }
.artwork-tree img { max-height: 900px; object-fit: contain; }
.artwork-crystal { position: relative; right: -100px; width: 120%; max-width: none; justify-self: end; }

.two-column-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.25rem 1.5rem; margin: 0 0 1.35rem; padding-left: 1.15rem; }
.two-column-list li:last-child { grid-column: 1 / -1; }

.guidelines { max-width: 100%; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.guideline-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem 3rem; margin: 1.5rem 0 2.5rem; }
.guideline-grid p, .policy-note p { font-size: 0.95rem; }
.policy-note { padding: 1.8rem; border-left: 3px solid var(--gold); background: rgba(197, 121, 53, 0.09); }
.policy-note h3 { margin-bottom: 40px; }
.submission-action { margin-top: 20px; text-align: center; }

.closing-banner { min-height: 820px; display: grid; align-items: center; }
.closing-image { object-position: center; }
.closing-overlay { position: absolute; z-index: -1; inset: 0; background: rgba(9, 13, 22, 0.1675); }
.closing-content { padding-block: 5rem; transform: translateY(-10px); }
.closing-content .section-label { color: #f7cf9c; }

.site-footer { display: grid; grid-template-columns: 1.3fr 1fr auto; gap: 2rem; padding-block: 3.5rem; font-size: 0.9rem; }
.site-footer p { margin: 0 0 1rem; }
.site-footer a { align-self: start; color: var(--ink-soft); }
.footer-title { font-size: 1.7rem; font-weight: 600; }

@media (max-width: 760px) {
  .site-header { padding-inline: 1.25rem; }
  .header-link { font-size: 0.68rem; }
  .container { width: min(100% - 2.5rem, 1120px); }
  .hero { min-height: 650px; }
  .hero-content { left: 0; }
  .hero-overlay { background: linear-gradient(90deg, rgba(4, 12, 27, 0.205), rgba(4, 12, 27, 0.0825)); }
  .split, .split-reverse, .site-footer { grid-template-columns: 1fr; }
  .split-reverse .artwork { order: 2; }
  .artwork-orbit { position: static; width: 100%; margin-top: 2.5rem; }
  .artwork-tree { left: 0; }
  .artwork-crystal { right: 0; width: 100%; }
  .autocosmology-section .split-copy { max-width: none; }
  .artwork-tree { max-width: 240px; }
  .artwork-crystal { max-width: 360px; }
  .guideline-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .site-footer { gap: 0.5rem; }
}

@media (max-width: 440px) {
  .header-link { max-width: 8.5rem; text-align: right; }
  .two-column-list { grid-template-columns: 1fr; }
  .two-column-list li:last-child { grid-column: auto; }
}
