/**
 * Joshua Resnek — editorial author portfolio
 * Davis V2 responsive sidebar and particle hero adaptation
 */

:root {
  --color-parchment: #090b0f;
  --color-parchment-deep: #0f1318;
  --color-charcoal: #080a0d;
  --color-ink: #090b0f;
  --color-panel: #14181e;
  --color-panel-elevated: #1a1f27;
  --color-copper: #c98243;
  --color-copper-dark: #e3a065;
  --color-navy: #17303a;
  --color-teal: #74b2b4;
  --color-text: #ddd9d2;
  --color-text-muted: #9c9b98;
  --color-white: #fffaf2;
  --color-line: rgba(255, 250, 242, 0.11);
  --font-serif: "Playfair Display", Georgia, serif;
  --font-body: "Lora", Georgia, serif;
  --font-sans: "Inter", Arial, sans-serif;
  --sidebar-width: 300px;
  --mobile-header-height: 76px;
  --shadow-soft: 0 24px 70px rgba(0, 0, 0, 0.32);
  --scroll-progress: 0;
}

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

html {
  scroll-behavior: smooth;
}

body,
html {
  margin: 0;
  color: var(--color-text);
  background: var(--color-parchment);
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.72;
  overflow-x: clip;
}

body {
  position: relative;
  min-width: 320px;
  background:
    radial-gradient(circle at 82% 18%, rgba(201, 130, 67, 0.07), transparent 28rem),
    var(--color-parchment);
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem;
  color: var(--color-white);
  font-family: var(--font-serif);
  font-weight: 700;
  line-height: 1.15;
}

h1 {
  font-size: clamp(3.2rem, 6vw, 5rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 2.75rem);
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.35rem;
}

p {
  margin: 0 0 1.35rem;
}

a {
  color: var(--color-copper-dark);
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

a:hover {
  color: var(--color-white);
}

button {
  font: inherit;
}

:focus {
  outline: none;
}

:focus-visible {
  outline: 3px solid var(--color-teal);
  outline-offset: 4px;
}

[hidden] {
  display: none !important;
}

.st-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.st-skip-link {
  position: fixed;
  z-index: 2000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--color-white);
  background: var(--color-copper-dark);
  font-family: var(--font-sans);
  font-weight: 700;
  transform: translateY(-160%);
}

.st-skip-link:focus {
  color: var(--color-white);
  transform: translateY(0);
}

.st-scroll-progress {
  position: fixed;
  z-index: 2100;
  top: 0;
  right: 0;
  left: var(--sidebar-width);
  height: 3px;
  background: linear-gradient(90deg, var(--color-copper), #f2c08f);
  box-shadow: 0 0 16px rgba(201, 130, 67, 0.45);
  transform: scaleX(var(--scroll-progress));
  transform-origin: left center;
  pointer-events: none;
}

.st-pen-trail {
  position: fixed;
  z-index: 2200;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

section[id] {
  scroll-margin-top: 20px;
}

/* Header and Davis V2 sidebar */
.st-site-header.st-style2 {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: var(--sidebar-width);
  height: 100vh;
  height: 100dvh;
  overflow-y: auto;
  color: var(--color-white);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 26%),
    var(--color-charcoal);
  border-right: 1px solid var(--color-line);
}

.st-site-header .container {
  width: 100%;
  max-width: none;
  padding: 0;
}

.st-site-header .st-main-header-in {
  display: flex;
  min-height: 100vh;
  min-height: 100dvh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 36px 24px;
}

.st-main-header-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.st-header-author {
  display: grid;
  width: 120px;
  height: 120px;
  place-items: center;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid rgba(227, 160, 101, 0.7);
  background:
    linear-gradient(135deg, rgba(201, 130, 67, 0.2), transparent 55%),
    #101318;
  box-shadow: inset 0 0 0 7px var(--color-charcoal);
}

.st-header-monogram {
  color: var(--color-white);
  font-family: var(--font-serif);
  font-size: 2.45rem;
  font-weight: 700;
  letter-spacing: -0.08em;
}

.st-header-name {
  margin-bottom: 34px;
  text-align: center;
}

.st-header-name .name {
  display: block;
  color: var(--color-white);
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.st-header-name .title {
  display: block;
  max-width: 220px;
  margin-top: 7px;
  color: #de8b42;
  font-family: var(--font-sans);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-transform: uppercase;
}

.st-main-header-right,
.st-nav {
  width: 100%;
}

.st-nav-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.st-nav-list li {
  margin: 0;
  text-align: center;
}

.st-nav-list a {
  display: block;
  padding: 8px 4px;
  color: var(--color-white);
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  transition: color 180ms ease, letter-spacing 180ms ease, transform 180ms ease;
}

.st-nav-list a:hover,
.st-nav-list a.active,
.st-nav-list a[aria-current="location"] {
  color: #e18a3d;
  letter-spacing: 0.12em;
  transform: translateX(3px);
}

.st-munu-toggle {
  display: none;
}

.st-get-sidebar {
  padding-left: var(--sidebar-width);
}

/* Hero */
.st-hero.st-style2 {
  position: relative;
  display: flex;
  min-height: 100vh;
  min-height: 100svh;
  align-items: center;
  padding: 88px 0;
  overflow: hidden;
  color: var(--color-white);
  background:
    linear-gradient(115deg, rgba(201, 130, 67, 0.08), transparent 38%),
    linear-gradient(180deg, #0b0e13 0%, #090b0f 100%);
}

.st-hero.st-style2::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: "";
  background:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent 88%);
}

.st-hero .container {
  position: relative;
  z-index: 3;
}

.st-hero-content {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(48px, 6vw, 88px);
  align-items: center;
}

.st-hero-text,
.st-hero-image-wrap {
  min-width: 0;
}

.st-hero-text {
  animation: st-hero-copy-in 900ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.st-hero-eyebrow,
.st-feature-kicker {
  margin-bottom: 20px;
  color: var(--color-copper-dark);
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.st-hero-title {
  max-width: 630px;
  margin-bottom: 14px;
  color: var(--color-white);
  font-size: clamp(4rem, 7vw, 6.4rem);
  letter-spacing: -0.035em;
  line-height: 0.92;
}

.st-hero-subtitle {
  margin-bottom: 32px;
  color: #de8b42;
  font-family: var(--font-sans);
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  font-weight: 400;
  letter-spacing: 0.01em;
}

.st-hero-image-wrap {
  position: relative;
  max-width: 650px;
  aspect-ratio: 16 / 9;
  margin-left: auto;
  transform:
    perspective(1200px)
    translate3d(0, var(--hero-shift-y, 0), 0)
    rotateX(var(--hero-tilt-x, 0deg))
    rotateY(var(--hero-tilt-y, 0deg));
  transform-style: preserve-3d;
  transition: transform 220ms ease-out;
  animation: st-hero-image-in 1000ms 120ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
  will-change: transform;
}

.st-hero-image-wrap::after {
  position: absolute;
  z-index: -1;
  right: -24px;
  bottom: -24px;
  width: 92%;
  height: 92%;
  content: "";
  background: var(--color-copper);
}

.st-hero-image-wrap img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center 40%;
  filter: saturate(0.82) contrast(1.04);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.48);
}

.st-btn.st-style1.st-color1 {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 30px;
  border: 2px solid var(--color-copper);
  color: var(--color-charcoal);
  background: var(--color-copper);
  font-family: var(--font-sans);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.st-btn.st-style1.st-color1:hover {
  color: var(--color-white);
  background: transparent;
  border-color: var(--color-copper-dark);
  transform: translateY(-2px);
}

.st-scroll-cue {
  position: absolute;
  z-index: 4;
  bottom: 28px;
  left: clamp(24px, 4vw, 60px);
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--color-text-muted);
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.st-scroll-cue-line {
  display: block;
  width: 54px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.16);
}

.st-scroll-cue-line::after {
  display: block;
  width: 50%;
  height: 100%;
  content: "";
  background: var(--color-copper);
  animation: st-scroll-line 1.8s ease-in-out infinite;
}

#particles-js {
  position: absolute;
  z-index: 1;
  inset: 0;
}

