:root {
  --hub-bg: #080909;
  --hub-panel: #10110f;
  --hub-panel-soft: #14130f;
  --hub-ink: #ebe6dc;
  --hub-muted: #8f8b82;
  --hub-line: rgba(235, 230, 220, 0.14);
  --hub-gold: #d6b06a;
  --hub-gold-soft: #ecd39e;
  --hub-serif: "Prata", Georgia, serif;
  --hub-sans: "Manrope", Arial, sans-serif;
  --hub-max: 1220px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-color: #4a3b23 var(--hub-bg);
  background: var(--hub-bg);
  overflow-x: clip;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--hub-ink);
  background:
    radial-gradient(circle at 82% 8%, rgba(126, 92, 44, 0.13), transparent 30rem),
    linear-gradient(180deg, #090a09 0%, var(--hub-bg) 44%, #090908 100%);
  font-family: var(--hub-sans);
  font-weight: 300;
  overflow-x: clip;
  overscroll-behavior-x: none;
}

body.is-menu-open {
  overflow: hidden;
}

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

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

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

em {
  color: var(--hub-gold-soft);
  font-style: italic;
  font-weight: 400;
}

.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;
}

.hub-noise {
  position: fixed;
  inset: 0;
  z-index: 40;
  opacity: 0.035;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.hub-glow {
  --x: 70vw;
  --y: 20vh;
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(28rem circle at var(--x) var(--y), rgba(214, 176, 106, 0.055), transparent 66%);
}

.hub-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 13px clamp(22px, 4vw, 64px);
  border-bottom: 1px solid transparent;
  transition: background 250ms ease, border-color 250ms ease, backdrop-filter 250ms ease;
}

.hub-header.is-scrolled {
  border-color: var(--hub-line);
  background: rgba(8, 9, 9, 0.86);
  backdrop-filter: blur(18px);
}

.hub-brand {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
}

.hub-brand img {
  width: 36px;
  height: 42px;
  object-fit: contain;
}

.hub-brand span {
  display: grid;
  gap: 3px;
}

.hub-brand strong {
  font-family: var(--hub-serif);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.hub-brand small {
  color: var(--hub-muted);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hub-nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 44px);
}

.hub-nav a {
  position: relative;
  color: #a6a299;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.hub-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 1px;
  background: var(--hub-gold);
  transition: right 180ms ease;
}

.hub-nav a:hover,
.hub-nav a:focus-visible {
  color: var(--hub-ink);
}

.hub-nav a[aria-current="page"] {
  color: var(--hub-ink);
}

.hub-nav a[aria-current="page"]::after {
  right: 0;
}

.hub-nav a:hover::after,
.hub-nav a:focus-visible::after {
  right: 0;
}

.hub-menu {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--hub-line);
  background: rgba(15, 15, 13, 0.7);
  color: var(--hub-ink);
}

.hub-menu i {
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: currentColor;
  transition: transform 180ms ease;
}

.hub-hero,
.hub-section,
.hub-contact,
.hub-footer,
.catalog-shell {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 44px), var(--hub-max));
  margin-inline: auto;
}

.hub-hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.74fr);
  align-items: center;
  gap: clamp(52px, 8vw, 120px);
  padding: 136px 0 94px;
}

.hub-hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(214, 176, 106, 0.55), transparent);
}

.hub-kicker {
  margin: 0 0 22px;
  color: var(--hub-gold);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hub-hero h1,
.hub-section h2,
.hub-contact h2,
.catalog-hero h1 {
  margin: 0;
  font-family: var(--hub-serif);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.hub-hero h1 {
  max-width: 760px;
  font-size: clamp(52px, 6.3vw, 96px);
}

.hub-lead {
  max-width: 650px;
  margin: 34px 0 0;
  color: #aaa69d;
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.8;
}

.hub-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
  margin-top: 38px;
}

.hub-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 58px;
  padding: 0 24px;
  border: 1px solid rgba(214, 176, 106, 0.62);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.hub-button--primary {
  color: #0d0c09;
  background: var(--hub-gold-soft);
}

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

.hub-button--primary:hover,
.hub-button--primary:focus-visible {
  background: #f2dcae;
}

.hub-link {
  display: inline-flex;
  gap: 13px;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid rgba(235, 230, 220, 0.25);
  color: #c7c2b8;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.07em;
  transition: border-color 180ms ease, color 180ms ease;
}

.hub-link:hover,
.hub-link:focus-visible {
  color: var(--hub-gold-soft);
  border-color: var(--hub-gold);
}

.hub-stats {
  display: flex;
  margin: 66px 0 0;
  padding: 0;
}

.hub-stats div {
  min-width: 126px;
  padding-right: 26px;
  margin-right: 26px;
  border-right: 1px solid var(--hub-line);
}

.hub-stats div:last-child {
  margin-right: 0;
  border-right: 0;
}

.hub-stats dt {
  color: var(--hub-gold-soft);
  font-family: var(--hub-serif);
  font-size: 24px;
}

.hub-stats dd {
  margin: 7px 0 0;
  color: #706e68;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hub-portrait {
  position: relative;
  width: min(100%, 450px);
  justify-self: end;
}

.hub-portrait-visual {
  position: relative;
  isolation: isolate;
  aspect-ratio: 4 / 5.2;
  overflow: hidden;
  background: #10110f;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.38);
}

.hub-portrait-visual::before,
.hub-portrait-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hub-portrait-visual::before {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(8, 9, 9, 0.02) 38%, rgba(8, 9, 9, 0.9) 100%),
    linear-gradient(90deg, rgba(8, 9, 9, 0.28), transparent 36%, transparent 76%, rgba(8, 9, 9, 0.1));
}

.hub-portrait-visual::after {
  z-index: 2;
  background: linear-gradient(145deg, rgba(236, 211, 158, 0.08), transparent 30%);
  mix-blend-mode: screen;
}

.hub-portrait-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 29%;
  filter: saturate(0.72) contrast(1.06) brightness(0.86);
  transform: scale(1.01);
  transition: filter 500ms ease, transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

