/* ==========================================================================
   STYLESHEET MAP

   GLOBAL
   INDEX
   FINE ARTS: Landing / About / Exhibitions / Chronicles / Galleries
   TECHNICAL WORK: Work / Project Detail / Contact / Resume
   RESPONSIVE / ACCESSIBILITY / PRINT

   Color values are written directly in each rule; no color custom properties.
   ========================================================================== */

/* ========================================================================
   GLOBAL / FOUNDATIONS
   ======================================================================== */
pre.raw-data-log {
  display: none !important;
}
html,
body {
  max-width: 100%;
  min-height: 100%;
  font-size: 100%;
}

body {
  margin: 0;
  background-color: #f6f6f6;
  color: #111;
  font-family: proxima-nova, "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
}

h1 {
  color: #fff;
  font-size: clamp(2.25rem, 1.75rem + 2vw, 3.25rem);
  line-height: 1.1;
  letter-spacing: 0.1875rem;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(1.75rem, 1.5rem + 1vw, 2.25rem);
  line-height: 1.15;
  letter-spacing: 0.1875rem;
  font-weight: 400;
}

h3 {
  font-size: clamp(1.375rem, 1.25rem + 0.5vw, 1.75rem);
  line-height: 1.2;
}

h4 {
  font-size: clamp(1.25rem, 1.15rem + 0.3vw, 1.5rem);
  line-height: 1.25;
}

h5 {
  font-size: clamp(1.125rem, 1.05rem + 0.2vw, 1.25rem);
  line-height: 1.3;
}

h6 {
  font-size: 1rem;
  line-height: 1.35;
}

.italic {
  font-style: italic;
}

a {
  background-color: transparent;
}

a,
a:visited,
.dropdown-item {
  color: #60adb8;
}

a:hover,
a:focus {
  background-color: transparent;
  color: #d4af37;
  outline: none !important;
  box-shadow: none !important;
}

.btn {
  display: inline-block;
  padding: 0.75rem 1.875rem;
  font-size: 0.6875rem;
  letter-spacing: 0.1875rem;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.btn.focus,
.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn-blk {
  background-color: #000;
  color: #fff;
}

.btn-light-txt,
.btn-light-txt:visited {
  border: 1px solid #111;
  color: #111;
  background: transparent;
}

.btn-light-txt:hover,
.btn-light-txt:focus {
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #fff;
  color: #fff;
}

.btn-dark-txt,
.btn-dark-txt:visited {
  display: inline-block;
  padding: 0.75rem 1.875rem;
  background: transparent;
  border: 1px solid #fff;
  font-size: 0.6875rem;
  letter-spacing: 0.1875rem;
  text-decoration: none;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.btn-dark-txt:hover,
.btn-dark-txt:focus-visible {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.btn-gold-solid,
.btn-gold-solid:visited,
a.btn-gold-solid,
a.btn-gold-solid:visited {
  background-color: #d4af37;
  border: 1px solid #111;
  color: #fff;
}

.btn-gold-solid:hover,
.btn-gold-solid:focus,
a.btn-gold-solid:hover,
a.btn-gold-solid:focus {
  background-color: #111;
  border-color: #fff;
  color: #fff;
}

.btn-gold,
.btn-gold:visited,
a.btn-gold,
a.btn-gold:visited {
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid #d4af37;
  color: #fff;
}

.btn-gold:hover,
.btn-gold:focus,
a.btn-gold:hover,
a.btn-gold:focus {
  background-color: #d4af37;
  border-color: #d4af37;
  color: #111;
}

.btn-blue,
.btn-blue:visited,
a.btn-blue,
a.btn-blue:visited {
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid #60adb8;
  color: #fff;
}

.btn-blue:hover,
.btn-blue:focus,
a.btn-blue:hover,
a.btn-blue:focus {
  background-color: #60adb8;
  border-color: #60adb8;
  color: #fff;
}

#work .btn,
#work .btn:visited,
#work .btn,
#work .btn:visited,
#resume .btn,
#resume .btn:visited,
#resume .btn,
#resume .btn:visited {
  padding: 0.625rem 0.9375rem;
  background: #fff;
  border: 1px solid #137a98;
  color: #137a98;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

#work .btn:hover,
#work .btn:focus-visible,
#work .btn:hover,
#work .btn:focus-visible,
#resume .btn:hover,
#resume .btn:focus-visible,
#resume .btn:hover,
#resume .btn:focus-visible {
  background: #137a98;
  color: #fff;
}

/* ========================================================================
   GLOBAL / NAVIGATION
   ======================================================================== */

header a,
header a:visited {
  color: #495057;
}

header a:hover,
header a:focus {
  color: rgba(0, 0, 0, 0.65);
}

header .nav-tabs {
  background-color: #eff8ff;
  font-family: Verdana, sans-serif;
  font-size: 1rem;
}

header .nav-tabs .nav-link {
  color: #60adb8;
}

header .nav-tabs .nav-link:hover,
header .nav-tabs .nav-link:focus {
  background-color: transparent;
  border-color: #e9ecef #e9ecef #dee2e6;
  color: #f70606;
}

header .nav-tabs .nav-link.active {
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  color: #495057;
}

header .nav-tabs .nav-link.active:hover {
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  color: #f70606;
}
/* 
.sub-menu.dropdown-menu {
  min-width: 13.75rem;
  padding: 0.625rem;
}

.dropdown .menu-item {
  padding: 0.25rem 0;
  border-bottom: 1px solid #eee;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
} */

/* =========================================================
   GLOBAL NAVBAR
   Gold hover + active state + underline
   ========================================================= */

.navbar .navbar-nav .nav-link {
  position: relative;
  color: #6c757d;
  text-decoration: none;
  transition: color 0.2s ease;
}

.navbar .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  height: 1px;
  background-color: transparent;
  transition: background-color 0.2s ease;
}

/* Hover / keyboard focus */
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus-visible {
  color: #d4af37;
}

.navbar .navbar-nav .nav-link:hover::after,
.navbar .navbar-nav .nav-link:focus-visible::after {
  background-color: #d4af37;
}

/* Active/current page */
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-item.active > .nav-link {
  color: #d4af37;
}

.navbar .navbar-nav .nav-link.active::after,
.navbar .navbar-nav .nav-item.active > .nav-link::after {
  background-color: #d4af37;
}

/* =========================================================
   TECHNICAL NAVBAR
   Red hover + active state + underline
   ========================================================= */

#work .navbar .navbar-nav .nav-link:hover,
#work .navbar .navbar-nav .nav-link:focus-visible,
#work .navbar .navbar-nav .nav-link.active,
#work .navbar .navbar-nav .nav-item.active > .nav-link {
  color: #f70606;
}

