/* mortonjones.com Static Replacement — bound to the local TypeUI minimal skill.
   The fashion-ledger composition remains site-specific; its visual tokens follow
   the binding cream/ink, Inter/Open Sans, hairline, small-radius system. */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/inter-var.woff2") format("woff2");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/open-sans-400.woff2") format("woff2");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/open-sans-600.woff2") format("woff2");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/open-sans-700.woff2") format("woff2");
}
:root {
  --surface: #f4f4f1;
  --primary: #0c0c09;
  --text: #0c0c09;
  --text-secondary: rgb(12 12 9 / 60%);
  --hairline: rgb(12 12 9 / 10%);
  --hairline-hover: rgb(12 12 9 / 30%);
  --crosshatch: rgb(12 12 9 / 3%);
  --font-display: "Inter", ui-sans-serif, system-ui, sans-serif;
  --font-sans: "Open Sans", ui-sans-serif, system-ui, sans-serif;
  --max: 1024px;
  --read: 768px;
  --radius-card: 2px;
  --radius-control: 6px;
  --spring-snappy: linear(
    0, 0.009, 0.035 2.1%, 0.141 4.4%, 0.723 12.9%,
    0.938 16.7%, 1.017 19.4%, 1.067 22.5%, 1.089 26%,
    1.079 30.3%, 1.049 36%, 1.024 42.6%, 1.011 50.3%,
    1.004 59.2%, 1.001 69.3%, 1
  );
  --ease-snap: cubic-bezier(0.22, 1, 0.36, 1);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--surface);
  color: var(--text-secondary);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.7;
}
body::before {
  content: "";
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background-image:
    repeating-linear-gradient(45deg, var(--crosshatch) 0 1px, transparent 1px 32px),
    repeating-linear-gradient(-45deg, var(--crosshatch) 0 1px, transparent 1px 32px);
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: var(--primary);
  text-decoration-color: rgb(12 12 9 / 40%);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}
a:hover {
  text-decoration-color: var(--primary);
}
a:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}
h1,
h2,
h3 {
  margin: 0;
  color: var(--primary);
  font-family: var(--font-display);
  letter-spacing: -0.025em;
}
h1 {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.1;
}
h2 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.15;
}
h3 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2;
}
p {
  margin: 0 0 1rem;
}
.skip-link {
  position: absolute;
  z-index: 20;
  top: 8px;
  left: 8px;
  padding: 12px 24px;
  border-radius: var(--radius-control);
  background: var(--primary);
  color: var(--surface);
  font-weight: 600;
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: none;
}
.site-header {
  display: grid;
  grid-template-columns: 230px 1fr auto;
  align-items: center;
  gap: 32px;
  width: min(calc(100% - 64px), var(--max));
  margin: auto;
  padding: 24px 0;
  border-bottom: 1px solid var(--hairline);
}
.brand img {
  width: 210px;
  height: 50px;
  object-fit: contain;
}
.site-header nav {
  display: flex;
  justify-content: center;
  gap: 32px;
}
.site-header nav a,
.site-footer a {
  color: var(--primary);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}
.edition {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid var(--hairline-hover);
  border-radius: var(--radius-card);
  color: var(--primary);
  font-size: 0.75rem;
  font-weight: 600;
}
.runway {
  position: relative;
  min-height: calc(100dvh - 103px);
  width: min(calc(100% - 64px), var(--max));
  margin: auto;
  overflow: hidden;
}
.runway-type {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
  width: 72%;
  padding: clamp(48px, 7vw, 96px) clamp(12px, 3vw, 40px) clamp(48px, 7vw, 96px) 0;
}
.runway-type > p:first-child,
.look-ledger > header > p,
.style-index header > p,
.feature aside > span,
.reading header > p,
.archive-head > p,
.index-hero > p {
  color: var(--text-secondary);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.runway-type h1 {
  margin: clamp(24px, 4vh, 42px) 0 32px;
  font-size: clamp(4rem, 9.4vw, 8.5rem);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.82;
  text-wrap: balance;
}
.runway-type > p:not(:first-child) {
  max-width: 46ch;
}
.runway-type > a {
  align-self: flex-start;
  margin-top: clamp(28px, 4vh, 48px);
  padding: 12px 24px;
  border-radius: var(--radius-control);
  background: var(--primary);
  color: var(--surface);
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition:
    transform 500ms var(--ease-snap),
    box-shadow 500ms var(--ease-snap),
    background-color 300ms var(--ease-snap);
}
.runway-type > a:hover {
  background: rgb(12 12 9 / 90%);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgb(12 12 9 / 16%);
}
.runway-type > a:active {
  background: rgb(12 12 9 / 80%);
  transform: translateY(0) scale(0.97);
  box-shadow: 0 2px 6px rgb(12 12 9 / 10%);
}
.runway figure {
  position: absolute;
  inset: 0 0 0 auto;
  width: 34%;
  margin: clamp(32px, 6vh, 56px) 0;
  overflow: hidden;
  border: 1px solid var(--hairline);
  border-radius: var(--radius-card);
  background: var(--primary);
}
.runway figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% center;
  filter: grayscale(1) contrast(1.05);
  transform: scale(1.025);
  transition: transform 700ms var(--spring-snappy);
}
.runway figure:hover img {
  transform: scale(1);
}
.runway figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  padding: 8px 12px;
  border-radius: var(--radius-card);
  background: var(--surface);
  color: var(--primary);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}