@media (hover: hover) and (pointer: fine) {
  .hub-portrait:hover .hub-portrait-visual > img {
    filter: saturate(0.82) contrast(1.04) brightness(0.9);
    transform: scale(1.025);
  }
}

.hub-portrait-aura {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: radial-gradient(circle at 76% 22%, rgba(226, 201, 144, 0.14), transparent 32%);
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.hub-portrait-lines {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 3;
  width: 34%;
  height: 18%;
  border-right: 1px solid rgba(236, 211, 158, 0.42);
  border-bottom: 1px solid rgba(236, 211, 158, 0.42);
  pointer-events: none;
}

.hub-portrait-lines::before,
.hub-portrait-lines::after {
  display: none;
}

.hub-portrait-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0 0;
}

.hub-portrait-caption span {
  color: #6f6c65;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hub-portrait-caption strong {
  color: #c4beb4;
  font-family: var(--hub-serif);
  font-size: 16px;
  font-weight: 400;
}

.hub-scroll {
  position: absolute;
  left: 0;
  bottom: 31px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #67655f;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hub-scroll i {
  width: 54px;
  height: 1px;
  background: linear-gradient(90deg, var(--hub-gold), transparent);
}

.hub-section {
  padding: clamp(100px, 11vw, 165px) 0;
  border-bottom: 1px solid var(--hub-line);
}

.hub-section-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 42px;
  color: #6c6962;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hub-section-head p {
  margin: 0;
}

.featured-work {
  display: grid;
  grid-template-columns: minmax(310px, 0.86fr) minmax(340px, 1fr);
  gap: clamp(55px, 9vw, 128px);
  align-items: center;
}

.featured-art {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #111;
}

.featured-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 7, 6, 0.04), rgba(7, 7, 6, 0.18) 42%, rgba(7, 7, 6, 0.78));
}

.featured-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.76) contrast(1.05);
  transition: transform 600ms cubic-bezier(0.2, 0.75, 0.25, 1), filter 400ms ease;
}

.featured-art:hover img {
  transform: scale(1.035);
  filter: saturate(0.94) contrast(1.04);
}

.featured-art span {
  position: absolute;
  z-index: 2;
  left: 28px;
  right: 28px;
  bottom: 25px;
  padding-top: 16px;
  border-top: 1px solid rgba(235, 230, 220, 0.35);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.featured-copy h2,
.next-work-copy h2,
.hub-author h2,
.hub-contact h2 {
  font-size: clamp(48px, 5.5vw, 82px);
}

.featured-copy > p:not(.hub-kicker),
.next-work-copy > p:not(.hub-kicker),
.hub-author-copy > p,
.library-heading > p {
  color: #9b978f;
  line-height: 1.8;
}

.featured-copy > p:not(.hub-kicker) {
  max-width: 580px;
  margin: 29px 0 0;
  font-size: 16px;
}

.feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 36px 0 38px;
  padding: 0;
  border-top: 1px solid var(--hub-line);
  list-style: none;
}

.feature-list li {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 0 16px 0 20px;
  border-bottom: 1px solid var(--hub-line);
  color: #b4afa6;
  font-size: 11px;
}

.feature-list li::before {
  content: "✦";
  margin-right: 11px;
  color: var(--hub-gold);
  font-size: 10px;
}

.library-heading {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 70px;
}

.library-heading h2 {
  font-size: clamp(44px, 5vw, 74px);
}

.library-heading > p {
  margin: 0 0 7px;
  font-size: 14px;
}

.library-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.library-card {
  position: relative;
  min-height: 410px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--hub-line);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0));
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.library-card::before {
  content: "";
  position: absolute;
  width: 250px;
  aspect-ratio: 1;
  top: -125px;
  right: -100px;
  border: 1px solid rgba(214, 176, 106, 0.12);
  border-radius: 50%;
  transition: transform 400ms ease;
}

.library-card:hover,
.library-card:focus-visible {
  z-index: 1;
  border-color: rgba(214, 176, 106, 0.48);
  background: linear-gradient(145deg, rgba(214, 176, 106, 0.07), rgba(255, 255, 255, 0.008));
  transform: translateY(-7px);
}

.library-card:hover::before,
.library-card:focus-visible::before {
  transform: scale(1.15);
}

.library-index {
  color: var(--hub-gold);
  font-family: var(--hub-serif);
  font-size: 19px;
}

.library-card small {
  color: #6f6c66;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.library-card h3 {
  margin: 12px 0 18px;
  font-family: var(--hub-serif);
  font-size: clamp(28px, 2.5vw, 40px);
  font-weight: 400;
}

.library-card p {
  margin: 0;
  color: #88857e;
  font-size: 13px;
  line-height: 1.75;
}

.library-card > strong {
  display: flex;
  justify-content: space-between;
  padding-top: 18px;
  border-top: 1px solid var(--hub-line);
  color: #b9b3aa;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.library-card > strong i {
  color: var(--hub-gold);
  font-style: normal;
}

.next-work {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(360px, 1fr);
  gap: clamp(58px, 9vw, 125px);
  align-items: center;
}

.next-work-art {
  position: relative;
  display: block;
  aspect-ratio: 4 / 4.8;
  overflow: hidden;
  color: inherit;
  background: #080a09;
}

.next-work-art img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 53% center;
  filter: saturate(.76) brightness(.68) contrast(1.06);
  transition: transform .7s ease, filter .7s ease;
}

.next-work-art::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 42%, rgba(2, 7, 4, .72) 100%),
    linear-gradient(90deg, rgba(3, 8, 5, .34), transparent 52%);
  pointer-events: none;
}

.next-work-art::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 1rem;
  border: 1px solid rgba(196, 205, 166, .2);
  pointer-events: none;
}

.next-work-art:hover img,
.next-work-art:focus-visible img {
  transform: scale(1.035);
  filter: saturate(.9) brightness(.76) contrast(1.04);
}

.next-work-art strong {
  position: absolute;
  z-index: 3;
  right: 26px;
  bottom: 20px;
  color: rgba(226, 211, 175, 0.65);
  font-family: var(--hub-serif);
  font-size: 62px;
  font-weight: 400;
}

.next-work-copy > p:not(.hub-kicker) {
  max-width: 580px;
  margin: 30px 0;
  font-size: 16px;
}

