@font-face {
  font-family: "Prata";
  src: url("../fonts/prata-cyrillic-400-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

/* Native WordPress layouts and forms. */
.wp-content-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 140px 0 96px;
}

.wp-page-header,
.wp-archive-header {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr);
  gap: 64px;
  align-items: end;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--line);
}

.wp-page-header h1,
.wp-archive-header h1,
.wp-not-found h1 {
  margin: 12px 0 0;
  font-family: var(--display);
  font-size: clamp(3rem, 7vw, 6.5rem);
  font-weight: 400;
  line-height: .98;
}

.wp-page-header p,
.wp-archive-header p,
.wp-entry-content,
.wp-post-card p {
  color: var(--muted);
}

.wp-entry-content {
  max-width: 780px;
  padding: 64px 0;
  font-size: 1.05rem;
  line-height: 1.85;
}

.wp-post-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 48px;
  background: var(--line);
  border: 1px solid var(--line);
}

.wp-post-card {
  display: flex;
  min-height: 320px;
  padding: 32px;
  background: var(--cream);
  flex-direction: column;
  color: inherit;
}

.wp-post-card h2 {
  font-family: var(--display);
  font-size: clamp(1.65rem, 2.5vw, 2.5rem);
  font-weight: 400;
  line-height: 1.15;
}

.wp-post-card time {
  margin-top: auto;
  color: var(--bronze);
  font-size: .75rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 48px;
}

.page-numbers {
  display: grid;
  min-width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  color: inherit;
}

.page-numbers.current {
  background: var(--fir);
  color: var(--cream);
}

.wp-not-found {
  min-height: 70vh;
  display: grid;
  align-content: center;
  justify-items: start;
}

.wp-not-found a {
  margin-top: 24px;
}

.igs-form-section {
  display: grid;
  grid-template-columns: minmax(0, .7fr) minmax(360px, 1.3fr);
  gap: 64px;
  align-items: start;
}

.igs-contact-form {
  display: grid;
  gap: 22px;
}

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

.igs-contact-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.igs-contact-form .igs-form-wide {
  grid-column: 1 / -1;
}

.igs-contact-form input,
.igs-contact-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  padding: 13px 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  text-transform: none;
  letter-spacing: normal;
}

.igs-contact-form textarea {
  min-height: 130px;
  resize: vertical;
}

.igs-contact-form input:focus,
.igs-contact-form textarea:focus {
  outline: 0;
  border-color: var(--bronze);
}