#work .navbar .navbar-nav .nav-link:hover::after,
#work .navbar .navbar-nav .nav-link:focus-visible::after,
#work .navbar .navbar-nav .nav-link.active::after,
#work .navbar .navbar-nav .nav-item.active > .nav-link::after {
  background-color: #f70606;
}
/* ========================================================================
   GLOBAL / SHARED HERO & MEDIA
   ======================================================================== */

.hero {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  padding: 5rem 0;
  background: #111;
  color: #fff;
  text-align: center;
}

.hero > .container,
.hero > .container-fluid {
  position: relative;
  z-index: 2;
}

.hero-media,
.media-section-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.hero h1 {
  margin-bottom: 1.25rem;
  color: #fff;
  letter-spacing: 0.5rem;
}
.hero h2 {
  font-size: 1.4rem;
}
.hero p {
  max-width: 50rem;
  margin: 0 auto 2rem;
  color: #999;
  line-height: 2;
}

.hero .seal-container {
  margin-bottom: 1.5625rem;
}

.seal-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 11.25rem;
  height: 11.25rem;
  overflow: hidden;
  background: #fff;
  border: 2px solid #d4af37;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.seal-container img {
  display: block;
  width: 85%;
  height: auto;
  object-fit: contain;
}

.content-box {
  position: relative;
  z-index: 2;
  padding: clamp(2rem, 4vw, 3.125rem);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0.25rem solid #d4af37;
  color: #111;
  box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.15);
}

/* ========================================================================
   PAGE / INDEX — PORTFOLIO SPLASH
   ======================================================================== */

#index {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: #000;
  color: #f7f3ec;
}

#index * {
  box-sizing: border-box;
}

.splash {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  padding: 2.25rem 1.25rem;
  overflow: hidden;
  background: #000;
}

.splash-video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -4;
  width: 102%;
  height: 102%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate3d(-50%, -50%, 0) scale(1.01);
  pointer-events: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.splash::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.18),
    rgba(0, 0, 0, 0.05) 35%,
    rgba(0, 0, 0, 0.08) 65%,
    rgba(0, 0, 0, 0.24)
  );
  pointer-events: none;
}

#index .content-box {
  width: min(55.625rem, 94vw);
  padding: clamp(2.125rem, 6vw, 4.25rem) clamp(1.5rem, 7vw, 4.875rem);
  background: rgba(8, 10, 12, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-top: 3px solid rgba(212, 175, 55, 0.9);
  text-align: center;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

#index .seal-container {
  width: clamp(6.625rem, 14vw, 8.875rem);
  height: auto;
  aspect-ratio: 1;
  margin-bottom: 1.5625rem;
  padding: 0.4375rem;
  background: rgba(255, 255, 255, 0.96);
  border-width: 1px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

#index .seal-container img {
  width: 100%;
  height: 100%;
}

#index .eyebrow {
  margin: 0 0 0.75rem;
  color: rgba(247, 243, 236, 0.78);
}

#splash-title {
  margin: 0;
  font-size: clamp(2rem, 1.5rem + 2vw, 2.5rem);
}

#index .rule {
  width: 4.25rem;
  height: 1px;
  margin: 1.6875rem auto 1.5625rem;
  background: #d4af37;
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.45);
}

#index .intro {
  max-width: 46.25rem;
  margin: 0 auto;
  color: rgba(247, 243, 236, 0.84);
}

#index .actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.875rem;
  margin-top: 2.125rem;
}

#index .actions .btn {
  min-width: 13.125rem;
  padding: 0.9375rem 1.75rem;
}

#index .actions .btn:hover,
#index .actions .btn:focus-visible {
  transform: translateY(-2px);
}

#index .philosophy {
  margin: 1.75rem 0 0;
  color: rgba(247, 243, 236, 0.62);
}

/* ========================================================================
   PAGE GROUP / FINE ARTS — SHARED
   ======================================================================== */

#arts,
[id^="arts "] {
  background: #fff;
  color: #111;
}
/* Interior Fine Arts heroes: About, Exhibitions, Chronicles, Galleries */
#arts .process-hero,
[id^="arts "] .process-hero,
.art-gallery-build .process-hero {
  justify-content: center;
  padding: 5rem 0;
  margin-top: 0;
  background: #111;
  color: #fff;
  text-align: center;
}

#arts .process-hero .master-title,
[id^="arts "] .process-hero .master-title,
.art-gallery-build .process-hero .master-title {
  margin-bottom: 1.25rem;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: 0.625rem;
  text-transform: uppercase;
}

#arts .media-section .hero-intro {
  max-width: 50rem;
  margin: 0 auto;
  color: #999;
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.125rem;
}

#arts .media-section h2 {
  color: #d4af37;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.16rem;
  text-transform: uppercase;
}
.media-section .finearts-intro,
.media-section,
.media-section .process-hero {
  padding: 3.5rem 1rem;
}

.media-section .process-hero .master-title {
  font-size: 2.2rem;
  letter-spacing: 0.3125rem;
}

.hero-divider {
  width: 4.25rem;
  height: 1px;
  margin: 1.75rem auto 0;
  background: #d4af37;
}

/* ========================================================================
   PAGE / FINE ARTS — LANDING
   ======================================================================== */

.portfolio {
  padding: 6.25rem 0;
  background: #fff;
}

.art-card,
.art-card:visited {
  position: relative;
  display: block;
  overflow: hidden;
  background: #f8f8f8;
  border: 1px solid #ddd;
  color: inherit;
  text-decoration: none;
  transition:
    transform 0.7s cubic-bezier(0.15, 0, 0.15, 1),
    box-shadow 0.7s cubic-bezier(0.15, 0, 0.15, 1);
}

.art-card:hover,
.art-card:focus-visible {
  transform: translateY(-0.75rem);
  box-shadow: 0 2.5rem 5rem rgba(0, 0, 0, 0.08);
}

.art-card img,
.art-card video {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: transform 1.5s ease;
}

.art-card img {
  height: 17.5rem;
}

.art-card video {
  height: 20rem;
}

.art-card:hover img,
.art-card:hover video,
.art-card:focus-visible img,
.art-card:focus-visible video {
  transform: scale(1.04);
}

.art-card-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.125rem;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.art-card:hover .art-card-overlay,
.art-card:focus-visible .art-card-overlay {
  opacity: 1;
}

.art-card-overlay h2 {
  margin-bottom: 0.5rem;
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  letter-spacing: 0.125rem;
}

.art-card-overlay p {
  margin: 0;
  color: #fff;
}

.art-card-caption {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  padding: 0.25rem 0.625rem;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 0.8125rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}

