:root {
  --ink: #12120f;
  --paper: #f4efe4;
  --white: #fffdf8;
  --yellow: #f5d31f;
  --yellow-deep: #dcb900;
  --line: rgba(18, 18, 15, 0.2);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }

.site-header {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 86px;
  padding: 0 5vw;
  border-bottom: 1px solid var(--line);
}

.wordmark,
.footer-wordmark {
  width: fit-content;
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: -0.07em;
}

.wordmark span,
.footer-wordmark span {
  display: inline-block;
  margin-left: 0.18rem;
  padding: 0.18rem 0.32rem;
  background: var(--yellow);
  letter-spacing: -0.05em;
  transform: rotate(-2deg);
}

nav {
  display: flex;
  gap: 2rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

nav a,
.text-link {
  border-bottom: 1px solid transparent;
  transition: border-color 160ms ease;
}

nav a:hover,
.text-link:hover { border-color: currentColor; }

.header-cta {
  justify-self: end;
  padding: 0.82rem 1rem;
  border: 1px solid var(--ink);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease;
}

.header-cta:hover {
  background: var(--ink);
  color: var(--white);
}

.hero {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  min-height: 690px;
  overflow: hidden;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 7rem 5vw 6rem;
}

.eyebrow,
.section-kicker {
  margin: 0 0 1.5rem;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.eyebrow > span:first-child {
  width: 10px;
  height: 10px;
  background: var(--yellow);
  border-radius: 50%;
}

h1 {
  max-width: 900px;
  margin-bottom: 2rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.8rem, 7vw, 7.8rem);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.88;
}

h1 em,
.follow-section h2 em {
  display: inline-block;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-color: var(--yellow);
  text-decoration-thickness: 0.13em;
  text-underline-offset: 0.08em;
}

.hero-intro {
  max-width: 610px;
  margin-bottom: 2.4rem;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 220px;
  padding: 1rem 1.1rem;
  background: var(--ink);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: box-shadow 160ms ease, transform 160ms ease;
}

.primary-button:hover {
  box-shadow: 5px 5px 0 var(--yellow-deep);
  transform: translate(-2px, -2px);
}

.text-link {
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero-portrait-wrap {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 610px;
  padding: 4vw;
  background: var(--yellow);
  border-left: 1px solid var(--line);
}

.portrait-mark {
  position: absolute;
  top: 3%;
  right: -1%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(9rem, 18vw, 20rem);
  letter-spacing: -0.16em;
  line-height: 1;
  opacity: 0.09;
}

.portrait-frame {
  position: relative;
  z-index: 2;
  width: min(100%, 540px);
  padding: 0.8rem;
  background: var(--ink);
  color: var(--white);
  box-shadow: 18px 18px 0 rgba(18, 18, 15, 0.16);
  transform: rotate(1.4deg);
}

.portrait-frame img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center 36%;
  filter: saturate(0.9) contrast(1.02);
}

.portrait-caption {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0.2rem 0.1rem;
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.vertical-note {
  position: absolute;
  right: 1rem;
  bottom: 1.5rem;
  margin: 0;
  font-size: 0.55rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  writing-mode: vertical-rl;
}

.ticker {
  overflow: hidden;
  padding: 1rem 0;
  background: var(--ink);
  color: var(--white);
}

.ticker div {
  display: flex;
  justify-content: space-around;
  min-width: 1080px;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.ticker b { color: var(--yellow); }

.about-section {
  display: grid;
  grid-template-columns: 120px minmax(300px, 0.85fr) 1fr;
  min-height: 640px;
  padding: 7.5rem 5vw;
  background: var(--white);
}

.section-index {
  align-self: start;
  padding-top: 0.3rem;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-heading,
.work-intro { padding-right: 4vw; }

.about-heading h2,
.work-intro h2,
.follow-section h2 {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.1rem, 5.4vw, 6rem);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.about-copy {
  border-left: 1px solid var(--line);
  padding-left: 5vw;
}

.about-copy p {
  max-width: 650px;
  font-size: 1rem;
  line-height: 1.8;
}

.about-copy .lead {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.1vw, 2.05rem);
  letter-spacing: -0.025em;
  line-height: 1.45;
}

.about-copy a {
  display: inline-block;
  margin-top: 1.5rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid var(--ink);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.work-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) 1.1fr;
  gap: 6vw;
  padding: 8rem 5vw;
  background: var(--ink);
  color: var(--white);
}

.work-intro .section-index {
  margin-bottom: 4.5rem;
  color: rgba(255, 255, 255, 0.58);
}

.work-intro .section-kicker { color: var(--yellow); }

.work-list article {
  display: grid;
  grid-template-columns: 58px minmax(190px, 0.75fr) 1fr;
  gap: 1.5rem;
  align-items: start;
  padding: 2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.work-list article:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.work-list span {
  color: var(--yellow);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.work-list h3 {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.work-list p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.9rem;
  line-height: 1.7;
}

.stories-section {
  padding: 7.5rem 5vw;
  background: var(--white);
}

.stories-heading {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  margin-bottom: 4rem;
}

.stories-heading > div:last-child {
  max-width: 820px;
}

.stories-heading h2 {
  margin-bottom: 1.5rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.1rem, 5.4vw, 6rem);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.stories-heading > div:last-child > p:last-child {
  max-width: 620px;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.75;
}

.stories-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.stories-empty {
  grid-column: 1 / -1;
  padding: 3.5rem;
  border: 1px solid var(--line);
  text-align: center;
}

.stories-empty p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
}

.story-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--ink);
  background: var(--paper);
}

.story-thumbnail {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-bottom: 1px solid var(--ink);
}

.story-thumbnail-placeholder {
  display: grid;
  place-items: center;
  background: var(--yellow);
}

.story-thumbnail-placeholder span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(5rem, 12vw, 10rem);
  font-weight: 400;
  letter-spacing: -0.12em;
  opacity: 0.14;
}