#particles-js canvas {
  display: block;
}

#background-wrap {
  display: none;
}

/* Shared section structure */
.st-about-wrap,
.st-service-wrap {
  padding: clamp(76px, 8vw, 120px) 0;
  color: var(--color-text);
  background:
    radial-gradient(circle at 100% 0%, rgba(201, 130, 67, 0.055), transparent 30rem),
    var(--color-parchment);
  border-top: 1px solid var(--color-line);
}

.st-gray-bg {
  background:
    radial-gradient(circle at 0% 40%, rgba(116, 178, 180, 0.045), transparent 32rem),
    var(--color-parchment-deep) !important;
}

.st-section-heading {
  max-width: 760px;
  margin: 0 0 clamp(42px, 5vw, 64px);
  text-align: left;
}

.st-section-heading-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
  color: var(--color-copper-dark);
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1.15;
  text-transform: uppercase;
}

.st-section-heading-title::before {
  width: 46px;
  height: 1px;
  content: "";
  background: currentColor;
}

.st-section-heading-subtitle {
  margin-bottom: 0;
  color: var(--color-white);
  font-size: clamp(2.35rem, 5vw, 3.5rem);
  letter-spacing: -0.025em;
}

.st-about-wrap .row,
#chelsea .row,
#journalism .row {
  align-items: center;
}

.st-about-wrap .row > [class*="col-"],
.st-service-wrap .row > [class*="col-"] {
  margin-bottom: 30px;
}

.st-about-img-wrap {
  height: 100%;
}

.st-about-img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  padding: 12px;
  border: 1px solid rgba(227, 160, 101, 0.34);
  background-color: var(--color-parchment);
  object-fit: cover;
  box-shadow: var(--shadow-soft);
}

.st-about-wrap .st-about-img {
  object-position: center 34%;
}

#chelsea .st-about-img {
  aspect-ratio: 16 / 11;
}

.st-vertical-middle {
  display: flex;
  min-height: 100%;
  align-items: center;
}

.st-text-block {
  max-width: 680px;
}

.st-text-block-title {
  margin-bottom: 0.4rem;
  font-size: clamp(2rem, 3.5vw, 2.7rem);
  letter-spacing: -0.02em;
}

.st-text-block-subtitle,
.st-service-subtitle {
  margin-bottom: 1.75rem;
  color: var(--color-copper-dark);
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.5;
  text-transform: uppercase;
}

.st-text-block-text {
  color: var(--color-text);
}

.st-text-block-text p:last-child,
.st-service-desc:last-child {
  margin-bottom: 0;
}

.st-source-links {
  color: var(--color-text-muted);
  font-family: var(--font-sans);
  font-size: 0.78rem;
  line-height: 1.65;
}

.st-source-links a {
  text-decoration: underline;
  text-decoration-color: rgba(227, 160, 101, 0.45);
  text-underline-offset: 0.18em;
}

.st-mt-30 {
  margin-top: 30px;
}

.st-mt-50 {
  margin-top: 28px;
}

.st-fact-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 40px;
  border-top: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
}

.st-fact {
  padding: 20px 18px 20px 0;
  border-right: 1px solid var(--color-line);
}

.st-fact:last-child {
  padding-right: 0;
  padding-left: 18px;
  border-right: 0;
}

.st-fact:nth-child(2) {
  padding-left: 18px;
}

.st-fact strong,
.st-fact span {
  display: block;
}

.st-fact strong {
  color: var(--color-white);
  font-family: var(--font-serif);
  font-size: 1.75rem;
  line-height: 1;
}

.st-fact span {
  margin-top: 8px;
  color: var(--color-text-muted);
  font-family: var(--font-sans);
  font-size: 0.7rem;
  letter-spacing: 0.07em;
  line-height: 1.45;
  text-transform: uppercase;
}

/* Cards */
.st-service.st-style1 {
  min-width: 0;
  padding: 32px;
  border: 1px solid var(--color-line);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.025), transparent 42%),
    var(--color-panel);
  box-shadow: var(--shadow-soft);
}

.st-service-title {
  font-size: clamp(1.65rem, 3vw, 2.15rem);
}

.st-service-img,
.st-service-text {
  min-width: 0;
}

.st-service-img img {
  width: 100%;
}

/* Upcoming release */
.st-service.st-style1.st-upcoming-card {
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(300px, 1fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  padding: clamp(30px, 4vw, 48px);
}

.st-upcoming-card .st-service-img img {
  width: 100%;
  border: 1px solid rgba(255, 250, 242, 0.12);
  box-shadow: 12px 14px 32px rgba(0, 0, 0, 0.18);
}

.st-author-name {
  margin-bottom: 18px;
  color: var(--color-text-muted);
  font-family: var(--font-sans);
  font-style: italic;
}

.st-release-status {
  width: fit-content;
  max-width: 100%;
  margin-top: 28px;
  padding: 20px 22px;
  color: var(--color-white);
  background: #090b0f;
  border: 1px solid var(--color-line);
}

.st-release-status-label {
  margin-bottom: 10px;
  color: #e49a57;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.st-release-status-title {
  margin-bottom: 8px;
  color: var(--color-white);
  font-family: var(--font-serif);
  font-size: clamp(1.2rem, 2.3vw, 1.55rem);
  font-weight: 700;
  line-height: 1.35;
}

.st-release-status-detail {
  max-width: 42rem;
  margin: 0;
  color: var(--color-text-muted);
  font-size: 0.96rem;
  line-height: 1.65;
}

/* Books */
.st-book-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  padding: 0;
  margin: 0;
}