.hub-author {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: clamp(65px, 10vw, 150px);
}

.hub-author-copy {
  padding-top: 45px;
}

.hub-author-copy p {
  max-width: 620px;
  margin: 0 0 22px;
  font-size: 15px;
}

.hub-author-copy .hub-author-lead {
  color: #d4cec4;
  font-family: var(--hub-serif);
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.55;
}

.hub-author-copy blockquote {
  max-width: 650px;
  margin: 40px 0 0;
  padding: 28px 0 0 31px;
  border-top: 1px solid rgba(214, 176, 106, 0.28);
  border-left: 1px solid rgba(214, 176, 106, 0.28);
  color: var(--hub-gold-soft);
  font-family: var(--hub-serif);
  font-size: clamp(19px, 2vw, 27px);
  line-height: 1.6;
}

.hub-author-copy .hub-button {
  margin-top: 38px;
}

.hub-contact {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 80px;
  align-items: end;
  padding: clamp(100px, 12vw, 175px) 0;
}

.hub-socials {
  display: grid;
  border-top: 1px solid var(--hub-line);
}

.hub-socials a {
  display: grid;
  grid-template-columns: 0.8fr 1fr auto;
  gap: 20px;
  align-items: center;
  min-height: 78px;
  border-bottom: 1px solid var(--hub-line);
  transition: padding 180ms ease, color 180ms ease;
}

.hub-socials a:hover,
.hub-socials a:focus-visible {
  padding-left: 10px;
  color: var(--hub-gold-soft);
}

.hub-socials span {
  color: #77746d;
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hub-socials strong {
  font-family: var(--hub-serif);
  font-size: 18px;
  font-weight: 400;
}

.hub-socials i {
  color: var(--hub-gold);
  font-style: normal;
}

.hub-footer {
  min-height: 120px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 30px;
  align-items: center;
  border-top: 1px solid var(--hub-line);
  color: #68665f;
  font-size: 9px;
  letter-spacing: 0.07em;
}

.hub-footer > p {
  margin: 0;
  text-align: center;
}

.hub-footer > div {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
}

.hub-footer > div a:hover {
  color: var(--hub-gold-soft);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.22, 0.75, 0.2, 1);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

/* Catalog and section pages */
.catalog-page {
  min-height: 100vh;
}

.catalog-shell {
  padding: 145px 0 120px;
}

.catalog-hero {
  display: grid;
  grid-template-columns: 1fr 0.65fr;
  gap: 80px;
  align-items: end;
  min-height: 390px;
  padding-bottom: 70px;
  border-bottom: 1px solid var(--hub-line);
}

.catalog-hero h1 {
  font-size: clamp(60px, 8vw, 118px);
}

.catalog-hero > p {
  margin: 0 0 12px;
  color: #99958d;
  font-size: 15px;
  line-height: 1.8;
}

.catalog-list {
  display: grid;
  gap: 22px;
  margin-top: 70px;
}

.work-card {
  display: grid;
  grid-template-columns: 0.55fr 1fr auto;
  gap: 42px;
  align-items: center;
  min-height: 270px;
  padding: 24px;
  border: 1px solid var(--hub-line);
  background: rgba(255, 255, 255, 0.012);
  transition: border-color 200ms ease, transform 200ms ease, background 200ms ease;
}

.work-card:not(.is-disabled):hover,
.work-card:not(.is-disabled):focus-visible {
  border-color: rgba(214, 176, 106, 0.48);
  background: rgba(214, 176, 106, 0.03);
  transform: translateY(-4px);
}

.work-card-art {
  height: 220px;
  overflow: hidden;
  background: #111;
}

.work-card-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.75);
}

.work-card-copy small,
.status-chip {
  color: var(--hub-gold);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.work-card-copy h2 {
  margin: 12px 0 16px;
  font-family: var(--hub-serif);
  font-size: clamp(29px, 3.5vw, 50px);
  font-weight: 400;
}

.work-card-copy p {
  max-width: 620px;
  margin: 0;
  color: #8f8b83;
  font-size: 13px;
  line-height: 1.75;
}

.work-card-arrow {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(214, 176, 106, 0.35);
  color: var(--hub-gold-soft);
  font-size: 20px;
}

.work-card.is-disabled {
  color: #7d7a73;
}

.work-card-placeholder {
  position: relative;
  height: 220px;
  overflow: hidden;
  background: radial-gradient(circle at 70% 20%, rgba(158, 184, 124, 0.16), transparent 35%), #0b0f0c;
}

.work-card-placeholder::before,
.work-card-placeholder::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30%;
  width: 1px;
  height: 120%;
  background: linear-gradient(transparent, rgba(164, 190, 127, 0.56), transparent);
  transform-origin: bottom;
}

.work-card-placeholder::before { transform: rotate(-35deg); }
.work-card-placeholder::after { transform: rotate(35deg); }

.empty-state {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 70px;
  align-items: center;
  min-height: 350px;
  margin-top: 70px;
  padding: clamp(30px, 5vw, 70px);
  border: 1px solid var(--hub-line);
  background: linear-gradient(135deg, rgba(214, 176, 106, 0.05), transparent 55%);
}

.empty-state strong {
  color: rgba(214, 176, 106, 0.34);
  font-family: var(--hub-serif);
  font-size: clamp(100px, 15vw, 210px);
  font-weight: 400;
  line-height: 1;
}

.empty-state h2 {
  margin: 0 0 20px;
  font-family: var(--hub-serif);
  font-size: clamp(33px, 4vw, 56px);
  font-weight: 400;
}

.empty-state p {
  max-width: 560px;
  margin: 0 0 30px;
  color: #918d85;
  line-height: 1.8;
}

.teaser-shell {
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: clamp(50px, 8vw, 110px);
  align-items: center;
  padding: 130px 0 80px;
}

.teaser-copy h1 {
  margin: 0;
  font-family: var(--hub-serif);
  font-size: clamp(55px, 7vw, 105px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.teaser-copy > p:not(.hub-kicker) {
  max-width: 620px;
  margin: 30px 0;
  color: #9b978f;
  font-size: 16px;
  line-height: 1.85;
}

.teaser-art {
  min-height: 610px;
}

/* Poetry library and poem pages */
.poetry-catalog {
  padding-bottom: 95px;
}

.poetry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 38px);
  margin-top: 70px;
}

