:root {
  --tvl-ivory: #f8f6f2;
  --tvl-paper: #fffdf8;
  --tvl-charcoal: #1f1f1f;
  --tvl-brown: #5a2e18;
  --tvl-gold: #c7a24a;
  --tvl-oxide: #8f3f2d;
  --tvl-verdigris: #496a60;
  --tvl-gray: #6b6b6b;
  --tvl-line: #e7e2da;
  --tvl-shadow: rgba(31, 31, 31, 0.08);
  --tvl-heading: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --tvl-body: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html {
  background: var(--tvl-ivory);
}

body {
  background: var(--tvl-ivory);
  color: var(--tvl-charcoal);
  font-family: var(--tvl-body);
  font-feature-settings: "kern" 1, "liga" 1;
  text-rendering: optimizeLegibility;
}

body:not(.wp-admin) {
  overflow-x: hidden;
}

body.admin-bar .tvl-site-header {
  top: 32px;
}

a {
  text-underline-offset: 0.22em;
}

a:focus-visible,
button:focus-visible,
.wp-block-button__link:focus-visible {
  outline: 2px solid var(--tvl-gold);
  outline-offset: 4px;
}

.tvl-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100000;
  padding: 10px 14px;
  background: var(--tvl-charcoal);
  color: var(--tvl-ivory);
  font-size: 14px;
  text-decoration: none;
  transform: translateY(-160%);
}

.tvl-skip-link:focus {
  transform: translateY(0);
}

.tvl-site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(31, 31, 31, 0.1);
  background: rgba(248, 246, 242, 0.94);
  backdrop-filter: blur(14px);
}

.tvl-header-inner {
  min-height: 88px;
  padding-right: 24px;
  padding-left: 24px;
}

.tvl-brand {
  min-width: 220px;
}

