:root {
  --content-paper: #f8f3ea;
  --content-paper-deep: #efe6d8;
  --content-ink: #25221f;
  --content-muted: #6e675f;
  --content-line: rgba(82, 69, 55, .18);
  --content-blue: #315f8a;
  --content-orange: #ed6b24;
  --content-serif: "Fraunces", Georgia, serif;
  --content-sans: "Manrope", system-ui, sans-serif;
  --content-script: "Caveat", cursive;
  --content-mono: "Roboto Mono", ui-monospace, monospace;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 13% 3%, rgba(255, 255, 255, .78), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(237, 107, 36, .025), transparent 22%),
    #fbf7f0;
  color: var(--content-ink);
  font-family: var(--content-sans);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 20;
  padding: 10px 14px;
  background: #fff;
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }

.content-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 0 clamp(22px, 5vw, 72px);
  border-bottom: 1px solid var(--content-line);
  background: rgba(248, 243, 234, .9);
  backdrop-filter: blur(14px);
}
.content-back {
  flex: 0 0 auto;
  color: var(--content-blue);
  font-family: var(--content-script);
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}
.content-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(16px, 2.2vw, 32px);
  font-size: 12px;
}
.content-nav a {
  padding: 8px 0;
  color: var(--content-muted);
  text-decoration: none;
}
.content-nav a:hover,
.content-nav a:focus-visible,
.content-nav a[aria-current="page"] {
  color: var(--content-orange);
  outline: none;
}
.content-nav a:focus-visible,
.content-back:focus-visible,
.content-action:focus-visible {
  outline: 2px solid var(--content-orange);
  outline-offset: 4px;
}

.content-main {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(72px, 9vw, 118px) 0 80px;
}

.coming-soon-page {
  min-height: 100vh;
}
.coming-soon-main {
  display: grid;
  min-height: calc(100vh - 144px);
  place-items: center;
  padding-top: 48px;
}
.coming-soon-hero {
  position: relative;
  width: min(820px, 100%);
  padding: clamp(44px, 7vw, 82px) 0 clamp(150px, 18vw, 190px);
  text-align: center;
}
.coming-soon-status {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0 0 24px;
  padding: 0 12px;
  border: 1px solid rgba(237, 107, 36, .38);
  border-radius: 999px;
  color: var(--content-orange);
  font-family: var(--content-mono);
  font-size: 11px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.coming-soon-hero h1 {
  margin: 0;
  font-family: var(--content-serif);
  font-size: clamp(54px, 8vw, 96px);
  font-weight: 500;
  line-height: .96;
}
.coming-soon-intro {
  max-width: 650px;
  margin: 28px auto 0;
  color: var(--content-muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.65;
}
.coming-soon-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-top: 34px;
}
.content-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--content-orange);
  color: #fffaf2;
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}
.content-text-link {
  color: var(--content-blue);
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}
.content-text-link:focus-visible,
.content-text-link:hover {
  color: var(--content-orange);
}
.coming-soon-objects {
  position: absolute;
  right: 50%;
  bottom: 0;
  width: min(460px, 88vw);
  height: 140px;
  transform: translateX(50%);
}
.coming-soon-object {
  position: absolute;
  bottom: 0;
  display: block;
  filter: drop-shadow(0 8px 5px rgba(79, 67, 54, .14));
}
.coming-soon-object img {
  display: block;
  width: 100%;
  height: auto;
}
.coming-soon-object--bottle {
  left: 16%;
  width: 45px;
  transform: rotate(-14deg);
}
.coming-soon-object--shell {
  left: 42%;
  width: 120px;
}
.coming-soon-object--mug {
  right: 10%;
  width: 96px;
  transform: rotate(5deg);
}