.st-book-grid > [class*="col-"] {
  display: flex;
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}

.st-service.st-style1.st-book-card {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: row;
  align-items: stretch;
  padding: 0;
  overflow: hidden;
  text-align: left;
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.st-book-card:hover {
  border-color: rgba(227, 160, 101, 0.35);
  box-shadow: 0 26px 62px rgba(0, 0, 0, 0.42);
  transform: translateY(-5px);
}

.st-book-card .st-service-img {
  display: flex;
  width: 178px;
  min-width: 178px;
  min-height: 0;
  align-items: center;
  justify-content: center;
  padding: 24px 18px;
  margin-bottom: 0;
  background:
    radial-gradient(circle at 50% 10%, rgba(201, 130, 67, 0.13), transparent 60%),
    #0b0e12;
  border-right: 1px solid var(--color-line);
}

.st-book-card .st-service-img a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.st-book-card .st-service-img img {
  width: auto;
  max-width: 100%;
  height: 230px;
  object-fit: contain;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.38);
  transition: opacity 180ms ease, transform 180ms ease;
}

.st-book-card .st-service-img a:hover img {
  opacity: 0.92;
  transform: scale(1.015);
}

.st-book-card .st-service-text {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 28px 24px;
}

.st-book-card .st-service-title {
  margin-bottom: 12px;
  font-size: 1.36rem;
  line-height: 1.25;
}

.st-book-card .st-service-title a {
  color: var(--color-white);
}

.st-book-card .st-service-title a:hover {
  color: var(--color-copper-dark);
}

.st-book-card .st-service-subtitle {
  min-height: 2.5em;
  margin-bottom: 14px;
  font-size: 0.7rem;
}

.st-book-card .st-service-desc {
  margin-bottom: 0;
  color: var(--color-text-muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

.st-writing-desk {
  margin-top: 50px;
  padding: clamp(34px, 5vw, 56px);
  border: 1px solid var(--color-line);
  background:
    linear-gradient(135deg, rgba(201, 130, 67, 0.16), transparent 42%),
    var(--color-panel);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.28);
}

.st-writing-desk-header {
  max-width: 790px;
  margin-bottom: 34px;
}

.st-writing-kicker,
.st-writing-status {
  color: var(--color-copper-dark);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.st-writing-desk-header h2 {
  margin: 8px 0 14px;
  color: var(--color-white);
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.08;
}

.st-writing-desk-header > p:last-child,
.st-writing-item > p:not(.st-writing-status):not(.st-writing-note) {
  color: var(--color-text-muted);
  line-height: 1.75;
}

.st-writing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.st-writing-item {
  padding: 28px;
  border: 1px solid rgba(255, 250, 242, 0.1);
  border-left: 3px solid var(--color-copper-dark);
  background: rgba(7, 9, 12, 0.48);
}

.st-writing-item h3 {
  margin: 10px 0 14px;
  color: var(--color-white);
  font-size: 1.42rem;
  line-height: 1.35;
}

.st-writing-note {
  margin-top: 18px;
  margin-bottom: 0;
  padding-top: 16px;
  color: #e8d3c1;
  border-top: 1px solid var(--color-line);
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.6;
}

.st-collection-links > [class*="col-"] {
  display: flex;
  margin-bottom: 30px;
}

.st-service.st-style1.st-collection-cta {
  display: block;
  width: 100%;
  padding: clamp(38px, 6vw, 62px);
  color: var(--color-white);
  background:
    linear-gradient(115deg, rgba(201, 130, 67, 0.18), transparent 42%),
    var(--color-panel);
  text-align: center;
}

.st-collection-cta .st-service-title {
  color: var(--color-white);
}

.st-collection-cta .st-service-desc {
  margin-bottom: 28px;
  color: #d2d2d2;
}

/* Journalism and screen */
#journalism .st-service.st-style1 {
  display: flex;
  gap: 28px;
  align-items: center;
}

#journalism .st-service-img {
  flex: 0 0 160px;
}

#journalism .st-service-img img {
  aspect-ratio: 1;
  border: 1px solid rgba(148, 80, 31, 0.45);
  object-fit: cover;
  filter: grayscale(1) contrast(1.08);
}

.st-journalism-archive {
  margin: 22px 0 0;
  padding: 12px;
  border: 1px solid rgba(227, 160, 101, 0.34);
  background:
    linear-gradient(145deg, rgba(201, 130, 67, 0.08), transparent 44%),
    var(--color-panel);
  box-shadow: var(--shadow-soft);
}

.st-journalism-archive img {
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 250, 242, 0.12);
}

.st-journalism-archive figcaption {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  gap: 20px 34px;
  align-items: start;
  padding: 24px 18px 14px;
}

.st-archive-caption-title {
  color: var(--color-white);
  font-family: var(--font-serif);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
}

.st-archive-caption-copy {
  color: var(--color-text-muted);
  font-size: 0.94rem;
  line-height: 1.7;
}

.st-mobston-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.6fr);
  grid-template-rows: auto minmax(0, 1fr);
  grid-template-areas:
    "video poster"
    "copy poster";
  overflow: hidden;
  border: 1px solid var(--color-line);
  background:
    linear-gradient(145deg, rgba(201, 130, 67, 0.09), transparent 45%),
    var(--color-panel);
  box-shadow: var(--shadow-soft);
}

.st-video-frame {
  position: relative;
  grid-area: video;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #030405;
  border-bottom: 1px solid var(--color-line);
}

.st-video-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.st-mobston-copy {
  display: flex;
  grid-area: copy;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 5vw, 58px);
}

.st-mobston-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
}

.st-mobston-copy .st-service-title {
  margin-bottom: 18px;
  font-size: clamp(2.8rem, 5vw, 4.75rem);
  letter-spacing: -0.035em;
}

.st-inline-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  color: var(--color-copper-dark);
  font-family: var(--font-sans);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.st-inline-link:hover {
  gap: 15px;
  color: var(--color-white);
}

.st-mobston-poster {
  display: flex;
  grid-area: poster;
  align-items: center;
  justify-content: center;
  padding: clamp(24px, 3vw, 40px);
  background:
    radial-gradient(circle at 50% 12%, rgba(201, 130, 67, 0.14), transparent 65%),
    #0b0e12;
  border-left: 1px solid var(--color-line);
}

.st-mobston-poster img {
  width: min(300px, 100%);
  height: auto;
  border: 1px solid rgba(255, 250, 242, 0.14);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.5);
}

.st-mobston-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.st-mobston-gallery figure {
  min-width: 0;
  margin: 0;
}

.st-mobston-gallery img {
  width: 100%;
  height: auto;
  border: 1px solid var(--color-line);
  background: var(--color-panel);
  filter: saturate(0.86) contrast(1.05);
  box-shadow: var(--shadow-soft);
}