.story-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
}

.story-meta {
  margin-bottom: 1rem;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.story-card h3 {
  margin-bottom: 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1;
}

.story-excerpt {
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

.story-card details {
  width: 100%;
  margin-bottom: 1.5rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.story-card summary {
  padding: 1rem 0;
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.story-body {
  padding-bottom: 0.5rem;
}

.story-body p {
  line-height: 1.75;
}

.story-watch {
  display: inline-flex;
  justify-content: space-between;
  gap: 2rem;
  margin-top: auto;
  padding: 0.9rem 1rem;
  background: var(--ink);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.story-watch:hover {
  box-shadow: 4px 4px 0 var(--yellow-deep);
  transform: translate(-1px, -1px);
}

.follow-section {
  position: relative;
  overflow: hidden;
  padding: 8.5rem 5vw;
  text-align: center;
}

.follow-section::before {
  content: "TODAY";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  color: var(--yellow);
  font-family: Georgia, "Times New Roman", serif;
  font-size: min(28vw, 24rem);
  letter-spacing: -0.1em;
  line-height: 1;
  opacity: 0.4;
  transform: translate(-50%, -50%);
}

.follow-section h2 { margin-bottom: 2rem; }

.follow-section > p:not(.section-kicker) {
  max-width: 560px;
  margin: 0 auto 2rem;
  line-height: 1.75;
}

.follow-section > a {
  display: inline-flex;
  align-items: center;
  gap: 3rem;
  padding: 1.1rem 1.25rem;
  background: var(--ink);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  padding: 2rem 5vw;
  border-top: 1px solid var(--line);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

footer p { margin: 0; }
footer p:last-child { justify-self: end; }

a:focus-visible {
  outline: 3px solid var(--yellow-deep);
  outline-offset: 4px;
}

@media (max-width: 960px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }

  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 590px; padding-top: 5rem; }
  .hero-portrait-wrap { border-top: 1px solid var(--line); border-left: 0; }

  .about-section {
    grid-template-columns: 90px 1fr;
    gap: 0;
  }

  .about-copy {
    grid-column: 2;
    margin-top: 3.5rem;
  }

  .work-section { grid-template-columns: 1fr; }
  .work-intro { max-width: 620px; }
}

@media (max-width: 620px) {
  .site-header { min-height: 72px; padding: 0 1.1rem; }

  .header-cta {
    padding: 0.7rem 0.75rem;
    font-size: 0.62rem;
  }

  .hero-copy { min-height: auto; padding: 5rem 1.1rem 4rem; }
  h1 { font-size: clamp(3.4rem, 16.2vw, 5.1rem); }
  .hero-intro { font-size: 0.98rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }

  .hero-portrait-wrap { min-height: 500px; padding: 2.2rem 1.5rem; }
  .portrait-frame { width: 88%; }

  .about-section {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 5.5rem 1.1rem;
  }

  .section-index { margin-bottom: 3rem; }
  .about-heading { padding-right: 0; }

  .about-copy {
    grid-column: 1;
    margin-top: 3rem;
    padding-top: 3rem;
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .about-heading h2,
  .work-intro h2,
  .follow-section h2 { font-size: 3.5rem; }

  .work-section { gap: 3rem; padding: 5.5rem 1.1rem; }
  .work-intro .section-index { margin-bottom: 3rem; }

  .work-list article {
    grid-template-columns: 40px 1fr;
    gap: 1rem;
  }

  .work-list article p {
    grid-column: 2;
  }

  .stories-section { padding: 5.5rem 1.1rem; }

  .stories-heading {
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
  }

  .stories-heading .section-index { margin-bottom: 3rem; }

  .stories-heading h2 { font-size: 3.5rem; }

  .stories-grid { grid-template-columns: 1fr; }

  .stories-empty { padding: 2.5rem 1.5rem; }

  .story-card-content { padding: 1.5rem; }

  .follow-section { padding: 6rem 1.1rem; }

  footer {
    grid-template-columns: 1fr auto;
    padding: 1.5rem 1.1rem;
  }

  footer p:nth-child(2) { display: none; }
}

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