@media (max-width: 560px) {
  .coming-soon-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .content-text-link {
    padding: 12px;
  }
  .coming-soon-object--bottle { left: 8%; }
  .coming-soon-object--shell { left: 36%; }
  .coming-soon-object--mug { right: 4%; }
}
.content-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
  gap: clamp(42px, 8vw, 112px);
  align-items: end;
  padding-bottom: clamp(48px, 7vw, 84px);
  border-bottom: 1px solid var(--content-line);
}
.content-eyebrow {
  margin: 0 0 10px;
  color: var(--content-orange);
  font-family: var(--content-script);
  font-size: 24px;
}
.content-hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: var(--content-serif);
  font-size: clamp(52px, 7vw, 92px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .95;
}
.content-hero__intro {
  margin: 24px 0 0;
  max-width: 650px;
  color: var(--content-muted);
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.7;
}
.content-hero__aside {
  padding-left: 28px;
  border-left: 1px solid var(--content-line);
  color: var(--content-muted);
  font-size: 14px;
  line-height: 1.7;
}
.content-hero__aside strong {
  display: block;
  margin-bottom: 8px;
  color: var(--content-blue);
  font-family: var(--content-serif);
  font-size: 26px;
  font-weight: 500;
}

.content-section {
  padding: clamp(54px, 7vw, 82px) 0;
  border-bottom: 1px solid var(--content-line);
}
.content-section__head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 28px;
  margin-bottom: 34px;
}
.content-section h2 {
  margin: 0;
  font-family: var(--content-serif);
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 500;
  letter-spacing: -.035em;
}
.content-section__head p {
  max-width: 480px;
  margin: 0;
  color: var(--content-muted);
  font-size: 14px;
  line-height: 1.65;
}
.content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.content-panel {
  min-height: 210px;
  padding: 26px;
  border: 1px solid var(--content-line);
  border-radius: 14px;
  background: rgba(255,255,255,.26);
}
.content-panel span,
.content-timeline time {
  color: var(--content-orange);
  font-family: var(--content-mono);
  font-size: 11px;
}
.content-panel h3,
.content-timeline h3 {
  margin: 18px 0 8px;
  font-family: var(--content-serif);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.12;
}
.content-panel p,
.content-timeline p {
  margin: 0;
  color: var(--content-muted);
  font-size: 14px;
  line-height: 1.65;
}
.content-timeline {
  display: grid;
  gap: 0;
}
.content-timeline article {
  display: grid;
  grid-template-columns: 140px minmax(210px, .65fr) minmax(0, 1fr);
  gap: 32px;
  align-items: start;
  padding: 28px 0;
  border-top: 1px solid var(--content-line);
}
.content-timeline h3 { margin: 0 0 6px; }
.content-timeline strong {
  color: var(--content-blue);
  font-size: 13px;
}
.content-about {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: clamp(34px, 6vw, 72px);
  align-items: center;
}
.content-portrait {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  background: #e9dfcf;
}
.content-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 18%; }
.content-about__copy p {
  margin: 0 0 18px;
  color: var(--content-muted);
  font-size: 16px;
  line-height: 1.75;
}
.content-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.content-action {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--content-orange);
  color: #fffaf2;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.content-action--text { background: transparent; color: var(--content-blue); }
.content-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(22px, 5vw, 72px) 46px;
  color: var(--content-muted);
  font-size: 12px;
}
.content-footer a { color: var(--content-blue); text-decoration: none; }

@media (max-width: 760px) {
  .content-header { align-items: flex-start; flex-direction: column; padding-block: 16px; }
  .content-nav { width: 100%; justify-content: flex-start; gap: 16px; overflow-x: auto; }
  .content-main { width: calc(100% - 32px); padding-top: 54px; }
  .content-hero { grid-template-columns: 1fr; gap: 34px; }
  .content-hero__aside { padding: 22px 0 0; border-left: 0; border-top: 1px solid var(--content-line); }
  .content-section__head { align-items: flex-start; flex-direction: column; }
  .content-grid { grid-template-columns: 1fr; }
  .content-timeline article { grid-template-columns: 1fr; gap: 12px; }
  .content-about { grid-template-columns: 1fr; }
  .content-portrait { width: 150px; }
  .content-footer { flex-direction: column; }
}

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