.media-section {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.media-section > .container {
  position: relative;
  z-index: 2;
}

.parallax-section {
  min-height: 37.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.creative-process {
  background-image: url("/img/4c9d2ecd-bbd4-4e25-a012-135bc383c512.jpeg");
  background-position: center right;
}

.creative-process::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.archive-statement {
  padding: 6.25rem 0;
  background: #fff;
  text-align: center;
}

.archive-statement h2 {
  letter-spacing: 0.1875rem;
  text-transform: uppercase;
}

.archive-statement p {
  max-width: 50rem;
  margin: 1.25rem auto 0;
  color: #333;
  line-height: 1.8;
}

.living-archive {
  background-image: url("/img/462558539_900031218775586_409832144205821387_n.jpg");
  background-position: center;
}

.living-archive::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}

.living-archive .content-box {
  background: rgba(26, 26, 26, 0.95);
  border-color: rgba(255, 255, 255, 0.15);
  border-top-color: #d4af37;
  color: #f4f1ea;
  box-shadow: 0 0.9375rem 2.1875rem rgba(0, 0, 0, 0.5);
}

.living-archive .content-box h2 {
  color: #fff;
}

.living-archive .content-box p {
  color: #d1d1d1;
}

.tutoring {
  min-height: 25rem;
  padding: 11.25rem 0;
  background: #3d4246;
}

.support-statement {
  padding: 5rem 0;
  background: #111;
  border-top: 1px solid #333;
  color: #fff;
  text-align: center;
}

.support-statement h3 {
  color: #fff;
  letter-spacing: 0.3125rem;
  text-transform: uppercase;
}

.support-statement p {
  max-width: 50rem;
  margin: 0 auto;
  color: #999;
  font-style: italic;
  line-height: 2;
}

.artisan-shop {
  padding: 6.25rem 0;
  background: #fff;
}

.artisan-shop .container-fluid {
  max-width: 100rem;
  margin: 0 auto;
  padding-right: 5%;
  padding-left: 5%;
}

.artisan-shop h2 {
  letter-spacing: 0.1875rem;
  text-transform: uppercase;
}

.artisan-shop .text-center > p {
  max-width: 50rem;
  margin-right: auto;
  margin-left: auto;
  color: #666;
}

.artisan-shop .art-card video {
  height: 20rem;
}

.resources {
  padding: 5rem 0;
  background: #f2f2f2;
  border-top: 1px solid #e0e0e0;
}

.resources .content-box {
  height: 100%;
  text-align: center;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.resources .content-box:hover {
  transform: translateY(-0.3125rem);
  box-shadow: 0 0.9375rem 2.5rem rgba(0, 0, 0, 0.08);
}

.resources h4 {
  letter-spacing: 0.25rem;
  text-transform: uppercase;
}

.resources p {
  margin-bottom: 2.1875rem;
  color: #666;
}

.community {
  padding: 5rem 0;
  background: #111;
  border-top: 1px solid #333;
  color: #fff;
}

.community svg {
  width: 100%;
  max-width: 15.625rem;
  height: auto;
  opacity: 0.9;
}

.community h3 {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.3125rem;
  text-transform: uppercase;
}

.community p {
  color: #999;
  font-style: italic;
  line-height: 2;
}

.community span {
  color: #777;
  font-size: 0.8rem;
  letter-spacing: 0.125rem;
}

.community a,
.community a:visited,
.community a,
.community a:visited {
  color: #d4af37;
}
.community a:hover,
.community a:focus,
.community a:hover,
.community a:focus {
  color: #fff;
}

.cre-cel-spark {
  fill: none;
  stroke: #d4af37;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 0.3125rem rgba(212, 175, 55, 0.4));
}

.cre-cel-line {
  fill: none;
  stroke: #fff;
  stroke-width: 1;
  opacity: 0.5;
}

.community text.cre-cel-line {
  font-size: 0.625rem;
  letter-spacing: 0.3125rem;
  text-transform: uppercase;
}

/* ========================================================================
   PAGE / FINE ARTS — ABOUT & PROCESS
   ======================================================================== */

.process-tree-section {
  padding: 5rem 0;
  background: transparent;
}

.process-tree-section > .container > h2 {
  font-weight: 300;
  letter-spacing: 0.3125rem;
  text-transform: uppercase;
}

.process-wrap {
  position: relative;
  padding: 2.5rem 0;
}

.tree-trunk {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 2px;
  height: 100%;
  background: #d4af37;
  transform: translateX(-50%);
}

.process-node {
  position: relative;
  z-index: 5;
  margin-bottom: 7.5rem;
  opacity: 0;
  transform: translateY(1.875rem);
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out;
}

.process-node.active,
.process-node.active-node,
.active-node {
  opacity: 1;
  transform: translateY(0);
}

.node-image-frame {
  position: relative;
  width: 100%;
  max-width: 28.125rem;
  min-height: 20.3125rem;
  margin: 0 auto;
  overflow: hidden;
  background: #000;
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 0.3125rem;
}

.node-image-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.process-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.node-step {
  display: block;
  margin-bottom: 0.3125rem;
  color: #d4af37;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}

.node-title {
  margin-bottom: 0.9375rem;
  color: #333;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}

.node-text {
  max-width: 31.25rem;
  margin: 0 auto;
  color: #666;
  font-size: 1.05rem;
  line-height: 1.7;
}

.mastery-parallax-window {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 37.5rem;
  margin-top: 5rem;
  background-image: url("/img/Weanfae471459723_1265816627808422_3679522577518502338_n.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.mastery-parallax-window::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}

.mastery-content-box {
  position: relative;
  z-index: 2;
  max-width: 50rem;
  padding: 3.75rem;
  background: #fff;
  border-top: 3px solid #d4af37;
  text-align: center;
  box-shadow: 0 1.875rem 4.375rem rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(1.875rem);
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out;
}

.mastery-content-box.active,
.mastery-content-box.active-node {
  opacity: 1;
  transform: translateY(0);
}

.mastery-content-box .node-title {
  color: #111;
}

.mastery-content-box .node-text {
  color: #333;
  font-weight: 600;
}

/* ========================================================================
   PAGE / FINE ARTS — EXHIBITIONS
   ======================================================================== */

.exhibitions-section {
  padding: 5rem 0;
  background: #f7f5f0;
}

.exhibition-list {
  display: grid;
  gap: 3.4375rem;
}

.exhibition-card {
  overflow: hidden;
  background: #fff;
  border-top: 0.25rem solid #d4af37;
  box-shadow: 0 1.125rem 2.8125rem rgba(0, 0, 0, 0.1);
}

.exhibition-copy {
  padding: 2.625rem;
}

.exhibition-status {
  display: inline-block;
  margin-bottom: 0.75rem;
  color: #8a6a13;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}

.exhibition-title {
  margin-bottom: 1rem;
  color: #1a1a1a;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.15;
}

.exhibition-media {
  color: #777;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
}

.exhibition-description {
  margin: 1.375rem 0;
  color: #333;
  line-height: 1.85;
}

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

.exhibition-details li {
  display: grid;
  grid-template-columns: minmax(5.9375rem, 8.4375rem) 1fr;
  gap: 0.875rem;
  padding: 0.625rem 0;
  border-bottom: 1px solid #ece8df;
  color: #444;
}

.exhibition-details strong {
  color: #111;
  font-size: 0.78rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}

.exhibition-link {
  display: inline-block;
  margin-top: 1.625rem;
  padding: 0.6875rem 1.375rem;
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.0875rem;
  text-decoration: none;
  text-transform: uppercase;
}

.exhibition-link:hover,
.exhibition-link:focus {
  background: #1a1a1a;
  color: #fff;
}

.exhibition-carousel,
.exhibition-carousel .carousel-inner,
.exhibition-carousel .carousel-item {
  height: 100%;
  min-height: 28.75rem;
}

.exhibition-carousel img {
  width: 100%;
  height: 100%;
  min-height: 28.75rem;
  background: #181818;
  object-fit: cover;
}

.exhibition-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 28.75rem;
  background: #1a1a1a;
  color: #aaa;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}

.exhibition-loading,
.exhibition-empty,
.exhibition-error {
  padding: 4.375rem 1.25rem;
  text-align: center;
}

.exhibition-error {
  color: #8b1d1d;
}

/* ========================================================================
   PAGE / FINE ARTS — PROGRESS CHRONICLES
   ======================================================================== */

#chronicles-wing {
  padding-top: 5rem;
  padding-bottom: 5rem;
  color: #111;
}

#chronicles-wing .chronicle-timeline {
  display: flex;
  flex-direction: column;
  gap: 6.25rem;
}

#chronicles-wing .node-step {
  margin-bottom: 0.625rem;
  color: #000;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}

#chronicles-wing .chronicle-title {
  margin-bottom: 0.9375rem;
  color: #111;
  font-family: "Cinzel Decorative", "Playfair Display", Georgia, serif;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
}

#chronicles-wing .chronicle-desc {
  color: #444;
  font-size: 1rem;
  line-height: 1.7;
}

#chronicles-wing .chronicle-meta {
  margin-top: 0.9375rem;
  color: #777;
  font-size: 0.85rem;
}

#arts\ chronicals #raw-data-log {
  display: none;
}

/* ========================================================================
   PAGE / FINE ARTS — GALLERIES
   ======================================================================== */

.art-gallery-build {
  margin: 0;
  background: #fff;
  color: #222;
}

.art-gallery-build main {
  background: #fff;
}

.art-gallery-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 56.25rem;
  margin: 2rem auto 0;
  padding: 0;
  gap: 0.75rem 1.75rem;
  border: 0;
  background: transparent;
  text-align: center;
}

