@charset "UTF-8";
.highlight table td {
  padding: 5px;
}

.highlight table pre {
  margin: 0;
}

.highlight .cm {
  color: #999988;
  font-style: italic;
}

.highlight .cp {
  color: #999999;
  font-weight: bold;
}

.highlight .c1 {
  color: #999988;
  font-style: italic;
}

.highlight .cs {
  color: #999999;
  font-weight: bold;
  font-style: italic;
}

.highlight .c, .highlight .cd {
  color: #999988;
  font-style: italic;
}

.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}

.highlight .gd {
  color: #000000;
  background-color: #ffdddd;
}

.highlight .ge {
  color: #000000;
  font-style: italic;
}

.highlight .gr {
  color: #aa0000;
}

.highlight .gh {
  color: #999999;
}

.highlight .gi {
  color: #000000;
  background-color: #ddffdd;
}

.highlight .go {
  color: #888888;
}

.highlight .gp {
  color: #555555;
}

.highlight .gs {
  font-weight: bold;
}

.highlight .gu {
  color: #aaaaaa;
}

.highlight .gt {
  color: #aa0000;
}

.highlight .kc {
  color: #000000;
  font-weight: bold;
}

.highlight .kd {
  color: #000000;
  font-weight: bold;
}

.highlight .kn {
  color: #000000;
  font-weight: bold;
}

.highlight .kp {
  color: #000000;
  font-weight: bold;
}

.highlight .kr {
  color: #000000;
  font-weight: bold;
}

.highlight .kt {
  color: #445588;
  font-weight: bold;
}

.highlight .k, .highlight .kv {
  color: #000000;
  font-weight: bold;
}

.highlight .mf {
  color: #009999;
}

.highlight .mh {
  color: #009999;
}

.highlight .il {
  color: #009999;
}

.highlight .mi {
  color: #009999;
}

.highlight .mo {
  color: #009999;
}

.highlight .m, .highlight .mb, .highlight .mx {
  color: #009999;
}

.highlight .sb {
  color: #d14;
}

.highlight .sc {
  color: #d14;
}

.highlight .sd {
  color: #d14;
}

.highlight .s2 {
  color: #d14;
}

.highlight .se {
  color: #d14;
}

.highlight .sh {
  color: #d14;
}

.highlight .si {
  color: #d14;
}

.highlight .sx {
  color: #d14;
}

.highlight .sr {
  color: #009926;
}

.highlight .s1 {
  color: #d14;
}

.highlight .ss {
  color: #990073;
}

.highlight .s {
  color: #d14;
}

.highlight .na {
  color: #008080;
}

.highlight .bp {
  color: #999999;
}

.highlight .nb {
  color: #0086B3;
}

.highlight .nc {
  color: #445588;
  font-weight: bold;
}

.highlight .no {
  color: #008080;
}

.highlight .nd {
  color: #3c5d5d;
  font-weight: bold;
}

.highlight .ni {
  color: #800080;
}

.highlight .ne {
  color: #990000;
  font-weight: bold;
}

.highlight .nf {
  color: #990000;
  font-weight: bold;
}

.highlight .nl {
  color: #990000;
  font-weight: bold;
}

.highlight .nn {
  color: #555555;
}

.highlight .nt {
  color: #000080;
}

.highlight .vc {
  color: #008080;
}

.highlight .vg {
  color: #008080;
}

.highlight .vi {
  color: #008080;
}

.highlight .nv {
  color: #008080;
}

.highlight .ow {
  color: #000000;
  font-weight: bold;
}

.highlight .o {
  color: #000000;
  font-weight: bold;
}

.highlight .w {
  color: #bbbbbb;
}