.st-mobston-gallery figcaption {
  margin-top: 10px;
  color: var(--color-text-muted);
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Contact */
.st-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 24px;
  align-items: start;
}

.st-contact-title {
  margin-bottom: 0.6rem;
  font-size: clamp(1.5rem, 2.5vw, 1.9rem);
}

.st-contact-lead {
  color: var(--color-text-muted);
}

.st-contact-list {
  display: grid;
  gap: 16px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.st-contact-list li {
  padding: 16px 18px;
  border: 1px solid var(--color-line);
  background: #0b0e12;
}

.st-contact-label {
  display: block;
  margin-bottom: 4px;
  color: var(--color-copper-dark);
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.st-contact-list a {
  color: var(--color-white);
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.st-contact-list a:hover {
  color: var(--color-copper-dark);
}

.st-form-required-note,
.st-form-note {
  margin: 0 0 20px;
  color: var(--color-text-muted);
  font-family: var(--font-sans);
  font-size: 0.78rem;
}

.st-form-note {
  margin: 16px 0 0;
}

.st-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.st-form-field {
  margin-bottom: 18px;
}

.st-contact-form label {
  display: block;
  margin-bottom: 8px;
  color: var(--color-white);
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.st-contact-form label span[aria-hidden="true"] {
  color: var(--color-copper-dark);
}

.st-form-optional {
  color: var(--color-text-muted);
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: none;
}

.st-contact-form input,
.st-contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--color-line);
  color: var(--color-text);
  background: #0b0e12;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.5;
  transition: border-color 180ms ease;
}

.st-contact-form textarea {
  resize: vertical;
}

.st-contact-form input:focus,
.st-contact-form textarea:focus {
  border-color: rgba(227, 160, 101, 0.6);
}

.st-form-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.st-form-status {
  margin: 0 0 18px;
  font-family: var(--font-sans);
  font-size: 0.9rem;
}

.st-form-status:empty {
  display: none;
}

.st-form-status[data-state="success"] {
  color: #97c9a6;
}

.st-form-status[data-state="error"] {
  color: #e39a94;
}

.st-form-status[data-state="pending"] {
  color: var(--color-text-muted);
}

.st-form-submit[disabled] {
  opacity: 0.6;
  cursor: wait;
  pointer-events: none;
}

.st-article-page {
  background:
    radial-gradient(circle at 84% 10%, rgba(201, 130, 67, 0.075), transparent 34rem),
    var(--color-parchment);
}

.st-article-hero {
  padding: clamp(72px, 9vw, 132px) 0 clamp(64px, 8vw, 108px);
  border-bottom: 1px solid var(--color-line);
  background:
    linear-gradient(135deg, rgba(201, 130, 67, 0.08), transparent 42%),
    var(--color-parchment-deep);
}

.st-article-container {
  width: min(100% - 48px, 1120px);
  margin: 0 auto;
}

.st-article-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: clamp(42px, 6vw, 76px);
  color: var(--color-text-muted);
  font-family: var(--font-sans);
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.st-article-back::before {
  content: "\2190";
  color: var(--color-copper-dark);
  font-size: 1.15rem;
}

.st-article-back:hover {
  color: var(--color-white);
}

.st-article-label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  color: var(--color-copper-dark);
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1.5;
  text-transform: uppercase;
}

.st-article-label::before {
  width: 46px;
  height: 1px;
  content: "";
  background: currentColor;
}

.st-article-title {
  max-width: 900px;
  margin-bottom: 24px;
  font-size: clamp(3rem, 7vw, 5.8rem);
  letter-spacing: -0.04em;
  line-height: 0.98;
  text-wrap: balance;
}

.st-article-deck {
  max-width: 790px;
  margin-bottom: 26px;
  color: var(--color-text);
  font-size: clamp(1.16rem, 2vw, 1.45rem);
  line-height: 1.6;
}

.st-article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--color-text-muted);
  font-family: var(--font-sans);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
}

.st-article-meta strong {
  color: var(--color-white);
  font-weight: 600;
}

.st-article-meta-separator {
  color: rgba(255, 250, 242, 0.34);
}

.st-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(180px, 1fr);
  gap: clamp(48px, 7vw, 96px);
  align-items: start;
  padding: clamp(72px, 9vw, 124px) 0;
}

.st-article-body {
  color: #e0ddd7;
  font-size: clamp(1.04rem, 1.35vw, 1.16rem);
  line-height: 1.9;
}

.st-article-body > p {
  margin-bottom: 1.55em;
}

.st-article-body h2 {
  margin: clamp(64px, 8vw, 88px) 0 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(227, 160, 101, 0.28);
  font-size: clamp(2rem, 4vw, 2.85rem);
  letter-spacing: -0.025em;
}

.st-article-body h2:first-of-type {
  margin-top: 52px;
}

.st-article-body em {
  color: var(--color-white);
}

.st-article-pullquote {
  margin: clamp(52px, 7vw, 76px) 0;
  padding: 8px 0 8px clamp(24px, 4vw, 42px);
  border-left: 4px solid var(--color-copper);
  color: var(--color-white);
  font-family: var(--font-serif);
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  font-style: italic;
  line-height: 1.45;
}

.st-article-signature {
  margin-top: 56px;
  color: var(--color-white);
  font-family: var(--font-serif);
  font-size: 1.35rem;
}

.st-article-rail {
  position: sticky;
  top: 48px;
  padding-top: 4px;
}