.art-gallery-categories a,
.art-gallery-categories a:visited {
  position: relative;
  padding: 0 0 0.3125rem;
  color: #999;
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.125rem;
  text-decoration: none;
  text-transform: uppercase;
}

.art-gallery-categories a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: transparent;
}

.art-gallery-categories a:hover,
.art-gallery-categories a:focus-visible,
.art-gallery-categories a.active {
  color: #d4af37;
}

.art-gallery-categories a:hover::after,
.art-gallery-categories a:focus-visible::after,
.art-gallery-categories a.active::after {
  background: #d4af37;
}

.art-gallery-shell {
  width: min(82.5rem, 94vw);
  margin: 0 auto;
  padding: 3.625rem 0 5.5rem;
}

.art-gallery-grid {
  display: block;
  columns: 3 20rem;
  column-gap: 2.25rem;
  padding: 0;
}

.art-gallery-card {
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 0 0 3.375rem;
  break-inside: avoid;
  background: transparent;
  color: #222;
  vertical-align: top;
}

.art-gallery-card button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  text-align: left;
}

.art-gallery-media-stage {
  display: block;
  width: 100%;
  overflow: hidden;
  background: #f3f3f3;
}

.art-gallery-media-stage img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  transition:
    transform 0.38s cubic-bezier(0.16, 0.8, 0.22, 1),
    opacity 0.3s ease;
}

.art-gallery-card button:hover img,
.art-gallery-card button:focus-visible img {
  opacity: 0.94;
  transform: scale(1.012);
}

.art-gallery-caption {
  padding: 0.875rem 0.125rem 0;
}

.art-gallery-caption h2 {
  margin: 0 0 0.3125rem;
  color: #222;
  font-size: 1.04rem;
}

.art-gallery-meta {
  margin: 0 0 0.4375rem;
  color: #8b8b8b;
  font-size: 0.72rem;
  line-height: 1.5;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.art-gallery-description {
  margin: 0;
  color: #686868;
  font-size: 0.9rem;
  line-height: 1.58;
}

.art-gallery-empty {
  padding: 4.375rem 0;
  color: #888;
  text-align: left;
}

.art-gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(1.5rem, 5vw, 4rem);
  background: rgba(10, 10, 10, 0.96);
}

.art-gallery-lightbox.open {
  display: flex;
}

.art-gallery-lightbox-dialog {
  width: min(76.25rem, 94vw);
  max-height: 92vh;
  color: #fff;
}

.art-gallery-lightbox img {
  display: block;
  max-width: 100%;
  max-height: 76vh;
  margin: 0 0 1.125rem;
  object-fit: contain;
}

.art-gallery-lightbox h2 {
  margin: 0 0 0.3125rem;
  color: #fff;
  font-size: 1.05rem;
}

.art-gallery-lightbox p {
  max-width: 47.5rem;
  margin: 0;
  color: #c5c5c5;
  font-size: 0.86rem;
  line-height: 1.6;
}

.art-gallery-close {
  position: fixed;
  top: 1.375rem;
  right: 1.75rem;
  border: 0;
  background: none;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.art-gallery-close:hover,
.art-gallery-close:focus {
  background: transparent;
  color: #d4af37;
}

/* ========================================================================
   PAGE GROUP / TECHNICAL WORK — SHARED
   ======================================================================== */

#work {
  background: #f6f6f6;
  color: #111;
  font-family: proxima-nova, "Open Sans", Arial, sans-serif;
}

#work h1,
#work h2,
#work h3,
#work h4,
#work h5,
#work h6 {
  font-family: proxima-nova, "Open Sans", Arial, sans-serif;
}

#work .shell {
  width: min(73.75rem, calc(100% - 2.5rem));
  margin: 0 auto;
}

#work .section {
  padding: 5.75rem 0;
  background: #f6f6f6;
}

#work .section.white {
  background: #fff;
}

#work .section.dark {
  background: #efefef;
  color: #111;
}

#work .section.dark::before {
  display: none;
}

#work .section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.75rem;
  margin-bottom: 2.5rem;
}

#work .section-head > div {
  max-width: 50rem;
}

#work .section-head h2,
#work .case-content h2 {
  margin: 0;
  color: #111;
  font-size: clamp(1.7rem, 2.8vw, 2.45rem);
  font-weight: 500;
  line-height: 1.16;
}