/* About and Experience detail pages */
.content-detail-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 13% 3%, rgba(255, 255, 255, .78), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(237, 107, 36, .025), transparent 22%),
    #fbf7f0;
  color: #28231f;
}
.content-header--detail {
  position: relative;
  min-height: 88px;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
}
.content-header--detail .content-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #315f8a;
  font-size: 18px;
}
.content-header--detail .content-back span {
  color: var(--content-orange);
  font-family: var(--content-sans);
}
.content-header--detail .content-nav {
  gap: clamp(22px, 3vw, 40px);
}
.content-header--detail .content-nav a {
  position: relative;
  color: #5f5a54;
  font-size: 11px;
}
.content-header--detail .content-nav a:hover,
.content-header--detail .content-nav a:focus-visible {
  color: var(--content-orange);
}
.content-header--detail .content-nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 1px;
  background: currentColor;
}
.detail-main {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding-bottom: 56px;
}
.detail-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 410px;
  overflow: hidden;
  border-bottom: 1px solid var(--content-line);
}
.detail-hero__art {
  position: absolute;
  inset: 0;
  display: block;
}
.detail-hero__art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.detail-hero__copy {
  position: relative;
  z-index: 1;
  width: 40%;
  padding: 28px 0 44px 8px;
}
.detail-hero h1 {
  margin: 0;
  font-family: var(--content-serif);
  font-size: clamp(54px, 6vw, 74px);
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: .98;
}
.detail-script {
  margin: 14px 0 0;
  color: #315f8a;
  font-family: var(--content-script);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.35;
}
.detail-script--orange { color: var(--content-orange); }
.detail-intro {
  max-width: 420px;
  margin: 28px 0 0;
  color: #5f5a54;
  font-size: 14px;
  line-height: 1.85;
}
.about-facts {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding: 38px 0 36px;
  border-bottom: 1px solid var(--content-line);
}
.about-fact {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 16px;
  text-align: center;
}
.material-symbols-rounded {
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}
.about-fact > .material-symbols-rounded,
.value-item > .material-symbols-rounded {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(239, 229, 215, .58);
  color: var(--content-orange);
  font-size: 22px;
}
.about-fact p {
  margin: 12px 0 0;
  color: #5f5a54;
  font-size: 11px;
  line-height: 1.55;
}
.detail-section {
  padding: 50px 8px 56px;
  border-bottom: 1px solid var(--content-line);
}
.detail-section__title {
  position: relative;
  margin: 0;
  padding-bottom: 12px;
  font-family: var(--content-serif);
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -.025em;
}
.detail-section__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 2px;
  border-radius: 999px;
  background: var(--content-orange);
  transform: rotate(-1deg);
}
.values-layout {
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  margin-top: 30px;
}
.values-list {
  display: grid;
  gap: 20px;
}
.value-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}
.value-item h3 {
  margin: 2px 0 5px;
  font-family: var(--content-serif);
  font-size: 17px;
  font-weight: 600;
}
.value-item p {
  margin: 0;
  color: var(--content-muted);
  font-size: 12px;
  line-height: 1.55;
}
.values-art,
.values-art img {
  display: block;
  width: 100%;
}
.values-art img { height: auto; }
.hobbies-section > .detail-script {
  margin-top: 18px;
  font-size: 19px;
}
.hobbies-art {
  display: block;
  height: 260px;
  margin-top: 8px;
  overflow: hidden;
}
.hobbies-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 64%;
}
.hobby-labels {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: -8px;
  color: #34302c;
  font-family: var(--content-script);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
.contact-card {
  position: relative;
  min-height: 330px;
  margin: 54px 8px 0;
  overflow: hidden;
  border: 1px solid rgba(82, 69, 55, .13);
  border-radius: 10px;
  background: #f9f6ef;
}
.contact-card__art {
  position: absolute;
  inset: 0;
  display: block;
}
.contact-card__art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-card__copy {
  position: relative;
  z-index: 1;
  width: 39%;
  padding: 42px 0 38px 48px;
}
.contact-card__copy h2 {
  margin: 0;
  font-family: var(--content-serif);
  font-size: 28px;
  font-weight: 500;
}
.contact-card__copy > p {
  margin: 16px 0 24px;
  color: var(--content-muted);
  font-size: 12px;
  line-height: 1.65;
}
.contact-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
}
.contact-list .material-symbols-rounded {
  color: #5ba6b5;
  font-size: 19px;
}
.contact-list a {
  text-decoration-color: transparent;
  text-underline-offset: 3px;
}
.contact-list a:hover,
.contact-list a:focus-visible {
  color: var(--content-orange);
  text-decoration-color: currentColor;
  outline: none;
}

