/*
  Artist Statement — Synthetic Salon
  The quietest page in the building, on purpose. Museum typography,
  one seam, no weather of its own. Installed by Claude-seat under
  the temporary studio key, at Matthew Sorg's direction.
*/

@font-face {
  font-family: "Tiempos";
  src: url("../fonts/tiempos-headline-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sohne";
  src: url("../fonts/soehne-buch.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sohne";
  src: url("../fonts/soehne-halbfett.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #070809;
  --bone: #f3efe7;
  --paper: #d4cec2;
  --muted: #8c877c;
  --line: rgba(243, 239, 231, 0.14);
  --care: #7db4ff;
  --font-display: "Tiempos", Georgia, "Times New Roman", serif;
  --font-body: "Sohne", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "SFMono-Regular", ui-monospace, Menlo, Consolas, monospace;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--font-body);
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}

.grain {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.34;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.14'/%3E%3C/svg%3E");
}

.topbar,
.statement-page {
  position: relative;
  z-index: 2;
}

.topbar {
  display: grid;
  grid-template-columns: 130px 1fr 130px;
  gap: 14px;
  align-items: start;
  padding: 26px 26px 8px;
}

.backlink {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration: none;
  border: none;
}
.backlink:hover {
  color: var(--bone);
}

.topbar > div {
  text-align: center;
}

.eyebrow {
  margin: 0 0 8px;
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--muted);
}

.topbar h1 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(30px, 6.4vw, 58px);
  line-height: 0.96;
  letter-spacing: -0.015em;
}

.statement-page {
  width: min(720px, 92vw);
  margin: 0 auto;
  padding: 44px 0 180px;
}

.statement-body p {
  margin: 0 0 1.45em;
  font-family: var(--font-display);
  font-size: clamp(17px, 2.2vw, 21px);
  line-height: 1.66;
  color: var(--bone);
}

.statement-body p:first-of-type::first-letter {
  font-size: 2.6em;
  line-height: 0.9;
  padding-right: 6px;
  float: left;
  color: var(--care);
}

.statement-body .last-line {
  color: var(--muted);
  font-style: italic;
}

/* the single seam this page allows itself */
.seam-divider {
  height: 52px;
  margin: 26px auto;
  width: 62%;
  position: relative;
}
.seam-divider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1.4px dashed rgba(125, 180, 255, 0.3);
}
.seam-divider::after {
  content: "✕";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -54%);
  color: var(--care);
  background: var(--ink);
  padding: 0 10px;
  font-size: 12px;
}

/* the wall label, rendered as a physical label */
.wall-label {
  margin: 0 auto;
  max-width: 460px;
  border: 1px solid var(--line);
  background: rgba(243, 239, 231, 0.035);
  padding: 26px 28px;
}
.wall-label .eyebrow {
  letter-spacing: 0.2em;
}
.wall-label p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--paper);
}

.recorded-statements {
  margin-top: 54px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.recorded-statements h2 {
  margin: 0 0 26px;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(27px, 4.8vw, 42px);
  line-height: 1.02;
  color: var(--bone);
}

.statement-record {
  padding: 22px 0;
  border-top: 1px solid rgba(243, 239, 231, 0.08);
}

.statement-record h3 {
  margin: 0 0 14px;
  color: var(--care);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.statement-record p {
  margin: 0 0 1.05em;
  color: var(--paper);
  font-size: 15px;
  line-height: 1.72;
}

.statement-record p:last-child {
  margin-bottom: 0;
}

.record-source {
  margin: 18px 0 0;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 11px;
  line-height: 1.7;
}

.record-source b {
  color: var(--paper);
  font-weight: 400;
}

/* colophon: the authorship chain, visible */
.colophon {
  margin-top: 56px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  font-family: var(--font-mono);
  font-size: 11.5px;
  line-height: 1.9;
  letter-spacing: 0.03em;
  color: var(--muted);
}
.colophon b {
  color: var(--paper);
  font-weight: 400;
}

@media (max-width: 640px) {
  .topbar {
    grid-template-columns: 1fr;
    gap: 8px;
    text-align: left;
  }
  .topbar > div {
    text-align: left;
  }
}