.st-article-rail-label {
  margin-bottom: 14px;
  color: var(--color-copper-dark);
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.st-article-rail p {
  margin-bottom: 20px;
  color: var(--color-text-muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

.st-article-rail-line {
  width: 100%;
  height: 1px;
  margin-bottom: 22px;
  background: linear-gradient(90deg, var(--color-copper-dark), transparent);
}

.st-public-record {
  padding: clamp(72px, 8vw, 112px) 0;
  border-top: 1px solid var(--color-line);
  background:
    radial-gradient(circle at 0% 40%, rgba(116, 178, 180, 0.045), transparent 32rem),
    var(--color-parchment-deep);
}

.st-public-record-heading {
  max-width: 760px;
  margin-bottom: 44px;
}

.st-public-record-heading h2 {
  margin-bottom: 16px;
  font-size: clamp(2.25rem, 5vw, 3.6rem);
  letter-spacing: -0.03em;
}

.st-public-record-heading p {
  color: var(--color-text-muted);
}

.st-source-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: public-record;
}

.st-source-list li {
  position: relative;
  min-height: 190px;
  padding: 30px 30px 28px 72px;
  border: 1px solid var(--color-line);
  background: var(--color-panel);
  counter-increment: public-record;
}

.st-source-list li::before {
  position: absolute;
  top: 30px;
  left: 28px;
  color: var(--color-copper-dark);
  content: counter(public-record, decimal-leading-zero);
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.st-source-list a {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: var(--color-white);
}

.st-source-list a:hover {
  color: var(--color-copper-dark);
}

.st-source-title {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
}

.st-source-domain {
  display: block;
  margin-top: auto;
  padding-top: 28px;
  color: var(--color-text-muted);
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.st-source-domain span {
  color: var(--color-copper-dark);
}

.st-article-closing-nav {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 48px;
  padding-top: 30px;
  border-top: 1px solid var(--color-line);
}

/* Footer */
.st-footer {
  padding: 34px 0;
  color: var(--color-white);
  background: var(--color-charcoal);
  text-align: center;
}

.st-copyright {
  margin: 0;
  color: #b9b9b9;
  font-family: var(--font-sans);
  font-size: 0.78rem;
}

/* Scroll reveal and ambient motion */
.js .st-reveal {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  transition:
    opacity 720ms cubic-bezier(0.2, 0.75, 0.25, 1),
    transform 720ms cubic-bezier(0.2, 0.75, 0.25, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.js .st-reveal.st-reveal-left {
  transform: translate3d(-38px, 0, 0);
}

.js .st-reveal.st-reveal-right {
  transform: translate3d(38px, 0, 0);
}

.js .st-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@keyframes st-hero-copy-in {
  from {
    opacity: 0;
    transform: translate3d(-34px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes st-hero-image-in {
  from {
    opacity: 0;
    transform: perspective(1200px) translate3d(42px, 22px, 0) rotateY(-3deg);
  }
  to {
    opacity: 1;
    transform:
      perspective(1200px)
      translate3d(0, var(--hero-shift-y, 0), 0)
      rotateX(var(--hero-tilt-x, 0deg))
      rotateY(var(--hero-tilt-y, 0deg));
  }
}

@keyframes st-scroll-line {
  0%,
  100% {
    transform: translateX(-110%);
  }
  50% {
    transform: translateX(210%);
  }
}

@keyframes st-float {
  from {
    opacity: 0;
    transform: translate3d(0, 18vh, 0) scale(0.75);
  }
  20% {
    opacity: 0.22;
  }
  to {
    opacity: 0;
    transform: translate3d(10px, -105vh, 0) scale(1.2);
  }
}

@media (hover: none), (pointer: coarse) {
  #background-wrap {
    position: absolute;
    z-index: 1;
    inset: 0;
    display: block;
    overflow: hidden;
    pointer-events: none;
  }

  .bubble {
    position: absolute;
    bottom: -80px;
    width: 7px;
    height: 7px;
    border: 1px solid rgba(227, 160, 101, 0.55);
    border-radius: 50%;
    opacity: 0;
    animation: st-float 12s linear infinite;
  }

  .x1 { left: 8%; animation-delay: 0s; }
  .x2 { left: 18%; animation-delay: 3s; animation-duration: 16s; }
  .x3 { left: 30%; animation-delay: 7s; }
  .x4 { left: 42%; animation-delay: 1s; animation-duration: 15s; }
  .x5 { left: 54%; animation-delay: 5s; }
  .x6 { left: 64%; animation-delay: 9s; animation-duration: 17s; }
  .x7 { left: 72%; animation-delay: 2s; }
  .x8 { left: 80%; animation-delay: 6s; animation-duration: 14s; }
  .x9 { left: 88%; animation-delay: 10s; }
  .x10 { left: 95%; animation-delay: 4s; animation-duration: 18s; }
}

/* Compact desktop sidebar */
@media screen and (min-width: 992px) and (max-height: 760px) {
  .st-site-header .st-main-header-in {
    justify-content: flex-start;
    padding-top: 24px;
  }

  .st-header-author {
    width: 88px;
    height: 88px;
    margin-bottom: 14px;
  }

  .st-header-name {
    margin-bottom: 18px;
  }

  .st-nav-list a {
    padding: 5px 4px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1279px) {
  :root {
    --sidebar-width: 248px;
  }

  .st-site-header .st-main-header-in {
    padding-right: 18px;
    padding-left: 18px;
  }

  .st-header-author {
    width: 96px;
    height: 96px;
  }

  .st-header-name .name {
    font-size: 1.3rem;
  }

  .st-nav-list a {
    font-size: 0.74rem;
  }

  .st-hero-content {
    gap: 36px;
  }

  .st-hero-title {
    font-size: clamp(3.7rem, 6vw, 5rem);
  }

  .st-book-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .st-writing-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media screen and (min-width: 992px) and (max-width: 1120px) {
  .st-hero.st-style2 {
    min-height: auto;
  }

  .st-hero-content {
    grid-template-columns: minmax(0, 1fr);
  }

  .st-hero-image-wrap {
    width: min(620px, 100%);
    margin: 10px 0 0;
  }

  .st-about-wrap .row > .col-lg-6,
  #chelsea .row > .col-lg-6,
  #journalism .row > .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .st-about-img {
    margin-bottom: 28px;
  }

  #chelsea .st-about-img {
    aspect-ratio: 16 / 10;
  }

  .st-mobston-feature {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "video"
      "copy"
      "poster";
  }

  .st-mobston-poster {
    border-top: 1px solid var(--color-line);
    border-left: 0;
  }

  .st-contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Tablet and mobile header */
@media screen and (max-width: 991px) {
  section[id] {
    scroll-margin-top: calc(var(--mobile-header-height) + 12px);
  }

  .st-get-sidebar {
    padding-left: 0;
  }

  .st-scroll-progress {
    left: 0;
  }

  .st-site-header.st-style2 {
    position: sticky;
    width: 100%;
    height: var(--mobile-header-height);
    overflow: visible;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
  }

  .st-site-header .container {
    padding: 0 20px;
  }

  .st-site-header .st-main-header-in {
    min-height: var(--mobile-header-height);
    height: var(--mobile-header-height);
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
  }

  .st-main-header-left {
    min-width: 0;
    flex-direction: row;
  }

  .st-header-author {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    margin: 0 13px 0 0;
    border-width: 2px;
    box-shadow: inset 0 0 0 4px var(--color-charcoal);
  }

  .st-header-monogram {
    font-size: 1.2rem;
  }

  .st-header-name {
    min-width: 0;
    margin: 0;
    text-align: left;
  }

  .st-header-name .name {
    font-size: 1.08rem;
  }

  .st-header-name .title {
    max-width: none;
    margin-top: 2px;
    font-size: 0.7rem;
    line-height: 1.35;
  }

  .st-main-header-right,
  .st-nav {
    width: auto;
  }

  .st-munu-toggle {
    position: relative;
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: var(--color-white);
    background: transparent;
    cursor: pointer;
  }

  .st-munu-toggle > span:not(.st-sr-only),
  .st-munu-toggle > span:not(.st-sr-only)::before,
  .st-munu-toggle > span:not(.st-sr-only)::after {
    position: absolute;
    width: 22px;
    height: 2px;
    content: "";
    background: currentColor;
    transition: transform 180ms ease, top 180ms ease, opacity 180ms ease;
  }

  .st-munu-toggle > span:not(.st-sr-only) {
    top: 20px;
  }

  .st-munu-toggle > span:not(.st-sr-only)::before {
    top: -7px;
    left: 0;
  }

  .st-munu-toggle > span:not(.st-sr-only)::after {
    top: 7px;
    left: 0;
  }

  .st-munu-toggle.st-toggle-active > span:not(.st-sr-only) {
    background: transparent;
  }

  .st-munu-toggle.st-toggle-active > span:not(.st-sr-only)::before {
    top: 0;
    transform: rotate(45deg);
  }

  .st-munu-toggle.st-toggle-active > span:not(.st-sr-only)::after {
    top: 0;
    transform: rotate(-45deg);
  }

  .st-nav-list {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: block;
    max-height: 0;
    padding: 0 20px;
    overflow-y: auto;
    background: var(--color-charcoal);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.22);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    pointer-events: none;
    transition:
      max-height 300ms ease,
      padding 300ms ease,
      opacity 220ms ease,
      transform 220ms ease,
      visibility 220ms ease;
  }

  .st-nav-list.is-open {
    max-height: calc(100vh - var(--mobile-header-height));
    max-height: calc(100dvh - var(--mobile-header-height));
    padding: 10px 20px 18px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .st-nav-list li {
    text-align: left;
  }

  .st-nav-list a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 2px;
  }

  .st-menu-open {
    overflow: hidden;
  }

  .st-article-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .st-article-rail {
    position: static;
    max-width: 620px;
    padding: 30px 0 0;
    border-top: 1px solid var(--color-line);
  }

  .st-hero.st-style2 {
    min-height: auto;
    padding: 64px 0 76px;
  }

  .st-hero-content {
    grid-template-columns: minmax(0, 1fr);
    gap: 52px;
    text-align: left;
  }

  .st-hero-title {
    max-width: none;
    font-size: clamp(3.8rem, 12vw, 5.5rem);
  }

  .st-hero-image-wrap {
    width: min(560px, calc(100% - 26px));
    margin: 0 auto 0 0;
  }

  .st-hero-image-wrap::after {
    right: -14px;
    bottom: -14px;
  }

  .st-service.st-style1.st-upcoming-card {
    grid-template-columns: minmax(0, 1fr);
    text-align: center;
  }

  .st-upcoming-card .st-service-img {
    width: min(320px, 100%);
    margin: 0 auto;
  }

  .st-release-status {
    margin-right: auto;
    margin-left: auto;
  }

  .st-about-img,
  #chelsea .st-about-img {
    margin-bottom: 28px;
  }

  #chelsea .row > div:last-child {
    order: -1;
  }

  #journalism .st-service.st-style1 {
    flex-direction: column;
    text-align: center;
  }

  #journalism .st-service-img {
    width: min(260px, 100%);
    flex-basis: auto;
  }

  .st-mobston-feature {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "video"
      "copy"
      "poster";
  }

  .st-mobston-poster {
    border-top: 1px solid var(--color-line);
    border-left: 0;
  }

  .st-contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .st-scroll-cue {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body,
  html {
    font-size: 16px;
  }

  .st-about-wrap,
  .st-service-wrap {
    padding: 72px 0;
  }

  .st-section-heading {
    margin-bottom: 42px;
  }

  .st-book-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .st-writing-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .st-book-card .st-service-img {
    width: 160px;
    min-width: 160px;
  }

  .st-mobston-gallery {
    grid-template-columns: minmax(0, 1fr);
  }

  .st-journalism-archive {
    padding: 8px;
  }

  .st-journalism-archive figcaption {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    padding: 20px 14px 14px;
  }

  .st-article-container {
    width: min(100% - 36px, 1120px);
  }

  .st-source-list {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Featured Gardner Museum documentary */
.st-documentary-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.72fr);
  align-items: stretch;
  overflow: hidden;
  margin-bottom: clamp(44px, 6vw, 72px);
  border: 1px solid var(--color-line);
  background:
    linear-gradient(145deg, rgba(71, 126, 132, 0.12), transparent 48%),
    var(--color-panel);
  box-shadow: var(--shadow-soft);
}

.st-documentary-feature .st-video-frame {
  grid-area: auto;
  align-self: center;
  border-right: 1px solid var(--color-line);
  border-bottom: 0;
}

.st-documentary-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 4vw, 54px);
}

.st-documentary-copy .st-service-title {
  margin-bottom: 18px;
  font-size: clamp(2.65rem, 4.5vw, 4.35rem);
  letter-spacing: -0.035em;
}

.st-documentary-note {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 0.82rem;
}

@media screen and (max-width: 1199px) {
  .st-documentary-feature {
    grid-template-columns: minmax(0, 1fr);
  }

  .st-documentary-feature .st-video-frame {
    border-right: 0;
    border-bottom: 1px solid var(--color-line);
  }
}

@media screen and (max-width: 767px) {
  .st-documentary-copy {
    padding: 30px 24px 34px;
  }

  .st-documentary-copy .st-service-title {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 575px) {
  .st-site-header .container {
    padding: 0 15px;
  }

  .st-header-name .title {
    display: none;
  }

  .st-hero.st-style2 {
    padding: 54px 0 66px;
  }

  .st-hero-content {
    gap: 40px;
  }

  .st-hero-title {
    font-size: clamp(3.15rem, 16vw, 4.1rem);
  }

  .st-hero-subtitle {
    font-size: 1rem;
  }

  .st-btn.st-style1.st-color1 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .st-about-wrap,
  .st-service-wrap {
    padding: 64px 0;
  }

  .st-section-heading-subtitle {
    font-size: 2.5rem;
  }

  .st-about-img,
  #chelsea .st-about-img {
    padding: 8px;
  }

  .st-service.st-style1 {
    padding: 24px;
  }

  .st-service.st-style1.st-upcoming-card {
    gap: 26px;
    padding: 20px 16px 24px;
    text-align: left;
  }

  .st-upcoming-card .st-service-img {
    width: min(300px, 100%);
  }

  .st-upcoming-card .st-service-text {
    width: 100%;
  }

  .st-article-hero {
    padding: 48px 0 64px;
  }

  .st-article-back {
    margin-bottom: 40px;
  }

  .st-article-label {
    display: block;
    font-size: 0.7rem;
  }

  .st-article-label::before {
    display: block;
    margin-bottom: 14px;
  }

  .st-article-title {
    font-size: clamp(2.8rem, 14vw, 4rem);
  }

  .st-article-layout {
    padding: 62px 0 72px;
  }

  .st-article-body {
    font-size: 1.02rem;
    line-height: 1.82;
  }

  .st-article-body h2 {
    margin-top: 58px;
  }

  .st-article-pullquote {
    margin: 46px 0;
  }

  .st-source-list li {
    min-height: 0;
    padding: 26px 24px 24px 62px;
  }

  .st-source-list li::before {
    top: 27px;
    left: 22px;
  }

  .st-article-closing-nav {
    flex-direction: column;
  }

  .st-release-status {
    width: 100%;
    padding: 20px 18px;
    margin-right: 0;
    margin-left: 0;
  }

  .st-fact-strip {
    grid-template-columns: minmax(0, 1fr);
  }

  .st-fact,
  .st-fact:nth-child(2),
  .st-fact:last-child {
    padding: 16px 0;
    border-right: 0;
    border-bottom: 1px solid var(--color-line);
  }

  .st-fact:last-child {
    border-bottom: 0;
  }

  .st-service.st-style1.st-book-card {
    flex-direction: row;
  }

  .st-book-card .st-service-img {
    width: 116px;
    min-width: 116px;
    padding: 18px 12px;
  }

  .st-book-card .st-service-img img {
    height: 164px;
  }

  .st-book-card .st-service-text {
    padding: 22px 18px;
  }

  .st-book-card .st-service-title {
    font-size: 1.15rem;
  }

  .st-book-card .st-service-subtitle {
    min-height: 0;
  }

  .st-book-card .st-service-desc {
    font-size: 0.82rem;
  }

  .st-writing-desk {
    padding: 28px 22px;
  }

  .st-writing-item {
    padding: 24px 20px;
  }

  .st-mobston-copy {
    padding: 30px 24px 34px;
  }

  .st-mobston-copy .st-service-title {
    font-size: 2.8rem;
  }

  .st-form-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .st-contact-list a {
    font-size: 1.15rem;
  }
}

@media (hover: none), (pointer: coarse) {
  #particles-js {
    pointer-events: none;
  }

  .st-book-card:hover,
  .st-btn.st-style1.st-color1:hover {
    transform: none;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  #particles-js {
    display: none;
  }

  #background-wrap {
    display: none;
  }

  .st-hero-text,
  .st-hero-image-wrap {
    animation: none;
  }

  .st-typewriter-cursor {
    opacity: 1;
    animation: none;
  }

  .js .st-reveal,
  .js .st-reveal.st-reveal-left,
  .js .st-reveal.st-reveal-right {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .st-book-card:hover,
  .st-btn.st-style1.st-color1:hover {
    transform: none;
  }
}

/* Discovery pages */
.st-card-detail-link {
  margin: 20px 0 0;
}

.st-card-detail-link a,
.st-discovery-links a,
.st-detail-link {
  color: var(--color-accent);
  font-weight: 600;
  text-decoration: none;
  text-underline-offset: 0.22em;
}

.st-card-detail-link a:hover,
.st-card-detail-link a:focus-visible,
.st-discovery-links a:hover,
.st-discovery-links a:focus-visible,
.st-detail-link:hover,
.st-detail-link:focus-visible {
  text-decoration: underline;
}

.st-discovery-panel {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.2fr);
  gap: 42px;
  margin-top: 42px;
  padding: 34px;
  border: 1px solid var(--color-line);
  background: var(--color-surface);
}

.st-discovery-panel h2 {
  margin: 6px 0 0;
  font-size: clamp(2rem, 4vw, 3rem);
}

.st-discovery-links {
  display: grid;
  align-content: center;
  gap: 14px;
}

.st-discovery-links a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  min-height: 44px;
  padding: 13px 0;
  border-bottom: 1px solid var(--color-line);
}

