:root {
  --bg: #f5f1ea;
  --surface-strong: #fdfaf5;
  --text: #161311;
  --muted: #6f675f;
  --line: rgba(34, 27, 23, 0.12);
  --accent: #8b6f63;
  --accent-soft: rgba(139, 111, 99, 0.14);
  --shadow: 0 20px 60px rgba(30, 20, 15, 0.08);
  --max-width: 1220px;
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 999px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(162, 129, 115, 0.14), transparent 28%),
    radial-gradient(circle at 85% 12%, rgba(116, 95, 82, 0.08), transparent 24%),
    linear-gradient(180deg, #fcfaf6 0%, var(--bg) 38%, #f9f5ef 100%);
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

body.menu-open {
  overflow: hidden;
}

.page-shell {
  width: min(100%, 1480px);
  margin: 0 auto;
  padding: 0 24px 24px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 18px 0 0;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 6px;
  background: transparent;
}

.site-header.is-scrolled .site-nav {
  transform: translateY(0);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 248, 241, 0.36);
  background: transparent;
  color: #fff7ef;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  font-weight: 600;
}

.brand-text {
  display: none;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 0.95rem;
}

.nav-links a {
  color: rgba(255, 245, 236, 0.86);
  transition: color 160ms ease, opacity 160ms ease;
}

.site-footer a,
.contact-panel a {
  color: var(--muted);
  transition: color 160ms ease, opacity 160ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: #ffffff;
}

.site-footer a:hover,
.site-footer a:focus-visible,
.contact-panel a:hover,
.contact-panel a:focus-visible {
  color: var(--text);
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-direction: column;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 248, 241, 0.28);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.nav-toggle span {
  width: 18px;
  height: 1.5px;
  background: #fff7ef;
  transition: transform 160ms ease;
}

.nav-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(3px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-3px) rotate(-45deg);
}

.section-frame {
  max-width: var(--max-width);
  margin: 28px auto 0;
  padding: clamp(28px, 4vw, 56px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.82), rgba(255, 250, 244, 0.65));
  box-shadow: var(--shadow);
}

.hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: calc(100vh - 140px);
  padding: clamp(44px, 6vw, 80px);
  overflow: hidden;
  border: none;
  background: #120f0d;
  box-shadow: 0 28px 80px rgba(16, 12, 10, 0.18);
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
  transform: scale(1.01);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(11, 8, 8, 0.82) 0%, rgba(11, 8, 8, 0.58) 22%, rgba(33, 14, 8, 0.34) 42%, rgba(11, 8, 8, 0.1) 62%, rgba(11, 8, 8, 0.18) 100%),
    linear-gradient(180deg, rgba(10, 8, 7, 0.24) 0%, rgba(10, 8, 7, 0.1) 22%, rgba(10, 8, 7, 0.22) 58%, rgba(10, 8, 7, 0.66) 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 244, 235, 0.05), transparent 26%, rgba(0, 0, 0, 0.14) 100%);
  pointer-events: none;
  z-index: 1;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: min(620px, 70vw);
}

.hero-credit {
  position: absolute;
  right: clamp(24px, 4vw, 40px);
  bottom: clamp(22px, 3vw, 34px);
  z-index: 2;
  margin: 0;
  color: rgba(255, 244, 236, 0.74);
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow,
.poem-kicker,
.publication-type,
.work-index,
.hero-alias {
  margin: 0;
  color: var(--muted);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.hero .eyebrow,
.hero .hero-alias,
.hero .hero-description,
.hero-credit,
.hero .button-light {
  color: rgba(255, 244, 236, 0.9);
}

.hero h1,
.section-heading h2,
.poem-meta h3,
.work-item h3,
.publication-card h3,
.about-copy h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 0.95;
}

.hero h1 {
  margin-top: 16px;
  font-size: clamp(4.4rem, 10vw, 7.6rem);
  max-width: 8ch;
  color: #fff7ef;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  text-wrap: balance;
}

.hero-alias {
  margin-top: 18px;
}

.hero-description,
.poem-meta p,
.section-note,
.publication-card p,
.about-copy p,
.recognition-note p {
  margin: 0;
  color: #2b2521;
  line-height: 1.8;
}

.hero-description {
  max-width: 29rem;
  margin-top: 22px;
  font-size: 1.14rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: var(--radius-sm);
  border: 1px solid transparent;
  font-size: 0.95rem;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-dark {
  background: #fff5eb;
  color: #17120f;
}

.button-light {
  border-color: rgba(255, 244, 236, 0.32);
  background: transparent;
}

.section-heading {
  display: grid;
  gap: 14px;
  margin-bottom: 34px;
}

.section-heading h2,
.about-copy h2 {
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  max-width: 10ch;
}

.split-heading {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  align-items: end;
  gap: 24px;
}

.section-note {
  color: var(--muted);
}

.poem-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
}

.poem-meta h3 {
  margin-top: 14px;
  font-size: clamp(2.6rem, 5vw, 4rem);
}

.poem-meta p {
  margin-top: 20px;
  max-width: 28rem;
}

.poem-card {
  padding: clamp(26px, 4vw, 42px);
  border-radius: var(--radius-md);
  background: var(--surface-strong);
  border: 1px solid rgba(34, 27, 23, 0.08);
}

.poem-line {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.5rem, 2.4vw, 2.25rem);
  line-height: 1.4;
}