.igs-contact-form button {
  justify-self: start;
  border: 1px solid var(--fir);
  padding: 15px 24px;
  background: var(--fir);
  color: var(--cream);
  cursor: pointer;
  font: 600 .76rem var(--font-sans);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.igs-form-notice {
  padding: 14px 16px;
  border-left: 2px solid var(--bronze);
  background: rgba(173, 118, 65, .08);
}

.igs-honeypot {
  position: absolute !important;
  left: -9999px !important;
}

@media (max-width: 900px) {
  .wp-page-header,
  .wp-archive-header,
  .igs-form-section {
    grid-template-columns: 1fr;
    gap: 28px;
  }

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

@media (max-width: 640px) {
  .wp-content-shell {
    width: min(100% - 28px, 1180px);
    padding-top: 112px;
  }

  .wp-post-list,
  .igs-form-grid {
    grid-template-columns: 1fr;
  }
}

@font-face {
  font-family: "Prata";
  src: url("../fonts/prata-cyrillic-ext-400-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Manrope Variable";
  src: url("../fonts/manrope-cyrillic-wght-normal.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

@font-face {
  font-family: "Manrope Variable";
  src: url("../fonts/manrope-cyrillic-ext-wght-normal.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --fir: #12372f;
  --fir-deep: #0b2822;
  --cream: #f4efe5;
  --paper: #ebe4d8;
  --stone: #d6cdc0;
  --bronze: #a66f3f;
  --bronze-light: #c49a6c;
  --ink: #1e2925;
  --muted: #6c716c;
  --line: rgba(30, 41, 37, 0.16);
  --display: "Prata", Georgia, serif;
  --sans: "Manrope Variable", "Manrope", Arial, sans-serif;
  --page: min(100% - 112px, 1328px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  z-index: 50;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.18;
  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='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

::selection {
  color: var(--cream);
  background: var(--fir);
}

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

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  color: var(--cream);
  font-size: 12px;
  font-weight: 650;
  background: var(--fir);
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

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

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

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

h1,
h2,
h3,
p,
blockquote {
  margin-top: 0;
}

.site-header {
  position: sticky;
  z-index: 40;
  top: 0;
  display: grid;
  grid-template-columns: 210px 1fr auto;
  align-items: center;
  min-height: 78px;
  padding: 0 56px;
  color: var(--cream);
  border-bottom: 1px solid rgba(244, 239, 229, 0.14);
  background: rgba(11, 40, 34, 0.96);
  backdrop-filter: blur(18px);
}

.site-logo {
  display: block;
  width: 190px;
  overflow: hidden;
}

.site-logo img {
  width: 190px;
  height: auto;
  max-width: none;
}

.footer-mark {
  width: max-content;
  color: var(--bronze-light);
  font-family: var(--display);
  font-size: 31px;
  line-height: 1;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 1.55vw, 28px);
}

.desktop-nav > .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 1.55vw, 28px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.desktop-nav .menu-item {
  position: relative;
}

.desktop-nav .sub-menu {
  position: absolute;
  z-index: 5;
  top: calc(100% - 10px);
  left: 50%;
  display: none;
  width: 250px;
  margin: 0;
  padding: 12px;
  list-style: none;
  border: 1px solid rgba(196, 154, 108, 0.28);
  background: var(--fir-deep);
  transform: translateX(-50%);
}

.desktop-nav .menu-item-has-children:hover > .sub-menu,
.desktop-nav .menu-item-has-children:focus-within > .sub-menu {
  display: block;
}

.desktop-nav .sub-menu a {
  display: block;
  padding: 12px 14px;
}

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

.mobile-menu .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-menu .sub-menu {
  margin: 0;
  padding-left: 18px;
  list-style: none;
}

.wp-block-image img,
.entry-content img {
  height: auto;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

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

.desktop-nav a {
  position: relative;
  padding: 29px 0 27px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--bronze-light);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 240ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-contact {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 42px;
  padding: 0 17px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  border: 1px solid rgba(196, 154, 108, 0.55);
  transition:
    color 180ms ease,
    background 180ms ease;
}

.header-contact span:last-child {
  color: var(--bronze-light);
  font-size: 16px;
}

.contact-short {
  display: none;
}

.header-contact:hover,
.header-contact:focus-visible {
  color: var(--fir-deep);
  background: var(--bronze-light);
}

.header-contact:hover span:last-child,
.header-contact:focus-visible span:last-child {
  color: var(--fir-deep);
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown > a {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-dropdown > a span {
  color: var(--bronze-light);
  font-size: 13px;
}

.nav-dropdown-panel {
  position: absolute;
  top: calc(100% - 9px);
  left: -24px;
  display: grid;
  min-width: 238px;
  padding: 10px 24px 14px;
  visibility: hidden;
  border: 1px solid rgba(196, 154, 108, 0.28);
  background: var(--fir-deep);
  box-shadow: 0 22px 50px rgba(11, 40, 34, 0.24);
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    visibility 180ms ease;
}

.nav-dropdown-panel a {
  padding: 13px 0;
  font-size: 12px;
  line-height: 1.35;
  border-bottom: 1px solid rgba(244, 239, 229, 0.1);
}

.nav-dropdown-panel a:last-child {
  border-bottom: 0;
}

.nav-dropdown-panel a::after {
  display: none;
}

.nav-dropdown:hover .nav-dropdown-panel,
.nav-dropdown:focus-within .nav-dropdown-panel {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 52%) minmax(0, 48%);
  min-height: calc(100svh - 78px);
  overflow: hidden;
  border-bottom: 1px solid rgba(166, 111, 63, 0.6);
  background:
    radial-gradient(circle at 22% 40%, rgba(255, 255, 255, 0.65), transparent 36%),
    var(--cream);
}

.hero-copy {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 760px;
  padding: 70px 5vw 52px 56px;
}

.eyebrow,
.section-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 32px;
  color: var(--bronze);
  font-size: 11px;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow {
  color: #4c5752;
}

.eyebrow i,
.hero-credentials i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--bronze);
}

.hero h1 {
  margin-bottom: 25px;
  color: var(--fir);
  font-family: var(--display);
  font-size: clamp(62px, 5.5vw, 84px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.06em;
  white-space: nowrap;
}

.hero-statement {
  max-width: 680px;
  margin-bottom: 34px;
  font-family: var(--display);
  font-size: clamp(28px, 2.45vw, 38px);
  line-height: 1.22;
  letter-spacing: -0.035em;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 198px;
  height: 54px;
  padding: 0 22px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid var(--bronze);
  transition:
    transform 180ms ease,
    color 180ms ease,
    background 180ms ease;
}

.button span {
  font-size: 16px;
}

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

.button-primary {
  color: var(--cream);
  border-color: var(--fir);
  background: var(--fir);
}

.button-primary:hover,
.button-primary:focus-visible {
  border-color: var(--bronze);
  background: var(--bronze);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  color: var(--cream);
  background: var(--bronze);
}

.hero-credentials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  max-width: 650px;
  margin-bottom: 32px;
  color: #636a66;
  font-size: 11px;
  line-height: 1.6;
}

.hero-marker {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #535d58;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-marker > span {
  width: 116px;
  height: 1px;
  margin-right: 5px;
  background: var(--bronze);
}

.hero-marker b {
  color: var(--bronze);
}

.hero-marker em {
  font-style: normal;
}

.hero-visual {
  position: relative;
  min-width: 0;
  min-height: 760px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(214, 205, 192, 0.7), transparent 55%),
    #dfd8cc;
}

.hero-visual::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: "";
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(18, 55, 47, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 55, 47, 0.08) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(to bottom left, black, transparent 72%);
}

.hero-visual::after {
  position: absolute;
  z-index: 0;
  top: 14%;
  right: 6%;
  width: 68%;
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(166, 111, 63, 0.45);
  border-radius: 50%;
}

.portrait-frame {
  position: absolute;
  z-index: 2;
  inset: 6% 5% 5% 7%;
  overflow: hidden;
  border-radius: 47% 5% 5% 30% / 39% 5% 5% 18%;
  box-shadow: -36px 0 80px rgba(30, 41, 37, 0.1);
}

.portrait-frame::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(244, 239, 229, 0.18), transparent 30%),
    linear-gradient(0deg, rgba(11, 40, 34, 0.22), transparent 38%);
  pointer-events: none;
}

.portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 43% center;
  filter: saturate(0.78) contrast(1.03);
  transform: scale(1.06);
}

.visual-note {
  position: absolute;
  z-index: 5;
  color: rgba(30, 41, 37, 0.7);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.visual-note-top {
  top: 44px;
  right: 26px;
}

.visual-note-bottom {
  right: 26px;
  bottom: 46px;
}

.editorial-card {
  position: absolute;
  z-index: 6;
  right: 3.5%;
  bottom: 9%;
  display: flex;
  flex-direction: column;
  width: min(310px, 38%);
  padding: 22px;
  color: var(--ink);
  border: 1px solid rgba(166, 111, 63, 0.6);
  background: rgba(244, 239, 229, 0.88);
  box-shadow: 0 20px 70px rgba(11, 40, 34, 0.14);
  backdrop-filter: blur(14px);
  transform: rotate(-2deg);
}

.editorial-card span,
.editorial-card small {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.editorial-card strong {
  margin: 13px 0 22px;
  font-family: var(--display);
  font-size: clamp(21px, 2vw, 32px);
  font-weight: 400;
  line-height: 1.18;
}

.editorial-card small {
  color: var(--muted);
  line-height: 1.6;
}

.orbit {
  position: absolute;
  z-index: 4;
  pointer-events: none;
  border: 1px solid rgba(166, 111, 63, 0.5);
  border-radius: 50%;
}

.orbit-one {
  bottom: -21%;
  left: -4%;
  width: 62%;
  aspect-ratio: 1;
}

.orbit-two {
  bottom: -11%;
  left: 8%;
  width: 42%;
  aspect-ratio: 1;
}

.section {
  width: var(--page);
  margin: 0 auto;
  padding: 132px 0;
}

.section-heading {
  max-width: 940px;
  margin-bottom: 76px;
}

.section-heading h2,
.recognition-title h2,
.education-copy h2,
.heritage-copy h2,
.footer-top h2 {
  margin-bottom: 26px;
  font-family: var(--display);
  font-size: clamp(42px, 4.2vw, 64px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.045em;
}

.section-heading > p:last-child,
.education-copy > p:last-child {
  max-width: 690px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.section-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  gap: 100px;
  align-items: end;
  max-width: none;
}

.section-heading-row h2 {
  margin-bottom: 0;
}

.roles-section {
  width: 100%;
  padding-right: max(56px, calc((100% - 1328px) / 2));
  padding-left: max(56px, calc((100% - 1328px) / 2));
  background: #efe8dd;
}

.roles-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.role-card {
  min-height: 265px;
  padding: 32px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition:
    color 280ms ease,
    background 280ms ease;
}

.role-card > span,
.project-meta > span,
.timeline-item time,
.education-list time {
  color: var(--bronze);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.role-card h3 {
  max-width: 480px;
  margin: 56px 0 20px;
  font-family: var(--display);
  font-size: clamp(28px, 2.35vw, 34px);
  font-weight: 400;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.role-card p {
  max-width: 480px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.role-card:hover {
  color: var(--cream);
  background: var(--fir);
}

.role-card:hover p,
.role-card:hover > span {
  color: rgba(244, 239, 229, 0.68);
}

.projects-section {
  padding-bottom: 148px;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  padding: 1px;
  background: var(--line);
}

.project-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 398px;
  padding: 28px;
  overflow: hidden;
  background: var(--cream);
  transition:
    color 280ms ease,
    background 280ms ease;
}

.project-card::before {
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 180px;
  height: 180px;
  content: "";
  border: 1px solid rgba(166, 111, 63, 0.35);
  border-radius: 50%;
  transform: scale(0.7);
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.project-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.project-meta em {
  color: var(--muted);
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.project-type {
  margin: auto 0 12px;
  color: var(--bronze);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.project-card h3 {
  max-width: 330px;
  margin-bottom: 18px;
  font-family: var(--display);
  font-size: 25px;
  font-weight: 400;
  line-height: 1.24;
  overflow-wrap: anywhere;
}

.project-description {
  max-width: 340px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.project-arrow {
  position: absolute;
  top: 62px;
  right: 27px;
  color: var(--bronze);
  font-size: 19px;
  opacity: 0;
  transform: translate(-7px, 7px);
  transition:
    opacity 240ms ease,
    transform 240ms ease;
}

a.project-card:hover,
a.project-card:focus-visible {
  color: var(--cream);
  background: var(--fir);
}

a.project-card:hover::before,
a.project-card:focus-visible::before {
  transform: scale(1.4);
}

a.project-card:hover .project-description,
a.project-card:hover .project-meta em,
a.project-card:focus-visible .project-description,
a.project-card:focus-visible .project-meta em {
  color: rgba(244, 239, 229, 0.64);
}

a.project-card:hover .project-arrow,
a.project-card:focus-visible .project-arrow {
  opacity: 1;
  transform: translate(0);
}

.about-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr);
  gap: 12vw;
  width: 100%;
  max-width: none;
  padding-right: max(56px, calc((100% - 1328px) / 2));
  padding-left: max(56px, calc((100% - 1328px) / 2));
  color: var(--cream);
  background: var(--fir);
}

.about-intro {
  position: sticky;
  top: 130px;
  align-self: start;
}

.about-intro .section-kicker {
  color: var(--bronze-light);
}

.about-intro blockquote {
  margin-bottom: 36px;
  font-family: var(--display);
  font-size: clamp(35px, 3.2vw, 52px);
  line-height: 1.25;
  letter-spacing: -0.035em;
}

.about-lead {
  max-width: 530px;
  margin-bottom: 0;
  color: rgba(244, 239, 229, 0.62);
  font-size: 13px;
  line-height: 1.85;
}

.timeline {
  border-top: 1px solid rgba(244, 239, 229, 0.18);
}

.timeline-item {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 28px;
  padding: 30px 0 42px;
  border-bottom: 1px solid rgba(244, 239, 229, 0.18);
}

.timeline-item time {
  color: var(--bronze-light);
}

.timeline-item h3 {
  margin-bottom: 13px;
  font-family: var(--display);
  font-size: 27px;
  font-weight: 400;
}

.timeline-item p {
  max-width: 590px;
  margin-bottom: 0;
  color: rgba(244, 239, 229, 0.6);
  font-size: 12px;
  line-height: 1.8;
}

.service-section {
  padding-bottom: 152px;
}

.service-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 9vw;
}

.service-feature {
  position: relative;
  min-height: 490px;
  padding: 42px;
  color: var(--cream);
  background: var(--fir);
}

.service-feature::after {
  position: absolute;
  right: 34px;
  bottom: 32px;
  width: 138px;
  height: 138px;
  content: "";
  border: 1px solid rgba(196, 154, 108, 0.5);
  border-radius: 50%;
}

.service-feature > span {
  display: block;
  margin-bottom: 120px;
  color: var(--bronze-light);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.service-feature h3 {
  max-width: 560px;
  margin-bottom: 25px;
  font-family: var(--display);
  font-size: clamp(34px, 3.2vw, 48px);
  font-weight: 400;
  line-height: 1.2;
}

.service-feature p {
  position: relative;
  z-index: 1;
  max-width: 500px;
  margin-bottom: 0;
  color: rgba(244, 239, 229, 0.64);
  font-size: 12px;
  line-height: 1.8;
}

.service-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.service-list li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  align-items: center;
  min-height: 94px;
  border-bottom: 1px solid var(--line);
}

.service-list span {
  color: var(--bronze);
  font-size: 9px;
  font-weight: 700;
}

.service-list p {
  max-width: 520px;
  margin-bottom: 0;
  font-family: var(--display);
  font-size: 20px;
  line-height: 1.35;
}

.recognition-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 82px 9vw;
  width: 100%;
  max-width: none;
  padding-right: max(56px, calc((100% - 1328px) / 2));
  padding-left: max(56px, calc((100% - 1328px) / 2));
  background: #e8e0d4;
}

.recognition-title {
  grid-column: 1 / -1;
  max-width: 900px;
}

.recognition-title h2 {
  margin-bottom: 0;
}

.award-feature {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 30px;
  align-items: start;
  padding-top: 30px;
  border-top: 1px solid rgba(166, 111, 63, 0.55);
}

.award-year {
  color: var(--bronze);
  font-family: var(--display);
  font-size: 40px;
}

.award-feature span,
.jury-block > p {
  display: block;
  margin-bottom: 24px;
  color: var(--bronze);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.award-feature h3 {
  margin-bottom: 18px;
  font-family: var(--display);
  font-size: 38px;
  font-weight: 400;
}

.award-feature p {
  max-width: 490px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
}

.jury-block ol {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.jury-block li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.jury-block li span {
  color: var(--bronze);
  font-size: 9px;
  font-weight: 700;
}

.jury-block li p {
  max-width: 520px;
  margin: 0;
  font-family: var(--display);
  font-size: 18px;
  line-height: 1.45;
}

.recognition-stats {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 12px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.recognition-stats > div {
  min-height: 160px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.recognition-stats strong {
  display: block;
  margin-bottom: 32px;
  color: var(--fir);
  font-family: var(--display);
  font-size: clamp(35px, 4vw, 54px);
  font-weight: 400;
  line-height: 1;
}

.recognition-stats span {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.publication-list {
  border-top: 1px solid var(--line);
}

.publication-row {
  display: grid;
  grid-template-columns: 44px 145px minmax(220px, 1fr) minmax(260px, 0.8fr) 30px;
  gap: 22px;
  align-items: center;
  min-height: 128px;
  border-bottom: 1px solid var(--line);
  transition: color 180ms ease;
}

.publication-row > span,
.publication-row > p {
  margin: 0;
  color: var(--bronze);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.publication-row h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 24px;
  font-weight: 400;
}

.publication-row em {
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  line-height: 1.65;
}

.publication-row b {
  color: var(--bronze);
  font-size: 18px;
  font-weight: 400;
  transition: transform 180ms ease;
}

.publication-row:hover,
.publication-row:focus-visible {
  color: var(--bronze);
}

.publication-row:hover b,
.publication-row:focus-visible b {
  transform: translate(4px, -4px);
}

.archive-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 480px);
  margin-top: 48px;
  padding: 20px 0;
  color: var(--fir);
  font-family: var(--display);
  font-size: 23px;
  border-bottom: 1px solid var(--bronze);
}

.archive-link span {
  color: var(--bronze);
  font-family: var(--sans);
  transition: transform 180ms ease;
}

.archive-link:hover span,
.archive-link:focus-visible span {
  transform: translate(4px, -4px);
}

.education-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  gap: 10vw;
}

.education-copy {
  align-self: start;
}

.education-list {
  border-top: 1px solid var(--line);
}

.education-list article {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.education-list h3 {
  margin: 0 0 8px;
  font-family: var(--display);
  font-size: 23px;
  font-weight: 400;
}

.education-list p {
  grid-column: 2;
  margin: -17px 0 0;
  color: var(--muted);
  font-size: 11px;
}

.heritage-section {
  position: relative;
  display: grid;
  grid-template-columns: 170px minmax(0, 970px);
  gap: 6vw;
  justify-content: center;
  padding: 150px 56px;
  overflow: hidden;
  color: var(--cream);
  background: var(--fir-deep);
}

.heritage-section::before,
.heritage-section::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(196, 154, 108, 0.3);
  border-radius: 50%;
}

.heritage-section::before {
  top: -220px;
  right: -80px;
  width: 540px;
  height: 540px;
}

.heritage-section::after {
  right: 70px;
  bottom: -270px;
  width: 640px;
  height: 640px;
}

.heritage-number {
  position: relative;
  z-index: 1;
  color: rgba(196, 154, 108, 0.55);
  font-family: var(--display);
  font-size: 112px;
  line-height: 1;
}

.heritage-copy {
  position: relative;
  z-index: 1;
}

.heritage-copy .section-kicker {
  color: var(--bronze-light);
}

.heritage-copy h2 {
  max-width: 760px;
}

.heritage-quote {
  max-width: 900px;
  margin-bottom: 72px;
  color: rgba(244, 239, 229, 0.85);
  font-family: var(--display);
  font-size: clamp(27px, 3vw, 42px);
  line-height: 1.35;
}

.heritage-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  max-width: 900px;
  padding-top: 30px;
  border-top: 1px solid rgba(244, 239, 229, 0.16);
}

.heritage-columns p {
  margin-bottom: 0;
  color: rgba(244, 239, 229, 0.55);
  font-size: 12px;
  line-height: 1.85;
}

footer {
  padding: 132px 56px 34px;
  color: var(--ink);
  background: var(--bronze-light);
}

.footer-top {
  max-width: 1080px;
  margin: 0 auto 120px;
}

.footer-top .section-kicker {
  color: var(--fir);
}

.footer-top h2 {
  margin-bottom: 38px;
  font-size: clamp(56px, 7.7vw, 118px);
  line-height: 0.98;
}

.footer-top > p {
  max-width: 620px;
  margin-bottom: 38px;
  font-size: 14px;
  line-height: 1.8;
}

.footer-mail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 760px;
  padding: 20px 0;
  font-family: var(--display);
  font-size: clamp(22px, 3vw, 40px);
  border-bottom: 1px solid var(--ink);
}

.footer-mail span {
  font-family: var(--sans);
}

.footer-bottom {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 40px;
  align-items: end;
  padding-top: 28px;
  border-top: 1px solid rgba(30, 41, 37, 0.35);
}

.footer-mark {
  color: var(--fir);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  font-size: 11px;
  font-weight: 650;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-bottom > p {
  margin: 0;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.subpage-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(320px, 0.4fr);
  min-height: 590px;
  overflow: hidden;
  border-bottom: 1px solid rgba(166, 111, 63, 0.55);
}

.subpage-hero::before {
  position: absolute;
  top: -270px;
  left: 43%;
  width: 630px;
  height: 630px;
  content: "";
  border: 1px solid rgba(166, 111, 63, 0.24);
  border-radius: 50%;
  pointer-events: none;
}

.subpage-hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 92px max(56px, calc((100vw - 1328px) / 2));
}

.subpage-hero-copy h1 {
  max-width: 1040px;
  margin-bottom: 34px;
  color: var(--fir);
  font-family: var(--display);
  font-size: clamp(58px, 5.8vw, 88px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.subpage-hero-copy > p:last-child {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.subpage-hero-aside {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 52px 48px;
  color: var(--cream);
  background: var(--fir);
}

.subpage-hero-aside::before {
  position: absolute;
  top: 48px;
  right: 48px;
  width: 116px;
  height: 116px;
  content: "";
  border: 1px solid rgba(196, 154, 108, 0.42);
  border-radius: 50%;
}

.subpage-hero-aside > span {
  margin-bottom: auto;
  color: var(--bronze-light);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.subpage-hero-aside strong {
  margin-bottom: 18px;
  color: var(--bronze-light);
  font-family: var(--display);
  font-size: clamp(72px, 7vw, 112px);
  font-weight: 400;
  line-height: 0.9;
}

.subpage-hero-aside p {
  max-width: 230px;
  margin: 0;
  color: rgba(244, 239, 229, 0.62);
  font-size: 11px;
  line-height: 1.7;
}

.topic-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: var(--page);
  margin: 0 auto;
  padding: 54px 0 10px;
  border-bottom: 1px solid var(--line);
}

.topic-nav a {
  display: flex;
  gap: 14px;
  align-items: baseline;
  min-height: 62px;
  padding: 13px 22px 13px 0;
  font-family: var(--display);
  font-size: 16px;
  line-height: 1.35;
}

.topic-nav a span {
  flex: 0 0 auto;
  color: var(--bronze);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

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

.media-archive {
  width: var(--page);
  margin: 0 auto;
}

.archive-section {
  padding: 120px 0 10px;
  scroll-margin-top: 70px;
}

.archive-heading {
  display: grid;
  grid-template-columns: 95px minmax(0, 850px);
  gap: 40px;
  margin-bottom: 56px;
}

.archive-heading > span {
  padding-top: 12px;
  color: var(--bronze);
  font-family: var(--display);
  font-size: 38px;
}

.archive-heading h2 {
  margin-bottom: 18px;
  font-family: var(--display);
  font-size: clamp(42px, 4.4vw, 66px);
  font-weight: 400;
  line-height: 1.13;
  letter-spacing: -0.04em;
}

.archive-heading p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 1px;
  background: var(--line);
}

.archive-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 252px;
  padding: 27px 26px 24px;
  overflow: hidden;
  background: var(--cream);
  transition:
    color 220ms ease,
    background 220ms ease;
}

.archive-card::before {
  position: absolute;
  right: -58px;
  bottom: -58px;
  width: 130px;
  height: 130px;
  content: "";
  border: 1px solid rgba(166, 111, 63, 0.4);
  border-radius: 50%;
  transition: transform 300ms ease;
}

.archive-card > span {
  max-width: calc(100% - 30px);
  color: var(--bronze);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.13em;
  line-height: 1.5;
  text-transform: uppercase;
}

.archive-card h3 {
  max-width: 340px;
  margin: auto 0 14px;
  font-family: var(--display);
  font-size: 23px;
  font-weight: 400;
  line-height: 1.3;
}

.archive-card p {
  max-width: 330px;
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.7;
}

.archive-card b {
  position: absolute;
  top: 24px;
  right: 25px;
  color: var(--bronze);
  font-size: 17px;
  font-weight: 400;
}

.archive-card:hover,
.archive-card:focus-visible {
  color: var(--cream);
  background: var(--fir);
}

.archive-card:hover p,
.archive-card:focus-visible p {
  color: rgba(244, 239, 229, 0.6);
}

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

.media-cta {
  width: var(--page);
  margin: 130px auto;
  padding: 70px;
  color: var(--cream);
  background: var(--fir);
}

.media-cta .section-kicker {
  color: var(--bronze-light);
}

.media-cta h2 {
  max-width: 880px;
  margin-bottom: 42px;
  font-family: var(--display);
  font-size: clamp(43px, 5vw, 72px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.media-cta .button-primary {
  color: var(--fir);
  border-color: var(--bronze-light);
  background: var(--bronze-light);
}

.hobby-hero {
  grid-template-columns: minmax(0, 1.45fr) minmax(350px, 0.55fr);
}

.hobby-emblem {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: var(--cream);
  background: var(--fir-deep);
}

.hobby-emblem::before,
.hobby-emblem::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(196, 154, 108, 0.38);
  border-radius: 50%;
}

.hobby-emblem::before {
  width: 320px;
  height: 320px;
}

.hobby-emblem::after {
  width: 250px;
  height: 250px;
}

.hobby-emblem span,
.hobby-emblem small {
  position: relative;
  z-index: 1;
  color: var(--bronze-light);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hobby-emblem strong {
  position: relative;
  z-index: 1;
  margin: 28px 0 34px;
  color: var(--bronze-light);
  font-family: var(--display);
  font-size: 132px;
  font-weight: 400;
  line-height: 0.8;
}

.hobby-section {
  display: grid;
  grid-template-columns: 105px minmax(0, 1.1fr) minmax(300px, 0.65fr);
  gap: 5vw;
  align-items: start;
  width: var(--page);
  margin: 0 auto;
  padding: 140px 0;
  scroll-margin-top: 72px;
}

.hobby-index {
  color: var(--bronze);
  font-family: var(--display);
  font-size: 56px;
  line-height: 1;
}

.hobby-copy h2 {
  margin-bottom: 32px;
  font-family: var(--display);
  font-size: clamp(52px, 5.3vw, 78px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.hobby-lead {
  max-width: 740px;
  margin-bottom: 48px;
  font-family: var(--display);
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.42;
}

.hobby-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.hobby-columns p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.85;
}

.in-progress-note {
  display: inline-flex;
  margin-top: 36px;
  padding: 11px 15px;
  color: var(--bronze);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: 1px solid rgba(166, 111, 63, 0.5);
}

.collection-cabinet {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.collection-cabinet > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 185px;
  padding: 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.collection-cabinet span {
  color: var(--bronze);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.collection-cabinet i {
  display: block;
  align-self: center;
  width: 54px;
  height: 78px;
  border: 1px solid rgba(166, 111, 63, 0.72);
  border-radius: 28px 28px 18px 18px;
  transform: rotate(7deg);
}

.collection-cabinet > div:nth-child(even) i {
  width: 67px;
  height: 67px;
  border-radius: 50%;
  transform: rotate(-7deg);
}

.iconography-section {
  grid-template-columns: 105px minmax(0, 1.1fr) minmax(300px, 0.65fr);
  width: 100%;
  padding-right: max(56px, calc((100% - 1328px) / 2));
  padding-left: max(56px, calc((100% - 1328px) / 2));
  color: var(--cream);
  background: var(--fir);
}

.iconography-section .section-kicker,
.iconography-section .hobby-index {
  color: var(--bronze-light);
}

.iconography-section .hobby-columns {
  border-color: rgba(244, 239, 229, 0.16);
}

.iconography-section .hobby-columns p {
  color: rgba(244, 239, 229, 0.6);
}

.iconography-section blockquote {
  align-self: end;
  padding: 30px 0 30px 30px;
  color: var(--bronze-light);
  font-family: var(--display);
  font-size: 27px;
  line-height: 1.45;
  border-left: 1px solid rgba(196, 154, 108, 0.55);
}

.hobby-cta {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  width: var(--page);
  margin: 0 auto;
  padding: 90px 0;
}

.hobby-cta p {
  max-width: 700px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.35;
}

.hobby-cta a {
  display: flex;
  gap: 40px;
  min-width: 210px;
  padding: 18px 0;
  font-size: 12px;
  font-weight: 650;
  border-bottom: 1px solid var(--bronze);
}

.hobby-cta a span {
  margin-left: auto;
  color: var(--bronze);
}

.invite-hero {
  grid-template-columns: minmax(0, 1.48fr) minmax(400px, 0.52fr);
}

.invite-direct {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 52px 48px;
  color: var(--cream);
  background: var(--fir);
}

.invite-direct > span {
  margin-bottom: auto;
  color: var(--bronze-light);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.invite-direct a {
  padding: 18px 0;
  overflow-wrap: anywhere;
  font-family: var(--display);
  font-size: clamp(20px, 2vw, 30px);
  border-bottom: 1px solid rgba(244, 239, 229, 0.22);
}

.invite-direct a:hover,
.invite-direct a:focus-visible {
  color: var(--bronze-light);
}

.invite-formats {
  width: var(--page);
  margin: 0 auto;
  padding: 130px 0;
}

.invite-formats > header {
  max-width: 760px;
  margin-bottom: 65px;
}

.invite-formats h2,
.request-guide h2,
.invite-action h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(48px, 5vw, 74px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.045em;
}

.format-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.format-grid article {
  min-height: 300px;
  padding: 27px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.format-grid article > span {
  color: var(--bronze);
  font-size: 9px;
  font-weight: 700;
}

.format-grid h3 {
  margin: 82px 0 18px;
  font-family: var(--display);
  font-size: 25px;
  font-weight: 400;
  line-height: 1.3;
}

.format-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.75;
}

.request-guide {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  gap: 10vw;
  padding: 130px max(56px, calc((100% - 1328px) / 2));
  color: var(--cream);
  background: var(--fir-deep);
}

.request-guide .section-kicker {
  color: var(--bronze-light);
}

.request-guide ol {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(244, 239, 229, 0.18);
  list-style: none;
}

.request-guide li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 20px;
  padding: 25px 0;
  border-bottom: 1px solid rgba(244, 239, 229, 0.18);
}

.request-guide li span {
  color: var(--bronze-light);
  font-size: 9px;
  font-weight: 700;
}

.request-guide li p {
  margin: 0;
  font-family: var(--display);
  font-size: 21px;
  line-height: 1.4;
}

.invite-action {
  width: var(--page);
  margin: 0 auto;
  padding: 130px 0;
}

.invite-action h2 {
  margin-bottom: 55px;
}

.invite-mail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 720px;
  padding: 20px 0;
  font-family: var(--display);
  font-size: clamp(28px, 3.2vw, 44px);
  border-bottom: 1px solid var(--bronze);
}

.invite-mail span {
  color: var(--bronze);
  font-family: var(--sans);
}

.interior-footer {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto auto;
  gap: 60px;
  align-items: end;
  padding: 70px max(56px, calc((100% - 1328px) / 2)) 34px;
  color: var(--cream);
  background: var(--fir-deep);
}

.interior-footer > div:first-child p {
  max-width: 470px;
  margin: 24px 0 0;
  color: rgba(244, 239, 229, 0.52);
  font-size: 11px;
  line-height: 1.75;
}

.interior-footer-links {
  display: flex;
  flex-direction: column;
  gap: 13px;
  font-size: 11px;
}

.interior-footer-links a:hover,
.interior-footer-links a:focus-visible {
  color: var(--bronze-light);
}

.interior-footer > p {
  margin: 0;
  color: rgba(244, 239, 229, 0.46);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.home-news {
  width: var(--page);
  margin: 0 auto;
  padding: 125px 0 140px;
}

.home-news > header {
  display: flex;
  gap: 50px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 58px;
}

.home-news h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(42px, 4.2vw, 64px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.045em;
}

.home-news > header > a {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  min-width: 210px;
  padding: 16px 0;
  font-size: 11px;
  font-weight: 650;
  border-bottom: 1px solid var(--bronze);
}

.home-news > header > a span {
  color: var(--bronze);
}

.home-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 1px;
  background: var(--line);
}

.home-news-grid > a {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding-bottom: 30px;
  background: var(--cream);
}

.home-news-grid > a > div {
  aspect-ratio: 4 / 3;
  margin-bottom: 25px;
  overflow: hidden;
  background: var(--stone);
}

.home-news-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78);
  transition:
    transform 360ms ease,
    filter 360ms ease;
}

.home-news-grid > a:hover img,
.home-news-grid > a:focus-visible img {
  filter: saturate(0.96);
  transform: scale(1.025);
}

.home-news-grid > a > p {
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin: 0 24px 25px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-news-grid > a > p span {
  color: var(--bronze);
}

.home-news-grid h3 {
  max-width: 360px;
  margin: auto 48px 0 24px;
  font-family: var(--display);
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 400;
  line-height: 1.32;
}

.home-news-grid b {
  position: absolute;
  right: 24px;
  bottom: 33px;
  color: var(--bronze);
  font-size: 17px;
  font-weight: 400;
}

.home-profile {
  display: grid;
  grid-template-columns: minmax(260px, 0.48fr) minmax(0, 1.05fr);
  gap: 8vw;
  align-items: center;
  padding: 130px max(56px, calc((100% - 1328px) / 2));
  color: var(--cream);
  background: var(--fir);
}

.home-heraldry {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  padding: 42px 30px 27px;
  border: 1px solid rgba(196, 154, 108, 0.34);
  background: rgba(11, 40, 34, 0.28);
}

.home-heraldry > span {
  align-self: flex-start;
  color: rgba(244, 239, 229, 0.5);
  font-size: 8px;
  font-weight: 650;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.home-heraldry img {
  width: min(100%, 270px);
  height: 330px;
  margin-top: 20px;
  object-fit: contain;
  filter: saturate(0.82);
}

.home-heraldry > p {
  margin: 26px 0 8px;
  color: var(--bronze-light);
  font-family: var(--display);
  font-size: 24px;
}

.home-heraldry > a {
  color: rgba(244, 239, 229, 0.42);
  font-size: 7px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-profile-copy h2,
.home-paths h2 {
  margin-bottom: 30px;
  font-family: var(--display);
  font-size: clamp(48px, 5vw, 74px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.045em;
}

.home-profile-copy .section-kicker {
  color: var(--bronze-light);
}

.home-profile-copy > p:last-of-type {
  max-width: 640px;
  margin-bottom: 34px;
  color: rgba(244, 239, 229, 0.62);
  font-size: 13px;
  line-height: 1.85;
}

.home-profile-copy > a {
  display: flex;
  justify-content: space-between;
  width: min(100%, 320px);
  padding: 18px 0;
  font-size: 12px;
  font-weight: 650;
  border-bottom: 1px solid var(--bronze-light);
}

.home-profile-copy > a span {
  color: var(--bronze-light);
}

.home-profile blockquote {
  max-width: 830px;
  margin: 38px 0 42px;
  padding: 8px 0 8px 34px;
  color: var(--bronze-light);
  font-family: var(--display);
  font-size: clamp(24px, 2.5vw, 37px);
  line-height: 1.4;
  border-left: 1px solid rgba(196, 154, 108, 0.55);
}

.home-paths {
  width: var(--page);
  margin: 0 auto;
  padding: 130px 0;
}

.home-paths > header {
  max-width: 820px;
  margin-bottom: 65px;
}

.home-paths h2 {
  margin-bottom: 0;
}

.home-paths-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.home-paths-grid a {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 310px;
  padding: 25px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition:
    color 220ms ease,
    background 220ms ease;
}

.home-paths-grid a > span {
  color: var(--bronze);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.home-paths-grid h3 {
  margin: auto 0 17px;
  font-family: var(--display);
  font-size: 26px;
  font-weight: 400;
}

.home-paths-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.home-paths-grid b {
  position: absolute;
  top: 22px;
  right: 23px;
  color: var(--bronze);
  font-size: 17px;
  font-weight: 400;
}

.home-paths-grid a:hover,
.home-paths-grid a:focus-visible {
  color: var(--cream);
  background: var(--fir);
}

.home-paths-grid a:hover p,
.home-paths-grid a:focus-visible p {
  color: rgba(244, 239, 229, 0.58);
}

.news-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.55fr);
  gap: 9vw;
  align-items: end;
  min-height: 470px;
  padding: 95px max(56px, calc((100% - 1328px) / 2));
  color: var(--cream);
  background: var(--fir);
}

.news-hero .section-kicker {
  color: var(--bronze-light);
}

.news-hero h1 {
  margin: 0;
  color: var(--cream);
  font-family: var(--display);
  font-size: clamp(64px, 8vw, 112px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.news-hero > p {
  max-width: 490px;
  margin: 0 0 8px;
  color: rgba(244, 239, 229, 0.58);
  font-size: 13px;
  line-height: 1.85;
}

.news-feed {
  width: var(--page);
  margin: 0 auto;
  padding: 105px 0 130px;
}

.news-featured {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.75fr);
  min-height: 540px;
  margin-bottom: 1px;
  color: var(--cream);
  background: var(--fir-deep);
}

.news-featured-media,
.news-card-media {
  min-width: 0;
  overflow: hidden;
  background: var(--stone);
}

.news-editorial-cover {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 330px;
  padding: 24px;
  color: var(--cream);
  background:
    radial-gradient(circle at 86% 82%, transparent 0 59px, rgba(196, 154, 108, 0.3) 60px 61px, transparent 62px),
    linear-gradient(145deg, var(--fir), var(--fir-deep));
}

.news-editorial-cover::before {
  position: absolute;
  inset: 14px;
  content: "";
  border: 1px solid rgba(196, 154, 108, 0.2);
}

.news-editorial-cover span,
.news-editorial-cover small {
  position: relative;
  z-index: 1;
  color: var(--bronze-light);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.news-editorial-cover strong {
  position: relative;
  z-index: 1;
  align-self: center;
  color: var(--bronze-light);
  font-family: var(--display);
  font-size: 64px;
  font-weight: 400;
}

.news-featured-media img,
.news-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.8);
  transition:
    transform 380ms ease,
    filter 380ms ease;
}

.news-featured:hover img,
.news-featured:focus-visible img,
.news-card:hover img,
.news-card:focus-visible img {
  filter: saturate(1);
  transform: scale(1.02);
}

.news-featured-copy {
  display: flex;
  flex-direction: column;
  padding: 48px;
}

.news-meta {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin: 0 0 46px;
  color: rgba(244, 239, 229, 0.46);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.news-meta span {
  color: var(--bronze-light);
}

.news-featured-copy h2 {
  margin: auto 0 25px;
  font-family: var(--display);
  font-size: clamp(34px, 3.3vw, 50px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.news-featured-copy > p:not(.news-meta) {
  margin: 0 0 38px;
  color: rgba(244, 239, 229, 0.58);
  font-size: 13px;
  line-height: 1.8;
}

.news-featured-copy > b {
  display: flex;
  justify-content: space-between;
  padding: 17px 0;
  font-size: 10px;
  font-weight: 650;
  border-bottom: 1px solid rgba(196, 154, 108, 0.65);
}

.news-featured-copy > b span {
  color: var(--bronze-light);
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  padding: 1px;
  background: var(--line);
}

.news-card {
  display: grid;
  grid-template-columns: minmax(180px, 0.72fr) minmax(0, 1fr);
  min-height: 330px;
  background: var(--cream);
}

.news-card-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 30px;
}

.news-card .news-meta {
  margin-bottom: 35px;
  color: var(--muted);
}

.news-card .news-meta span {
  color: var(--bronze);
}

.news-card h2 {
  margin: auto 25px 18px 0;
  font-family: var(--display);
  font-size: clamp(24px, 2.1vw, 31px);
  font-weight: 400;
  line-height: 1.28;
}

.news-card-copy > p:not(.news-meta) {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.news-card-copy > b {
  position: absolute;
  right: 28px;
  bottom: 29px;
  color: var(--bronze);
  font-weight: 400;
}

.news-telegram {
  display: grid;
  grid-template-columns: minmax(240px, 0.7fr) minmax(300px, 1fr) auto;
  gap: 6vw;
  align-items: end;
  padding: 90px max(56px, calc((100% - 1328px) / 2));
  background: #e9e1d5;
}

.news-telegram h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(42px, 4.5vw, 66px);
  font-weight: 400;
}

.news-telegram > p {
  max-width: 500px;
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.8;
}

.news-telegram > a {
  display: flex;
  gap: 48px;
  justify-content: space-between;
  min-width: 230px;
  padding: 17px 0;
  font-size: 11px;
  font-weight: 650;
  border-bottom: 1px solid var(--bronze);
}

.news-telegram > a span {
  color: var(--bronze);
}

.article-hero {
  padding: 88px max(56px, calc((100% - 1180px) / 2)) 96px;
  color: var(--cream);
  background: var(--fir);
}

.article-breadcrumbs {
  display: flex;
  gap: 10px;
  margin-bottom: 72px;
  color: rgba(244, 239, 229, 0.48);
  font-size: 10px;
}

.article-breadcrumbs a {
  color: var(--bronze-light);
}

.article-meta {
  display: flex;
  gap: 24px;
  margin: 0 0 28px;
  color: rgba(244, 239, 229, 0.5);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.article-meta span {
  color: var(--bronze-light);
}

.article-hero h1 {
  max-width: 1050px;
  margin: 0 0 34px;
  font-family: var(--display);
  font-size: clamp(46px, 5.3vw, 76px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.045em;
}

.article-hero > p:last-child {
  max-width: 780px;
  margin: 0;
  color: rgba(244, 239, 229, 0.62);
  font-size: 16px;
  line-height: 1.8;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 80px;
  width: min(100% - 112px, 1180px);
  margin: 0 auto;
  padding: 95px 0 125px;
}

.article-main {
  min-width: 0;
}

.article-image,
.article-monogram-cover {
  margin: 0 0 62px;
}

.article-image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--stone);
}

.article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82);
}

.article-monogram-cover {
  position: relative;
  display: grid;
  min-height: 480px;
  padding: 46px;
  overflow: hidden;
  color: var(--cream);
  border: 1px solid rgba(196, 154, 108, 0.38);
  background:
    radial-gradient(circle at 76% 72%, transparent 0 148px, rgba(196, 154, 108, 0.24) 149px 150px, transparent 151px),
    var(--fir-deep);
}

.article-monogram-cover::before {
  position: absolute;
  inset: 24px;
  content: "";
  border: 1px solid rgba(244, 239, 229, 0.1);
}

.article-monogram-cover span,
.article-monogram-cover small,
.article-monogram-cover strong {
  position: relative;
  z-index: 1;
}

.article-monogram-cover span,
.article-monogram-cover small {
  color: var(--bronze-light);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.article-monogram-cover strong {
  align-self: center;
  justify-self: center;
  color: var(--bronze-light);
  font-family: var(--display);
  font-size: clamp(100px, 13vw, 170px);
  font-weight: 400;
}

.article-monogram-cover small {
  align-self: end;
}

.article-copy {
  max-width: 790px;
}

.article-copy p {
  margin: 0 0 28px;
  font-size: 17px;
  line-height: 1.9;
}

.article-copy p:first-child::first-letter {
  float: left;
  margin: 8px 12px 0 0;
  color: var(--bronze);
  font-family: var(--display);
  font-size: 72px;
  line-height: 0.75;
}

.article-aside {
  position: sticky;
  top: 112px;
  align-self: start;
  padding-top: 3px;
}

.article-aside dl {
  margin: 0 0 34px;
  border-top: 1px solid var(--line);
}

.article-aside dl > div {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.article-aside dt {
  margin-bottom: 6px;
  color: var(--bronze);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-aside dd {
  margin: 0;
  font-family: var(--display);
  font-size: 17px;
  line-height: 1.4;
}

.article-aside > a {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 15px 0;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.5;
  border-bottom: 1px solid var(--bronze);
}

.article-aside > a span {
  color: var(--bronze);
}

.article-related {
  padding: 100px max(56px, calc((100% - 1328px) / 2));
  background: #e9e1d5;
}

.article-related > header {
  margin-bottom: 52px;
}

.article-related h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(40px, 4vw, 60px);
  font-weight: 400;
}

.article-related > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.article-related > div > a {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.article-related time {
  color: var(--bronze);
  font-size: 9px;
}

.article-related h3 {
  margin: auto 30px 0 0;
  font-family: var(--display);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.35;
}

.article-related a > span {
  position: absolute;
  right: 25px;
  bottom: 27px;
  color: var(--bronze);
}

.bio-hero {
  grid-template-columns: minmax(0, 1.32fr) minmax(390px, 0.68fr);
}

.bio-portrait {
  position: relative;
  overflow: hidden;
  background: #d8d0c4;
}

.bio-portrait::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(11, 40, 34, 0.25), transparent 48%);
}

.bio-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 44% center;
  filter: saturate(0.76);
}

.bio-statement {
  display: grid;
  grid-template-columns: 180px minmax(320px, 1fr) minmax(260px, 0.55fr);
  gap: 5vw;
  width: var(--page);
  margin: 0 auto;
  padding: 130px 0;
}

.bio-statement blockquote {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(31px, 3.6vw, 52px);
  line-height: 1.3;
}

.bio-statement > p:last-child {
  align-self: end;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.85;
}

.bio-timeline-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
  gap: 9vw;
  padding: 130px max(56px, calc((100% - 1328px) / 2));
  color: var(--cream);
  background: var(--fir);
}

.bio-timeline-section > header {
  position: sticky;
  top: 130px;
  align-self: start;
}

.bio-timeline-section .section-kicker {
  color: var(--bronze-light);
}

.bio-timeline-section h2,
.bio-service h2,
.bio-education h2,
.bio-heritage h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(38px, 3.7vw, 56px);
  font-weight: 400;
  line-height: 1.13;
  letter-spacing: -0.045em;
}

.bio-timeline {
  border-top: 1px solid rgba(244, 239, 229, 0.18);
}

.bio-timeline article {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 26px;
  padding: 27px 0 38px;
  border-bottom: 1px solid rgba(244, 239, 229, 0.18);
}

.bio-timeline time,
.bio-education time {
  color: var(--bronze-light);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.bio-timeline h3 {
  margin-bottom: 12px;
  font-family: var(--display);
  font-size: 25px;
  font-weight: 400;
}

.bio-timeline p {
  max-width: 590px;
  margin: 0;
  color: rgba(244, 239, 229, 0.58);
  font-size: 13px;
  line-height: 1.8;
}

.bio-service,
.bio-education,
.bio-recognition {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
  gap: 10vw;
  width: var(--page);
  margin: 0 auto;
  padding: 130px 0;
}

.bio-service-copy > p:last-child {
  max-width: 520px;
  margin-top: 30px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.bio-service ol,
.bio-jury ol {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.bio-service li,
.bio-jury li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 20px;
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
}

.bio-service li span,
.bio-jury li span {
  color: var(--bronze);
  font-size: 9px;
  font-weight: 700;
}

.bio-service li p,
.bio-jury li p {
  margin: 0;
  font-family: var(--display);
  font-size: 23px;
  line-height: 1.42;
}

.bio-education {
  width: 100%;
  padding-right: max(56px, calc((100% - 1328px) / 2));
  padding-left: max(56px, calc((100% - 1328px) / 2));
  background: #e9e1d5;
}

.bio-education-list {
  border-top: 1px solid var(--line);
}

.bio-education-list article {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 20px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.bio-education time {
  color: var(--bronze);
}

.bio-education h3 {
  margin: 0 0 7px;
  font-family: var(--display);
  font-size: 22px;
  font-weight: 400;
}

.bio-education-list p {
  grid-column: 2;
  margin: -17px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.bio-recognition {
  align-items: start;
}

.bio-award {
  padding: 45px;
  color: var(--cream);
  background: var(--fir);
}

.bio-award > span {
  color: var(--bronze-light);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bio-award h2 {
  margin: 105px 0 25px;
  font-family: var(--display);
  font-size: clamp(39px, 4vw, 58px);
  font-weight: 400;
}

.bio-award p {
  max-width: 520px;
  margin: 0;
  color: rgba(244, 239, 229, 0.6);
  font-size: 13px;
  line-height: 1.8;
}

.bio-heritage {
  display: grid;
  grid-template-columns: 180px minmax(0, 980px);
  gap: 6vw;
  justify-content: center;
  padding: 140px 56px;
  color: var(--cream);
  background: var(--fir-deep);
}

.bio-heritage-number {
  color: rgba(196, 154, 108, 0.48);
  font-family: var(--display);
  font-size: 58px;
}

.bio-heritage .section-kicker {
  color: var(--bronze-light);
}

.bio-heritage-lead {
  max-width: 900px;
  margin: 38px 0 62px;
  font-family: var(--display);
  font-size: clamp(26px, 3vw, 41px);
  line-height: 1.38;
}

.bio-heritage-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  padding-top: 28px;
  border-top: 1px solid rgba(244, 239, 229, 0.16);
}

.bio-heritage-columns p {
  margin: 0;
  color: rgba(244, 239, 229, 0.55);
  font-size: 13px;
  line-height: 1.85;
}

.bio-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: var(--page);
  margin: 0 auto;
  padding: 90px 0;
  border-top: 1px solid var(--line);
}

.bio-links a {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding: 20px 28px 20px 0;
  font-family: var(--display);
  font-size: 20px;
  border-bottom: 1px solid var(--line);
}

.bio-links a span {
  color: var(--bronze);
  font-family: var(--sans);
}

.books-hero {
  grid-template-columns: minmax(0, 1.55fr) minmax(340px, 0.45fr);
}

.books-hero-mark,
.films-hero-stat {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 50px;
  color: var(--cream);
  background: var(--fir);
}

.books-hero-mark span,
.films-hero-stat > span {
  margin-bottom: auto;
  color: var(--bronze-light);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.books-hero-mark strong,
.films-hero-stat strong {
  color: var(--bronze-light);
  font-family: var(--display);
  font-size: clamp(92px, 9vw, 140px);
  font-weight: 400;
  line-height: 0.85;
}

.books-hero-mark small {
  margin-top: 28px;
  color: rgba(244, 239, 229, 0.52);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.books-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  width: var(--page);
  margin: 76px auto 0;
  padding: 1px;
  background: var(--line);
}

.book-entry {
  display: grid;
  grid-template-columns: 34px minmax(135px, 165px) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  min-width: 0;
  padding: 44px 34px;
  background: var(--cream);
}

.book-entry:nth-child(even) .book-cover {
  grid-column: 2;
}

.book-entry:nth-child(even) .book-copy {
  grid-row: auto;
  grid-column: 3;
}

.book-number {
  align-self: start;
  color: var(--bronze);
  font-family: var(--display);
  font-size: 28px;
}

.book-cover {
  position: relative;
  display: block;
  box-shadow: 0 30px 70px rgba(30, 41, 37, 0.16);
  transition: transform 240ms ease;
}

.book-cover::before {
  position: absolute;
  z-index: -1;
  inset: -9px 9px 9px -9px;
  content: "";
  border: 1px solid rgba(166, 111, 63, 0.45);
}

.book-cover:hover,
.book-cover:focus-visible {
  transform: translateY(-6px);
}

.book-cover img {
  width: 100%;
  height: auto;
  aspect-ratio: 0.7;
  object-fit: cover;
}

.book-meta {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 17px;
  color: var(--bronze);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.book-meta i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--bronze);
}

.book-copy h2 {
  margin-bottom: 12px;
  font-family: var(--display);
  font-size: clamp(30px, 3vw, 43px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.book-copy h3 {
  max-width: 620px;
  margin-bottom: 18px;
  color: var(--bronze);
  font-family: var(--display);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}

.book-copy > p:not(.book-meta) {
  max-width: 640px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.75;
}

.book-copy small {
  display: block;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.book-link {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 14px 0;
  font-size: 10px;
  font-weight: 650;
  border-bottom: 1px solid var(--bronze);
}

.book-link span {
  color: var(--bronze);
}

.books-note {
  width: var(--page);
  margin: 0 auto;
  padding: 78px 0 110px;
}

.books-note p {
  max-width: 980px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(28px, 3.3vw, 46px);
  line-height: 1.35;
}

.films-hero {
  grid-template-columns: minmax(0, 1.52fr) minmax(350px, 0.48fr);
}

.films-hero-stat p {
  max-width: 230px;
  margin: 22px 0 30px;
  color: rgba(244, 239, 229, 0.58);
  font-size: 11px;
  line-height: 1.7;
}

.films-hero-stat small {
  width: max-content;
  padding: 8px 10px;
  color: var(--bronze-light);
  font-size: 9px;
  font-weight: 800;
  border: 1px solid rgba(196, 154, 108, 0.55);
}

.films-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.65fr);
  gap: 10vw;
  align-items: end;
  width: var(--page);
  margin: 0 auto;
  padding: 125px 0 70px;
}

.films-intro h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(48px, 5vw, 74px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.045em;
}

.films-intro > p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.85;
}

.film-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  width: var(--page);
  margin: 0 auto;
  padding: 1px;
  background: var(--line);
}

.film-gallery figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--fir-deep);
}

.film-gallery img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: saturate(0.84) contrast(1.02);
  transition:
    transform 380ms ease,
    filter 380ms ease;
}

.film-gallery figure:hover img {
  filter: saturate(1);
  transform: scale(1.025);
}

.film-gallery figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: flex;
  gap: 7px;
  align-items: center;
  padding: 8px 10px;
  color: var(--cream);
  font-size: 9px;
  background: rgba(11, 40, 34, 0.84);
}

.film-gallery figcaption span {
  color: var(--bronze-light);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.films-archive-link {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
  width: var(--page);
  margin: 0 auto;
  padding: 85px 0 120px;
}

.films-archive-link p {
  max-width: 580px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
}

.films-archive-link a {
  display: flex;
  gap: 40px;
  min-width: 330px;
  padding: 18px 0;
  font-size: 11px;
  font-weight: 650;
  border-bottom: 1px solid var(--bronze);
}

.films-archive-link a span {
  margin-left: auto;
  color: var(--bronze);
}

@keyframes hero-copy-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes portrait-in {
  from {
    opacity: 0;
    clip-path: inset(0 0 100% 0 round 47% 0 0 32%);
  }
  to {
    opacity: 1;
    clip-path: inset(0 round 0);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy > * {
    opacity: 0;
    animation: hero-copy-in 720ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }

  .hero-copy > :nth-child(2) {
    animation-delay: 80ms;
  }

  .hero-copy > :nth-child(3) {
    animation-delay: 150ms;
  }

  .hero-copy > :nth-child(4) {
    animation-delay: 220ms;
  }

  .hero-copy > :nth-child(5) {
    animation-delay: 290ms;
  }

  .hero-copy > :nth-child(6) {
    animation-delay: 360ms;
  }

  .portrait-frame {
    animation: portrait-in 1s 140ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }
}

@media (max-width: 1180px) {
  :root {
    --page: min(100% - 64px, 1080px);
  }

  .site-header {
    grid-template-columns: 64px 1fr auto;
    padding: 0 32px;
  }

  .site-logo {
    width: 58px;
  }

  .site-logo img {
    width: 190px;
  }

  .desktop-nav {
    gap: 22px;
  }

  .desktop-nav a {
    font-size: 11px;
  }

  .header-contact span:first-child {
    display: none;
  }

  .header-contact {
    min-width: 42px;
    justify-content: center;
    padding: 0;
  }

  .hero-copy {
    padding-left: 32px;
  }

  .hero h1 {
    font-size: clamp(58px, 5.8vw, 74px);
  }

  .hero-statement {
    font-size: clamp(29px, 3.2vw, 40px);
  }

  .roles-section,
  .about-section,
  .recognition-section {
    padding-right: 32px;
    padding-left: 32px;
  }

  .section-heading-row {
    gap: 50px;
  }

  .projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .film-gallery {
    grid-template-columns: repeat(3, 1fr);
  }

  .publication-row {
    grid-template-columns: 40px 125px minmax(200px, 1fr) minmax(210px, 0.75fr) 24px;
    gap: 16px;
  }
}

@media (max-width: 900px) {
  :root {
    --page: calc(100% - 48px);
  }

  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 70px;
    padding: 0 24px;
  }

  .site-logo {
    width: 190px;
  }

  .desktop-nav,
  .header-contact {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .mobile-menu summary {
    display: flex;
    flex-direction: column;
    gap: 7px;
    justify-content: center;
    width: 42px;
    height: 42px;
    cursor: pointer;
    list-style: none;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu summary span {
    display: block;
    width: 28px;
    height: 1px;
    background: var(--cream);
  }

  .mobile-menu[open] summary span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .mobile-menu[open] summary span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .mobile-menu nav {
    position: absolute;
    top: 70px;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    padding: 30px 24px 36px;
    color: var(--cream);
    background: var(--fir-deep);
    border-top: 1px solid rgba(244, 239, 229, 0.12);
    box-shadow: 0 24px 40px rgba(11, 40, 34, 0.2);
  }

  .mobile-menu nav a {
    padding: 14px 0;
    font-family: var(--display);
    font-size: 24px;
    border-bottom: 1px solid rgba(244, 239, 229, 0.12);
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-copy {
    min-height: auto;
    padding: 76px 24px 64px;
  }

  .hero h1 {
    font-size: clamp(60px, 14vw, 98px);
    white-space: normal;
  }

  .hero-statement {
    max-width: 720px;
    font-size: clamp(29px, 5.2vw, 42px);
  }

  .hero-visual {
    min-height: 680px;
  }

  .roles-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section,
  .roles-section,
  .about-section,
  .recognition-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-heading-row,
  .about-section,
  .service-layout,
  .education-section {
    grid-template-columns: 1fr;
  }

  .about-intro {
    position: static;
  }

  .section-heading-row {
    gap: 28px;
    align-items: start;
  }

  .section-heading-row > p:last-child {
    max-width: 620px;
  }

  .service-layout {
    gap: 70px;
  }

  .recognition-section {
    grid-template-columns: 1fr;
    gap: 68px;
  }

  .recognition-title,
  .recognition-stats {
    grid-column: auto;
  }

  .recognition-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .publication-row {
    grid-template-columns: 38px 1fr 28px;
    padding: 24px 0;
  }

  .publication-row > p {
    grid-column: 2;
  }

  .publication-row h3 {
    grid-column: 2;
  }

  .publication-row em {
    grid-column: 2;
  }

  .publication-row b {
    grid-row: 1 / 4;
    grid-column: 3;
  }

  .heritage-section {
    grid-template-columns: 110px 1fr;
    padding: 110px 32px;
  }

  .heritage-number {
    font-size: 76px;
  }
}

@media (max-width: 600px) {
  :root {
    --page: calc(100% - 32px);
  }

  .site-logo {
    width: 58px;
  }

  .hero-copy {
    padding: 58px 16px 48px;
  }

  .eyebrow {
    flex-wrap: wrap;
    max-width: 320px;
    margin-bottom: 25px;
    font-size: 9px;
    line-height: 1.6;
  }

  .hero h1 {
    font-size: clamp(54px, 17.5vw, 76px);
  }

  .hero-statement {
    font-size: clamp(28px, 8.1vw, 38px);
    line-height: 1.2;
  }

  .button {
    width: 100%;
  }

  .hero-credentials {
    font-size: 10px;
  }

  .hero-marker > span {
    width: 44px;
  }

  .hero-visual {
    min-height: 510px;
  }

  .portrait-frame {
    inset: 5% 5% 6%;
    border-radius: 35% 5% 5% 20% / 25% 5% 5% 12%;
  }

  .portrait-frame img {
    object-position: 44% center;
  }

  .editorial-card {
    right: 16px;
    bottom: 18px;
    width: 220px;
    padding: 17px;
  }

  .editorial-card strong {
    margin: 10px 0 16px;
    font-size: 21px;
  }

  .visual-note {
    right: 9px;
  }

  .section,
  .roles-section,
  .about-section,
  .recognition-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .roles-section,
  .about-section,
  .recognition-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .section-heading {
    margin-bottom: 48px;
  }

  .section-heading h2,
  .recognition-title h2,
  .education-copy h2,
  .heritage-copy h2 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .roles-grid,
  .projects-grid,
  .recognition-stats {
    grid-template-columns: 1fr;
  }

  .role-card {
    min-height: 230px;
  }

  .role-card h3 {
    margin-top: 48px;
    font-size: 28px;
  }

  .project-card {
    min-height: 330px;
  }

  .timeline-item {
    grid-template-columns: 64px 1fr;
    gap: 16px;
  }

  .service-feature {
    min-height: 500px;
    padding: 28px 24px;
  }

  .service-feature > span {
    margin-bottom: 100px;
  }

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

  .publication-row {
    grid-template-columns: 28px 1fr 20px;
    gap: 10px;
  }

  .publication-row h3 {
    font-size: 21px;
  }

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

  .education-list p {
    grid-column: 1;
    margin: 0;
  }

  .heritage-section {
    display: block;
    padding: 82px 16px;
  }

  .heritage-number {
    margin-bottom: 50px;
    font-size: 70px;
  }

  .heritage-quote {
    margin-bottom: 50px;
  }

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

  footer {
    padding: 82px 16px 24px;
  }

  .footer-top {
    margin-bottom: 80px;
  }

  .footer-top h2 {
    font-size: clamp(46px, 14vw, 70px);
  }

  .footer-mail {
    gap: 20px;
    overflow-wrap: anywhere;
    font-size: 20px;
  }

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

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

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

@media (max-width: 1180px) {
  .header-contact .contact-short {
    display: inline;
  }

  .header-contact {
    min-width: 120px;
    gap: 16px;
    padding: 0 14px;
  }

  .desktop-nav {
    gap: 18px;
  }

  .home-paths-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .book-entry {
    grid-template-columns: 30px minmax(125px, 150px) minmax(0, 1fr);
    gap: 20px;
    padding: 38px 28px;
  }
}

@media (max-width: 900px) {
  .mobile-menu nav .mobile-sub-link {
    padding-left: 18px;
    color: rgba(244, 239, 229, 0.68);
    font-family: var(--sans);
    font-size: 14px;
  }

  .mobile-menu nav .mobile-contact-link {
    margin-top: 18px;
    padding: 17px 18px;
    color: var(--fir-deep);
    font-family: var(--sans);
    font-size: 13px;
    font-weight: 700;
    background: var(--bronze-light);
  }

  .subpage-hero,
  .hobby-hero,
  .invite-hero,
  .bio-hero,
  .books-hero,
  .films-hero {
    grid-template-columns: 1fr;
  }

  .subpage-hero-copy {
    min-height: 500px;
    padding: 80px 24px;
  }

  .subpage-hero-copy h1 {
    font-size: clamp(58px, 11vw, 86px);
  }

  .subpage-hero-aside,
  .books-hero-mark,
  .films-hero-stat,
  .invite-direct {
    min-height: 330px;
    padding: 38px 32px;
  }

  .hobby-emblem,
  .bio-portrait {
    min-height: 560px;
  }

  .topic-nav {
    grid-template-columns: repeat(2, 1fr);
  }

  .archive-grid,
  .film-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .archive-heading {
    grid-template-columns: 65px 1fr;
  }

  .hobby-section,
  .iconography-section {
    grid-template-columns: 70px 1fr;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .collection-cabinet,
  .iconography-section blockquote {
    grid-column: 2;
  }

  .home-profile,
  .bio-statement,
  .bio-timeline-section,
  .bio-service,
  .bio-education,
  .bio-recognition,
  .films-intro,
  .request-guide {
    grid-template-columns: 1fr;
  }

  .home-profile {
    gap: 60px;
    padding: 100px 24px;
  }

  .home-news {
    padding: 100px 0 110px;
  }

  .home-news-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-news-grid > a:last-child {
    grid-column: 1 / -1;
  }

  .home-paths-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .news-hero,
  .news-featured,
  .news-telegram {
    grid-template-columns: 1fr;
  }

  .news-hero {
    gap: 42px;
    min-height: 450px;
    padding: 80px 24px;
  }

  .news-featured {
    min-height: 0;
  }

  .news-featured-media {
    aspect-ratio: 4 / 3;
  }

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

  .news-telegram {
    gap: 32px;
    padding: 75px 24px;
  }

  .article-hero {
    padding: 75px 24px 82px;
  }

  .article-breadcrumbs {
    margin-bottom: 54px;
  }

  .article-layout {
    grid-template-columns: 1fr;
    gap: 64px;
    width: calc(100% - 48px);
    padding: 75px 0 100px;
  }

  .article-aside {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding-top: 40px;
    border-top: 1px solid var(--line);
  }

  .article-related {
    padding: 80px 24px;
  }

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

  .bio-statement {
    gap: 36px;
    padding: 100px 0;
  }

  .bio-statement > p:last-child {
    max-width: 620px;
  }

  .bio-timeline-section > header {
    position: static;
  }

  .bio-service,
  .bio-education,
  .bio-recognition {
    gap: 65px;
  }

  .bio-links {
    grid-template-columns: 1fr;
  }

  .book-entry,
  .book-entry:nth-child(even) {
    grid-template-columns: 42px minmax(150px, 190px) minmax(0, 1fr);
    gap: 28px;
    padding: 55px 42px;
  }

  .book-entry:nth-child(even) .book-cover {
    grid-column: 2;
  }

  .book-entry:nth-child(even) .book-copy {
    grid-row: auto;
    grid-column: 3;
  }

  .films-intro {
    gap: 35px;
  }

  .interior-footer {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    padding-right: 24px;
    padding-left: 24px;
  }

  .interior-footer > p {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  .subpage-hero-copy {
    min-height: 440px;
    padding: 64px 16px;
  }

  .subpage-hero-copy h1 {
    margin-bottom: 26px;
    font-size: clamp(50px, 15vw, 70px);
  }

  .topic-nav,
  .archive-grid,
  .format-grid,
  .home-paths-grid {
    grid-template-columns: 1fr;
  }

  .topic-nav {
    padding-top: 35px;
  }

  .archive-section {
    padding-top: 90px;
  }

  .archive-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .archive-card {
    min-height: 230px;
  }

  .media-cta {
    width: calc(100% - 32px);
    margin: 90px auto;
    padding: 48px 24px;
  }

  .media-cta h2 {
    font-size: 40px;
  }

  .hobby-emblem,
  .bio-portrait {
    min-height: 470px;
  }

  .hobby-section,
  .iconography-section {
    display: block;
    padding: 80px 16px;
  }

  .hobby-index {
    margin-bottom: 45px;
  }

  .hobby-columns,
  .bio-heritage-columns {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .collection-cabinet,
  .iconography-section blockquote {
    margin-top: 55px;
  }

  .hobby-cta,
  .films-archive-link {
    flex-direction: column;
    align-items: stretch;
    padding: 70px 0;
  }

  .hobby-cta a,
  .films-archive-link a {
    width: 100%;
    min-width: 0;
  }

  .home-profile {
    padding: 80px 16px;
  }

  .home-heraldry {
    width: min(100%, 360px);
    margin: 0 auto;
  }

  .home-profile blockquote {
    padding-left: 24px;
  }

  .home-news > header {
    align-items: stretch;
    flex-direction: column;
    margin-bottom: 42px;
  }

  .home-news > header > a {
    min-width: 0;
  }

  .home-news-grid {
    grid-template-columns: 1fr;
  }

  .home-news-grid > a:last-child {
    grid-column: auto;
  }

  .news-feed {
    padding: 70px 0 90px;
  }

  .news-featured-copy {
    padding: 34px 25px;
  }

  .news-card {
    grid-template-columns: 1fr;
  }

  .news-card-media {
    aspect-ratio: 4 / 3;
  }

  .news-editorial-cover {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .news-card-copy {
    min-height: 270px;
    padding: 27px 24px;
  }

  .news-telegram {
    padding-right: 16px;
    padding-left: 16px;
  }

  .article-hero {
    padding: 58px 16px 66px;
  }

  .article-breadcrumbs {
    margin-bottom: 42px;
  }

  .article-hero h1 {
    font-size: clamp(38px, 11.5vw, 54px);
  }

  .article-hero > p:last-child {
    font-size: 14px;
  }

  .article-layout {
    width: calc(100% - 32px);
    padding: 58px 0 78px;
  }

  .article-image,
  .article-monogram-cover {
    margin-bottom: 42px;
  }

  .article-monogram-cover {
    min-height: 360px;
    padding: 30px;
  }

  .article-copy p {
    font-size: 15px;
    line-height: 1.8;
  }

  .article-aside {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .article-related {
    padding: 70px 16px;
  }

  .article-related > div {
    grid-template-columns: 1fr;
  }

  .home-paths {
    padding: 80px 0;
  }

  .home-paths-grid a {
    min-height: 250px;
  }

  .bio-statement {
    padding: 80px 0;
  }

  .bio-timeline-section,
  .request-guide {
    padding: 80px 16px;
  }

  .bio-timeline article {
    grid-template-columns: 65px 1fr;
    gap: 15px;
  }

  .bio-service,
  .bio-education,
  .bio-recognition {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .bio-education {
    padding-right: 16px;
    padding-left: 16px;
  }

  .bio-education-list article {
    grid-template-columns: 1fr;
  }

  .bio-education-list p {
    grid-column: 1;
    margin: 0;
  }

  .bio-award {
    padding: 28px 24px;
  }

  .bio-heritage {
    display: block;
    padding: 80px 16px;
  }

  .bio-heritage-number {
    margin-bottom: 50px;
  }

  .bio-links {
    padding: 65px 0;
  }

  .book-entry,
  .book-entry:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 48px 28px;
  }

  .book-number,
  .book-entry:nth-child(even) .book-cover,
  .book-entry:nth-child(even) .book-copy {
    grid-row: auto;
    grid-column: 1;
  }

  .book-cover {
    width: min(68%, 240px);
    margin: 0 auto;
  }

  .books-note {
    padding: 75px 0 90px;
  }

  .films-intro {
    padding: 85px 0 50px;
  }

  .interior-footer {
    grid-template-columns: 1fr;
    gap: 45px;
    padding: 60px 16px 28px;
  }

  .interior-footer > p {
    grid-column: 1;
  }
}