.highlight {
  background-color: #f8f8f8;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}

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

ul, ol {
  list-style: none;
}

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

button {
  font: inherit;
  border: none;
  background: none;
  cursor: pointer;
}

body {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #1A1A1A;
  background: #FAFAF7;
}

h1, h2, h3 {
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
  line-height: 1.15;
  color: #1A1A1A;
}

h1 {
  font-size: 3.2rem;
  margin-bottom: 0.5em;
  letter-spacing: -0.02em;
}

h2 {
  font-size: 2rem;
  margin-bottom: 0.5em;
}

h3 {
  font-size: 1.35rem;
  margin-bottom: 0.4em;
}

p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.container--narrow {
  max-width: 660px;
}

.prose {
  font-size: 1.05rem;
  line-height: 1.9;
  color: #444444;
}
.prose p {
  margin-bottom: 1.25em;
}
.prose strong {
  color: #1A1A1A;
  font-weight: 600;
}
.prose a {
  color: #D9582E;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.prose a:hover {
  color: #C04A22;
}
.prose ul, .prose ol {
  padding-left: 1.25em;
  margin-bottom: 1.25em;
}
.prose ul li, .prose ol li {
  list-style: disc;
  margin-bottom: 0.3em;
}
.prose ol li {
  list-style: decimal;
}
.prose code {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.88em;
  background: #F3F1EC;
  padding: 0.15em 0.4em;
  border-radius: 3px;
}
.prose blockquote {
  border-left: 3px solid #D9582E;
  padding-left: 1.25rem;
  margin: 1.5em 0;
  font-style: italic;
  color: #888888;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 0.7rem 1.5rem;
  border-radius: 100px;
  transition: all 0.2s;
  white-space: nowrap;
}

.btn--primary {
  background: #1A1A1A;
  color: #FFFFFF;
}
.btn--primary:hover {
  background: #333;
}

.btn--outline {
  border: 1.5px solid #E5E2DC;
  color: #1A1A1A;
}
.btn--outline:hover {
  border-color: #1A1A1A;
}

.btn--sm {
  padding: 0.45rem 1rem;
  font-size: 0.82rem;
}

.pill {
  display: inline-block;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  color: #888888;
  background: #F3F1EC;
  padding: 0.25rem 0.65rem;
  border-radius: 100px;
  letter-spacing: 0.02em;
}

.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.visible {
  opacity: 1;
  transform: none;
}

.delay-1 {
  transition-delay: 0.12s;
}

.delay-2 {
  transition-delay: 0.24s;
}

.delay-3 {
  transition-delay: 0.36s;
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.topnav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(250, 250, 247, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(229, 226, 220, 0.6);
}

.topnav__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 2.5rem;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topnav__logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "DM Sans", system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  color: #1A1A1A;
}

.topnav__logo-img {
  height: 36px;
  width: auto;
}

.topnav__links {
  display: flex;
  gap: 0.25rem;
}
.topnav__links li a {
  display: block;
  padding: 0.4rem 0.85rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: #888888;
  border-radius: 100px;
  transition: color 0.15s, background 0.15s;
}
.topnav__links li a:hover {
  color: #1A1A1A;
  background: rgba(0, 0, 0, 0.04);
}
.topnav__links li a.active {
  color: #1A1A1A;
  background: rgba(0, 0, 0, 0.05);
  font-weight: 600;
}

.mobile-bar {
  display: none;
}

.mobile-drawer {
  display: none;
}

.nav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(26, 26, 26, 0.35);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 105;
  opacity: 0;
  transition: opacity 0.3s;
}
.nav-overlay.on {
  display: block;
  opacity: 1;
}