#work .section-head p {
  margin: 0.875rem 0 0;
  color: #656b70;
}

#work .section .kicker,
#work .case-content .kicker,
#work .kicker {
  margin: 0 0 0.75rem;
  color: #60adb8;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* ========================================================================
   PAGE / TECHNICAL WORK — WORK
   ======================================================================== */

#work .hero {
  display: block;
  padding: 7.5rem 0 5.75rem;
  background: #fff;
  border-bottom: 1px solid #ececec;
  color: #111;
  text-align: left;
}

#work .hero::before,
#work .hero::after {
  display: none;
}

#work .hero-grid {
  display: block;
}

#work .brief {
  display: none;
}

#work .hero .kicker {
  display: inline-block;
  margin: 0 0 1.25rem;
  padding: 0.25rem 0.9375rem;
  background: #f70606;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 100;
  line-height: 1.35;
  letter-spacing: 0;
}

#work .display {
  max-width: 65rem;
  margin: 0;
  color: #111;
  font-size: clamp(2.75rem, 4.6vw, 3.5rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0.5rem;
  text-transform: uppercase;
}

#work .lede {
  max-width: 51.25rem;
  margin: 1.875rem 0 0;
  color: #3d4246;
  font-size: clamp(1rem, 1.55vw, 1.18rem);
  line-height: 1.78;
}

#work .actions {
  justify-content: flex-start;
  margin-top: 2.25rem;
}

#work .feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.875rem;
}

#work .project-card,
#work .archive-card {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dedede;
  box-shadow: 0 0.625rem 1.75rem rgba(0, 0, 0, 0.045);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

#work .project-card:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 1.25rem 2.625rem rgba(0, 0, 0, 0.075);
}

#work .project-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #e5e8e7;
}

#work .archive-card .project-image {
  aspect-ratio: 4 / 3;
}

#work .project-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s ease;
}

#work .project-card:hover .project-image img {
  transform: scale(1.035);
}

#work .project-copy {
  padding: 1.6875rem 1.75rem 1.875rem;
}

#work .archive-card .project-copy {
  padding: 1.25rem;
}

#work .project-meta {
  margin: 0 0 0.625rem;
  color: #60adb8;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

#work .project-card h3,
#work .archive-card h3 {
  margin: 0;
  color: #111;
  font-size: clamp(1.35rem, 2.3vw, 2rem);
  font-weight: 500;
  line-height: 1.2;
}

#work .archive-card h3 {
  font-size: 1.18rem;
}

#work .project-card h3 a,
#work .archive-card h3 a {
  color: #111;
  text-decoration: none;
}

#work .project-card h3 a:hover,
#work .archive-card h3 a:hover {
  color: #f70606;
}

#work .project-copy h3 + p {
  margin: 0.8125rem 0 0;
  color: #656b70;
}

#work .project-role {
  margin-top: 1.1875rem;
  padding-top: 0.8125rem;
  border-top: 1px solid rgba(73, 80, 87, 0.13);
  color: #4b5358;
  font-size: 0.78rem;
  font-weight: 700;
}

#work .process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(96, 173, 184, 0.5);
  border-bottom: 1px solid rgba(73, 80, 87, 0.14);
}

#work .process-step {
  padding: 1.6875rem 1.5625rem 1.875rem;
  background: rgba(255, 255, 255, 0.68);
  border-right: 1px solid rgba(73, 80, 87, 0.14);
}

#work .process-step:last-child {
  border-right: 0;
}

#work .process-step .step {
  color: #60adb8;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

#work .process-step h3 {
  margin: 0.75rem 0 0.5625rem;
  font-size: 1.16rem;
  font-weight: 500;
}

#work .process-step p {
  margin: 0;
  color: #656b70;
  font-size: 0.91rem;
}

#work .cap-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

#work .cap-card {
  padding: 1.875rem;
  background: #fff;
  border: 1px solid #dedede;
  border-top: 3px solid #60adb8;
  color: #111;
}

#work .cap-card .num {
  color: #f70606;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}

#work .cap-card h3 {
  margin: 0.9375rem 0 0.625rem;

  font-size: 1.35rem;
  font-weight: 400;
}

#work .cap-card p {
  margin: 0;
  color: #62686d;
}

#work .split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.75rem;
}

#work .panel {
  padding: 1.9375rem;
  background: #fff;
  border: 1px solid #dedede;
  border-top: 4px solid #d4af37;
}

#work .panel h3 {
  margin: 0 0 0.875rem;

  font-size: 1.32rem;
  font-weight: 500;
}

#work .panel p,
#work .panel ul {
  color: #656b70;
}

#work .panel ul {
  margin: 0;
  padding-left: 1.1875rem;
}

#work .filter-status {
  margin: 0.875rem 0 0;
  color: #4d5358;
  font-size: 0.92rem;
}

#work .filter-bar {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 1.875rem;
  border-bottom: 1px solid rgba(73, 80, 87, 0.2);
}

#work .filter {
  padding: 0.6875rem 1rem;
  background: rgba(255, 255, 255, 0.45);
  border: 0;
  border-top: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  border-radius: 0;
  color: #596168;
  font: inherit;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  cursor: pointer;
}

#work .filter:first-child {
  border-left: 1px solid #cdcdcd;
}

#work .filter:hover,
#work .filter:focus-visible,
#work .filter.active {
  background: #111;
  border-color: #111;
  color: #fff;
}

#work .filter[data-filter="conf"] {
  font-size: 0;
}

#work .filter[data-filter="conf"]::after {
  content: "Conferences & Events";
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.09em;
}

#work .archive {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.375rem;
}

#work .archive-card[hidden] {
  display: none;
}

/* ========================================================================
   PAGE / TECHNICAL WORK — PROJECT DETAIL
   ======================================================================== */

#work .project-content > .container {
  width: 100%;
  max-width: none;
  padding: 0;
}

#work .project-content > .container > .row {
  margin: 0;
}

#work .project-content > .container > .row > div {
  padding: 0;
}

#work .case-hero {
  padding: 3.375rem 0 2.875rem;
  background: radial-gradient(
    ellipse at center,
    #fff 0%,
    #fff 55%,
    #ededed 100%
  );
  border-bottom: 1px solid #e3e3e3;
  color: #111;
}

#work .case-nav {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 1.125rem;
  margin: 0 0 1.875rem;
  padding: 0 0 1.125rem;
  border-bottom: 1px solid #dedede;
}

#work .case-nav-link {
  display: flex;
  flex-direction: column;
  gap: 0.1875rem;
  min-width: 0;
  color: #111;
  text-decoration: none;
}

#work .case-nav-link.next {
  align-items: flex-end;
  text-align: right;
}

#work .case-nav .direction {
  color: #6c757d;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