.tvl-site-title a,
.tvl-site-title {
  color: var(--tvl-charcoal);
  font-family: var(--tvl-heading);
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.tvl-site-role {
  margin-top: 6px;
  margin-bottom: 0;
  color: var(--tvl-gray);
  font-size: 12px;
}

.tvl-primary-nav {
  gap: 28px;
  text-transform: uppercase;
  letter-spacing: 0;
}

.tvl-primary-nav a {
  text-decoration: none;
}

.tvl-primary-nav a:hover {
  text-decoration: underline;
}

.tvl-primary-nav .wp-block-navigation__responsive-container-open {
  padding: 10px;
}

.tvl-main,
.tvl-home {
  margin-top: 0;
}

.tvl-hero {
  display: grid;
  grid-template-columns: minmax(0, auto) minmax(280px, 1fr);
  justify-content: start;
  min-height: 520px;
  align-items: start;
  column-gap: 64px;
  row-gap: 24px;
  width: min(100%, 1280px);
  margin-right: auto;
  margin-left: auto;
  padding: 72px 24px 36px;
}

.tvl-hero-copy {
  padding-top: 36px;
  max-width: 560px;
  text-align: center;
}

.tvl-hero-artwork {
  width: auto;
  max-width: none;
  justify-self: start;
}

.tvl-eyebrow {
  margin-bottom: 14px;
  color: var(--tvl-brown);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.tvl-display,
.tvl-display-small,
.tvl-section h2,
.tvl-feature-copy h2,
.tvl-site-footer h2 {
  font-family: var(--tvl-heading);
  font-weight: 400;
  letter-spacing: 0;
}

.tvl-display {
  max-width: 560px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.1;
}

.tvl-display-small {
  margin-top: 0;
  font-size: 68px;
  font-weight: 800;
  line-height: 1.08;
}

.tvl-lead {
  max-width: 560px;
  color: var(--tvl-black);
  font-size: 22px;
  line-height: 1.16;
}

.tvl-button-row,
.wp-block-buttons {
  gap: 12px;
  margin-top: 28px;
}

.tvl-hero > .tvl-button-row {
  grid-column: 1 / -1;
  margin-top: 0;
}

.wp-block-button__link {
  min-height: 46px;
  border: 1px solid var(--tvl-charcoal);
  border-radius: 0;
  padding: 12px 20px;
  background: var(--tvl-charcoal);
  color: var(--tvl-ivory);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.wp-block-button__link:hover {
  transform: translateY(-1px);
}

.is-style-outline .wp-block-button__link,
.wp-block-button.is-style-outline > .wp-block-button__link {
  border-color: var(--tvl-charcoal);
  background: transparent;
  color: var(--tvl-charcoal);
}

.tvl-artwork-surface {
  width: 100%;
  border: 1px solid rgba(31, 31, 31, 0.08);
  box-shadow: 0 28px 80px var(--tvl-shadow);
  background:
    radial-gradient(circle at 22% 18%, rgba(248, 246, 242, 0.22), transparent 28%),
    linear-gradient(135deg, rgba(90, 46, 24, 0.95), rgba(143, 63, 45, 0.72) 46%, rgba(199, 162, 74, 0.46)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.13) 0 1px, transparent 1px 15px);
}

.tvl-artwork-surface-tall {
  aspect-ratio: 4 / 5;
  min-height: 460px;
}

.tvl-home-author-image {
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.tvl-home-author-image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center bottom;
}

.tvl-hero-artwork .wp-block-image {
  margin: 0;
  max-width: 100%;
}

.tvl-hero-artwork .wp-block-image img,
.tvl-hero-artwork .wp-block-image.is-resized img,
.tvl-hero-artwork figure img,
.tvl-hero-artwork img {
  display: block;
  max-width: 100%;
  height: auto;
}

.tvl-hero-featured-artwork {
  aspect-ratio: 4 / 5;
  min-height: 460px;
  overflow: hidden;
  border: 1px solid rgba(31, 31, 31, 0.08);
  background:
    radial-gradient(circle at 22% 18%, rgba(248, 246, 242, 0.22), transparent 28%),
    linear-gradient(135deg, rgba(90, 46, 24, 0.95), rgba(143, 63, 45, 0.72) 46%, rgba(199, 162, 74, 0.46));
  box-shadow: 0 28px 80px var(--tvl-shadow);
}

.tvl-hero-featured-artwork a {
  display: block;
  width: 100%;
  height: 100%;
}

.tvl-hero-featured-artwork img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tvl-artwork-surface-landscape {
  aspect-ratio: 16 / 10;
  min-height: 360px;
}

.tvl-caption {
  margin-top: 12px;
  color: var(--tvl-gray);
  font-size: 13px;
}

.tvl-statement-artwork {
  padding: 34px 24px 18px;
}

.tvl-statement-artwork .tvl-hero-featured-artwork {
  width: 100%;
  min-height: clamp(460px, 72vh, 780px);
  aspect-ratio: 16 / 9;
}

.tvl-statement-artwork .tvl-caption {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
}

.tvl-statement {
  padding: 24px 24px 58px;
}

.tvl-statement blockquote {
  max-width: 920px;
  margin: 0 auto;
  border: 0;
  padding: 0;
}

.tvl-statement p {
  color: var(--tvl-charcoal);
  font-family: var(--tvl-heading);
  font-size: 50px;
  font-weight: 700;
  line-height: 1.16;
  text-align: center;
}

.tvl-section,
.tvl-feature-band,
.tvl-archive-hero,
.tvl-archive-header,
.tvl-page-header {
  padding: 72px 24px;
}

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

.tvl-section h2,
.tvl-feature-copy h2,
.tvl-site-footer h2 {
  margin-top: 0;
  font-size: 52px;
  font-weight: 800;
  line-height: 1.12;
}

.tvl-text-link a {
  color: var(--tvl-charcoal);
  font-size: 14px;
  text-transform: uppercase;
}

.tvl-card-grid {
  gap: clamp(26px, 4vw, 56px);
}

.tvl-two-card-grid {
  gap: clamp(28px, 5vw, 72px);
}

.tvl-artwork-card,
.tvl-post-card,
.tvl-editorial-card {
  background: transparent;
}

.tvl-card-image {
  margin-bottom: 18px;
  overflow: hidden;
  background: var(--tvl-line);
  aspect-ratio: 4 / 5;
}

.tvl-card-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.tvl-card-image img,
.tvl-single-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.tvl-image-placeholder {
  min-height: 260px;
}

.tvl-artwork-card h2,
.tvl-artwork-card h3,
.tvl-post-card h2 {
  margin-top: 18px;
  margin-bottom: 6px;
  font-family: var(--tvl-heading);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.22;
}

.tvl-artwork-card h2 a,
.tvl-artwork-card h3 a,
.tvl-post-card h2 a {
  text-decoration: none;
}

.tvl-artwork-card h2 a:hover,
.tvl-artwork-card h3 a:hover,
.tvl-post-card h2 a:hover {
  color: var(--tvl-oxide);
}

.tvl-artwork-card .wp-block-post-excerpt,
.tvl-post-card .wp-block-post-excerpt {
  color: var(--tvl-gray);
  font-size: 13px;
  line-height: 1.5;
}

.tvl-empty-state {
  border-top: 1px solid var(--tvl-line);
  border-bottom: 1px solid var(--tvl-line);
  padding: 28px 0;
  color: var(--tvl-gray);
}

.tvl-selected-works-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 52px;
}

.tvl-selected-work-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.tvl-selected-work-figure {
  aspect-ratio: 4 / 3;
  margin: 0 0 20px;
  overflow: hidden;
  background: var(--tvl-line);
}

.tvl-selected-work-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tvl-selected-work-title {
  margin: 0 0 6px;
  font-family: var(--tvl-heading);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.22;
}

.tvl-selected-work-meta {
  margin: 0;
  color: var(--tvl-gray);
  font-size: 13px;
  line-height: 1.5;
}

.tvl-selected-work-link:hover .tvl-selected-work-title {
  color: var(--tvl-oxide);
}

.tvl-feature-fallback-grid {
  gap: clamp(28px, 5vw, 72px);
}

.tvl-editorial-card h3 {
  margin-top: 22px;
  margin-bottom: 10px;
  font-family: var(--tvl-heading);
  font-size: 36px;
  font-weight: 800;
  line-height: 1.14;
}

.tvl-editorial-card p {
  color: var(--tvl-gray);
}

.tvl-feature-band {
  border-top: 1px solid var(--tvl-line);
  border-bottom: 1px solid var(--tvl-line);
  background: var(--tvl-paper);
}

.tvl-feature-grid {
  align-items: center;
  gap: clamp(38px, 6vw, 90px);
}

.tvl-feature-copy {
  max-width: 620px;
}

.tvl-feature-copy p:not(.tvl-eyebrow) {
  color: var(--tvl-gray);
  font-size: 18px;
}

.tvl-single-grid {
  align-items: start;
  gap: clamp(42px, 7vw, 100px);
  padding: clamp(72px, 10vw, 150px) 24px;
}

.tvl-single-image {
  overflow: hidden;
  background: var(--tvl-line);
}

.tvl-single-meta {
  position: sticky;
  top: 128px;
  max-width: 560px;
}

.tvl-single-meta .wp-block-post-content {
  color: var(--tvl-gray);
}

.tvl-meta-list {
  margin: 26px 0;
  border-top: 1px solid var(--tvl-line);
  font-size: 15px;
}

.tvl-meta-list div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--tvl-line);
}