@keyframes runway-enter-up {
  from { opacity: 0; transform: translateY(24px); filter: blur(6px); }
  to { opacity: 1; transform: translateY(0); filter: blur(0); }
}
@keyframes runway-enter-image {
  from { opacity: 0; transform: scale(1.045); }
  to { opacity: 1; transform: scale(1); }
}
.runway-type > p:first-child {
  animation: runway-enter-up 560ms var(--spring-snappy) both;
}
.runway-type h1 {
  animation: runway-enter-up 560ms var(--spring-snappy) 80ms both;
}
.runway-type > p:not(:first-child) {
  animation: runway-enter-up 520ms var(--spring-snappy) 180ms both;
}
.runway-type > a {
  animation: runway-enter-up 480ms var(--spring-snappy) 280ms both;
}
.runway figure {
  animation: runway-enter-image 600ms var(--spring-snappy) 40ms both;
}
.look-ledger {
  width: min(calc(100% - 64px), var(--max));
  margin: auto;
  padding: 96px 0;
}
.look-ledger > header {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 32px;
  margin-bottom: 64px;
}
.look-row {
  display: grid;
  grid-template-columns: 62px 155px minmax(0, 1fr) 50px;
  gap: 24px;
  align-items: center;
  padding: 24px 0;
  border-top: 1px solid var(--hairline);
}
.look-number {
  align-self: start;
  color: var(--text-secondary);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
}
.look-row > img {
  width: 155px;
  height: 180px;
  object-fit: cover;
  border-radius: var(--radius-card);
  filter: grayscale(0.25);
}
.look-row > div {
  display: grid;
  grid-template-columns: 120px minmax(220px, 1.2fr) minmax(200px, 1fr);
  gap: 24px;
  align-items: start;
}
.look-row > div > p:first-child {
  color: var(--text-secondary);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.look-row h3 a {
  color: var(--primary);
  text-decoration: none;
}
.arrow {
  font-size: 1.5rem;
  text-decoration: none;
}
.style-index {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, 1fr);
  gap: 32px;
  width: min(calc(100% - 64px), var(--max));
  margin: auto;
  padding: 96px 0;
}
.style-index > * {
  min-height: 260px;
  padding: 24px;
}
.style-index > a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--hairline);
  border-radius: var(--radius-card);
  text-decoration: none;
}
.style-index > a:hover {
  border-color: var(--hairline-hover);
}
.style-index > a span {
  color: var(--text-secondary);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}
.style-index > a strong {
  color: var(--primary);
  font-family: var(--font-display);
  font-size: 1.25rem;
  line-height: 1.2;
}
.style-index > a i {
  font-size: 1.5rem;
  font-style: normal;
}
.breadcrumb {
  display: flex;
  gap: 12px;
  width: min(calc(100% - 64px), var(--max));
  margin: 32px auto;
  color: var(--text-secondary);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}