#work .case-nav .project {
  max-width: 22.5rem;
  overflow: hidden;
  color: #111;
  font-size: 0.92rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#work .case-nav-all {
  color: #60adb8;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

#work .case-nav a:hover,
#work .case-nav a:focus-visible {
  color: #f70606;
}

#work .case-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(16.875rem, 0.65fr);
  align-items: start;
  gap: 3.375rem;
}

#work .case-title {
  max-width: 53.125rem;
  margin: 0;
  color: #111;
  font-size: clamp(2rem, 3.9vw, 3.45rem);
  font-weight: 500;
  line-height: 1.08;
  text-transform: none;
}

#work .case-summary {
  max-width: 47.5rem;
  margin: 1.125rem 0 0;
  color: #4d5358;
  font-size: 1.02rem;
  line-height: 1.7;
}

#work .case-taxonomy {
  margin-top: 1.5rem;
}

#work .case-taxonomy-group + .case-taxonomy-group {
  margin-top: 0.9375rem;
}

#work .case-taxonomy-label {
  display: block;
  margin-bottom: 0.5rem;
  color: #6c757d;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

#work .pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4375rem;
}

#work .pill {
  display: inline-flex;
  align-items: center;
  padding: 0.375rem 0.5625rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #d9d9d9;
  color: #495057;
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: none;
}

#work .case-meta {
  display: grid;
  margin: 0;
  padding: 1.75rem;
  background: #fff;
  border: 1px solid #ddd;
  border-top: 4px solid #60adb8;
  color: #343a40;
}

#work .case-meta div + div {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e2e2e2;
}

#work .case-meta dt {
  color: #60adb8;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

#work .case-meta dd {
  margin: 0.3125rem 0 0;
  color: #343a40;
  font-weight: 500;
}

#work .case-visual {
  margin-top: 3.125rem;
  padding: 1.125rem;
  background: #fff;
  border: 1px solid #ddd;
}

#work .case-visual img {
  display: block;
  width: 100%;
  max-height: 42.5rem;
  background: #fff;
  object-fit: contain;
}

#work .case-content {
  display: grid;
  grid-template-columns: minmax(13.75rem, 0.42fr) minmax(0, 1fr);
  align-items: start;
  gap: 3.5rem;
}

#work .rich-copy {
  color: #40484c;
  font-size: 1.03rem;
}

#work .architecture {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(96, 173, 184, 0.42);
  border-bottom: 1px solid rgba(73, 80, 87, 0.16);
}

#work .architecture .node {
  padding: 1.75rem 1.625rem;
  background: #fff;
  border-right: 1px solid rgba(73, 80, 87, 0.15);
}

#work .architecture .node:last-child {
  border-right: 0;
}

#work .site-structure {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(11.25rem, 1fr));
  gap: 1.125rem;
  margin-top: 1.75rem;
}

#work .structure-node {
  position: relative;
  min-height: 5.75rem;
  padding: 1.125rem;
  background: #fff;
  border: 1px solid #dfe5e8;
}

#work .structure-node::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.625rem;
  height: 3px;
  background: #60adb8;
}

#work .structure-node h3 {
  margin: 0;
  color: #222;
  font-size: 1rem;
  font-weight: 600;
}

#work .structure-node ul {
  margin: 0.625rem 0 0;
  padding: 0;
  color: #66737a;
  font-size: 0.88rem;
  list-style: none;
}

#work .deliverables {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.875rem;
}

#work .deliverable {
  padding: 1.1875rem 1.25rem;
  background: #fff;
  border-left: 3px solid #d4af37;
}

#work .deliverable strong {
  display: block;

  font-size: 1.04rem;
  font-weight: 500;
}

#work .deliverable span {
  display: block;
  margin-top: 0.3125rem;
  color: #656b70;
  font-size: 0.87rem;
}

#work .preview-stack {
  display: grid;
  gap: 1.625rem;
}

#work .preview-stack > .container,
#work .preview-stack > .container-fluid {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

#work .preview-stack h2 {
  margin: 3.25rem 0 1.125rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(73, 80, 87, 0.18);
  font-size: 1.5rem;
  font-weight: 500;
}

#work .preview-stack img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0.625rem;
  background: #fff;
  border: 1px solid rgba(73, 80, 87, 0.13);
  box-shadow: 0 1.125rem 3rem rgba(0, 0, 0, 0.075);
  cursor: zoom-in;
}

#work .preview-stack img[data-preview-size="tiny"] {
  max-width: min(100%, 11.25rem);
}

#work .preview-stack img[data-preview-size="small"] {
  max-width: min(100%, 20rem);
}

#work .preview-stack img[data-preview-size="document"] {
  max-width: min(100%, 32.5rem);
}

#work .preview-stack img[data-preview-size="page"] {
  max-width: min(100%, 42.5rem);
}

#work .preview-stack img[data-preview-size="standard"] {
  max-width: min(100%, 56.25rem);
}

#work .preview-stack img[data-preview-size="spread"] {
  max-width: min(100%, 67.5rem);
}

#work .case-nav-bottom-wrap {
  padding: 2.375rem 0 2.75rem;
  background: #fff;
  border-top: 1px solid #e3e3e3;
}

#work .status {
  padding: 1rem 1.125rem;
  background: #fff;
  border-top: 3px solid #60adb8;
  color: #656b70;
}

/* ========================================================================
   PAGE / TECHNICAL WORK — CONTACT
   ======================================================================== */

#work .section {
  padding: 5.75rem 0;
  background: #f6f6f6;
}

#work .section.white {
  background: #fff;
}

#work .shell {
  width: min(73.75rem, calc(100% - 2.5rem));
  margin: 0 auto;
}

#work .contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(17.5rem, 0.9fr);
  gap: 1.75rem;
}

#work .contact-card {
  padding: 2.125rem;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(73, 80, 87, 0.16);
  border-top: 4px solid #d4af37;
  box-shadow: 0 1.125rem 3.125rem rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(0.75rem);
  -webkit-backdrop-filter: blur(0.75rem);
}

#work .kicker {
  margin: 0 0 0.75rem;
  color: #60adb8;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#work .split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.75rem;
  margin-top: 1.5rem;
}

#work .panel {
  padding: 1.9375rem;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(73, 80, 87, 0.16);
  border-top: 4px solid #d4af37;
  box-shadow: 0 1rem 2.8125rem rgba(0, 0, 0, 0.055);
  backdrop-filter: blur(0.75rem);
  -webkit-backdrop-filter: blur(0.75rem);
}

#work .link-list {
  display: grid;
}

#work .link-list a {
  display: flex;
  justify-content: space-between;
  gap: 1.125rem;
  padding: 0.9375rem 0;
  border-bottom: 1px solid rgba(73, 80, 87, 0.17);
  color: #60adb8;
  font-weight: 600;
  text-decoration: none;
}