.poetry-card {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  border: 1px solid rgba(235, 230, 220, 0.13);
  background: #0c0d0c;
  isolation: isolate;
  transition: border-color 260ms ease, transform 260ms ease;
}

.poetry-card:focus-visible,
.poetry-card:hover {
  border-color: rgba(214, 176, 106, 0.52);
  transform: translateY(-5px);
}

.poetry-card > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.65) contrast(1.04);
  transition: filter 400ms ease, transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.poetry-card:hover > img {
  filter: saturate(0.82) contrast(1.06);
  transform: scale(1.025);
}

.poetry-card__veil {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(4, 5, 5, 0.16) 0%, rgba(5, 6, 6, 0.3) 35%, rgba(5, 6, 6, 0.94) 100%),
    linear-gradient(90deg, rgba(7, 8, 8, 0.5), transparent 70%);
}

.poetry-card--winter .poetry-card__veil {
  background:
    linear-gradient(180deg, rgba(8, 10, 11, 0.13) 0%, rgba(8, 9, 10, 0.34) 42%, rgba(6, 7, 8, 0.96) 100%),
    linear-gradient(90deg, rgba(13, 17, 20, 0.48), transparent 70%);
}

.poetry-card--featured {
  grid-column: 1 / -1;
  min-height: 620px;
}

.poetry-card--ukraine > img {
  object-position: 50% 43%;
  filter: saturate(0.82) contrast(1.04) brightness(0.88);
}

.poetry-card--ukraine:hover > img {
  filter: saturate(0.98) contrast(1.05) brightness(0.92);
}

.poetry-card--ukraine .poetry-card__veil {
  background:
    linear-gradient(180deg, rgba(4, 14, 28, 0.08) 0%, rgba(4, 12, 23, 0.26) 38%, rgba(5, 8, 12, 0.96) 100%),
    linear-gradient(90deg, rgba(4, 23, 47, 0.68), transparent 72%),
    linear-gradient(0deg, rgba(223, 166, 34, 0.11), transparent 48%);
}

.poetry-card__number {
  position: absolute;
  top: 27px;
  right: 30px;
  color: rgba(239, 226, 198, 0.62);
  font-family: var(--hub-serif);
  font-size: 34px;
}

.poetry-card__copy {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: clamp(30px, 5vw, 57px);
}