.st-book-rail-cover {
  width: min(100%, 260px);
  margin: 0 0 28px;
  padding: 10px;
  border: 1px solid var(--color-line);
  background: var(--color-surface);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.18);
}

.st-book-rail-cover img {
  display: block;
  width: 100%;
  height: auto;
}

.st-discovery-links a::after {
  content: "\2192";
}

.st-detail-page .st-article-hero {
  min-height: 46vh;
}

.st-detail-page .st-article-layout {
  display: grid;
  grid-template-columns: minmax(220px, 340px) minmax(0, 1fr);
  gap: clamp(40px, 7vw, 96px);
  align-items: start;
}

.st-detail-cover {
  position: sticky;
  top: 116px;
  padding: 12px;
  border: 1px solid var(--color-line);
  background: var(--color-surface);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

.st-detail-cover img {
  display: block;
  width: 100%;
  height: auto;
}

.st-detail-cover .st-btn {
  width: 100%;
  margin-top: 12px;
  text-align: center;
}

.st-detail-content {
  min-width: 0;
}

.st-detail-content > :first-child {
  margin-top: 0;
}

.st-detail-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 36px 0;
  padding: 1px;
  background: var(--color-line);
}

.st-detail-facts div {
  padding: 20px;
  background: var(--color-bg);
}