@media (max-width: 768px) {
  .topnav {
    display: none;
  }
  .mobile-bar {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    z-index: 100;
    padding: 0 1rem 0 1.25rem;
    background: rgba(250, 250, 247, 0.85);
    backdrop-filter: blur(14px) saturate(140%);
    -webkit-backdrop-filter: blur(14px) saturate(140%);
    border-bottom: 1px solid rgba(229, 226, 220, 0.6);
    align-items: center;
    justify-content: space-between;
  }
  .mobile-bar__brand {
    display: inline-flex;
    align-items: center;
    height: 100%;
    color: #1A1A1A;
  }
  .mobile-bar__logo {
    display: block;
    height: 30px;
    width: auto;
  }
  .mobile-bar__btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 0.5rem;
    border-radius: 6px;
  }
  .mobile-bar__btn span {
    display: block;
    width: 22px;
    height: 2px;
    background: #1A1A1A;
    border-radius: 1px;
    transition: transform 0.3s, opacity 0.3s;
  }
  .mobile-bar__btn[aria-expanded=true] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .mobile-bar__btn[aria-expanded=true] span:nth-child(2) {
    opacity: 0;
  }
  .mobile-bar__btn[aria-expanded=true] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .mobile-drawer {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: min(85vw, 320px);
    background: #FAFAF7;
    border-right: 1px solid #E5E2DC;
    box-shadow: 4px 0 30px rgba(0, 0, 0, 0.08);
    padding: calc(56px + 2rem) 1.5rem 2rem;
    z-index: 110;
    transform: translateX(-100%);
    transition: transform 0.32s cubic-bezier(0.32, 0.72, 0, 1);
    overflow-y: auto;
  }
  .mobile-drawer.open {
    transform: translateX(0);
  }
  .mobile-drawer__logo {
    display: block;
    width: 180px;
    max-width: 100%;
    height: auto;
    margin-bottom: 0.85rem;
  }
  .mobile-drawer__brand {
    margin-bottom: 1.75rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #E5E2DC;
  }
  .mobile-drawer__name {
    display: block;
    font-family: "Instrument Serif", Georgia, serif;
    font-size: 1.25rem;
    color: #1A1A1A;
  }
  .mobile-drawer__sub {
    display: block;
    font-family: "JetBrains Mono", monospace;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #888888;
    margin-top: 0.25rem;
  }
  .mobile-drawer__links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
  .mobile-drawer__links li a {
    display: block;
    padding: 0.85rem 1rem;
    font-family: "DM Sans", system-ui, sans-serif;
    font-size: 1.05rem;
    font-weight: 500;
    color: #444444;
    border-radius: 8px;
    transition: background 0.15s, color 0.15s;
  }
  .mobile-drawer__links li a:hover {
    background: #F3F1EC;
    color: #1A1A1A;
  }
  .mobile-drawer__links li a.active {
    background: #F3F1EC;
    color: #1A1A1A;
    font-weight: 600;
  }
  main {
    padding-top: 56px;
  }
}
.site-footer {
  padding: 3rem 0;
  text-align: center;
  border-top: 1px solid #E5E2DC;
  margin-top: 4rem;
}
.site-footer__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 2.5rem;
}
.site-footer p {
  font-size: 0.78rem;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.section-title {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

.hero {
  position: relative;
  padding: 10rem 0 5rem;
  overflow: hidden;
}

.hero__bg-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  pointer-events: none;
  background-image: radial-gradient(circle, #E8E5DF 1px, transparent 1px);
  background-size: 28px 28px;
}

.hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.hero__eyebrow {
  display: block;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #D9582E;
  margin-bottom: 1.5rem;
}

.hero__name {
  font-size: 4.5rem;
  line-height: 1;
  letter-spacing: -0.035em;
}

.hero__motto {
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-size: 1.25rem;
  color: #444444;
  line-height: 1.55;
  margin: 1.5rem 0 2.5rem;
  max-width: 400px;
}

.hero__portrait {
  display: flex;
  justify-content: flex-end;
}

.hero__portrait-frame {
  position: relative;
  width: 380px;
  height: 480px;
}
.hero__portrait-frame::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  right: -16px;
  bottom: -16px;
  border: 2px solid #D9582E;
  border-radius: 16px;
  opacity: 0.3;
}
.hero__portrait-frame img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}

@media (max-width: 768px) {
  .hero {
    padding: 8rem 0 3rem;
  }
  .hero__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
    text-align: center;
  }
  .hero__name {
    font-size: 3rem;
  }
  .hero__motto {
    margin-left: auto;
    margin-right: auto;
  }
  .hero__portrait {
    justify-content: center;
  }
  .hero__portrait-frame {
    width: 280px;
    height: 350px;
  }
  .hero .btn {
    margin: 0 auto;
  }
}
@media (max-width: 520px) {
  .hero__name {
    font-size: 2.2rem;
  }
  .hero__portrait-frame {
    width: 220px;
    height: 280px;
  }
}
.facts {
  padding: 3rem 0;
  border-top: 1px solid #E5E2DC;
  border-bottom: 1px solid #E5E2DC;
  background: #FFFFFF;
}

.facts__row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem 2.5rem;
}

.facts__text {
  font-size: 0.9rem;
  color: #444444;
  white-space: nowrap;
}

.now {
  padding: 5rem 0 6rem;
}

.now__head {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}

.now__eyebrow {
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-size: 1.5rem;
  color: #1A1A1A;
  flex-shrink: 0;
  position: relative;
}
.now__eyebrow::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.4rem;
  height: 2px;
  background: #D9582E;
  transform: scaleX(0.35);
  transform-origin: left;
}

.now__rule {
  flex: 1;
  height: 1px;
  background: #E5E2DC;
}

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

.now__item {
  display: grid;
  grid-template-columns: 8.5rem auto 1fr;
  gap: 1rem;
  align-items: baseline;
  padding: 1.25rem 0;
  border-bottom: 1px solid #E5E2DC;
}
.now__item:first-child {
  border-top: 1px solid #E5E2DC;
}

.now__label {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  color: #888888;
}

.now__sep {
  color: #D9582E;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 600;
  align-self: center;
}

.now__text {
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #1A1A1A;
}