.poetry-card__copy small {
  color: var(--hub-gold-soft);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.poetry-card__copy h2 {
  margin: 15px 0 17px;
  font-family: var(--hub-serif);
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.045em;
}

.poetry-card__copy p {
  max-width: 460px;
  margin: 0;
  color: #aaa59c;
  font-size: 14px;
  line-height: 1.7;
}

.poetry-card__copy strong {
  display: inline-flex;
  gap: 15px;
  align-items: center;
  margin-top: 28px;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.poetry-card__copy strong i {
  color: var(--hub-gold);
  font-size: 15px;
  font-style: normal;
}

.poetry-note {
  display: grid;
  grid-template-columns: 0.35fr 1fr;
  gap: 45px;
  align-items: start;
  margin-top: 54px;
  padding: 28px 0 0;
  border-top: 1px solid var(--hub-line);
}

.poetry-note > span {
  color: var(--hub-gold);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.poetry-note p {
  max-width: 720px;
  margin: 0;
  color: #8f8b83;
  font-size: 13px;
  line-height: 1.8;
}

.poem-page {
  background:
    radial-gradient(circle at 82% 16%, rgba(106, 118, 121, 0.12), transparent 31rem),
    linear-gradient(180deg, #080909 0%, #0a0b0b 56%, #080909 100%);
}

.poem-page--night {
  background:
    radial-gradient(circle at 81% 14%, rgba(123, 75, 36, 0.13), transparent 30rem),
    linear-gradient(180deg, #080909 0%, #0b0908 56%, #080909 100%);
}

.poem-page--ukraine {
  background:
    radial-gradient(circle at 82% 13%, rgba(222, 168, 48, 0.15), transparent 28rem),
    radial-gradient(circle at 14% 26%, rgba(23, 78, 130, 0.13), transparent 34rem),
    linear-gradient(180deg, #060a0f 0%, #090b0d 54%, #080909 100%);
}

.poem-shell {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 44px), var(--hub-max));
  margin-inline: auto;
}

.poem-hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.72fr);
  gap: clamp(55px, 9vw, 130px);
  align-items: center;
  padding: 120px 0 90px;
}

.poem-hero__copy {
  max-width: 660px;
}

.poem-back {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-bottom: clamp(55px, 8vh, 95px);
  color: #7f7b74;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.poem-back:hover,
.poem-back:focus-visible {
  color: var(--hub-gold-soft);
}

.poem-hero h1 {
  margin: 0;
  font-family: var(--hub-serif);
  font-size: clamp(74px, 10vw, 152px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.poem-lead {
  max-width: 590px;
  margin: 34px 0 0;
  color: #a29d94;
  font-family: var(--hub-serif);
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.7;
}

.poem-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 43px;
  padding-top: 20px;
  border-top: 1px solid var(--hub-line);
}

.poem-meta span {
  padding: 0 23px;
  border-right: 1px solid var(--hub-line);
  color: #77736c;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.poem-meta span:first-child { padding-left: 0; }
.poem-meta span:last-child { border-right: 0; }

.poem-cover {
  position: relative;
  width: min(100%, 480px);
  aspect-ratio: 4 / 5;
  justify-self: end;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(217, 203, 176, 0.18);
  background: #101111;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.32);
}

.poem-cover::before,
.poem-cover::after {
  content: "";
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.poem-cover::before {
  inset: 20px;
  border: 1px solid rgba(235, 218, 183, 0.24);
}

.poem-cover::after {
  top: 20px;
  left: 20px;
  width: 78px;
  height: 1px;
  background: var(--hub-gold-soft);
  box-shadow: 0 0 18px rgba(214, 176, 106, 0.35);
}

.poem-cover > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.64) contrast(1.03);
}

.poem-cover__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 7, 7, 0.2), rgba(5, 6, 6, 0.08) 32%, rgba(5, 6, 6, 0.9) 100%);
}

.poem-cover--night .poem-cover__veil {
  background: linear-gradient(180deg, rgba(7, 5, 4, 0.22), rgba(7, 5, 4, 0.05) 32%, rgba(8, 5, 4, 0.91) 100%);
}

.poem-cover--ukraine {
  aspect-ratio: 1006 / 1564;
  border-color: rgba(242, 201, 76, 0.26);
}

.poem-cover--ukraine > img {
  filter: saturate(0.82) contrast(1.03) brightness(0.9);
}

.poem-cover--ukraine .poem-cover__veil {
  background:
    linear-gradient(180deg, rgba(4, 12, 24, 0.08), rgba(5, 10, 17, 0.04) 42%, rgba(5, 7, 10, 0.92) 100%),
    linear-gradient(90deg, rgba(7, 29, 54, 0.18), transparent 62%);
}

.poem-page--ukraine .poem-coda {
  border-top-color: rgba(242, 201, 76, 0.38);
  color: #f0d886;
}

.poem-cover figcaption {
  position: absolute;
  inset: auto 45px 43px;
  z-index: 3;
}

.poem-cover figcaption small {
  display: block;
  color: #d3b77d;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.poem-cover figcaption strong {
  display: block;
  margin-top: 12px;
  color: #eee8dc;
  font-family: var(--hub-serif);
  font-size: clamp(50px, 5vw, 75px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
}

.poem-cover figcaption i {
  position: absolute;
  right: 0;
  bottom: 4px;
  color: rgba(235, 223, 196, 0.55);
  font-family: var(--hub-serif);
  font-size: 26px;
  font-style: normal;
}

.poem-reader {
  width: min(100%, 980px);
  margin: 20px auto 0;
  padding: clamp(55px, 8vw, 105px) clamp(28px, 8vw, 105px);
  border: 1px solid var(--hub-line);
  background: rgba(15, 16, 15, 0.68);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.16);
}

.poem-reader__head {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: 60px;
  align-items: end;
  margin-bottom: clamp(65px, 10vw, 105px);
  padding-bottom: 35px;
  border-bottom: 1px solid var(--hub-line);
}

.poem-reader__head h2 {
  margin: 0;
  font-family: var(--hub-serif);
  font-size: clamp(46px, 6vw, 76px);
  font-weight: 400;
  letter-spacing: -0.045em;
}

.poem-reader__head > p {
  margin: 0 0 8px;
  color: #89857d;
  font-size: 11px;
  line-height: 1.7;
}

.poem-reader__head > p span {
  margin-right: 8px;
  color: var(--hub-gold);
}

.poem-text {
  max-width: 760px;
  margin-inline: auto;
  color: #e3ddd2;
  font-family: var(--hub-serif);
  font-size: clamp(19px, 2.25vw, 27px);
  line-height: 1.9;
  letter-spacing: -0.015em;
  cursor: text;
}

.poem-text p {
  margin: 0 0 clamp(38px, 6vw, 60px);
}

.poem-text p:last-child {
  margin-bottom: 0;
}

.poem-text .poem-coda {
  margin-top: clamp(75px, 10vw, 120px);
  padding-top: 38px;
  border-top: 1px solid rgba(214, 176, 106, 0.28);
  color: var(--hub-gold-soft);
}

.poem-text ::selection {
  color: #080909;
  background: #d9ba7e;
}

.poem-signature {
  max-width: 760px;
  display: flex;
  flex-direction: column;
  margin: clamp(75px, 12vw, 130px) auto 0;
  padding-top: 29px;
  border-top: 1px solid var(--hub-line);
}

.poem-signature span {
  font-family: var(--hub-serif);
  font-size: 23px;
}

.poem-signature small {
  margin-top: 7px;
  color: #747068;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.poem-next {
  width: min(100%, 980px);
  display: grid;
  grid-template-columns: 0.35fr 1fr;
  gap: 50px;
  align-items: center;
  margin: 55px auto 120px;
  padding: 35px 0;
  border-top: 1px solid var(--hub-line);
  border-bottom: 1px solid var(--hub-line);
}

.poem-next > span {
  color: #716d66;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.poem-next a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.poem-next strong {
  font-family: var(--hub-serif);
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 400;
}

.poem-next i {
  color: var(--hub-gold);
  font-size: 25px;
  font-style: normal;
  transition: transform 180ms ease;
}

.poem-next a:hover i { transform: translateX(6px); }

.poem-selection-share {
  position: fixed;
  z-index: 46;
  left: 50%;
  bottom: max(22px, env(safe-area-inset-bottom));
  display: inline-flex;
  gap: 18px;
  align-items: center;
  padding: 16px 21px;
  border: 1px solid rgba(214, 176, 106, 0.68);
  color: #15100a;
  background: var(--hub-gold-soft);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.45);
  font: 500 9px/1 var(--hub-sans);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transform: translateX(-50%);
  cursor: pointer;
  animation: poem-share-in 180ms ease both;
}

.poem-selection-share[hidden] {
  display: none;
}

.poem-selection-share i {
  font-size: 15px;
  font-style: normal;
}

@keyframes poem-share-in {
  from { opacity: 0; transform: translate(-50%, 8px); }
  to { opacity: 1; transform: translate(-50%, 0); }
}

body.is-poem-modal-open {
  overflow: hidden;
}

.poem-share-modal {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  padding: 22px;
}

.poem-share-modal[hidden] {
  display: none;
}

.poem-share-modal__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(2, 3, 3, 0.86);
  backdrop-filter: blur(14px);
  cursor: pointer;
}

.poem-share-dialog {
  position: relative;
  width: min(100%, 860px);
  max-height: calc(100svh - 44px);
  overflow: auto;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(214, 176, 106, 0.36);
  background: #0d0e0d;
  box-shadow: 0 35px 120px rgba(0, 0, 0, 0.7);
}