.feature {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: clamp(48px, 8vw, 96px);
  width: min(calc(100% - 64px), var(--max));
  margin: 64px auto 128px;
}
.feature aside {
  position: sticky;
  top: 24px;
  align-self: start;
  padding-top: 16px;
  border-top: 1px solid var(--hairline);
}
.feature aside strong {
  display: block;
  margin: 16px 0 32px;
  color: var(--primary);
  font-family: var(--font-display);
  font-size: 1.25rem;
  line-height: 1.2;
}
.feature aside img {
  width: 100%;
  max-height: 430px;
  object-fit: cover;
  border-radius: var(--radius-card);
  filter: grayscale(0.2);
}
.reading {
  max-width: var(--read);
}
.reading header {
  padding-bottom: 32px;
  border-bottom: 1px solid var(--hairline);
}
.reading h1,
.archive-head h1,
.index-hero h1 {
  margin: 24px 0 32px;
}
.lede {
  font-size: 1.125rem;
  line-height: 1.625;
}
.prose {
  padding-top: 48px;
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.7;
}
.prose h2,
.prose h3 {
  margin: 2.2em 0 0.7em;
}
.prose p,
.prose ul,
.prose ol {
  margin: 0 0 1.4em;
}
.prose img,
.video-poster {
  margin: 40px 0;
  border-radius: var(--radius-card);
}
.video-poster img {
  width: 100%;
}
.video-poster figcaption {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 600;
}
.index-link {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid var(--hairline);
}
.archive-head,
.index-hero {
  width: min(calc(100% - 64px), var(--read));
  margin: auto;
  padding: 96px 0;
}
.archive-head > p:last-child,
.index-hero > p {
  max-width: 65ch;
  font-size: 1.125rem;
}
.index-hero > div {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 32px;
  margin-top: 48px;
  padding: 24px 0;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  font-size: 0.875rem;
}
.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  padding: 64px max(32px, calc((100% - var(--max)) / 2));
  background: var(--primary);
  color: var(--surface);
}
.site-footer nav {
  display: flex;
  gap: 24px;
}
.site-footer a {
  color: var(--surface);
}
.site-footer a:focus-visible {
  outline-color: var(--surface);
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2.25rem;
  }
  h3 {
    font-size: 1.625rem;
  }
  .lede {
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 3.75rem;
  }
  h2 {
    font-size: 2.75rem;
  }
  h3 {
    font-size: 1.875rem;
  }
  .lede {
    font-size: 1.5rem;
  }
}
@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }
  .site-header nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow: auto;
  }
  .runway {
    min-height: calc(100dvh - 153px);
  }
  .runway-type {
    width: 100%;
  }
  .runway figure {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: clamp(340px, 52vh, 520px);
    margin-top: 0;
  }
  .look-ledger > header,
  .look-row > div,
  .style-index,
  .feature {
    grid-template-columns: 1fr;
  }
  .look-row {
    grid-template-columns: 42px 120px 1fr 34px;
  }
  .look-row > img {
    width: 120px;
    height: 150px;
  }
  .look-row > div {
    gap: 8px;
  }
  .style-index > * {
    min-height: 220px;
  }
  .feature aside {
    position: static;
    display: grid;
    grid-template-columns: 1fr 180px;
    gap: 20px;
  }
  .feature aside img {
    grid-column: 2;
    grid-row: 1 / 3;
  }
  .site-footer {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .site-header,
  .runway,
  .look-ledger,
  .style-index,
  .feature,
  .breadcrumb,
  .archive-head,
  .index-hero {
    width: calc(100% - 32px);
  }
  .brand img {
    width: 175px;
  }
  .site-header nav {
    gap: 18px;
  }
  .runway-type {
    padding: clamp(52px, 9vh, 80px) 0 48px;
  }
  .runway-type h1 {
    font-size: clamp(3.5rem, 18vw, 6.2rem);
  }
  .runway figure {
    min-height: 300px;
  }
  .look-ledger,
  .style-index {
    padding: 64px 0;
  }
  .look-row {
    grid-template-columns: 34px 1fr 28px;
  }
  .look-row > img {
    grid-column: 2;
    width: 100%;
    height: 220px;
  }
  .look-row > div {
    grid-column: 2;
  }
  .look-row > .arrow {
    grid-column: 3;
    grid-row: 1;
  }
  .feature aside {
    display: block;
  }
  .feature aside img {
    margin-top: 24px;
  }
  .index-hero > div {
    grid-template-columns: 1fr;
  }
  .site-footer nav {
    flex-wrap: wrap;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
  .runway-type > p:first-child,
  .runway-type h1,
  .runway-type > p:not(:first-child),
  .runway-type > a,
  .runway figure {
    animation: none;
  }
  .runway figure img,
  .runway figure:hover img,
  .runway-type > a:hover,
  .runway-type > a:active {
    transform: none;
  }
}