.tvl-meta-list dt {
  color: var(--tvl-gray);
}

.tvl-meta-list dd {
  margin: 0;
  color: var(--tvl-charcoal);
}

.tvl-journal-list {
  display: grid;
  gap: 42px;
}

.tvl-journal-row {
  align-items: center;
  border-top: 1px solid var(--tvl-line);
  padding-top: 42px;
  gap: clamp(24px, 5vw, 72px);
}

.tvl-longform {
  padding: clamp(72px, 10vw, 150px) 24px;
}

.tvl-longform .wp-block-post-content,
.tvl-main > .wp-block-post-content {
  font-size: 18px;
  line-height: 1.78;
}

.tvl-longform .wp-block-post-content h2,
.tvl-main > .wp-block-post-content h2 {
  margin-top: 56px;
  font-size: 34px;
  line-height: 1.18;
}

.tvl-longform .tvl-single-image {
  margin: 34px 0 42px;
}

.tvl-press-list {
  display: grid;
  border-top: 1px solid var(--tvl-line);
}

.tvl-press-row {
  gap: 24px;
  border-bottom: 1px solid var(--tvl-line);
  padding: 24px 0;
}

.tvl-press-row h3 {
  margin: 0;
  font-family: var(--tvl-heading);
  font-size: 32px;
  font-weight: 800;
}

.tvl-press-row time {
  color: var(--tvl-gray);
  font-size: 14px;
}

.tvl-final-cta {
  padding: clamp(86px, 11vw, 160px) 24px;
  text-align: center;
}