.poem-share-dialog > header {
  display: flex;
  gap: 25px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

.poem-share-dialog header small {
  color: var(--hub-gold);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.poem-share-dialog header h2 {
  margin: 9px 0 0;
  font-family: var(--hub-serif);
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 400;
  letter-spacing: -0.04em;
}

.poem-share-dialog header > button {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  border: 1px solid var(--hub-line);
  color: #cfc8bc;
  background: transparent;
  font: 300 27px/1 var(--hub-sans);
  cursor: pointer;
}

.poem-card-preview {
  display: grid;
  place-items: center;
  min-height: 320px;
  padding: 22px;
  border: 1px solid var(--hub-line);
  background:
    radial-gradient(circle at center, rgba(214, 176, 106, 0.05), transparent 50%),
    #080909;
}

.poem-card-preview canvas {
  display: block;
  width: min(100%, 280px);
  height: auto;
  aspect-ratio: 9 / 16;
  background: #0a0a09;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.5);
}

.poem-share-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 22px;
}

.poem-share-actions .hub-button {
  border-color: rgba(214, 176, 106, 0.4);
  background: transparent;
}

.poem-share-actions .hub-button--primary {
  color: #0b0a08;
  background: var(--hub-gold-soft);
}

.poem-share-status {
  min-height: 1.5em;
  margin: 14px 0 0;
  color: #8f8a81;
  font-size: 10px;
  text-align: center;
}

/* About page */
.about-hero,
.about-section,
.about-statement {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 44px), var(--hub-max));
  margin-inline: auto;
}

.about-hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.68fr);
  gap: clamp(55px, 8vw, 120px);
  align-items: center;
  padding: 135px 0 90px;
}

.about-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(214, 176, 106, 0.56), transparent);
}

.about-hero h1,
.about-section h2,
.about-statement h2 {
  margin: 0;
  font-family: var(--hub-serif);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.1;
}

.about-hero h1 {
  max-width: 780px;
  font-size: clamp(51px, 6.1vw, 92px);
}

.about-hero__lead {
  max-width: 690px;
  margin: 32px 0 0;
  color: #aaa69d;
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.85;
}

.about-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 680px;
  margin: 58px 0 0;
  padding: 0;
  border-top: 1px solid var(--hub-line);
}

.about-hero__facts div {
  min-width: 0;
  padding: 19px 18px 0 0;
  border-right: 1px solid var(--hub-line);
}

.about-hero__facts div + div {
  padding-left: 18px;
}

.about-hero__facts div:last-child {
  border-right: 0;
}

.about-hero__facts dt {
  color: var(--hub-gold-soft);
  font-family: var(--hub-serif);
  font-size: 19px;
}

.about-hero__facts dd {
  margin: 7px 0 0;
  color: #74716a;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.about-portrait {
  width: min(100%, 430px);
  margin: 0;
  justify-self: end;
}

.about-portrait__image {
  position: relative;
  isolation: isolate;
  aspect-ratio: 4 / 5.25;
  overflow: hidden;
  background: #111210;
  box-shadow: 0 34px 95px rgba(0, 0, 0, 0.42);
}

.about-portrait__image::before,
.about-portrait__image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.about-portrait__image::before {
  background:
    linear-gradient(180deg, transparent 43%, rgba(8, 9, 9, 0.82) 100%),
    linear-gradient(90deg, rgba(8, 9, 9, 0.22), transparent 42%, rgba(8, 9, 9, 0.05));
}

.about-portrait__image::after {
  background: radial-gradient(circle at 75% 18%, rgba(231, 199, 135, 0.12), transparent 32%);
  mix-blend-mode: soft-light;
}

.about-portrait__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 27%;
  filter: saturate(0.72) contrast(1.06) brightness(0.87);
}

.about-portrait__image > span {
  position: absolute;
  right: 17px;
  bottom: 17px;
  z-index: 2;
  width: 34%;
  height: 17%;
  border-right: 1px solid rgba(236, 211, 158, 0.44);
  border-bottom: 1px solid rgba(236, 211, 158, 0.44);
}

.about-portrait figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 17px;
}

.about-portrait figcaption span {
  color: #c5bfb5;
  font-family: var(--hub-serif);
  font-size: 15px;
}

.about-portrait figcaption small {
  color: #6f6b64;
  font-size: 8px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(90px, 0.22fr) minmax(0, 1fr);
  gap: clamp(40px, 8vw, 120px);
  padding: clamp(105px, 12vw, 165px) 0;
  border-bottom: 1px solid var(--hub-line);
}

.about-section__number {
  position: sticky;
  top: 125px;
  align-self: start;
  color: rgba(214, 176, 106, 0.28);
  font-family: var(--hub-serif);
  font-size: clamp(62px, 7vw, 102px);
  line-height: 0.9;
}

.about-section__copy {
  min-width: 0;
}

.about-section h2 {
  max-width: 930px;
  font-size: clamp(38px, 4.8vw, 68px);
}

.about-prose {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 70px);
  max-width: 950px;
  margin-top: 48px;
}

.about-prose p,
.about-education__grid p,
.about-timeline p,
.about-method__grid p,
.about-personal__list p,
.about-statement__aside > p {
  margin: 0;
  color: #9c988f;
  line-height: 1.85;
}

.about-prose p:first-child {
  color: #d3cdc2;
  font-family: var(--hub-serif);
  font-size: clamp(19px, 2vw, 27px);
  line-height: 1.65;
}

.about-education__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin-top: 55px;
  background: var(--hub-line);
  border: 1px solid var(--hub-line);
}

.about-education__grid article {
  min-height: 330px;
  padding: clamp(28px, 4vw, 48px);
  background:
    linear-gradient(145deg, rgba(214, 176, 106, 0.035), transparent 52%),
    var(--hub-bg);
}