.poem-line + .poem-line {
  margin-top: 0.3em;
}

.works-list {
  display: grid;
  gap: 12px;
}

.work-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(160px, 220px) 72px;
  gap: 16px;
  align-items: end;
  padding: 24px 0;
  border-bottom: 1px solid rgba(34, 27, 23, 0.1);
  transition: padding-left 180ms ease;
}

.work-item:first-child {
  border-top: 1px solid rgba(34, 27, 23, 0.1);
}

.work-item:hover,
.work-item:focus-within {
  padding-left: 10px;
}

.work-item h3 {
  margin-top: 8px;
  font-size: clamp(2rem, 4vw, 3.1rem);
}

.work-publication,
.work-year {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

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

.publication-card {
  min-height: 220px;
  padding: 24px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(34, 27, 23, 0.08);
  background: rgba(255, 252, 247, 0.76);
}

.publication-card h3 {
  margin-top: 14px;
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  line-height: 1.05;
}

.publication-card p:last-child {
  margin-top: 16px;
  color: var(--muted);
}

.recognition-note {
  margin-top: 24px;
  padding: 24px 26px;
  border-left: 2px solid rgba(139, 111, 99, 0.4);
  background: var(--accent-soft);
  border-radius: 0 18px 18px 0;
}

.about {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: start;
}

.about-media {
  min-width: 0;
  min-height: 560px;
}

.about-video-shell {
  position: relative;
  width: 100%;
  min-height: inherit;
  height: 100%;
  border-radius: calc(var(--radius-lg) - 6px);
  overflow: hidden;
  background: #15110f;
  box-shadow: 0 24px 60px rgba(20, 14, 11, 0.12);
}

.about-video-shell::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 248, 241, 0.28);
  border-radius: calc(var(--radius-lg) - 12px);
  z-index: 1;
  pointer-events: none;
}

.about-video-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 7, 6, 0.04), rgba(8, 7, 6, 0.18) 68%, rgba(8, 7, 6, 0.4) 100%),
    linear-gradient(90deg, rgba(8, 7, 6, 0.18), transparent 36%);
  pointer-events: none;
}

.about-video {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
}

.about-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
  max-width: 42rem;
}

.about-copy h2 {
  margin-top: 14px;
}

.about-copy p {
  max-width: 38rem;
  margin-top: 18px;
}

.contact-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  align-items: center;
  padding-top: 8px;
  font-size: 1rem;
}

.site-footer {
  max-width: var(--max-width);
  margin: 24px auto 8px;
  padding: 12px 6px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 24px;
  color: var(--muted);
  font-size: 0.92rem;
}

.site-footer p,
.site-footer div {
  margin: 0;
}

.site-footer div {
  display: flex;
  gap: 18px;
}

@media (max-width: 980px) {
  .poem-layout,
  .about,
  .split-heading,
  .publication-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: min(92vh, 920px);
  }

  .hero-media img {
    object-position: center 18%;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(10, 8, 7, 0.26) 0%, rgba(10, 8, 7, 0.16) 24%, rgba(10, 8, 7, 0.46) 58%, rgba(10, 8, 7, 0.8) 100%);
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero h1 {
    max-width: 12ch;
  }

  .hero-credit {
    left: clamp(24px, 4vw, 40px);
    right: auto;
  }

  .about-media {
  min-width: 0;
  min-height: 560px;
}

  .work-item {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 760px) {
  .page-shell {
    padding: 0 14px 18px;
  }

  .site-header {
    padding-top: 14px;
  }

  .site-nav {
    position: relative;
    padding: 0 2px;
  }

  .brand-text {
  display: none;
}

  .nav-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(12, 10, 10, 0.86);
  }

  .nav-links.is-open {
    display: flex;
  }

  .section-frame {
    padding: 24px 18px;
    border-radius: 28px;
  }

  .hero {
    min-height: 88vh;
    padding: 20px;
    border-radius: 30px;
  }

  .hero-media img {
    object-position: center 18%;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(10, 8, 7, 0.14) 0%, rgba(10, 8, 7, 0.22) 28%, rgba(10, 8, 7, 0.5) 58%, rgba(10, 8, 7, 0.84) 100%);
  }

  .hero h1 {
    font-size: clamp(3.2rem, 16vw, 4.9rem);
  }

  .hero-description {
    font-size: 1.04rem;
  }

  .hero-credit {
    left: 20px;
    bottom: 18px;
    max-width: 14rem;
    font-size: 0.72rem;
  }

  .section-heading h2,
  .about-copy h2,
  .poem-meta h3,
  .work-item h3,
  .publication-card h3 {
    max-width: none;
  }

  .contact-panel,
  .site-footer,
  .site-footer div {
    flex-direction: column;
    align-items: flex-start;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