.tvl-final-cta h2 {
  margin: 0 auto;
  max-width: 860px;
  font-family: var(--tvl-heading);
  font-size: 58px;
  font-weight: 800;
  line-height: 1.12;
}

.tvl-final-cta .tvl-eyebrow {
  color: var(--tvl-brown);
}

.tvl-single-image:empty,
.tvl-card-image:empty {
  min-height: 320px;
  background:
    linear-gradient(135deg, rgba(90, 46, 24, 0.86), rgba(199, 162, 74, 0.42)),
    var(--tvl-line);
}

.tvl-card-image:empty {
  min-height: 260px;
}

.tvl-site-footer {
  margin-top: 0;
  padding: 72px 24px;
  background: var(--tvl-charcoal);
  color: var(--tvl-ivory);
}

.tvl-site-footer p {
  max-width: 520px;
  color: rgba(248, 246, 242, 0.72);
}

.tvl-site-footer .tvl-eyebrow {
  color: var(--tvl-gold);
}

.tvl-site-footer .wp-block-button__link {
  border-color: var(--tvl-ivory);
  background: var(--tvl-ivory);
  color: var(--tvl-charcoal);
}

.tvl-site-footer .is-style-outline .wp-block-button__link {
  border-color: rgba(248, 246, 242, 0.58);
  background: transparent;
  color: var(--tvl-ivory);
}

.tvl-pagination {
  margin-top: 54px;
}

.tvl-error-page {
  min-height: 66vh;
  padding: clamp(80px, 12vw, 180px) 24px;
}

.tvl-search-form {
  max-width: 680px;
  margin-top: 32px;
}

.tvl-search-form .wp-block-search__inside-wrapper {
  border: 1px solid var(--tvl-line);
  background: #fff;
}

.tvl-search-form input[type="search"] {
  min-height: 52px;
  border: 0;
  padding: 12px 16px;
  font: inherit;
}

.tvl-search-form .wp-block-search__button {
  min-height: 52px;
  border: 0;
  border-left: 1px solid var(--tvl-line);
  margin: 0;
  padding: 12px 18px;
  background: var(--tvl-charcoal);
  color: var(--tvl-ivory);
  font: inherit;
}

.tvl-about-hero {
  align-items: center;
  gap: clamp(44px, 7vw, 108px);
  padding: clamp(70px, 8vw, 120px) 24px clamp(62px, 7vw, 104px);
}

.tvl-about-hero-copy {
  max-width: 680px;
  text-align: center;
}

.tvl-about-hero-copy > * {
  margin-left: auto;
  margin-right: auto;
}

.tvl-about-intro {
  max-width: 660px;
  margin-top: 0;
  color: var(--tvl-charcoal);
  font-size: 23px;
  line-height: 1.55;
}

.tvl-about-hero-quote {
  max-width: 640px;
  margin-top: 34px;
  border-top: 1px solid var(--tvl-charcoal);
  border-bottom: 1px solid var(--tvl-charcoal);
  border-left: 0;
  padding: 24px 0;
}

.tvl-about-hero-quote p {
  color: var(--tvl-charcoal);
  font-family: var(--tvl-heading);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.34;
  text-align: center;
}