.about-education__grid article > span,
.about-method__grid article > span,
.about-personal__list > li > span {
  color: var(--hub-gold);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.about-education__grid h3,
.about-timeline h3,
.about-method__grid h3,
.about-personal__list h3 {
  margin: 18px 0 19px;
  color: #d8d2c7;
  font-family: var(--hub-serif);
  font-size: clamp(23px, 2.5vw, 34px);
  font-weight: 400;
  line-height: 1.3;
}

.about-timeline {
  margin: 57px 0 0;
  padding: 0;
  list-style: none;
}

.about-timeline li {
  position: relative;
  display: grid;
  grid-template-columns: minmax(100px, 0.22fr) minmax(0, 1fr);
  gap: 40px;
  padding: 31px 0 34px;
  border-top: 1px solid var(--hub-line);
}

.about-timeline li::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--hub-gold);
  box-shadow: 0 0 18px rgba(214, 176, 106, 0.6);
}

.about-timeline li > span,
.about-timeline time {
  color: var(--hub-gold-soft);
  font-family: var(--hub-serif);
  font-size: 20px;
}

.about-timeline h3 {
  margin: 0 0 10px;
  font-size: clamp(22px, 2.4vw, 31px);
}

.about-timeline li.is-next {
  opacity: 0.78;
}

.about-timeline li.is-next::before {
  width: 7px;
  height: 7px;
  background: transparent;
  border: 1px solid var(--hub-gold);
}

.about-method__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 56px;
}

.about-method__grid article {
  min-height: 340px;
  padding: clamp(27px, 3.2vw, 40px);
  border: 1px solid var(--hub-line);
  background: rgba(255, 255, 255, 0.012);
}

.about-method__grid h3 {
  margin-top: 55px;
}

.about-personal__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 55px 0 0;
  padding: 0;
  border-top: 1px solid var(--hub-line);
  list-style: none;
}

.about-personal__list li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 20px;
  min-height: 235px;
  padding: 33px 35px 35px 0;
  border-bottom: 1px solid var(--hub-line);
}

.about-personal__list li:nth-child(odd) {
  padding-right: 45px;
  border-right: 1px solid var(--hub-line);
}

.about-personal__list li:nth-child(even) {
  padding-left: 35px;
}

.about-personal__list h3 {
  margin-top: -3px;
}

.about-statement {
  display: grid;
  grid-template-columns: 1.08fr 0.62fr;
  gap: clamp(55px, 9vw, 130px);
  align-items: end;
  padding: clamp(110px, 14vw, 190px) 0;
  border-bottom: 1px solid var(--hub-line);
}

.about-statement h2 {
  max-width: 800px;
  font-size: clamp(42px, 5.3vw, 76px);
}

.about-statement__aside > p {
  color: #aaa69d;
  font-size: 15px;
}

.about-statement__aside .hub-actions {
  align-items: stretch;
  flex-direction: column;
  margin-top: 33px;
}

.about-statement__aside .hub-link {
  align-self: flex-start;
}

.hub-author-title {
  min-width: 0;
}

.hub-author-preview {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  max-width: 455px;
  margin-top: 40px;
  overflow: hidden;
  background: #111;
}

.hub-author-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 35%, rgba(8, 9, 9, 0.9) 100%),
    linear-gradient(90deg, rgba(8, 9, 9, 0.18), transparent 55%);
}

.hub-author-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 23%;
  filter: saturate(0.7) contrast(1.05) brightness(0.87);
  transition: transform 600ms cubic-bezier(0.2, 0.75, 0.25, 1), filter 400ms ease;
}

.hub-author-preview span {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 16px;
  left: 18px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding-top: 13px;
  border-top: 1px solid rgba(235, 230, 220, 0.28);
  color: #c9c3b9;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hub-author-preview span i {
  color: var(--hub-gold);
  font-style: normal;
}

@media (hover: hover) and (pointer: fine) {
  .hub-author-preview:hover img {
    filter: saturate(0.84) contrast(1.04) brightness(0.91);
    transform: scale(1.035);
  }
}

@media (max-width: 1000px) {
  .hub-hero {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
    gap: 50px;
  }

  .hub-stats div {
    min-width: 105px;
  }

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

  .library-card:last-child {
    grid-column: span 2;
    min-height: 300px;
  }

  .about-method__grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-method__grid article:last-child {
    grid-column: span 2;
    min-height: 270px;
  }

  .hub-footer {
    grid-template-columns: 1fr 1fr;
  }

  .hub-footer > p {
    display: none;
  }
}