.detail-hero--experience { min-height: 360px; }
.detail-hero--experience .detail-hero__copy { width: 43%; }
.detail-hero--experience .detail-script { margin-top: 24px; }
.experience-timeline {
  --experience-axis-x: 140px;
  position: relative;
  padding: 26px 8px 0;
}
.experience-timeline::before {
  content: "";
  position: absolute;
  top: 60px;
  bottom: 112px;
  left: var(--experience-axis-x);
  border-left: 1px dashed rgba(82, 69, 55, .27);
}
.experience-entry {
  position: relative;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  min-height: 230px;
}
.experience-entry__date {
  position: relative;
  padding: 40px 28px 0 34px;
  color: #4d4842;
  font-size: 12px;
  line-height: 16px;
}
.experience-entry__date::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 124px;
  z-index: 1;
  width: 10px;
  height: 10px;
  border: 3px solid #fbf7f0;
  border-radius: 50%;
  background: var(--content-orange);
  box-sizing: content-box;
}
.experience-entry__body {
  padding: 36px 0 34px;
  border-bottom: 1px solid var(--content-line);
}
.experience-entry:last-child .experience-entry__body { border-bottom: 0; }
.experience-entry__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
.experience-entry h2 {
  margin: 0;
  font-family: var(--content-serif);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -.02em;
}
.experience-company {
  margin: 8px 0 0;
  color: var(--content-orange);
  font-size: 13px;
  font-weight: 600;
}
.experience-location {
  flex: 0 0 auto;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(239, 229, 215, .58);
  color: #6e675f;
  font-size: 10px;
}
.experience-entry__body > p {
  max-width: 650px;
  margin: 23px 0 0;
  color: var(--content-muted);
  font-size: 12px;
  line-height: 1.75;
}
.experience-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.experience-tags li {
  padding: 4px 10px;
  border: 1px solid rgba(82, 69, 55, .22);
  border-radius: 999px;
  color: #514b45;
  font-family: var(--content-mono);
  font-size: 9px;
}
.experience-summary {
  margin: 20px 8px 0;
  padding: 34px 38px 38px;
  border: 0;
  border-radius: 10px;
  background: transparent;
}
.experience-summary .detail-section__title { font-size: 20px; }
.experience-summary__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  margin-top: 30px;
}
.experience-summary strong {
  color: #50a1ad;
  font-family: var(--content-serif);
  font-size: 30px;
  font-weight: 500;
}
.experience-summary p {
  margin: 13px 0 0;
  color: #5f5a54;
  font-size: 11px;
  line-height: 1.6;
}
.experience-closing {
  position: relative;
  min-height: 280px;
  margin: 44px 8px 0;
  overflow: hidden;
  border: 1px solid rgba(82, 69, 55, .13);
  border-radius: 10px;
  background: #f9f6ef;
}
.experience-closing__art {
  position: absolute;
  inset: 0;
  display: block;
}
.experience-closing__art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.experience-closing__quote {
  position: absolute;
  top: 74px;
  right: 7%;
  width: 31%;
  margin: 0;
  font-size: 23px;
  line-height: 1.45;
}
.experience-closing__quote span {
  margin-left: 18px;
  color: var(--content-orange);
  font-size: 30px;
}

.about-detail-page .detail-hero,
.about-detail-page .about-facts,
.about-detail-page .detail-section {
  border-bottom: 0;
}
.about-detail-page .detail-hero {
  background: transparent;
}
.detail-hero--experience {
  border-bottom: 0;
  background: transparent;
}
.about-detail-page .values-layout {
  grid-template-columns: minmax(380px, 1.12fr) minmax(300px, .78fr);
  gap: clamp(28px, 4vw, 48px);
}
.about-detail-page .values-art {
  width: 100%;
  max-width: 450px;
  justify-self: end;
}