#work .link-list a:hover {
  color: #f70606;
}

#work .cap-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

#work .cap-card {
  padding: 1.875rem;
  background: rgba(255, 255, 255, 0.46);
  border: 1px solid rgba(73, 80, 87, 0.15);
  border-top: 3px solid #d4af37;
  backdrop-filter: blur(0.875rem);
  -webkit-backdrop-filter: blur(0.875rem);
}

#work .cap-card .num {
  color: #d4af37;
}

#work .contact-note {
  margin-top: 1.75rem;
  padding: 1.5rem;
  background: rgba(17, 23, 25, 0.92);
  border-top: 4px solid #d4af37;
  color: #fff;
}

#work .contact-note h3 {
  color: #fff;
}

#work .contact-note p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}

/* ========================================================================
   PAGE / TECHNICAL WORK — RESUME
   ======================================================================== */

#resume {
  background: #edf1f3;
  color: #617d8d;
}
#resume h1,
#resume h2,
#resume h3,
#resume h4,
#resume h5,
#resume h6 {
  font-family: proxima-nova, "Open Sans", Arial, sans-serif;
}
#resume {
  padding: 2.625rem 1.125rem 4.375rem;
}

#resume .resume-tools,
#resume .resume-document {
  width: min(8.5in, 96vw);
  margin-right: auto;
  margin-left: auto;
}

#resume .resume-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1.125rem;
}

#resume .resume-tools p {
  margin: 0;
  color: #697b85;
  font-size: 0.86rem;
}

#resume .resume-tools-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5625rem;
}

#resume .resume-page {
  position: relative;
  width: 8.5in;
  min-height: 11in;
  max-width: 100%;
  margin: 0 auto 1.75rem;
  padding: 0.43in 0.62in 0.42in 0.24in;
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 1.125rem 3rem rgba(18, 38, 48, 0.13);
  font-size: 10.6pt;
  line-height: 1.33;
}

#resume .resume-page * {
  box-sizing: border-box;
}

#resume .resume-side-strip {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 0.43in;
  padding-top: 0.55in;
  background: #174b5f;
  color: #fff;
}

#resume .resume-side-strip a {
  color: #fff;
  font-size: 13pt;
  font-weight: 300;
  letter-spacing: 0.01em;
  text-decoration: none;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

#resume .resume-header {
  position: absolute;
  top: 0.34in;
  right: 0.64in;
  left: 0.24in;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.22in;
}

#resume .resume-name {
  flex: 0 0 auto;
  margin: 0;
  color: #174b63;
  font-size: 22.5pt;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.005em;
  white-space: nowrap;
}

#resume .resume-contact {
  flex: 0 0 auto;
  margin: 0;
  color: #8ba3b2;
  font-size: 9.5pt;
  font-weight: 300;
  line-height: 1.22;
  text-align: right;
}

#resume .resume-contact a {
  color: #8ba3b2;
  text-decoration: none;
}

#resume .resume-grid {
  display: grid;
  grid-template-columns: 2.5in minmax(0, 1fr);
  column-gap: 0.18in;
  padding-top: 1.12in;
}

#resume .resume-sidebar {
  padding-right: 0.12in;
  text-align: right;
}

#resume .resume-main {
  min-width: 0;
  padding-left: 0.18in;
  border-left: 2px dotted #6f98aa;
}

#resume .resume-section {
  margin: 0 0 1.125rem;
}

#resume .resume-sidebar .resume-section {
  margin-bottom: 0.8125rem;
}

#resume .resume-heading {
  margin: 0 0 0.3125rem;
  color: #137a98;
  font-size: 13.8pt;
  font-weight: 400;
  line-height: 1.1;
}

#resume .resume-subheading {
  margin: 0 0 0.25rem;
  color: #174b63;
  font-size: 10.5pt;
  font-weight: 500;
}

#resume .resume-skill-list,
#resume .resume-compact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#resume .resume-skill-list li {
  margin: 0 0 0.0625rem;
  color: #8ba3b2;
  font-size: 9.5pt;
  font-weight: 300;
  line-height: 1.22;
}

#resume .resume-skill-list li::after {
  content: " ·";
  margin-left: 0.3125rem;
  color: #6f98aa;
}

#resume .resume-entry {
  margin: 0 0 0.875rem;
}

#resume .resume-entry-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 0.875rem;
  margin-bottom: 0.125rem;
}

#resume .resume-entry-title {
  margin: 0;
  color: #617d8d;
  font-size: 10.2pt;
  font-weight: 500;
}

#resume .resume-entry-date,
#resume .resume-entry-location,
#resume .resume-entry li,
#resume .resume-profile,
#resume .resume-note {
  color: #8ba3b2;
  font-weight: 300;
}

#resume .resume-entry-date {
  font-size: 9.5pt;
  white-space: nowrap;
}

#resume .resume-entry-location {
  margin: 0 0 0.25rem;
  font-size: 9.6pt;
}

#resume .resume-entry ul {
  margin: 0.1875rem 0 0;
  padding: 0 0 0 0.9375rem;
}

#resume .resume-entry li {
  margin-bottom: 0.125rem;
}

#resume .resume-entry li::marker {
  color: #6f98aa;
}

#resume .resume-profile {
  margin: 0;
  font-size: 10.2pt;
}

#resume .resume-cert-list strong {
  display: block;
  color: #617d8d;
  font-size: 8.8pt;
  font-weight: 500;
  line-height: 1.16;
}

#resume .resume-cert-list span {
  display: block;
  color: #8ba3b2;
  font-size: 8.2pt;
  line-height: 1.15;
}

#resume .resume-projects {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem 1rem;
  margin-top: 0.4375rem;
}

#resume .resume-project {
  padding-top: 0.375rem;
  border-top: 1px solid #dfe7eb;
}

#resume .resume-project strong {
  display: block;
  color: #617d8d;
  font-size: 9.4pt;
  font-weight: 500;
}

#resume .resume-project span {
  display: block;
  color: #8ba3b2;
  font-size: 8.7pt;
  line-height: 1.28;
}

/* ========================================================================
   RESPONSIVE / ALL PAGES
   ======================================================================== */