@media (max-width: 820px) {
  .hub-header {
    min-height: 68px;
    padding-inline: 20px;
  }

  .hub-menu {
    position: relative;
    z-index: 32;
    display: block;
  }

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

  .hub-menu[aria-expanded="true"] i:nth-child(2) {
    transform: translateY(-3px) rotate(-45deg);
  }

  .hub-nav {
    position: fixed;
    inset: 0;
    z-index: 31;
    display: grid;
    align-content: center;
    gap: 0;
    padding: 90px 28px 45px;
    background: rgba(8, 9, 9, 0.98);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
  }

  .hub-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .hub-nav a {
    padding: 22px 0;
    border-bottom: 1px solid var(--hub-line);
    color: var(--hub-ink);
    font-family: var(--hub-serif);
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
  }

  .hub-nav a::after {
    display: none;
  }

  .hub-hero,
  .about-hero,
  .featured-work,
  .next-work,
  .hub-author,
  .hub-contact,
  .about-statement,
  .catalog-hero,
  .teaser-shell {
    grid-template-columns: 1fr;
  }

  .hub-hero {
    min-height: auto;
    padding-top: 125px;
  }

  .hub-hero-copy {
    order: 1;
  }

  .about-hero {
    min-height: auto;
    gap: 65px;
    padding-top: 125px;
  }

  .about-portrait {
    width: min(88%, 430px);
    justify-self: start;
  }

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

  .about-section__number {
    position: static;
    font-size: 64px;
  }

  .about-prose,
  .about-education__grid,
  .about-method__grid,
  .about-personal__list {
    grid-template-columns: 1fr;
  }

  .about-method__grid article,
  .about-method__grid article:last-child {
    grid-column: auto;
    min-height: 0;
  }

  .about-personal__list li,
  .about-personal__list li:nth-child(odd),
  .about-personal__list li:nth-child(even) {
    min-height: 0;
    padding: 31px 0;
    border-right: 0;
  }

  .about-statement {
    align-items: start;
  }

  .hub-portrait {
    order: 2;
    width: min(88%, 420px);
    justify-self: start;
  }

  .hub-scroll {
    display: none;
  }

  .hub-section {
    padding-block: 100px;
  }

  .featured-art {
    max-width: 520px;
  }

  .library-heading {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .hub-contact {
    align-items: start;
  }

  .catalog-hero {
    gap: 25px;
    min-height: auto;
  }

  .work-card {
    grid-template-columns: 0.65fr 1fr auto;
    gap: 24px;
  }

  .empty-state {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .empty-state strong {
    font-size: 110px;
  }

  .teaser-art {
    min-height: 480px;
  }

  .poem-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 65px;
    padding-top: 135px;
  }

  .poem-back {
    margin-bottom: 60px;
  }

  .poem-cover {
    width: min(88%, 480px);
    justify-self: start;
  }

  .poem-reader__head {
    grid-template-columns: 1fr;
    gap: 25px;
    align-items: start;
  }
}

@media (max-width: 620px) {
  .hub-hero,
  .hub-section,
  .hub-contact,
  .hub-footer,
  .catalog-shell,
  .poem-shell,
  .about-hero,
  .about-section,
  .about-statement {
    width: min(calc(100% - 32px), var(--hub-max));
  }

  .hub-brand small {
    display: none;
  }

  .hub-hero {
    gap: 54px;
    padding-bottom: 80px;
  }

  .hub-hero h1 {
    font-size: clamp(45px, 13.5vw, 65px);
  }

  .about-hero h1 {
    font-size: clamp(39px, 12.2vw, 60px);
  }

  .about-hero__facts {
    margin-top: 48px;
  }

  .about-hero__facts div {
    padding-right: 9px;
  }

  .about-hero__facts div + div {
    padding-left: 9px;
  }

  .about-hero__facts dt {
    font-size: 16px;
  }

  .about-hero__facts dd {
    font-size: 7px;
  }

  .about-portrait {
    width: 100%;
  }

  .about-section {
    padding-block: 90px;
  }

  .about-section h2,
  .about-statement h2 {
    font-size: clamp(35px, 10.8vw, 53px);
  }

  .about-education__grid {
    margin-top: 42px;
  }

  .about-education__grid article {
    min-height: 0;
  }

  .about-timeline li {
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 16px;
  }

  .about-timeline li > span,
  .about-timeline time {
    font-size: 16px;
  }

  .about-personal__list li {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 14px;
  }

  .about-statement {
    gap: 45px;
    padding-block: 100px;
  }

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

  .hub-button {
    width: 100%;
  }

  .hub-link {
    align-self: flex-start;
  }

  .hub-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 0;
    margin-top: 50px;
  }

  .hub-stats div {
    min-width: 0;
  }

  .hub-stats div:nth-child(2) {
    border-right: 0;
  }

  .hub-stats div:last-child {
    grid-column: span 2;
    padding-top: 18px;
    border-top: 1px solid var(--hub-line);
  }

  .hub-portrait {
    width: 100%;
  }

  .hub-portrait-visual > img {
    object-position: 50% 25%;
  }

  .hub-portrait-lines {
    right: 14px;
    bottom: 14px;
  }

  .featured-work,
  .next-work,
  .hub-author,
  .hub-contact {
    gap: 45px;
  }

  .feature-list {
    grid-template-columns: 1fr;
  }

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

  .library-card,
  .library-card:last-child {
    grid-column: auto;
    min-height: 345px;
  }

  .next-work-copy h2,
  .featured-copy h2,
  .hub-author h2,
  .hub-contact h2 {
    font-size: clamp(43px, 12vw, 61px);
  }

  .hub-author-copy {
    padding-top: 0;
  }

  .hub-author-copy blockquote {
    padding-left: 20px;
  }

  .hub-author-preview {
    max-width: 520px;
  }

  .hub-footer {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 34px 0;
  }

  .hub-footer > div {
    justify-content: flex-start;
  }

  .catalog-shell {
    padding-top: 120px;
  }

  .catalog-hero h1 {
    font-size: clamp(52px, 17vw, 82px);
  }

  .work-card {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .work-card-art,
  .work-card-placeholder {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .work-card-arrow {
    display: none;
  }

  .teaser-art {
    min-height: 400px;
  }

  .poetry-grid {
    grid-template-columns: 1fr;
    margin-top: 45px;
  }

  .poetry-card {
    min-height: 570px;
  }

  .poetry-card--featured {
    grid-column: auto;
  }

  .poetry-card__copy {
    padding: 30px 26px;
  }

  .poetry-card__copy h2 {
    font-size: clamp(48px, 15vw, 65px);
  }

  .poetry-note {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .poem-hero {
    gap: 52px;
    padding: 115px 0 70px;
  }

  .poem-hero h1 {
    font-size: clamp(69px, 24vw, 105px);
  }

  .poem-lead {
    font-size: 17px;
  }

  .poem-meta span {
    padding-inline: 14px;
  }

  .poem-cover {
    width: 100%;
  }

  .poem-cover::before {
    inset: 14px;
  }

  .poem-cover::after {
    top: 14px;
    left: 14px;
  }

  .poem-cover figcaption {
    inset: auto 31px 30px;
  }

  .poem-reader {
    width: calc(100% + 16px);
    margin-left: -8px;
    padding: 52px 20px 62px;
  }

  .poem-reader__head {
    margin-bottom: 62px;
    padding-bottom: 27px;
  }

  .poem-text {
    font-size: clamp(15.5px, 4.55vw, 19px);
    line-height: 1.95;
    letter-spacing: -0.025em;
  }

  .poem-text p {
    margin-bottom: 38px;
  }

  .poem-next {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 85px;
  }

  .poem-selection-share {
    width: calc(100% - 34px);
    justify-content: space-between;
  }

  .poem-share-modal {
    padding: 10px;
  }

  .poem-share-dialog {
    max-height: calc(100svh - 20px);
    padding: 22px 16px;
  }

  .poem-card-preview {
    min-height: 270px;
    padding: 14px;
  }

  .poem-card-preview canvas {
    width: min(100%, 235px);
  }

  .poem-share-actions {
    flex-direction: column;
  }
}

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

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