.st-detail-facts dt {
  margin-bottom: 6px;
  color: var(--color-muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.st-detail-facts dd {
  margin: 0;
}

.st-related-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 54px;
}

.st-related-nav a {
  min-height: 100%;
  padding: 20px;
  border: 1px solid var(--color-line);
  color: var(--color-text);
  text-decoration: none;
}

.st-related-nav a:hover,
.st-related-nav a:focus-visible {
  border-color: var(--color-accent);
  color: var(--color-accent);
}

.st-related-nav small {
  display: block;
  margin-bottom: 8px;
  color: var(--color-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 991px) {
  .st-discovery-panel,
  .st-detail-page .st-article-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .st-detail-cover {
    position: static;
    width: min(320px, 100%);
  }
}

@media screen and (max-width: 767px) {
  .st-discovery-panel {
    gap: 24px;
    padding: 26px 22px;
  }

  .st-related-nav {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media screen and (max-width: 575px) {
  .st-detail-facts {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Editorial discovery, media kit, and error-state additions */
.st-section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  align-items: center;
  margin-top: 26px;
}

.st-section-actions .st-inline-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.st-article-feature-image {
  margin: 38px 0 44px;
}

.st-media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 0 8px;
}

.st-media-card {
  padding: 24px;
  border: 1px solid var(--color-line);
  background:
    linear-gradient(145deg, rgba(201, 130, 67, 0.08), transparent 54%),
    var(--color-panel);
}

.st-media-card h3 {
  margin: 0 0 10px;
  color: var(--color-white);
  font-family: var(--font-serif);
  font-size: 1.25rem;
}

.st-media-card p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 0.94rem;
  line-height: 1.7;
}

.st-media-list {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding-left: 22px;
}

.st-media-list li {
  padding-left: 6px;
}

.st-media-portrait {
  margin: 0 0 24px;
}

.st-media-portrait img {
  width: 100%;
  height: auto;
  border: 1px solid rgba(227, 160, 101, 0.42);
  filter: grayscale(1) contrast(1.06);
}

.st-media-rail-heading {
  margin-top: 34px;
}

.st-media-contact {
  margin-top: 56px;
  padding: 34px;
  border: 1px solid var(--color-line);
  background: var(--color-panel);
}

.st-media-contact h2 {
  margin: 4px 0 12px;
  color: var(--color-white);
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
}

.st-media-contact p:not(.st-writing-kicker) {
  max-width: 720px;
  color: var(--color-text-muted);
}

.st-footer-bottom-in {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  align-items: center;
  justify-content: center;
}

.st-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  justify-content: center;
}

.st-footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #d6d6d6;
  font-size: 0.78rem;
  text-decoration: none;
}

.st-footer-links a:hover,
.st-footer-links a:focus-visible {
  color: var(--color-accent);
}

.st-not-found-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 78% 20%, rgba(201, 130, 67, 0.16), transparent 34%),
    var(--color-bg);
}