@media (max-width: 768px) {
  .now__item {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 0.75rem;
    row-gap: 0.4rem;
  }
  .now__label {
    grid-column: 1/3;
  }
  .now__sep {
    grid-column: 1;
    align-self: baseline;
  }
  .now__text {
    grid-column: 2;
    font-size: 1.15rem;
  }
}
.page-hero {
  padding: 8rem 0 3rem;
  position: relative;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.3;
  pointer-events: none;
  background-image: radial-gradient(circle, #E8E5DF 1px, transparent 1px);
  background-size: 28px 28px;
}

.page-hero__eyebrow {
  display: block;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #D9582E;
  margin-bottom: 0.75rem;
}

.page-hero__content h1 {
  font-size: 3rem;
  position: relative;
}

.page-hero__title {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 3.5rem;
  line-height: 1.05;
  margin: 0 0 0.75rem;
  position: relative;
}

.page-hero__lede {
  font-size: 1.05rem;
  color: #444444;
  max-width: 660px;
  line-height: 1.6;
  margin-top: 0.5rem;
}

.page-hero__sub {
  font-size: 1.05rem;
  color: #888888;
  margin-top: 0.5rem;
}

.blog-feed {
  padding: 2rem 0 5rem;
}

.blog-toc {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-toc > li {
  border-bottom: 1px solid #E5E2DC;
}
.blog-toc > li:first-child {
  border-top: 1px solid #E5E2DC;
}
.blog-toc details summary {
  list-style: none;
  cursor: pointer;
  padding: 1.25rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.95rem;
  color: #1A1A1A;
  transition: color 0.15s;
}
.blog-toc details summary::-webkit-details-marker {
  display: none;
}
.blog-toc details summary::after {
  content: "+";
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 1.6rem;
  color: #D9582E;
  line-height: 1;
  transition: transform 0.2s;
}
.blog-toc details summary strong {
  font-weight: 600;
}
.blog-toc details summary:hover {
  color: #D9582E;
}
.blog-toc details[open] summary::after {
  content: "−";
}
.blog-toc details > ul {
  list-style: none;
  padding: 0 0 1.25rem 0;
  margin: 0;
}
.blog-toc details > ul li {
  padding: 0.4rem 0;
}
.blog-toc details > ul li a {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 1.1rem;
  color: #444444;
  display: inline-block;
  transition: color 0.15s, transform 0.15s;
}
.blog-toc details > ul li a:hover {
  color: #D9582E;
  transform: translateX(4px);
}

.about-intro {
  padding: 4rem 0;
}

.about-intro__grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 4rem;
  align-items: start;
}

.about-intro__photo img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 16px;
}

.about-intro__bio {
  padding-top: 1rem;
}
.about-intro__bio .btn {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .about-intro__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .about-intro__photo img {
    max-width: 320px;
    margin: 0 auto;
  }
}
.hobbies {
  padding: 3rem 0 5rem;
  border-top: 1px solid #E5E2DC;
}

.hobbies__list {
  max-width: 660px;
}

.hobbies__item {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #E5E2DC;
}
.hobbies__item:first-child {
  padding-top: 0;
}

.hobbies__icon {
  font-size: 1.5rem;
  flex-shrink: 0;
  width: 2.5rem;
  text-align: center;
  padding-top: 0.1rem;
}

.hobbies__name {
  font-family: "DM Sans", system-ui, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

.hobbies__desc {
  font-size: 0.92rem;
  color: #888888;
  line-height: 1.55;
}

.gallery-section {
  padding: 3rem 0 5rem;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

.gallery__fig {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
}
.gallery__fig img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.gallery__fig:hover img {
  transform: scale(1.05);
}
.gallery__fig figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3rem 1rem 0.85rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.55));
  color: #FFFFFF;
  font-size: 0.82rem;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.gallery__fig:hover figcaption {
  transform: none;
}

@media (max-width: 520px) {
  .gallery {
    grid-template-columns: 1fr;
  }
}
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(10px);
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.lightbox.on {
  display: flex;
}

.lightbox__close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 1.5rem;
  color: #FFFFFF;
  opacity: 0.6;
  transition: opacity 0.2s;
}
.lightbox__close:hover {
  opacity: 1;
}

.lightbox__img {
  max-width: 85%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 10px;
}

.lightbox__cap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  text-align: center;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.65);
}

.lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 1.2rem;
  opacity: 0.5;
  transition: opacity 0.2s, background 0.2s;
}
.lightbox__nav:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.08);
}
.lightbox__nav--prev {
  left: 1.5rem;
}
.lightbox__nav--next {
  right: 1.5rem;
}