@media (max-width: 62rem) {
  .parallax-section,
  .mastery-parallax-window {
    background-attachment: scroll;
  }

  #work .feature-grid,
  #work .cap-grid,
  #work .archive,
  #work .architecture,
  #work .deliverables {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #work .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #work .case-grid,
  #work .case-content {
    grid-template-columns: 1fr;
  }

  #work .build-contact-grid,
  #work .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 47.5rem) {
  .splash {
    padding: 1.125rem;
  }

  #index .content-box {
    width: min(94vw, 38.75rem);
    padding: 1.875rem 1.375rem 2.125rem;
  }

  .actions {
    flex-direction: column;
  }

  #index .actions .btn {
    width: 100%;
    min-width: 0;
  }

  .portfolio,
  .artisan-shop,
  .resources,
  .archive-statement,
  .support-statement,
  .community {
    padding: 4rem 0;
  }

  .art-card img,
  .art-card video,
  .artisan-shop .art-card video {
    height: 16rem;
  }

  .parallax-section,
  .tutoring {
    min-height: auto;
    padding: 4rem 0;
    background-attachment: scroll;
  }

  .process-node {
    margin-bottom: 3.125rem;
  }

  .tree-trunk {
    display: none;
  }

  .mastery-content-box {
    margin: 1.25rem;
    padding: 1.875rem;
  }

  .art-gallery-categories {
    gap: 0.625rem 1.125rem;
    padding: 0 1.125rem;
  }

  .art-gallery-shell {
    padding-top: 2.625rem;
  }

  .art-gallery-grid {
    columns: 1;
  }

  #work .shell,
  #work .build-shell,
  #work .shell {
    width: min(100% - 1.75rem, 73.75rem);
  }

  #work .hero {
    padding: 4.5rem 0 4rem;
  }

  #work .display {
    font-size: clamp(2.15rem, 10vw, 3rem);
    letter-spacing: 0.25rem;
  }

  #work .section,
  #work .build-section {
    padding: 4.25rem 0;
  }

  #work .section-head {
    display: block;
  }

  #work .feature-grid,
  #work .cap-grid,
  #work .split,
  #work .process-grid,
  #work .archive,
  #work .architecture,
  #work .deliverables,
  #work .site-structure,
  #work .build-split,
  #work .build-cap-grid {
    grid-template-columns: 1fr;
  }

  #work .case-nav {
    grid-template-columns: 1fr 1fr;
  }

  #work .case-nav-all {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  #resume {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }

  #resume .resume-page {
    width: 100%;
    min-height: 0;
    padding: 1.75rem 1.375rem 2.375rem;
    overflow: visible;
  }

  #resume .resume-side-strip {
    position: relative;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    margin: -1.75rem -1.375rem 1.625rem;
    padding: 0.5625rem 1.125rem;
  }

  #resume .resume-side-strip a {
    font-size: 10pt;
    writing-mode: horizontal-tb;
  }

  #resume .resume-header {
    position: static;
    display: block;
    margin-bottom: 1.75rem;
  }

  #resume .resume-name {
    white-space: normal;
  }

  #resume .resume-contact {
    margin-top: 0.375rem;
    text-align: left;
  }

  #resume .resume-grid {
    display: block;
    padding-top: 0;
  }

  #resume .resume-sidebar {
    margin-bottom: 1.75rem;
    padding: 0;
    text-align: left;
  }

  #resume .resume-main {
    padding: 0;
    border-left: 0;
  }

  #resume .resume-projects {
    grid-template-columns: 1fr;
  }
}

/* ========================================================================
   ACCESSIBILITY / REDUCED MOTION
   ======================================================================== */

@media (prefers-reduced-motion: reduce) {
  .splash-video {
    display: none;
  }

  #arts .art-card,
  #arts .art-card img,
  #arts .art-card video,
  .process-node,
  .mastery-content-box,
  .art-gallery-media-stage img,
  #work .project-card,
  #work .project-image img {
    transition: none;
  }
}

/* ========================================================================
   PRINT / RESUME
   ======================================================================== */

@media print {
  @page {
    size: Letter;
    margin: 0;
  }

  #work:has(#resume) > header,
  #work:has(#resume) > footer,
  #resume .resume-tools,
  .sd-cursor,
  .sd-cursor-dot,
  .sd-cursor-ring {
    display: none !important;
  }

  #work:has(#resume),
  #resume {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
  }

  #resume .resume-document {
    width: auto !important;
    margin: 0 !important;
  }

  #resume .resume-page {
    width: 8.5in !important;
    height: 11in !important;
    min-height: 11in !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0.43in 0.62in 0.42in 0.24in !important;
    overflow: hidden !important;
    box-shadow: none !important;
    break-after: page;
    page-break-after: always;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  #resume .resume-page:last-child {
    break-after: auto;
    page-break-after: auto;
  }

  #resume .resume-header {
    position: absolute !important;
    top: 0.34in !important;
    right: 0.64in !important;
    left: 0.24in !important;
    display: flex !important;
  }

  #resume .resume-grid {
    display: grid !important;
    grid-template-columns: 2.5in minmax(0, 1fr) !important;
    column-gap: 0.18in !important;
    padding-top: 1.12in !important;
  }
  @page {
    size: Letter;
    margin: 0;
  }

  html,
  body {
    width: 8.5in !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
  }

  #work:has(#resume) > header,
  #work:has(#resume) > footer,
  #resume .resume-tools,
  .sd-cursor,
  .sd-cursor-dot,
  .sd-cursor-ring {
    display: none !important;
  }

  #work:has(#resume),
  #resume {
    width: 8.5in !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
  }

  #resume .resume-document {
    width: 8.5in !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #resume .resume-page {
    position: relative !important;
    width: 8.5in !important;
    height: 11in !important;
    min-height: 11in !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0.43in 0.62in 0.42in 0.24in !important;

    overflow: hidden !important;
    background: #fff !important;
    box-shadow: none !important;

    font-size: 10.6pt !important;
    line-height: 1.33 !important;

    box-sizing: border-box !important;

    break-after: page;
    page-break-after: always;

    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  #resume .resume-page:last-child {
    break-after: auto;
    page-break-after: auto;
  }

  #resume .resume-side-strip {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;

    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;

    width: 0.43in !important;
    margin: 0 !important;
    padding: 0.55in 0 0 !important;

    background: #174b5f !important;
    color: #fff !important;
  }

  #resume .resume-side-strip a {
    color: #fff !important;
    font-size: 13pt !important;

    writing-mode: vertical-rl !important;
    text-orientation: mixed !important;
  }

  #resume .resume-header {
    position: absolute !important;
    top: 0.34in !important;
    right: 0.64in !important;
    left: 0.24in !important;

    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;

    margin: 0 !important;
  }

  #resume .resume-name {
    white-space: nowrap !important;
  }

  #resume .resume-contact {
    margin: 0 !important;
    text-align: right !important;
  }

  #resume .resume-grid {
    display: grid !important;
    grid-template-columns: 2.5in minmax(0, 1fr) !important;
    column-gap: 0.18in !important;

    padding-top: 1.12in !important;
  }

  #resume .resume-sidebar {
    margin: 0 !important;
    padding-right: 0.12in !important;
    text-align: right !important;
  }

  #resume .resume-main {
    min-width: 0 !important;
    padding-left: 0.18in !important;
    border-left: 2px dotted #6f98aa !important;
  }

  #resume .resume-projects {
    grid-template-columns: 1fr 1fr !important;
  }
}