.st-not-found {
  display: grid;
  min-height: 100vh;
  padding: 60px 0;
  place-items: center;
}

.st-not-found-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .st-media-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .st-media-contact {
    margin-top: 38px;
    padding: 26px 22px;
  }

  .st-section-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .st-section-actions .st-btn,
  .st-section-actions .st-inline-link {
    justify-content: center;
    width: 100%;
    text-align: center;
  }
}

/* Writing hub and publication feed */
.st-latest-writing,
.st-writing-hub {
  background:
    radial-gradient(circle at 86% 10%, rgba(116, 178, 180, 0.09), transparent 28rem),
    radial-gradient(circle at 4% 85%, rgba(201, 130, 67, 0.1), transparent 30rem),
    var(--color-parchment-deep);
}

.st-writing-hub {
  padding: clamp(72px, 8vw, 120px) 0;
}

.st-writing-hub-heading {
  display: flex;
  gap: 28px 48px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 34px;
}

.st-writing-hub-heading h2 {
  margin: 4px 0 0;
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
}

.st-substack-status {
  max-width: 440px;
  margin: 0;
  color: var(--color-text-muted);
  font-family: var(--font-sans);
  font-size: 0.86rem;
  line-height: 1.65;
}

.st-substack-status[data-state="ready"] {
  color: #c8d8d8;
}

.st-substack-status[data-state="stale"] {
  color: #ecd2af;
}

.st-substack-status[data-state="fallback"] {
  color: var(--color-text-muted);
}

.st-substack-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.st-substack-card {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--color-line);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.026), transparent 42%),
    var(--color-panel);
  box-shadow: var(--shadow-soft);
}

.st-substack-card-media {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(201, 130, 67, 0.2), rgba(116, 178, 180, 0.1)),
    #10141a;
  border-bottom: 1px solid var(--color-line);
}

.st-substack-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.st-substack-card-content {
  display: flex;
  min-height: 100%;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px;
}

.st-substack-card-meta,
.st-substack-kicker {
  margin: 0 0 11px;
  color: var(--color-copper-dark);
  font-family: var(--font-sans);
  font-size: 0.71rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.45;
  text-transform: uppercase;
}

.st-substack-card h3 {
  margin: 0 0 14px;
  color: var(--color-white);
  font-size: clamp(1.32rem, 2.1vw, 1.7rem);
  line-height: 1.28;
}

.st-substack-card h3 a,
.st-writing-context-card h3 a {
  color: inherit;
}

.st-substack-card h3 a:hover,
.st-substack-card h3 a:focus-visible,
.st-writing-context-card h3 a:hover,
.st-writing-context-card h3 a:focus-visible {
  color: var(--color-copper-dark);
}

.st-substack-card-excerpt {
  margin: 0 0 22px;
  color: var(--color-text-muted);
  font-size: 0.92rem;
  line-height: 1.68;
}

.st-substack-card-link {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  margin-top: auto;
  color: var(--color-copper-dark);
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.st-substack-card-link::after {
  margin-left: 8px;
  content: "↗";
}

.st-substack-subscription {
  margin-top: 28px;
}

.st-substack-subscription-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  align-items: center;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(227, 160, 101, 0.34);
  background:
    linear-gradient(115deg, rgba(201, 130, 67, 0.16), transparent 48%),
    var(--color-panel);
  box-shadow: var(--shadow-soft);
}

.st-substack-subscription-panel .st-substack-kicker {
  flex-basis: 100%;
  margin-bottom: 0;
}

.st-substack-subscription-panel h3 {
  flex: 1 1 260px;
  margin: 0;
  color: var(--color-white);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
}

.st-substack-subscription-panel > p:not(.st-substack-kicker) {
  flex: 1 1 300px;
  margin: 0;
  color: var(--color-text-muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

.st-substack-subscription-panel > .st-btn {
  flex: 0 0 auto;
  min-width: 132px;
  text-align: center;
}

.st-substack-embed {
  width: 100%;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--color-line);
  background: #fff;
}

.st-substack-embed iframe {
  display: block;
  width: 100%;
  min-height: 172px;
  border: 0;
  background: #fff;
}

.st-writing-context {
  margin-top: clamp(56px, 8vw, 104px);
  padding-top: clamp(46px, 7vw, 86px);
  border-top: 1px solid var(--color-line);
}

.st-writing-context-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.st-writing-context-heading h2,
.st-writing-context-heading h3 {
  margin: 4px 0 14px;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.st-writing-context-heading > p:last-child {
  max-width: 690px;
  margin-bottom: 0;
  color: var(--color-text-muted);
}

.st-writing-context-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.st-writing-context-card {
  min-width: 0;
  padding: 26px;
  border: 1px solid var(--color-line);
  background: rgba(20, 24, 30, 0.78);
}

.st-writing-context-card h3 {
  margin: 0 0 13px;
  color: var(--color-white);
  font-size: 1.38rem;
  line-height: 1.3;
}

.st-writing-context-card > p:last-child {
  margin-bottom: 0;
  color: var(--color-text-muted);
  font-size: 0.92rem;
  line-height: 1.68;
}

.st-latest-writing .st-writing-context {
  margin-top: 48px;
  padding-top: 42px;
}

@media screen and (max-width: 991px) {
  .st-substack-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .st-writing-hub-heading {
    align-items: start;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .st-substack-grid,
  .st-writing-context-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .st-substack-card-content,
  .st-writing-context-card {
    padding: 23px 21px;
  }

  .st-substack-subscription-panel {
    align-items: stretch;
    padding: 26px 22px;
  }

  .st-substack-subscription-panel > .st-btn {
    width: 100%;
  }
}