.tvl-about-page .wp-block-post-content > .wp-block-group:first-child {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.tvl-about-page .wp-block-post-content > .wp-block-group:first-child > * {
  margin-left: auto;
  margin-right: auto;
}

.tvl-main > .wp-block-post-content {
  text-align: center;
}

.tvl-main > .wp-block-post-content > :is(h1, h2, h3, h4, p, figure, blockquote, hr, .wp-block-group) {
  margin-left: auto;
  margin-right: auto;
}

.tvl-main > .wp-block-post-content :is(h1, h2, h3, h4, p, blockquote) {
  text-align: center;
}

.tvl-main > .wp-block-post-content hr {
  width: min(100%, 820px);
}

.tvl-about-featured-image {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid rgba(31, 31, 31, 0.08);
  background:
    radial-gradient(circle at 22% 18%, rgba(248, 246, 242, 0.22), transparent 28%),
    linear-gradient(135deg, rgba(90, 46, 24, 0.95), rgba(143, 63, 45, 0.72) 46%, rgba(199, 162, 74, 0.46));
  box-shadow: 0 28px 80px var(--tvl-shadow);
}

.tvl-about-featured-image img,
.tvl-about-content-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tvl-about-content-image {
  aspect-ratio: 16 / 10;
  margin: 0 0 34px;
  overflow: hidden;
  border: 1px solid rgba(31, 31, 31, 0.08);
  background: var(--tvl-line);
}

.tvl-about-profile {
  padding: 0 24px 58px;
}

.tvl-about-profile-grid {
  gap: 0;
  border-top: 1px solid var(--tvl-line);
  border-bottom: 1px solid var(--tvl-line);
}

.tvl-about-profile-item {
  min-height: 118px;
  border-right: 1px solid var(--tvl-line);
  padding: 26px 24px;
}

.tvl-about-profile-item:last-child {
  border-right: 0;
}

.tvl-about-profile-item p {
  margin: 0 0 8px;
  color: var(--tvl-gray);
  font-size: 13px;
  text-transform: uppercase;
}

.tvl-about-profile-item strong {
  color: var(--tvl-charcoal);
  font-family: var(--tvl-heading);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.18;
}

.tvl-about-narrative,
.tvl-about-project {
  padding: clamp(76px, 8vw, 126px) 24px;
}

.tvl-about-narrative h2,
.tvl-about-project h2 {
  max-width: 900px;
  margin-top: 0;
  font-family: var(--tvl-heading);
  font-size: clamp(38px, 5vw, 56px);
  font-weight: 800;
  line-height: 1.1;
}

.tvl-about-narrative p:not(.tvl-eyebrow),
.tvl-about-project p:not(.tvl-eyebrow) {
  max-width: 880px;
  color: var(--tvl-gray);
  font-size: 19px;
  line-height: 1.82;
  text-align: justify;
  text-align-last: left;
}

.tvl-about-narrative h2 + p {
  max-width: 920px;
  border-left: 3px solid var(--tvl-charcoal);
  padding-left: 24px;
  color: var(--tvl-charcoal);
  font-size: 20px;
  line-height: 1.78;
}

.tvl-about-narrative h2 + p::first-letter {
  float: left;
  margin: 9px 10px 0 0;
  color: var(--tvl-charcoal);
  font-family: var(--tvl-heading);
  font-size: 62px;
  font-weight: 800;
  line-height: 0.82;
}

.tvl-about-statement {
  gap: clamp(42px, 6vw, 88px);
  border-top: 1px solid var(--tvl-line);
  border-bottom: 1px solid var(--tvl-line);
  padding: clamp(70px, 8vw, 118px) 24px;
  background: var(--tvl-paper);
}

.tvl-about-quote blockquote {
  margin: 0;
  border: 0;
  padding: 0;
}

.tvl-about-quote p {
  margin: 0;
  color: var(--tvl-charcoal);
  font-family: var(--tvl-heading);
  font-size: clamp(34px, 4vw, 46px);
  font-weight: 800;
  line-height: 1.22;
}

.tvl-about-quote .tvl-caption {
  margin-top: 18px;
  color: var(--tvl-gray);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.tvl-about-copy h2,
.tvl-about-process h2,
.tvl-about-timeline h2 {
  margin-top: 0;
  font-family: var(--tvl-heading);
  font-size: clamp(34px, 4.6vw, 50px);
  font-weight: 800;
  line-height: 1.12;
}

.tvl-about-copy p {
  color: var(--tvl-gray);
  font-size: 18px;
  line-height: 1.78;
  text-align: justify;
  text-align-last: left;
}

.tvl-about-process {
  padding: clamp(74px, 9vw, 124px) 24px;
}

.tvl-about-pillars {
  gap: 30px;
  margin-top: 36px;
}

.tvl-about-pillars .wp-block-column {
  min-height: 230px;
  border-top: 2px solid var(--tvl-charcoal);
  padding: 24px 22px 26px;
  background: rgba(255, 255, 255, 0.34);
}

.tvl-about-pillars h3 {
  margin-top: 0;
  font-family: var(--tvl-heading);
  font-size: 28px;
  font-weight: 800;
}

.tvl-about-pillars p {
  color: var(--tvl-gray);
  font-size: 17px;
  line-height: 1.7;
  text-align: justify;
  text-align-last: left;
}

.tvl-about-project {
  border-top: 1px solid var(--tvl-line);
  border-bottom: 1px solid var(--tvl-line);
  background: var(--tvl-paper);
}

.tvl-about-timeline {
  padding: clamp(72px, 8vw, 118px) 24px;
}

.tvl-about-timeline ul {
  display: grid;
  gap: 0;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--tvl-line);
}

.tvl-about-timeline li {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid var(--tvl-line);
  color: var(--tvl-gray);
  font-size: 17px;
  line-height: 1.62;
  text-align: justify;
  text-align-last: left;
}

.tvl-about-timeline strong {
  width: fit-content;
  min-width: 92px;
  border: 1px solid var(--tvl-charcoal);
  padding: 4px 10px;
  color: var(--tvl-charcoal);
  font-size: 14px;
  line-height: 1.2;
}

@media (max-width: 782px) {
  body.admin-bar .tvl-site-header {
    top: 46px;
  }
}

@media (max-width: 720px) {
  .tvl-header-inner {
    min-height: 76px;
  }

  .tvl-site-role {
    display: none;
  }

  .tvl-primary-nav {
    gap: 16px;
  }

  .tvl-hero {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: auto;
    row-gap: 24px;
  }

  .tvl-hero-copy {
    max-width: 420px;
    text-align: center;
  }

  .tvl-display {
    font-size: 48px;
  }

  .tvl-display-small {
    font-size: 42px;
  }

  .tvl-lead {
    font-size: 18px;
  }

  .tvl-statement p,
  .tvl-section h2,
  .tvl-feature-copy h2,
  .tvl-site-footer h2,
  .tvl-final-cta h2 {
    font-size: 34px;
  }

  .tvl-artwork-card h2,
  .tvl-artwork-card h3,
  .tvl-post-card h2,
  .tvl-press-row h3 {
    font-size: 19px;
  }

  .tvl-hero,
  .tvl-section,
  .tvl-feature-band,
  .tvl-archive-hero,
  .tvl-archive-header,
  .tvl-page-header,
  .tvl-single-grid {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tvl-artwork-surface-tall {
    min-height: 340px;
  }

  .tvl-hero-featured-artwork {
    min-height: 340px;
  }

  .tvl-statement-artwork {
    padding: 20px 20px 10px;
  }

  .tvl-statement-artwork .tvl-hero-featured-artwork {
    min-height: 70vh;
    aspect-ratio: 4 / 5;
  }

  .tvl-statement-artwork .tvl-caption {
    text-align: left;
  }

  .tvl-card-image {
    aspect-ratio: 5 / 4;
  }

  .tvl-selected-works-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .tvl-selected-work-title {
    font-size: 19px;
  }

  .tvl-single-meta {
    position: static;
  }

  .tvl-meta-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .wp-block-button__link {
    width: 100%;
    text-align: center;
  }

  .tvl-about-hero,
  .tvl-about-statement,
  .tvl-about-process,
  .tvl-about-timeline {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tvl-about-quote p,
  .tvl-about-copy h2,
  .tvl-about-process h2,
  .tvl-about-timeline h2,
  .tvl-about-narrative h2,
  .tvl-about-project h2 {
    font-size: 32px;
  }

  .tvl-about-hero-quote p {
    font-size: 21px;
  }

  .tvl-about-profile {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tvl-about-profile-grid {
    border-bottom: 0;
  }

  .tvl-about-profile-item {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--tvl-line);
    padding: 18px 0;
  }

  .tvl-about-profile-item strong {
    font-size: 20px;
  }

  .tvl-about-narrative,
  .tvl-about-project {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tvl-about-narrative p:not(.tvl-eyebrow),
  .tvl-about-project p:not(.tvl-eyebrow) {
    font-size: 17px;
    text-align: left;
  }

  .tvl-about-copy p,
  .tvl-about-pillars p,
  .tvl-about-timeline li {
    text-align: left;
  }

  .tvl-about-narrative h2 + p {
    border-left-width: 2px;
    padding-left: 16px;
  }

  .tvl-about-narrative h2 + p::first-letter {
    float: none;
    margin: 0;
    font-size: inherit;
    line-height: inherit;
  }

  .tvl-about-timeline li {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

.home .tvl-statement,
.front-page .tvl-statement {
  padding-top: 36px;
  padding-bottom: 58px;
}

.home .tvl-section:first-of-type,
.front-page .tvl-section:first-of-type {
  padding-top: 64px;
}