/* Shared content-page Hero and width contract for Works List. */
.works-hub-page {
  background: #fbf7f0;
  color: #28231f;
  font-family: var(--content-sans);
}
.works-list-main.detail-main {
  padding-bottom: 56px;
}
.works-hub-page.museum-pavilion-page,
.works-list-main.museum-pavilion-main {
  background:
    radial-gradient(circle at 13% 3%, rgba(255, 255, 255, .78), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(237, 107, 36, .025), transparent 22%),
    #fbf7f0;
}
.works-list-main .museum-pavilion-shell {
  width: 100%;
  max-width: none;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.detail-hero--works {
  min-height: 410px;
  border-bottom: 0;
  background: transparent;
}
.detail-hero--works .detail-hero__art {
  right: 0;
  left: auto;
  width: 74%;
  overflow: hidden;
}
.detail-hero--works .detail-hero__art::before {
  display: none;
}
.detail-hero--works .detail-hero__art img {
  object-fit: contain;
  object-position: right center;
  filter: saturate(.9) contrast(.97) brightness(1.015);
}
.detail-hero--about .detail-hero__art img,
.detail-hero--experience .detail-hero__art img,
.detail-hero--works .detail-hero__art img {
  -webkit-mask-image:
    linear-gradient(to right, transparent 0%, #000 12%, #000 97%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 5%, #000 95%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to right, transparent 0%, #000 12%, #000 97%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 5%, #000 95%, transparent 100%);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mask-composite: intersect;
}
.detail-hero--works .detail-hero__copy {
  width: 58%;
  padding: 34px 0 44px 8px;
}
.detail-hero--works h1 {
  white-space: nowrap;
}
.detail-hero__eyebrow {
  margin: 0 0 12px;
  color: var(--content-orange);
  font-family: var(--content-script);
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
}
.detail-hero--works .detail-intro {
  max-width: 390px;
  margin-top: 28px;
}
.works-list-main .museum-gallery {
  padding: 20px 8px 0;
  background: transparent;
}
.works-list-main .works-card {
  padding-block: 40px;
  border-bottom: 0;
}

.detail-ending {
  position: relative;
  overflow: hidden;
}
.detail-ending__art {
  display: block;
}
.detail-ending__copy {
  position: relative;
  z-index: 1;
}
.detail-ending--experience .experience-closing__quote {
  position: absolute;
  top: 50%;
  right: 7%;
  bottom: auto;
  left: auto;
  width: 31%;
  transform: translateY(-50%);
}
.works-hub-page .detail-ending--works {
  display: grid;
  grid-template-columns: minmax(270px, .8fr) minmax(0, 1.7fr);
  gap: 18px 8px;
  align-items: center;
  min-height: 220px;
  margin: 36px 8px 0;
  padding: 24px 54px;
  border: 1px solid rgba(82, 69, 55, .13);
  border-radius: 10px;
  background: #f9f6ef;
}
.works-hub-page .detail-ending__art--works {
  position: relative;
  width: 100%;
  height: 132px;
}
.works-hub-page .detail-ending__art--works img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.works-hub-page .detail-ending__copy--works {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 32px;
  align-items: center;
}
.works-hub-page .detail-ending__copy--works > p {
  margin: 0;
  color: rgba(25, 24, 21, .72);
  font-size: 20px;
  line-height: 1.15;
  transform: rotate(-2deg);
}
.works-hub-page .detail-ending--works .museum-pavilion-footer__cta:hover,
.works-hub-page .detail-ending--works .museum-pavilion-footer__cta:focus-visible {
  background: #d95a16;
  box-shadow: none;
  outline: none;
}
.works-hub-page .works-card__link {
  margin-top: 16px;
}

@media (max-width: 760px) {
  .content-header--detail {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: start;
    gap: 8px;
    width: calc(100% - 32px);
    min-height: 0;
    padding: 12px 0 10px;
  }
  .content-header--detail .content-nav {
    display: grid;
    grid-template-columns: repeat(5, auto);
    justify-content: space-between;
    gap: 8px;
    overflow: visible;
  }
  .content-header--detail .content-nav a {
    font-size: 10px;
    white-space: nowrap;
  }
  .detail-main { width: calc(100% - 32px); padding-bottom: 32px; }
  .detail-hero {
    display: grid;
    min-height: 0;
    overflow: visible;
  }
  .detail-hero__copy {
    grid-area: 1 / 1;
    width: 100%;
    padding: 34px 2px 20px;
  }
  .detail-hero__art {
    position: relative;
    grid-area: 2 / 1;
    height: 250px;
    overflow: hidden;
  }
  .detail-hero--about .detail-hero__art img {
    width: 168%;
    max-width: none;
    margin-left: -68%;
    object-position: right center;
  }
  .detail-hero--experience .detail-hero__art img {
    width: 166%;
    max-width: none;
    margin-left: -66%;
    object-position: right center;
  }
  .detail-hero--works .detail-hero__art img {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    object-fit: contain;
    object-position: center;
  }
  .detail-hero--about .detail-hero__art img,
  .detail-hero--experience .detail-hero__art img,
  .detail-hero--works .detail-hero__art img {
    -webkit-mask-image:
      linear-gradient(to right, transparent 0%, #000 3%, #000 97%, transparent 100%),
      linear-gradient(to bottom, transparent 0%, #000 6%, #000 94%, transparent 100%);
    mask-image:
      linear-gradient(to right, transparent 0%, #000 3%, #000 97%, transparent 100%),
      linear-gradient(to bottom, transparent 0%, #000 6%, #000 94%, transparent 100%);
  }
  .detail-hero--works .detail-hero__art {
    right: auto;
    left: auto;
    width: 100%;
  }
  .detail-hero--works .detail-hero__copy { width: 100%; }
  .detail-hero--works h1 { font-size: 44px; }
  .works-list-main .museum-gallery { padding-inline: 2px; }
  .detail-hero h1 { font-size: clamp(46px, 14vw, 62px); }
  .detail-script { font-size: 21px; }
  .detail-intro { margin-top: 20px; }
  .about-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 10px;
    padding: 34px 0;
  }
  .about-fact:nth-child(3) { grid-column: 1 / -1; }
  .detail-section { padding-inline: 2px; }
  .values-layout { grid-template-columns: 1fr; }
  .values-art { margin-top: 4px; }
  .about-detail-page .values-layout { grid-template-columns: 1fr; }
  .about-detail-page .values-art {
    width: min(100%, 500px);
    max-width: none;
    justify-self: center;
  }
  .hobbies-art {
    height: auto;
    margin-top: 18px;
    overflow: visible;
  }
  .hobbies-art img {
    height: auto;
    object-fit: contain;
    object-position: center;
  }
  .hobby-labels {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 2px;
    overflow-x: visible;
    font-size: 12px;
  }
  .hobby-labels span { min-width: 0; }
  .contact-card {
    display: flex;
    min-height: 0;
    flex-direction: column;
    margin-inline: 0;
  }
  .contact-card__art {
    position: relative;
    inset: auto;
    order: 2;
    height: 300px;
  }
  .contact-card__art img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin-left: 0;
    object-fit: cover;
    object-position: right center;
  }
  .contact-card__copy {
    order: 1;
    width: 100%;
    padding: 34px 28px 32px;
  }
  .detail-hero--experience { min-height: 0; }
  .detail-hero--experience .detail-hero__copy { width: 100%; }
  .experience-timeline { --experience-axis-x: 10px; padding-inline: 0; }
  .experience-timeline::before { top: 55px; bottom: 128px; }
  .experience-entry { grid-template-columns: 1fr; min-height: 0; padding-left: 26px; }
  .experience-entry__date { padding: 34px 0 0; }
  .experience-entry__date::before { top: 34px; left: -24px; }
  .experience-entry__body { padding: 20px 0 34px; }
  .experience-entry__heading { flex-direction: column; gap: 12px; }
  .experience-location { align-self: flex-start; }
  .experience-summary { margin-inline: 0; padding: 30px 26px; }
  .experience-summary__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
  .experience-summary__grid article:last-child { grid-column: 1 / -1; }
  .detail-ending--experience.experience-closing {
    min-height: 410px;
    margin: 32px 0 0;
  }
  .experience-closing__art { bottom: 130px; }
  .experience-closing__art img {
    width: 182%;
    max-width: none;
    margin-left: 0;
    object-position: left center;
  }
  .detail-ending--experience .experience-closing__quote {
    top: auto;
    right: auto;
    bottom: 24px;
    left: 18px;
    width: calc(100% - 36px);
    font-size: 21px;
    transform: none;
  }
  .works-hub-page .detail-ending--works {
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 28px 0 0;
    padding: 22px 20px;
  }
  .works-list-main.detail-main { padding-bottom: 32px; }
  .works-hub-page .detail-ending__art--works {
    width: min(100%, 320px);
    height: 130px;
    justify-self: center;
  }
  .works-hub-page .detail-ending__copy--works {
    grid-template-columns: 1fr auto;
    gap: 18px;
  }
  .works-hub-page .detail-ending__copy--works > p { font-size: 18px; }
}