.article__header {
  padding: 8rem 0 3rem;
  position: relative;
}
.article__header::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.3;
  pointer-events: none;
  background-image: radial-gradient(circle, #E8E5DF 1px, transparent 1px);
  background-size: 28px 28px;
}

.article__back {
  display: inline-block;
  font-size: 0.82rem;
  color: #888888;
  margin-bottom: 2rem;
  transition: color 0.15s;
}
.article__back:hover {
  color: #D9582E;
}

.article__date {
  display: block;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.75rem;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.75rem;
}

.article__title {
  font-size: 2.6rem;
}

.article__author {
  font-size: 0.92rem;
  color: #888888;
  margin-top: 0.75rem;
  font-family: "DM Sans", system-ui, sans-serif;
}

.article > .container--narrow {
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.callout {
  background: #FFFFFF;
  border: 1px solid #E5E2DC;
  border-radius: 12px;
  padding: 1.75rem 2rem;
  margin: 2rem 0;
}

.callout__head {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.callout__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

.callout__label {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.callout--green {
  border-color: rgba(26, 135, 84, 0.2);
}
.callout--green .callout__dot {
  background: #1A8754;
}
.callout--green .callout__label {
  color: #1A8754;
}

.callout--amber {
  border-color: rgba(184, 134, 11, 0.2);
}
.callout--amber .callout__dot {
  background: #B8860B;
}
.callout--amber .callout__label {
  color: #B8860B;
}

.callout--violet {
  border-color: rgba(109, 90, 207, 0.2);
}
.callout--violet .callout__dot {
  background: #6D5ACF;
}
.callout--violet .callout__label {
  color: #6D5ACF;
}

.article__tags {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #E5E2DC;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

@media (max-width: 520px) {
  .article__title {
    font-size: 1.8rem;
  }
  .callout {
    padding: 1.25rem;
  }
}
.blog-feed {
  padding: 3rem 0 5rem;
}

.feed__item {
  border-bottom: 1px solid #E5E2DC;
}

.feed__link {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.15rem 0;
  transition: padding-left 0.25s;
}
.feed__link:hover {
  padding-left: 0.5rem;
}
.feed__link:hover .feed__arrow {
  opacity: 1;
  transform: translateX(4px);
}
.feed__link:hover .feed__title {
  color: #D9582E;
}

.feed__date {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  color: #888888;
  flex-shrink: 0;
  width: 3.5rem;
}

.feed__title {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 1.1rem;
  color: #1A1A1A;
  flex: 1;
  transition: color 0.15s;
}

.feed__arrow {
  color: #D9582E;
  opacity: 0;
  transition: opacity 0.2s, transform 0.2s;
  flex-shrink: 0;
}

.mentors-section {
  padding: 3rem 0 5rem;
}

.mentor {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #E5E2DC;
}
.mentor:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.mentor__label {
  display: inline-block;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #D9582E;
  background: rgba(217, 88, 46, 0.06);
  padding: 0.3rem 0.8rem;
  border-radius: 100px;
  margin-bottom: 1.5rem;
}

.mentor__row {
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
  margin-bottom: 1.5rem;
}

.mentor__photo {
  width: 180px;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
}

.mentor__body {
  padding-top: 0.75rem;
}
.mentor__body h2 {
  font-size: 1.8rem;
  margin-bottom: 0.15rem;
}

.mentor__role {
  font-size: 0.88rem;
  color: #888888;
  margin-bottom: 1rem;
}

.mentor__bio {
  max-width: 660px;
}

@media (max-width: 768px) {
  .mentor__row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .mentor__photo {
    width: 160px;
    height: 200px;
  }
}
.project-body {
  padding: 3rem 0 5rem;
}

.project-name {
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-size: 1.35rem;
  color: #444444;
  margin-bottom: 3rem;
  line-height: 1.4;
}

.project-block {
  margin-bottom: 3rem;
}

.project-block__head {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.project-block__num {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 2.5rem;
  color: #D9582E;
  line-height: 1;
  font-weight: 600;
}

.report-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border: 1px solid #E5E2DC;
  border-radius: 12px;
  padding: 1.5rem 2rem;
  margin-bottom: 3rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.report-card:hover {
  border-color: #D9582E;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.report-card__label {
  font-size: 0.78rem;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: "JetBrains Mono", monospace;
}

.report-card__action {
  font-weight: 600;
  color: #D9582E;
}

.project-credits {
  padding-top: 2rem;
  border-top: 1px solid #E5E2DC;
  font-size: 0.88rem;
  color: #888888;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 2.5rem;
}
.project-credits a {
  color: #D9582E;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/*# sourceMappingURL=style.css.map */